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 Bug = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M144 92a12 12 0 1112 12 12 12 0 01-12-12zm-44-12a12 12 0 1012 12 12 12 0 00-12-12zm116 64a87.76 87.76 0 01-3 23l22.24 9.72A8 8 0 01232 192a7.89 7.89 0 01-3.2-.67L207.38 182a88 88 0 01-158.76 0l-21.42 9.33a7.89 7.89 0 01-3.2.67 8 8 0 01-3.2-15.33L43 167a87.76 87.76 0 01-3-23v-8H16a8 8 0 010-16h24v-8a87.76 87.76 0 013-23l-22.2-9.67a8 8 0 116.4-14.66L48.62 74a88 88 0 01158.76 0l21.42-9.36a8 8 0 016.4 14.66L213 89.05a87.76 87.76 0 013 23v8h24a8 8 0 010 16h-24zM56 120h144v-8a72 72 0 00-144 0zm64 95.54V136H56v8a72.08 72.08 0 0064 71.54zM200 144v-8h-64v79.54A72.08 72.08 0 00200 144z" })); exports.default = Bug;