UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 984 B
"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 BugBeetleBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M224 160a12 12 0 000-24h-12v-16h12a12 12 0 000-24h-13.55a83.7 83.7 0 00-18.78-38.7l16.82-16.81a12 12 0 10-17-17l-18 18a83.7 83.7 0 00-91.1 0l-18-18a12 12 0 00-17 17L64.33 57.3A83.7 83.7 0 0045.55 96H32a12 12 0 000 24h12v16H32a12 12 0 000 24h12a83.55 83.55 0 001.55 16H32a12 12 0 000 24h22.15a84 84 0 00147.7 0H224a12 12 0 000-24h-13.55a83.55 83.55 0 001.55-16zM128 52a60.1 60.1 0 0157.82 44H70.18A60.1 60.1 0 01128 52zm12 166.79V148a12 12 0 00-24 0v70.79A60.09 60.09 0 0168 160v-40h120v40a60.09 60.09 0 01-48 58.79z" })); exports.default = BugBeetleBold;