@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.13 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconShapes24 = 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: "M3 9c0 1.5215.56629 2.9106 1.4996 3.9683.99617 1.1289 2.41046 1.88 4.00055 2.0112C8.77536 15.0022 9 14.7761 9 14.5c0-.2484-.18167-.4524-.41819-.5107a.6.6 0 0 0-.04071-.0085.56.56 0 0 0-.03188-.0045l-.00852-.0009c-1.27407-.1263-2.40749-.7309-3.21822-1.6317C4.4852 11.4579 4 10.2856 4 9c0-2.76142 2.23858-5 5-5 2.5929 0 4.7248 1.9737 4.9754 4.5007l.0009.00852a.56.56 0 0 0 .0045.03188.6.6 0 0 0 .0085.04071C14.0476 8.81833 14.2516 9 14.5 9c.2761 0 .5022-.22464.4795-.49985-.1312-1.59009-.8823-3.00438-2.0112-4.00055C11.9106 3.56629 10.5215 3 9 3 5.68629 3 3 5.68629 3 9m9 2h7c.5523 0 1 .4477 1 1v7c0 .5523-.4477 1-1 1h-7c-.5523 0-1-.4477-1-1v-7c0-.5523.4477-1 1-1m-2 1c0-1.1046.8954-2 2-2h7c1.1046 0 2 .8954 2 2v7c0 1.1046-.8954 2-2 2h-7c-1.1046 0-2-.8954-2-2z", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-shapes-24.js.map