iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.29 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 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.878 4.5v-.582a2.918 2.918 0 10-5.837 0V4.5H4.21L2.546 2.829l-.594.59 1.611 1.619-.018.049a8.03 8.03 0 00-.504 2.831c0 .196.007.39.02.58l.003.045H1v.836h2.17l.005.034c.172.941.504 1.802.954 2.531l.034.055L2.2 13.962l.592.592 1.872-1.872.057.066c.868.992 2.002 1.589 3.238 1.589 1.218 0 2.336-.579 3.199-1.544l.058-.064 1.91 1.92.593-.591-1.997-2.006.035-.056c.467-.74.81-1.619.987-2.583l.006-.034h2.17v-.836h-2.065l.003-.044c.013-.191.02-.385.02-.58 0-1.03-.186-2.004-.517-2.866l-.019-.05 1.57-1.57-.592-.59L11.663 4.5h-.785zm-5 0v-.582a2.082 2.082 0 014.163 0V4.5H5.878zm5.696.837l.02.053c.284.753.447 1.61.447 2.528 0 1.61-.503 3.034-1.274 4.037-.77 1.001-1.77 1.545-2.808 1.545-1.036 0-2.037-.544-2.807-1.545-.771-1.003-1.274-2.427-1.274-4.037 0-.918.163-1.775.447-2.528l.02-.053h7.23z", fill: "#424242" }));
exports.default = Bug;