iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 999 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 BugBeetleLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M206 150h18a6 6 0 000-12h-18v-20h18a6 6 0 000-12h-18.25a77.81 77.81 0 00-22.38-48.88l20.87-20.88a6 6 0 10-8.48-8.48l-21.49 21.49a77.8 77.8 0 00-92.53 0l-21.5-21.49a6 6 0 00-8.48 8.48l20.88 20.88A77.76 77.76 0 0050.25 106H32a6 6 0 000 12h18v20H32a6 6 0 000 12h18v10a78.6 78.6 0 00.66 10H32a6 6 0 000 12h21.18a78 78 0 00149.64 0H224a6 6 0 000-12h-18.66a78.6 78.6 0 00.66-10zM128 46a66.07 66.07 0 0165.71 60H62.29A66.07 66.07 0 01128 46zm6 179.71V144a6 6 0 00-12 0v81.71A66.07 66.07 0 0162 160v-42h132v42a66.07 66.07 0 01-60 65.71z" }));
exports.default = BugBeetleLight;