@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 Spiral = 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: "M248 144a8 8 0 0 1-16 0 96.11 96.11 0 0 0-96-96 88.1 88.1 0 0 0-88 88 80.09 80.09 0 0 0 80 80 72.08 72.08 0 0 0 72-72 64.07 64.07 0 0 0-64-64 56.06 56.06 0 0 0-56 56 48.05 48.05 0 0 0 48 48 40 40 0 0 0 40-40 32 32 0 0 0-32-32 24 24 0 0 0-24 24 16 16 0 0 0 16 16 8 8 0 0 0 8-8 8 8 0 0 1 0-16 16 16 0 0 1 16 16 24 24 0 0 1-24 24 32 32 0 0 1-32-32 40 40 0 0 1 40-40 48.05 48.05 0 0 1 48 48 56.06 56.06 0 0 1-56 56 64.07 64.07 0 0 1-64-64 72.08 72.08 0 0 1 72-72 80.09 80.09 0 0 1 80 80 88.1 88.1 0 0 1-88 88 96.11 96.11 0 0 1-96-96A104.11 104.11 0 0 1 136 32a112.12 112.12 0 0 1 112 112"
}));
export default Spiral;
//# sourceMappingURL=Spiral.js.map