iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 815 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 BugOff = (props) => React.createElement("svg", { className: "lucide lucide-bug-off", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M15 7.13V6a3 3 0 00-5.14-2.1L8 2M14.12 3.88L16 2" }),
React.createElement("path", { d: "M22 13h-4v-2a4 4 0 00-4-4h-1.3M20.97 5c0 2.1-1.6 3.8-3.5 4M2 2l20 20M7.7 7.7A4 4 0 006 11v3a6 6 0 0011.13 3.13M12 20v-8M6 13H2M3 21c0-2.1 1.7-3.9 3.8-4" }));
exports.default = BugOff;