@create-figma-plugin/ui
Version:
Production-grade Preact components that replicate the Figma UI design
5 lines • 2.26 kB
JavaScript
import { h } from 'preact';
import { createIcon } from '../create-icon.js';
export const IconPlugin24 = 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: "M8 9.76372a2.28 2.28 0 0 0-.25002-.01373c-.26297 0-.5154.04511-.74998.12802V8h4v-.93493A.88.88 0 0 0 10.9976 7c-.0187-.25946-.146-.50002-.282-.72473C10.5788 6.04903 10.5 5.78371 10.5 5.5c0-.82843.6716-1.5 1.5-1.5s1.5.67157 1.5 1.5c0 .28371-.0788.54903-.2156.77527-.136.22471-.2633.46527-.282.72473A.88.88 0 0 0 13 7.06507V8h4v1.87803c-.2346-.08292-.487-.12803-.75-.12803-.0845 0-.1679.00466-.25.01373C14.875 9.8881 14 10.8419 14 12s.875 2.1119 2 2.2363c.0821.009.1655.0137.25.0137.263 0 .5154-.0451.75-.128V16h-4v.9349c0 .0219.0008.0435.0024.0651.0187.2595.146.5.282.7247.1368.2263.2156.4916.2156.7753 0 .8284-.6716 1.5-1.5 1.5s-1.5-.6716-1.5-1.5c0-.2837.0788-.549.2156-.7753.136-.2247.2633-.4652.282-.7247A.88.88 0 0 0 11 16.9349V16H7v-1.878c.23458.0829.48701.128.74998.128.08451 0 .16793-.0047.25002-.0137C9.12498 14.1119 9.99999 13.1581 9.99999 12S9.12498 9.88809 8 9.76372M9.9734 17H7c-.55228 0-1-.4477-1-1v-1.878a.9999.9999 0 0 1 .42261-.8165 1 1 0 0 1 .91063-.1264c.12904.0456.26886.0709.41674.0709.69036 0 1.25001-.5597 1.25001-1.25 0-.6904-.55965-1.25-1.25001-1.25-.14788 0-.2877.0252-.41674.0709a1.0003 1.0003 0 0 1-.91063-.1264A1.0002 1.0002 0 0 1 6 9.87801V8c0-.55228.44772-1 1-1h2.9734c-.02274-.05068-.05789-.11536-.11341-.20714C9.63135 6.41489 9.5 5.97126 9.5 5.5 9.5 4.11929 10.6193 3 12 3s2.5 1.11929 2.5 2.5c0 .47126-.1314.91489-.36 1.29286l-.7938-.48019.7938.48019c-.0555.09178-.0907.15646-.1134.20714H17c.5523 0 1 .44772 1 1v1.87803c0 .32457-.1576.62907-.4226.81647a1.0003 1.0003 0 0 1-.9106.1264c-.1291-.0456-.2689-.0709-.4168-.0709-.6904 0-1.25.5596-1.25 1.25s.5596 1.25 1.25 1.25c.1479 0 .2877-.0253.4168-.0709.306-.1081.6455-.061.9106.1264.265.1874.4226.4919.4226.8165V16c0 .5523-.4477 1-1 1h-2.9734c.0227.0507.0579.1154.1134.2071.2286.378.36.8216.36 1.2929 0 1.3807-1.1193 2.5-2.5 2.5s-2.5-1.1193-2.5-2.5c0-.4713.13135-.9149.35999-1.2929.05552-.0917.09067-.1564.11341-.2071", fill: "currentColor", "fill-rule": "evenodd" })));
//# sourceMappingURL=icon-plugin-24.js.map