iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.31 kB
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 Bulb4 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9.063 18.045c-.046-1.131-.794-2.194-1.803-3.18a7.5 7.5 0 1110.48 0c-1.041 1.017-1.805 2.117-1.805 3.29v1.595a2.25 2.25 0 01-2.25 2.25h-2.373a2.25 2.25 0 01-2.25-2.25v-1.705zM6.5 9.5a5.98 5.98 0 001.808 4.293c.741.724 1.512 1.633 1.933 2.707h4.518c.421-1.074 1.192-1.984 1.933-2.707A6 6 0 106.5 9.5zm4.063 8.713v1.537c0 .414.335.75.75.75h2.372a.75.75 0 00.75-.75V18h-3.873v.017a4.17 4.17 0 010 .196zM1.75 9.5a.75.75 0 01.75-.75h1a.75.75 0 010 1.5h-1a.75.75 0 01-.75-.75zM4.215 3.85a.75.75 0 10-.75 1.3l.866.5a.75.75 0 10.75-1.3l-.866-.5zM3.19 14.875a.75.75 0 01.275-1.024l.866-.5a.75.75 0 01.75 1.298l-.866.5a.75.75 0 01-1.025-.274zM21.5 8.75a.75.75 0 000 1.5h1a.75.75 0 000-1.5h-1zM19.645 13.625a.75.75 0 011.025-.274l.866.5a.75.75 0 11-.75 1.298l-.866-.5a.75.75 0 01-.275-1.024zM19.92 4.35a.75.75 0 00.75 1.3l.866-.5a.75.75 0 10-.75-1.3l-.866.5z", fill: "#323544" }));
exports.default = Bulb4;