iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 812 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 BugDroidFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
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-72zm16 52a12 12 0 1112 12 12 12 0 01-12-12zm-56 0a12 12 0 1112 12 12 12 0 01-12-12z" }));
exports.default = BugDroidFill;