# post-carousel/4.0.3/src/blocks/shortcode/blockIcon.js

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

- Page: https://pluginprobe.com/plugins/post-carousel/4.0.3/code/src/blocks/shortcode/blockIcon.js
- Raw: https://pluginprobe.com/plugins/post-carousel/4.0.3/raw/src/blocks/shortcode/blockIcon.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.3/code/src/blocks/shortcode/blockIcon.js#L10-L20`.

```javascript
export const ShortCodeBlockIcon = () => (
	<svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} viewBox="0 0 14 14" fill="none">
		<path
			d="M0 8.79375C0 8.18969 0.489676 7.7 1.09372 7.7H5.20612C5.81017 7.7 6.29985 8.18969 6.29985 8.79375V12.9062C6.29985 13.5103 5.81017 14 5.20612 14H1.09372C0.489677 14 0 13.5103 0 12.9062V8.79375Z"
			fill="currentColor"
		/>
		<path
			d="M7.69981 3.15C7.69981 1.4103 9.11008 0 10.8497 0C12.5894 0 13.9997 1.4103 13.9997 3.15C13.9997 4.8897 12.5894 6.3 10.8497 6.3C9.11008 6.3 7.69981 4.8897 7.69981 3.15Z"
			fill="currentColor"
		/>
		<path
			d="M0 1.09375C0 0.489689 0.489676 0 1.09372 0H5.20612C5.81017 0 6.29985 0.489688 6.29985 1.09375V5.20625C6.29985 5.81031 5.81017 6.3 5.20612 6.3H1.09372C0.489677 6.3 0 5.81031 0 5.20625V1.09375Z"
			fill="currentColor"
		/>
		<rect x={7.7002} y={12.5996} width={6.29984} height={0.933333} rx={0.466667} fill="currentColor" />
		<rect x={7.7002} y={8.16602} width={6.29984} height={0.933333} rx={0.466667} fill="currentColor" />
		<rect x={7.7002} y={10.2656} width={6.29984} height={0.933333} rx={0.466667} fill="currentColor" />
	</svg>
);

```
