iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.04 kB
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 BugThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M148 92a8 8 0 118 8 8 8 0 01-8-8zm-48-8a8 8 0 108 8 8 8 0 00-8-8zm144 44a4 4 0 01-4 4h-28v12a83.64 83.64 0 01-3.87 25.2l25.47 11.13A4 4 0 01232 188a4.09 4.09 0 01-1.6-.33l-25-10.95a84 84 0 01-154.72 0l-25 10.95A4.09 4.09 0 0124 188a4 4 0 01-1.6-7.67l25.47-11.13A83.64 83.64 0 0144 144v-12H16a4 4 0 010-8h28v-12a83.64 83.64 0 013.87-25.2L22.4 75.67a4 4 0 013.2-7.34l25 11a84 84 0 01154.72 0l25-11a4 4 0 113.2 7.34L208.13 86.8A83.64 83.64 0 01212 112v12h28a4 4 0 014 4zm-192-4h152v-12a76 76 0 00-152 0zm72 95.89V132H52v12a76.09 76.09 0 0072 75.89zM204 132h-72v87.89A76.09 76.09 0 00204 144z" }));
exports.default = BugThin;