@vuduc0801/react-native-phosphor-icons
Version:
Since [Phosphor](https://phosphoricons.com/) does not support React Native, we have to convert all the SVGs to React Native SVGs.
14 lines • 1.64 kB
JavaScript
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
const Fish = props => /*#__PURE__*/React.createElement(Svg, _extends({
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size
}, props), /*#__PURE__*/React.createElement(Path, {
d: "M172 76a16 16 0 1 1-16-16 16 16 0 0 1 16 16m48.22 69.58a102 102 0 0 1-26.78 31.29c-.24.2-.47.39-.72.56a109.5 109.5 0 0 1-13.55 8.83c-18.3 10.07-40.88 15.9-67.22 17.36L91 249a12 12 0 0 1-10.89 7h-.81a12 12 0 0 1-10.66-8.44l-14.16-46-46-14.19A12 12 0 0 1 7 165l45.4-20.92c1.47-26.33 7.3-48.91 17.37-67.2a110.6 110.6 0 0 1 8.8-13.58c.16-.22.34-.44.51-.66a101.9 101.9 0 0 1 31.33-26.84c25.55-14.19 54.33-16.37 74-15.69 17.76.61 36.49 4 40.76 6.52a12.1 12.1 0 0 1 4.23 4.23c2.52 4.26 5.92 23 6.53 40.76.64 19.64-1.53 48.38-15.71 73.96m-68.7 26.66a57 57 0 0 1-11.12-8.64 55.8 55.8 0 0 1-15.9-32.1 55.8 55.8 0 0 1-32.1-15.9 56.6 56.6 0 0 1-8.63-11.13q-7 20.48-7.7 47.69a12 12 0 0 1-7 10.61l-23.56 10.87 22.1 6.82a12 12 0 0 1 7.94 7.94l6.79 22.09 10.89-23.59a12 12 0 0 1 10.61-7q27.16-.61 47.68-7.66M209 47c-16.25-3.14-61.81-9-95 14.91a76.7 76.7 0 0 0-14 13 32 32 0 0 0 35 32.94 12 12 0 0 1 13.09 13.09 32 32 0 0 0 33 35 76.3 76.3 0 0 0 13-14C218.05 108.81 212.18 63.22 209 47"
}));
export default Fish;
//# sourceMappingURL=Fish.js.map