@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.53 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 SpinnerBall = 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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m83.65 100.47c-23.14 15.53-40.94 13.27-59.73 5.53 7.87-6 15.29-12.73 21.35-21.16A74.85 74.85 0 0 0 187 68.25a83.73 83.73 0 0 1 24.65 52.22M163.3 51.8c1.9 27.81-9 42.09-25.09 54.48-1.24-9.82-3.38-19.61-7.64-29.08A75 75 0 0 0 105.69 47a83.73 83.73 0 0 1 57.61 4.8m-83.61 7.55c25 12.25 31.93 28.8 34.6 48.94-9.12-3.82-18.66-6.87-29-7.91a75 75 0 0 0-38.59 6.46 84.2 84.2 0 0 1 32.99-47.49m-35.34 76.18C67.49 120 85.29 122.26 104.08 130c-7.87 6-15.29 12.73-21.35 21.16A74.85 74.85 0 0 0 69 187.75a83.73 83.73 0 0 1-24.65-52.22M92.7 204.2c-1.9-27.81 9-42.09 25.09-54.48 1.24 9.82 3.38 19.61 7.64 29.08a75 75 0 0 0 24.88 30.2 83.73 83.73 0 0 1-57.61-4.8m83.61-7.55c-25-12.25-31.93-28.8-34.6-48.94 9.12 3.82 18.66 6.87 29 7.91q3.75.38 7.47.38a76 76 0 0 0 31.12-6.85 84.2 84.2 0 0 1-32.99 47.5"
}));
export default SpinnerBall;
//# sourceMappingURL=SpinnerBall.js.map