UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.01 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 BugBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M140 88a16 16 0 1116 16 16 16 0 01-16-16zm-40-16a16 16 0 1016 16 16 16 0 00-16-16zm120 72a91.84 91.84 0 01-2.34 20.64l19.15 8.36a12 12 0 01-9.62 22l-18-7.85a92 92 0 01-162.46 0l-18 7.85a12 12 0 11-9.62-22l19.15-8.36A91.84 91.84 0 0136 144v-4H16a12 12 0 010-24h20v-4a91.84 91.84 0 012.34-20.64L19.19 83a12 12 0 019.62-22l18 7.85a92 92 0 01162.46 0l18-7.85a12 12 0 119.62 22l-19.15 8.36A91.84 91.84 0 01220 112v4h20a12 12 0 010 24h-20zM60 116h136v-4a68 68 0 00-136 0zm56 94.92V140H60v4a68.1 68.1 0 0056 66.92zM196 144v-4h-56v70.92A68.1 68.1 0 00196 144z" })); exports.default = BugBold;