iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 910 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 BugBeetleFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M224 120h-16v-16h16a8 8 0 010 16zM32 104a8 8 0 000 16h16v-16zm176 56c0 2.7-.14 5.37-.4 8H224a8 8 0 010 16h-19.68a80 80 0 01-152.64 0H32a8 8 0 010-16h16.4c-.26-2.63-.4-5.3-.4-8v-8H32a8 8 0 010-16h16v-16h160v16h16a8 8 0 010 16h-16zm-72-16a8 8 0 00-16 0v64a8 8 0 0016 0zM69.84 57.15A79.76 79.76 0 0048.4 104h159.2a79.76 79.76 0 00-21.44-46.85l19.5-19.49a8 8 0 00-11.32-11.32l-20.29 20.3a79.74 79.74 0 00-92.1 0l-20.29-20.3a8 8 0 00-11.32 11.32z" }));
exports.default = BugBeetleFill;