iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.11 kB
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 Bug = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M18.764 10.992v1.11h-2.22c0 .878-.18 1.712-.489 2.48l1.596.953-.56 1.004-1.564-.935c-1.175 1.891-3.255 3.161-5.645 3.161-2.39 0-4.47-1.27-5.645-3.161l-1.565.935-.56-1.004 1.596-.954a6.631 6.631 0 0 1-.488-2.479H1v-1.11h2.33c.142-.795.42-1.543.814-2.218L2.113 7.56l.56-1.004 2.135 1.277C5.834 6.615 7.29 5.81 8.936 5.571l-2.38-4.02L7.472 1l2.41 4.072L12.292 1l.916.55-2.368 4.001a6.639 6.639 0 0 1 4.116 2.282l2.136-1.276.56 1.003-2.031 1.214c.393.676.67 1.423.813 2.219h2.33zm-8.882-4.44c-1.81 0-3.403.879-4.416 2.22h8.832c-1.014-1.341-2.606-2.22-4.416-2.22zm5.082 3.33H4.8a5.52 5.52 0 0 0-.468 2.22 5.552 5.552 0 1 0 11.102 0c0-.79-.17-1.539-.469-2.22z", fill: "#000", fillRule: "evenodd" }));
exports.default = Bug;