@icongo/li
Version:
LibreICONS Icons
23 lines (22 loc) • 1.45 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiLightbulb = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiLightbulb = function LIGuiLightbulb(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8 10.5H6a.25.25 0 0 0 0 .5h2a.25.25 0 0 0 0-.5Zm0 1H6a.25.25 0 0 0 0 .5h2a.25.25 0 0 0 0-.5Zm.125 1h-2.25l.594.391c.077.069.19.109.308.109h.447c.117 0 .23-.04.307-.109l.594-.391ZM10 5.6c0 1.785-1.607 2.992-1.607 4.4H5.607C5.607 8.592 4 7.385 4 5.6c0-1.86 1.499-2.884 2.998-2.884C8.5 2.715 10 3.74 10 5.6Zm2-.345v.686h-1.269c.01-.112.019-.224.019-.34 0-.119-.009-.232-.018-.345H12zM6.676 1.979V1h.685v.982a4.01 4.01 0 0 0-.363-.018c-.107 0-.215.01-.322.014zm2.76.772.785-.872.51.459-.801.889a2.81 2.81 0 0 0-.494-.476Zm-5.369.476-.801-.889.51-.459.784.872a2.81 2.81 0 0 0-.493.476zM3.27 5.94H2v-.686h1.267a4.306 4.306 0 0 0-.017.345c0 .117.009.23.019.341z"
})
}));
};
exports.LIGuiLightbulb = LIGuiLightbulb;