@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.23 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 SoccerBall = 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 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m8 39.38 24.79-17.05a88.4 88.4 0 0 1 36.18 27l-8 26.94c-.2 0-.41.1-.61.17l-22.82 7.41a8 8 0 0 0-1 .4L136 88.62V63.38M95.24 46.33 120 63.38v25.24l-28.56 19.67a8 8 0 0 0-1-.4l-22.82-7.41c-.2-.07-.41-.12-.61-.17l-8-26.94a88.4 88.4 0 0 1 36.23-27.04m-13 129.09H53.9a87.4 87.4 0 0 1-13.79-43.07l22-16.88a6 6 0 0 0 .58.22l22.83 7.42a8 8 0 0 0 .93.22l10.79 31.42c-.15.18-.3.36-.44.55l-14.1 19.41a8 8 0 0 0-.46.71M150.69 213a88.16 88.16 0 0 1-45.38 0l-10.06-28.4c.13-.16.27-.31.39-.48l14.11-19.42a8 8 0 0 0 .46-.7h35.58a8 8 0 0 0 .46.7l14.11 19.42c.12.17.26.32.39.48Zm23.07-37.61a8 8 0 0 0-.46-.71l-14.11-19.38c-.14-.19-.29-.37-.44-.55l10.79-31.42a8 8 0 0 0 .93-.22l22.83-7.42a6 6 0 0 0 .58-.22l22 16.88a87.4 87.4 0 0 1-13.79 43.07Z"
})
});
export default SoccerBall;
//# sourceMappingURL=SoccerBall.js.map