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 BugBeetleThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M204 148h20a4 4 0 000-8h-20v-24h20a4 4 0 000-8h-20.11a75.8 75.8 0 00-23.37-50.86l22.31-22.31a4 4 0 10-5.66-5.66L174.44 51.9a75.77 75.77 0 00-92.88 0L58.83 29.17a4 4 0 00-5.66 5.66l22.31 22.31A75.8 75.8 0 0052.11 108H32a4 4 0 000 8h20v24H32a4 4 0 000 8h20v12a75.41 75.41 0 001 12H32a4 4 0 000 8h22.69a76 76 0 00146.62 0H224a4 4 0 000-8h-21a75.41 75.41 0 001-12zM128 44a68.08 68.08 0 0167.87 64H60.13A68.08 68.08 0 01128 44zm4 183.87V144a4 4 0 00-8 0v83.87A68.08 68.08 0 0160 160v-44h136v44a68.08 68.08 0 01-64 67.87z" }));
exports.default = BugBeetleThin;