@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.19 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPushToMainComponentSmall24 = 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: "m6.59105 11.8233 5.23225-5.23225c.0976-.09764.2559-.09763.3535 0l5.2323 5.23225c.0976.0976.0976.2559 0 .3535l-2.7626 2.7626a.4998.4998 0 0 0-.1464.3535c0 .4455.5385.6686.8535.3536l2.7626-2.7626c.4881-.4881.4881-1.2796 0-1.7677l-5.2323-5.23226c-.4881-.48816-1.2796-.48816-1.7677 0L5.88394 11.1162c-.48816.4881-.48816 1.2796 0 1.7677l2.76256 2.7626c.31499.315.85356.0919.85356-.3536a.5.5 0 0 0-.14645-.3535l-2.76256-2.7626c-.09764-.0976-.09763-.2559 0-.3535m5.90515 2.1147a.49.49 0 0 1 .0039.0621v4c0 .2761-.2239.5-.5.5-.2762 0-.5-.2239-.5-.5v-4c0-.021.0013-.0418.0038-.0621-.8646-.2207-1.5038-1.0047-1.5038-1.9379 0-1.1046.8954-2 2-2 1.1045 0 2 .8954 2 2 0 .9332-.6393 1.7172-1.5039 1.9379m.5039-1.9379c0 .5522-.4478 1-1 1-.5523 0-1-.4478-1-1 0-.5523.4477-1 1-1 .5522 0 1 .4477 1 1", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-push-to-main-component-small-24.js.map