iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 975 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 BugDroidDuotone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M208 128v24a80 80 0 01-160 0v-24z", opacity: ".2" }),
React.createElement("path", { d: "M191.83 51.48l13.83-13.82a8 8 0 00-11.32-11.32L179.79 40.9a87.81 87.81 0 00-103.58 0L61.66 26.34a8 8 0 00-11.32 11.32l13.83 13.82A87.72 87.72 0 0040 112v40a88 88 0 00176 0v-40a87.72 87.72 0 00-24.17-60.52zM128 40a72.08 72.08 0 0172 72v8H56v-8a72.08 72.08 0 0172-72zm0 184a72.08 72.08 0 01-72-72v-16h144v16a72.08 72.08 0 01-72 72zm16-132a12 12 0 1112 12 12 12 0 01-12-12zm-56 0a12 12 0 1112 12 12 12 0 01-12-12z" }));
exports.default = BugDroidDuotone;