@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.52 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconVectorPaint24 = createIcon(h("svg", { fill: "none", height: "24", viewBox: "0 0 24 24", width: "24", xmlns: "http://www.w3.org/2000/svg" },
h("path", { "clip-rule": "evenodd", d: "M13.207 3.29289c-.3905-.39052-1.0236-.39052-1.4142 0l-2.39637 2.3964-2.04294-2.04294c-.19526-.19526-.51184-.19526-.7071 0-.19527.19527-.19527.51185 0 .70711L8.68933 6.3964l-4.48228 4.4823c-1.17157 1.1716-1.17157 3.071 0 4.2426l4.67157 4.6716c1.17158 1.1716 3.07108 1.1716 4.24268 0l7.5857-7.5858c.3906-.3905.3906-1.0237 0-1.4142zM9.39643 7.10351 4.91416 11.5858c-.78105.781-.78105 2.0474 0 2.8284l4.67157 4.6716c.78107.781 2.04737.781 2.82847 0l6.8786-6.8787.7071-.7071-.7071-.7071-6.0858-6.08579L12.4999 4l-.7071.70711-1.6893 1.68929 2.7497 2.74969c.1959-.09371.4152-.14618.6467-.14618.8285 0 1.5.67157 1.5 1.49999 0 .8284-.6715 1.5-1.5 1.5-.8284 0-1.5-.6716-1.5-1.5 0-.2316.0525-.4509.1462-.6467zM18.9999 19.9999c.5523 0 1-.4477 1-1 0-.2691-.1503-.6944-.4704-1.2196-.1648-.2703-.3511-.5297-.5296-.7584-.1784.2287-.3648.4881-.5295.7584-.3201.5252-.4705.9505-.4705 1.2196 0 .5523.4478 1 1 1m0 1c1.1046 0 2-.8954 2-2 0-1.1076-1.0904-2.4877-1.6609-3.1341-.1828-.207-.4954-.207-.6781 0-.5705.6464-1.661 2.0265-1.661 3.1341 0 1.1046.8955 2 2 2m-5-10.5c0 .2761-.2238.5-.5.5-.2761 0-.5-.2239-.5-.5s.2239-.49999.5-.49999c.2762 0 .5.22389.5.49999", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-vector-paint-24.js.map