@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.26 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 Hurricane = 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: "M128 92a36 36 0 1 0 36 36 36 36 0 0 0-36-36m0 48a12 12 0 1 1 12-12 12 12 0 0 1-12 12m35.37-97 8.14-27.65A12 12 0 0 0 157.89.19a194 194 0 0 0-60.12 23.55C57.36 48.28 36 84.33 36 128a92.15 92.15 0 0 0 56.63 85l-8.14 27.65A12 12 0 0 0 96 256a11.6 11.6 0 0 0 2.11-.19 194 194 0 0 0 60.12-23.55C198.64 207.72 220 171.67 220 128a92.15 92.15 0 0 0-56.63-85m-17 168.35a168.7 168.7 0 0 1-32.74 15.28l5.28-18a12 12 0 0 0-8.42-15A68 68 0 0 1 60 128c0-35.12 16.7-63.18 49.65-83.39a169 169 0 0 1 32.74-15.29l-5.28 18a12 12 0 0 0 8.42 15A68 68 0 0 1 196 128c0 35.12-16.7 63.17-49.65 83.39Z"
}));
export default Hurricane;
//# sourceMappingURL=Hurricane.js.map