tableberg.tsx in Tableberg – Simple Gutenberg Table Block 1.1.5, at shared/icons/tableberg.tsx
| 1 | const TablebergIcon = ( |
| 2 | <svg |
| 3 | width="256" |
| 4 | height="256" |
| 5 | viewBox="0 0 256 256" |
| 6 | fill="none" |
| 7 | xmlns="http://www.w3.org/2000/svg" |
| 8 | > |
| 9 | <rect width="256" height="256" fill="white" /> |
| 10 | <g clipPath="url(#clip0_50_2)"> |
| 11 | <rect |
| 12 | x="30" |
| 13 | y="30" |
| 14 | width="196" |
| 15 | height="39.2" |
| 16 | rx="3.92" |
| 17 | fill="#671FEB" |
| 18 | /> |
| 19 | <rect |
| 20 | x="112.32" |
| 21 | y="108.4" |
| 22 | width="113.68" |
| 23 | height="39.2" |
| 24 | rx="3.92" |
| 25 | fill="#671FEB" |
| 26 | /> |
| 27 | <rect |
| 28 | x="112.32" |
| 29 | y="186.8" |
| 30 | width="113.68" |
| 31 | height="39.2" |
| 32 | rx="3.92" |
| 33 | fill="#671FEB" |
| 34 | /> |
| 35 | <rect |
| 36 | x="30" |
| 37 | y="108.4" |
| 38 | width="39.2" |
| 39 | height="117.6" |
| 40 | rx="3.92" |
| 41 | fill="#671FEB" |
| 42 | /> |
| 43 | </g> |
| 44 | <defs> |
| 45 | <clipPath id="clip0_50_2"> |
| 46 | <rect |
| 47 | x="30" |
| 48 | y="30" |
| 49 | width="196" |
| 50 | height="196" |
| 51 | rx="19.6" |
| 52 | fill="white" |
| 53 | /> |
| 54 | </clipPath> |
| 55 | </defs> |
| 56 | </svg> |
| 57 | ); |
| 58 | |
| 59 | export default TablebergIcon; |
| 60 |