PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.4
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.4
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
post-carousel / src / blocks / shortcode / blockIcon.js

blockIcon.js in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.4, at src/blocks/shortcode/blockIcon.js

20 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 export const ShortCodeBlockIcon = () => (
2 <svg xmlns="http://www.w3.org/2000/svg" width={16} height={16} viewBox="0 0 14 14" fill="none">
3 <path
4 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"
5 fill="currentColor"
6 />
7 <path
8 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"
9 fill="currentColor"
10 />
11 <path
12 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"
13 fill="currentColor"
14 />
15 <rect x={7.7002} y={12.5996} width={6.29984} height={0.933333} rx={0.466667} fill="currentColor" />
16 <rect x={7.7002} y={8.16602} width={6.29984} height={0.933333} rx={0.466667} fill="currentColor" />
17 <rect x={7.7002} y={10.2656} width={6.29984} height={0.933333} rx={0.466667} fill="currentColor" />
18 </svg>
19 );
20