| 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 |
|