@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.
18 lines (17 loc) • 1.09 kB
JavaScript
;
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { jsx as _jsx } from "react/jsx-runtime";
const BeachBall = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M128 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m84 108a84.3 84.3 0 0 1-1.32 14.74 205 205 0 0 0-18.52-31.49 177 177 0 0 1 19.08 5.62A85 85 0 0 1 212 128m-9.61-38.94a204 204 0 0 0-30-5.47 204 204 0 0 0-5.47-30 84.53 84.53 0 0 1 35.47 35.47m-63.26-44.3a177 177 0 0 1 5.62 19.08 205 205 0 0 0-31.49-18.52 82.5 82.5 0 0 1 25.87-.56m-58.06 13.6a179.8 179.8 0 0 1 49.8 25.06 204.2 204.2 0 0 0-85.23 28.05 84.23 84.23 0 0 1 35.43-53.11M45 140.65a180.2 180.2 0 0 1 104.62-34.22 180.2 180.2 0 0 1-34.22 104.62 84.22 84.22 0 0 1-70.4-70.4m99.58 69.71a204.2 204.2 0 0 0 28.05-85.23 179.8 179.8 0 0 1 25.06 49.8 84.23 84.23 0 0 1-53.16 35.43Z"
})
});
export default BeachBall;
//# sourceMappingURL=BeachBall.js.map