iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 849 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 BugDroidThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M186.17 51.49l16.66-16.66a4 4 0 10-5.66-5.66l-17 17a83.72 83.72 0 00-104.26 0l-17-17a4 4 0 00-5.66 5.66l16.58 16.66A83.75 83.75 0 0044 112v40a84 84 0 00168 0v-40a83.75 83.75 0 00-25.83-60.51zM128 36a76.08 76.08 0 0176 76v12H52v-12a76.08 76.08 0 0176-76zm0 192a76.08 76.08 0 01-76-76v-20h152v20a76.08 76.08 0 01-76 76zm20-136a8 8 0 118 8 8 8 0 01-8-8zm-56 0a8 8 0 118 8 8 8 0 01-8-8z" }));
exports.default = BugDroidThin;