UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 2.38 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconBulbOn24 = 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: "M10.75 15.5h2.5c.1381 0 .25.1119.25.25v1c0 .4142-.3358.75-.75.75h-1.5c-.4142 0-.75-.3358-.75-.75v-1c0-.1381.1119-.25.25-.25m3.8333-1.1904c-.0596.2422-.1802.4745-.35.6686.1671.2125.2667.4805.2667.7718v1c0 .8817-.6521 1.6111-1.5003 1.7323A.5.5 0 0 1 13 18.5c0 .2761-.2239.5-.5.5h-1c-.2761 0-.5-.2239-.5-.5l.0001-.0086.0002-.0091C10.1521 18.3611 9.5 17.6317 9.5 16.75v-1c0-.2913.09963-.5593.26667-.7718-.16978-.1941-.29033-.4264-.35-.6686-.11518-.4675-.32837-.9396-.5929-1.5161l-.01474-.0321c-.23035-.5019-.49985-1.0891-.66837-1.7071C8.04876 10.7173 8 10.3635 8 10c0-2.20914 1.79086-4 4-4 2.2091 0 4 1.79086 4 4 0 .3635-.0488.7173-.1407 1.0543-.1685.618-.438 1.2052-.6683 1.7071l-.0148.0321c-.2645.5765-.4777 1.0486-.5929 1.5161m-.9709-.2392c-.06.2433-.2694.4296-.52.4296h-2.1848c-.2506 0-.46-.1863-.52-.4296-.1418-.5755-.39824-1.1345-.65494-1.6939-.24016-.5234-.4805-1.0472-.62723-1.5853C9.03669 10.5391 9 10.2739 9 10c0-1.65685 1.3431-3 3-3s3 1.34315 3 3c0 .2739-.0367.5391-.1054.7912-.1468.5381-.3871 1.0618-.6273 1.5853-.2567.5594-.5131 1.1184-.6549 1.6939M11 10c0-.55228.4477-1 1-1 .2761 0 .5-.22386.5-.5S12.2761 8 12 8c-1.1046 0-2 .89543-2 2 0 .2761.2239.5.5.5s.5-.2239.5-.5m-5.5-.5c-.27614 0-.5.22386-.5.5 0 .2761.22386.5.5.5h1c.27614 0 .5-.2239.5-.5 0-.27614-.22386-.5-.5-.5zm12 0c-.2761 0-.5.22386-.5.5 0 .2761.2239.5.5.5h1c.2761 0 .5-.2239.5-.5 0-.27614-.2239-.5-.5-.5zm-11.56192-3c.13807-.23915.44387-.32108.68301-.18301l.86603.5c.23915.13807.32108.44386.18301.68301s-.44386.32108-.68301.18301l-.86603-.5c-.23914-.13807-.32108-.44386-.18301-.68301m10.39232 6c.1381-.2391.4439-.3211.683-.183l.866.5c.2392.1381.3211.4439.183.683-.138.2391-.4438.3211-.683.183l-.866-.5c-.2391-.1381-.3211-.4439-.183-.683m-10.20931.317c-.23914.1381-.32108.4439-.18301.683s.44387.3211.68301.183l.86603-.5c.23915-.1381.32108-.4439.18301-.683s-.44386-.3211-.68301-.183zM16.5134 6.81699c-.2391.13807-.3211.44386-.183.68301s.4439.32108.683.18301l.866-.5c.2392-.13807.3211-.44386.183-.68301-.138-.23915-.4438-.32108-.683-.18301z", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-bulb-on-24.js.map