@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.32 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconHiddenSmall24 = 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: "M5.5001 9c.27612 0 .53279.22343.6414.47729.04346.10158.09942.21772.17108.34728.24086.43553.61372.93873 1.12137 1.41463C8.44173 12.184 9.95483 13 12 13c2.0452 0 3.5583-.816 4.5661-1.7608.5076-.4759.8805-.9791 1.1213-1.4146.0717-.12954.1276-.24565.1711-.34722C17.9671 9.2235 18.2239 9 18.5 9s.4951.22492.4168.48974c-.2016.68216-.77 1.65026-1.7052 2.51476l1.142 1.1419c.1952.1953.1952.5119 0 .7072-.1953.1952-.5119.1952-.7072 0l-1.2174-1.2175c-.5438.3816-1.1739.7156-1.8902.9576l.4463 1.785c.0669.2679-.0959.5394-.3638.6064-.2679.0669-.5394-.0959-.6064-.3638l-.4427-1.7711C13.0814 13.9465 12.5573 14 12 14s-1.0814-.0535-1.5722-.1498l-.44272 1.7711c-.06698.2679-.33844.4307-.60634.3638-.2679-.067-.43078-.3385-.3638-.6064l.44626-1.785c-.71633-.242-1.34639-.576-1.89019-.9576l-1.21746 1.2175c-.19526.1952-.51184.1952-.7071 0-.19527-.1953-.19527-.5119 0-.7072l1.14196-1.1419C5.8533 11.14 5.28489 10.172 5.0832 9.48982 5.0049 9.22497 5.22391 9 5.5001 9", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-hidden-small-24.js.map