iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 984 B
JavaScript
;
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 BugFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M168 92a12 12 0 11-12-12 12 12 0 0112 12zm-68-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-24zm-80 0a8 8 0 00-16 0v64a8 8 0 0016 0zm64-32a72 72 0 00-144 0v8h144z" }));
exports.default = BugFill;