# post-carousel/4.0.8/src/blocks/column/icons.js

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

- Page: https://pluginprobe.com/plugins/post-carousel/4.0.8/code/src/blocks/column/icons.js
- Raw: https://pluginprobe.com/plugins/post-carousel/4.0.8/raw/src/blocks/column/icons.js
- Modified: 2026-09-02T10:51:28+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.8/code/src/blocks/column/icons.js#L10-L20`.

```javascript
export const ColumnIconBlocks = () => (
	<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" width={24} height={24} viewBox="0 0 24 24">
		<defs>
			<style>{".sp-st0{fill:var(--sp-smart-primary-2-600)}"}</style>
		</defs>
		<path
			d="M22.4,0H1.6C.7,0,0,.7,0,1.6v20.7c0,.9.7,1.6,1.6,1.6h20.7c.9,0,1.6-.7,1.6-1.6V1.6C24,.7,23.3,0,22.4,0ZM15.3,1.3v21.4h-6.6V1.3h6.6ZM1.3,22.4V1.6c0-.2.2-.3.3-.3h5.8v21.4H1.6c-.2,0-.3-.2-.3-.3ZM22.7,22.4c0,.2-.2.3-.3.3h-5.8V1.3h5.8c.2,0,.3.2.3.3v20.7Z"
			className="sp-st0"
		/>
	</svg>
);

```
