iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 844 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 BugDroidBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M197.35 51.62l11.14-11.13a12 12 0 10-17-17l-12.15 12.2a91.84 91.84 0 00-102.68 0L64.49 23.51a12 12 0 00-17 17l11.16 11.11A91.58 91.58 0 0036 112v40a92 92 0 00184 0v-40a91.58 91.58 0 00-22.65-60.38zM196 112v4H60v-4a68 68 0 01136 0zm-68 108a68.07 68.07 0 01-68-68v-12h136v12a68.07 68.07 0 01-68 68zm12-132a16 16 0 1116 16 16 16 0 01-16-16zm-56 0a16 16 0 1116 16 16 16 0 01-16-16z" }));
exports.default = BugDroidBold;