iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 1.14 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 FishOff = (props) => React.createElement("svg", { className: "lucide lucide-fish-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: "M18 12.47v.03m0-.5v.47m-.475 5.056A6.744 6.744 0 0115 18c-3.56 0-7.56-2.53-8.5-6 .348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.802 8.802 0 0115 6c3.56 0 6.06 2.54 7 6-.309 1.14-.786 2.177-1.413 3.058" }),
React.createElement("path", { d: "M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.77 9.77 0 0116 6.07m0 11.86a9.77 9.77 0 01-1.728-3.618" }),
React.createElement("path", { d: "M16.01 17.93l-.23 1.4A2 2 0 0113.8 21H9.5a5.96 5.96 0 001.49-3.98M8.53 3h5.27a2 2 0 011.98 1.67l.23 1.4M2 2l20 20" }));
exports.default = FishOff;