UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.25 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 LightbulbAutofix = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 9a3 3 0 100 6 3 3 0 000-6zm1.31 5L12 13l-1.3 1 .5-1.53-1.2-.83h1.47L12 10l.54 1.64H14l-1.2.83.51 1.53z", fill: "#007ACC" }), React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.171 8.085A3.979 3.979 0 008.287 10.5H6.41v2.201c0 .081.028.15.09.212.062.061.131.09.213.09h1.413c.089.348.223.678.396.982-.066.01-.134.015-.203.015H6.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 013 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.477 4.477 0 011.623 1.616 4.434 4.434 0 01.616 2.27c0 .617-.118 1.191-.354 1.721a4.532 4.532 0 01-.506.864z", fill: "#007ACC" })); exports.default = LightbulbAutofix;