| 1 |
export const PaginationBlockIcon = () => ( |
| 2 |
<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" width={80} height={80} viewBox="0 0 800 800"> |
| 3 |
<defs> |
| 4 |
<style>{".sp-st0{fill:var(--sp-smart-primary-2-600)}"}</style> |
| 5 |
</defs> |
| 6 |
<path |
| 7 |
d="M153.2 557c-6.2 0-12.4-2.4-17.1-7.1L26.7 440.5c-22.4-22.4-22.4-58.8 0-81.2l109.4-109.4c9.4-9.4 24.7-9.4 34.2 0s9.4 24.7 0 34.2L60.9 393.5c-3.5 3.5-3.5 9.3 0 12.8l109.4 109.4c9.4 9.4 9.4 24.7 0 34.2s-10.9 7.1-17.1 7.1ZM646.8 557c-6.2 0-12.4-2.4-17.1-7.1-9.4-9.4-9.4-24.7 0-34.2l109.4-109.4c3.5-3.5 3.5-9.3 0-12.8L629.7 284.1c-9.4-9.4-9.4-24.7 0-34.2s24.7-9.4 34.2 0l109.4 109.4c22.4 22.4 22.4 58.8 0 81.2L663.9 549.9c-4.7 4.7-10.9 7.1-17.1 7.1Z" |
| 8 |
className="sp-st0" |
| 9 |
/> |
| 10 |
<circle cx={255.1} cy={400} r={48.3} className="sp-st0" /> |
| 11 |
<circle cx={400} cy={400} r={48.3} className="sp-st0" /> |
| 12 |
<circle cx={544.9} cy={400} r={48.3} className="sp-st0" /> |
| 13 |
</svg> |
| 14 |
); |
| 15 |
|