# post-carousel/4.0.7/src/blocks/pagination/icon.js

Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog &amp; News, version 4.0.7. 15 lines.

- Page: https://pluginprobe.com/plugins/post-carousel/4.0.7/code/src/blocks/pagination/icon.js
- Raw: https://pluginprobe.com/plugins/post-carousel/4.0.7/raw/src/blocks/pagination/icon.js
- Modified: 2026-04-24T11:48:54+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/post-carousel/4.0.7/code/src/blocks/pagination/icon.js#L10-L20`.

```javascript
export const PaginationBlockIcon = () => (
	<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" width={80} height={80} viewBox="0 0 800 800">
		<defs>
			<style>{".sp-st0{fill:var(--sp-smart-primary-2-600)}"}</style>
		</defs>
		<path
			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"
			className="sp-st0"
		/>
		<circle cx={255.1} cy={400} r={48.3} className="sp-st0" />
		<circle cx={400} cy={400} r={48.3} className="sp-st0" />
		<circle cx={544.9} cy={400} r={48.3} className="sp-st0" />
	</svg>
);

```
