@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 1.85 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconInDevelopment24 = 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.14646 4.14646c.16853-.16854.43259-.19468.6309-.06248l3 2a.5.5 0 0 1 .0762.76958l-.64644.64645 2.73218 2.73219 1.1964-1.19631C12.0471 8.7049 12 8.35748 12 8.00001c0-2.20914 1.7909-4 4-4 .2095 0 .4159.01619.6178.04756.3721.05781.6802.31976.7971.67773s.0228.75125-.2435 1.01753L16 6.91422v1.08579h1.0858l1.1714-1.1714c.2663-.26627.6595-.36039 1.0175-.24349s.6199.42497.6777.79707c.0314.20194.0476.40832.0476.61782C20 10.2091 18.2091 12 16 12c-.3575 0-.7049-.0471-1.0359-.1357l-.1355.1355 4.5857 4.5858c.7811.7811.7811 2.0474 0 2.8285-.781.781-2.0473.781-2.8284-.0001l-4.5857-4.5857-4.58598 4.5859c-.78105.7811-2.04738.7811-2.82842 0-.78105-.781-.78105-2.0474-.00001-2.8284l5.64641-5.6465-2.73219-2.73218-.64645.64644a.5.5 0 0 1-.76958-.0762l-2-3c-.1322-.19831-.10606-.46237.06248-.6309zm7.56084 9.97474.2929.2928 4.2928 4.2929c.3905.3906 1.0237.3906 1.4142 0 .3906-.3905.3906-1.0236 0-1.4142l-4.2928-4.2929-.2929-.2929zM5.56372 5.14341l-.42031.42031 1.43431 2.15147.56874-.56873.56873-.56874zM13 8.00001c0-1.25432.7698-2.32885 1.8627-2.77693.3508-.14379.7348-.22307 1.1373-.22307.1579 0 .313.0122.4643.03571L16 5.50001l-.5878.58776L15 6.50001v2.5h2.5l.4122-.41224.5878-.58776.4643-.46429c.0235.15132.0357.30638.0357.46429 0 .40253-.0793.78655-.2231 1.13729C18.3289 10.2302 17.2543 11 16 11c-.4631 0-.9018-.1049-1.2934-.2924l-7.99948 7.9995c-.39053.3905-1.02369.3905-1.41422 0-.39052-.3905-.39052-1.0237 0-1.4142l7.9995-7.99948C13.105 8.90179 13 8.46315 13 8.00001", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-in-development-24.js.map