UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.1 kB
"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 BugBeetleDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M200 112v48a72 72 0 01-72 72 72 72 0 01-72-72v-48z", opacity: ".2" }), React.createElement("path", { d: "M208 152h16a8 8 0 000-16h-16v-16h16a8 8 0 000-16h-16.4a79.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.32l19.5 19.49A79.76 79.76 0 0048.4 104H32a8 8 0 000 16h16v16H32a8 8 0 000 16h16v8c0 2.7.14 5.37.4 8H32a8 8 0 000 16h19.68a80 80 0 00152.64 0H224a8 8 0 000-16h-16.4c.26-2.63.4-5.3.4-8zM128 48a64.07 64.07 0 0163.48 56h-127A64.07 64.07 0 01128 48zm8 175.48V144a8 8 0 00-16 0v79.48A64.07 64.07 0 0164 160v-40h128v40a64.07 64.07 0 01-56 63.48z" })); exports.default = BugBeetleDuotone;