UNPKG

@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.05 kB
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-96c-1.4 0-2.8 0-4.18.1A80.06 80.06 0 0 0 56 128a64.07 64.07 0 0 0 64 64 44.05 44.05 0 0 0 44-44 32 32 0 0 0-32-32 8 8 0 0 0 0 16 16 16 0 0 1 16 16 28 28 0 0 1-28 28 48.05 48.05 0 0 1-48-48 64.07 64.07 0 0 1 64-64 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