UNPKG

@create-figma-plugin/ui

Version:

Production-grade Preact components that replicate the Figma UI design

5 lines 1.52 kB
import { h } from 'preact'; import { createIcon } from '../create-icon.js'; export const IconBulbOff24 = 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.9076 15.5H10.75c-.1381 0-.25.1119-.25.25v1c0 .4142.3358.75.75.75h1.5c.4142 0 .75-.3358.75-.75v-1c0-.1381-.1119-.25-.25-.25h-2.3424m3.3257-.5218c.1698-.1941.2904-.4264.35-.6686.1152-.4675.3284-.9396.5929-1.5161l.0148-.0321c.2303-.5019.4998-1.0891.6683-1.7071.0919-.337.1407-.6908.1407-1.0543 0-2.20914-1.7909-4-4-4-2.20914 0-4 1.79086-4 4 0 .3635.04876.7173.14066 1.0543.16852.618.43801 1.2051.66837 1.7071l.01474.0321c.26453.5765.47772 1.0486.5929 1.5161.05967.2422.18022.4745.35.6686-.16704.2125-.26667.4805-.26667.7718v1c0 .8817.6521 1.6111 1.5003 1.7323A.5.5 0 0 0 11 18.5c0 .2761.2239.5.5.5h1c.2761 0 .5-.2239.5-.5a.5.5 0 0 0-.0003-.0177c.8482-.1212 1.5003-.8506 1.5003-1.7323v-1c0-.2913-.0996-.5593-.2667-.7718M13.0924 14.5c.2506 0 .46-.1863.52-.4296.1418-.5755.3982-1.1345.6549-1.6939.2402-.5235.4805-1.0472.6273-1.5853.0687-.2521.1054-.5173.1054-.7912 0-1.65685-1.3431-3-3-3s-3 1.34315-3 3c0 .2739.03669.5391.10543.7912.14673.5381.38707 1.0619.62723 1.5853.2567.5594.51314 1.1184.65494 1.6939.06.2433.2694.4296.52.4296zM11 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-.5", fill: "currentColor", "fill-rule": "evenodd" }))); //# sourceMappingURL=icon-bulb-off-24.js.map