iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 855 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const LightbulbOffFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-lightbulb-off-fill", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M2 6c0-.572.08-1.125.23-1.65l8.558 8.559A.5.5 0 0110.5 13h-5a.5.5 0 01-.46-.302l-.761-1.77a2 2 0 00-.453-.618A5.98 5.98 0 012 6m10.303 4.181L3.818 1.697a6 6 0 018.484 8.484zM5 14.5a.5.5 0 01.5-.5h5a.5.5 0 010 1l-.224.447a1 1 0 01-.894.553H6.618a1 1 0 01-.894-.553L5.5 15a.5.5 0 01-.5-.5M2.354 1.646a.5.5 0 10-.708.708l12 12a.5.5 0 00.708-.708z" }));
exports.default = LightbulbOffFill;