UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.03 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconCreateVariant24 = 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: "M11.8233 4.09105 4.09105 11.8233c-.09764.0976-.09764.2559 0 .3535l7.73225 7.7323c.0976.0976.2559.0976.3535 0l7.7323-7.7323c.0976-.0976.0976-.2559 0-.3535l-7.7323-7.73225c-.0976-.09764-.2559-.09764-.3535 0m-.7071-.70711L3.38394 11.1162c-.48816.4881-.48816 1.2796 0 1.7677l7.73226 7.7323c.4881.4881 1.2796.4881 1.7677 0l7.7323-7.7323c.4881-.4881.4881-1.2796 0-1.7677l-7.7323-7.73226c-.4881-.48816-1.2796-.48816-1.7677 0m.3839 5.61601c0-.27614.2238-.5.5-.5.2761 0 .5.22386.5.5V11.5h2.5c.2761 0 .5.2238.5.5 0 .2761-.2239.5-.5.5h-2.5V15c0 .2761-.2239.5-.5.5-.2762 0-.5-.2239-.5-.5v-2.5H9.00006c-.27614 0-.5-.2239-.5-.5 0-.2762.22386-.5.5-.5h2.50004z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-create-variant-24.js.map