@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 2.23 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconComponentSmall24 = 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: "M7.96966 10.4444 6.59105 11.823c-.09764.0977-.09764.256 0 .3536l1.37872 1.3787c.09764.0976.25593.0976.35356 0l1.37862-1.3786c.09763-.0976.09763-.2559 0-.3536l-1.37873-1.3787c-.09763-.0976-.25592-.0976-.35356 0m1.06002-.70774c-.48821-.48751-1.27918-.48729-1.76712.00065L5.88394 11.1159c-.48816.4882-.48816 1.2796 0 1.7678l1.37873 1.3787c.48815.4882 1.27961.4882 1.76776 0l1.37867-1.3786c.0002-.0002.0004-.0005.0007-.0007.4874-.4883.4872-1.2792-.0007-1.7671L9.03032 9.73731zm2.08722 3.85354-.0007.0007-1.37866 1.3786c-.48815.4882-.48815 1.2796 0 1.7678l1.37866 1.3786c.4881.4882 1.2796.4882 1.7677 0l1.3787-1.3786c.4879-.4879.4881-1.2788.0007-1.767-.0002-.0003-.0005-.0005-.0007-.0008l-1.3787-1.3786c-.0001-.0002-.0003-.0003-.0005-.0005-.4879-.4874-1.2785-.4875-1.7665-.0002M9.73679 9.02956l.00064.00064 1.37877 1.3787c.0001.0002.0003.0004.0005.0006.4882.4876 1.2792.4874 1.7672-.0006l1.3788-1.37871c.4881-.48815.4881-1.27961 0-1.76777l-1.3788-1.37873c-.4881-.48815-1.2796-.48815-1.7677 0L9.73743 7.26244c-.48794.48794-.48815 1.27891-.00064 1.76712m.70771-.70646 1.3788 1.37872c.0976.09764.2559.09764.3535 0l1.3788-1.37874c.0976-.09763.0976-.25592 0-.35355L12.1768 6.5908c-.0976-.09763-.2559-.09763-.3535 0l-1.3788 1.37874c-.0976.09763-.0976.25592 0 .35356m4.5253 1.4142L13.591 11.116c-.4881.4882-.4881 1.2796 0 1.7678l1.3787 1.3786c.4881.4882 1.2796.4882 1.7677 0l1.3788-1.3787c.4881-.4882.4881-1.2796 0-1.7678l-1.3787-1.3786c-.4881-.48816-1.2796-.48816-1.7677 0m.7071.7071-1.3788 1.3787c-.0976.0977-.0976.256 0 .3536l1.3787 1.3786c.0976.0977.2559.0977.3535 0l1.3788-1.3787c.0976-.0976.0976-.2559 0-.3536l-1.3787-1.3786c-.0976-.0976-.2559-.0976-.3535 0m-2.1214 5.2322-1.3787-1.3786c-.0976-.0976-.2559-.0976-.3535 0l-1.3787 1.3786c-.0976.0977-.0976.256 0 .3536l1.3787 1.3786c.0976.0977.2559.0977.3535 0l1.3787-1.3786c.0976-.0976.0976-.2559 0-.3536", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-component-small-24.js.map