UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.95 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconInDevelopmentSmall24 = 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.14646 6.14646c.15218-.15218.38467-.18991.57716-.09366l2 1a.5.5 0 0 1 .26994.36712.5.5 0 0 1-.13999.43365l-.64645.64644 1.73228 1.73229.115-.1151A3.524 3.524 0 0 1 11 9.50001c0-1.93299 1.567-3.5 3.5-3.5.2178 0 .4319.02002.6401.05858.3652.06761.6628.33201.7729.68666.1102.35465.0147.74114-.2479 1.00373L14.5 8.91411v.58578h.5858l1.1652-1.1652c.2626-.26259.6491-.35804 1.0037-.2479.3547.11014.6191.40773.6867.77287.0386.20833.0586.42245.0586.64035 0 1.53429-.9872 2.83799-2.3611 3.31049l1.7755 1.7756c.7811.781.7811 2.0473 0 2.8284-.781.781-2.0474.781-2.8284 0L12 14.8285l-2.58576 2.5857-.70711-.7071 4.87927-4.8793c.1777.0698.3653.1198.5601.1474.1156.0163.2337.0248.3537.0248.0161 0 .0323-.0001.0483-.0005a2.5 2.5 0 0 0 .1846-.0102c.8282-.0766 1.5393-.5571 1.9345-1.2427.2114-.367.3324-.79264.3324-1.24659 0-.15651-.0144-.30967-.0419-.45822l-.4582.45822-.6455.64549-.3544.3544h-2V8.49989l.3541-.35406.6459-.64594.458-.45801a2.51 2.51 0 0 0-.458-.04187c-.4542 0-.88.12111-1.2471.3328C12.5041 7.76467 12 8.57348 12 9.50001c0 .32243.0611.63059.1722.91359l-4.87928 4.8793c-.39053.3905-.39053 1.0237 0 1.4142.39052.3905 1.02369.3905 1.41421 0l.70711.7071c-.78105.7811-2.04738.7811-2.82843 0-.78105-.781-.78105-2.0474 0-2.8284l3.64649-3.6464-1.73229-1.73228-.64644.64645a.5.5 0 0 1-.43365.13999.5.5 0 0 1-.36712-.26994l-1-2c-.09625-.19249-.05852-.42498.09366-.57716zM14.4131 12.999a3.526 3.526 0 0 1-.5302-.0534l-1.1758 1.1758 2.586 2.586c.3905.3905 1.0237.3905 1.4142 0s.3906-1.0237 0-1.4142zM7.59874 7.10839l-.49035.49035.5286 1.05719.50947-.50947.50947-.50947z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-in-development-small-24.js.map