UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.03 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 BugLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M146 92a10 10 0 1110 10 10 10 0 01-10-10zm-46-10a10 10 0 1010 10 10 10 0 00-10-10zm146 46a6 6 0 01-6 6h-26v10a85.88 85.88 0 01-3.45 24.08l23.85 10.42a6 6 0 01-4.8 11l-23.23-10.15a86 86 0 01-156.74 0L26.4 189.5a6 6 0 11-4.8-11l23.85-10.42A85.88 85.88 0 0142 144v-10H16a6 6 0 010-12h26v-10a85.88 85.88 0 013.45-24.08L21.6 77.5a6 6 0 014.8-11l23.23 10.15a86 86 0 01156.74 0L229.6 66.5a6 6 0 114.8 11l-23.85 10.42A85.88 85.88 0 01214 112v10h26a6 6 0 016 6zm-192-6h148v-10a74 74 0 00-148 0zm68 95.74V134H54v10a74.09 74.09 0 0068 73.74zM202 134h-68v83.74A74.09 74.09 0 00202 144z" })); exports.default = BugLight;