PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.8
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.8
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 / social-profile-item / icons.js

icons.js in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.8, at src/blocks/social-profile-item/icons.js

24 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 export const SocialProfileSingleBlockIcon = () => (
2 <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" viewBox="0 0 800 800" width={80} height={80}>
3 <defs>
4 <style>{".sp-st0{fill:var(--sp-smart-primary-2-600)}"}</style>
5 </defs>
6 <path
7 d="M400 486.9c-47.9 0-86.8-39-86.8-86.9s38.9-86.9 86.8-86.9 86.8 39 86.8 86.9-38.9 86.9-86.8 86.9Zm0-131.1c-24.4 0-44.2 19.8-44.2 44.2s19.8 44.2 44.2 44.2 44.2-19.8 44.2-44.2-19.8-44.2-44.2-44.2Z"
8 className="sp-st0"
9 />
10 <path
11 d="M503.5 560c-15.5-43.8-57.1-73.2-103.5-73.2s-88.1 29.4-103.5 73.2l-40.2-14.2c21.5-60.7 79.2-101.6 143.7-101.6S522.2 485 543.7 545.8L503.5 560Z"
12 className="sp-st0"
13 />
14 <path
15 d="M400 617.9c-120.2 0-217.9-97.8-217.9-217.9S279.9 182.1 400 182.1 617.9 279.9 617.9 400 520.1 617.9 400 617.9Zm0-393.2c-96.7 0-175.3 78.6-175.3 175.3S303.3 575.3 400 575.3 575.3 496.7 575.3 400 496.7 224.7 400 224.7Z"
16 className="sp-st0"
17 />
18 <path
19 d="M629.4 790H170.6c-84 0-152.4-68.4-152.4-152.4V162.4C18.2 78.4 86.6 10 170.6 10h458.8c84 0 152.4 68.4 152.4 152.4v475.2c0 84-68.4 152.4-152.4 152.4ZM170.6 52.6c-60.5 0-109.8 49.2-109.8 109.8v475.2c0 60.6 49.3 109.8 109.8 109.8h458.8c60.5 0 109.8-49.2 109.8-109.8V162.4c0-60.6-49.3-109.8-109.8-109.8H170.6Z"
20 className="sp-st0"
21 />
22 </svg>
23 );
24