UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 916 B
"use strict"; 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 FishBone = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-fish-bone", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M16.69 7.44A6.973 6.973 0 0015 12a6.97 6.97 0 001.699 4.571c1.914-.684 3.691-2.183 5.301-4.565-1.613-2.384-3.394-3.883-5.312-4.565M2 9.504a40.73 40.73 0 002.422 2.504A39.679 39.679 0 002 14.506M18 11v.01M4.422 12H15M7 10v4M11 8v8" })); exports.default = FishBone;