UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.14 kB
"use strict"; 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 Lightbulb = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.671 8.658c-.339.334-.6.705-.782 1.114-.178.407-.268.85-.268 1.329v1.6A1.3 1.3 0 019.318 14H7.712a1.285 1.285 0 01-.922-.379 1.302 1.302 0 01-.38-.92v-1.6c0-.479-.092-.921-.274-1.329a3.556 3.556 0 00-.776-1.114 4.69 4.69 0 01-1.006-1.437A4.187 4.187 0 014 5.5a4.432 4.432 0 01.616-2.27 4.553 4.553 0 011.616-1.617c.338-.195.7-.347 1.084-.453.385-.107.785-.16 1.2-.16a4.476 4.476 0 012.276.614 4.478 4.478 0 011.623 1.616 4.434 4.434 0 01.616 2.27c0 .617-.118 1.191-.354 1.721a4.689 4.689 0 01-1.006 1.437zM9.621 10.5H7.41v2.201c0 .081.028.15.09.212.062.061.131.09.213.09h1.606a.289.289 0 00.214-.09.286.286 0 00.09-.212V10.5z", fill: "#DDB100" })); exports.default = Lightbulb;