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.44 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 Baseball = 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 20M77 194.66A109 109 0 0 0 85.54 182a12 12 0 1 0-20.77-12 83 83 0 0 1-4.77 7.27 83.73 83.73 0 0 1 0-98.54A83 83 0 0 1 64.77 86a12 12 0 1 0 20.77-12A109 109 0 0 0 77 61.34a83.76 83.76 0 0 1 102.06 0 109 109 0 0 0-8.6 12.66 12 12 0 1 0 20.77 12 83 83 0 0 1 4.77-7.27 83.73 83.73 0 0 1 0 98.54 83 83 0 0 1-4.74-7.28 12 12 0 1 0-20.77 12 109 109 0 0 0 8.51 12.67 83.76 83.76 0 0 1-102.06 0Zm22.2-80.14A110 110 0 0 1 100 128a110 110 0 0 1-.83 13.48A12 12 0 0 1 87.27 152a13 13 0 0 1-1.5-.09 12 12 0 0 1-10.42-13.39A86 86 0 0 0 76 128a86 86 0 0 0-.65-10.52 12 12 0 1 1 23.82-3Zm71.06 37.39a13 13 0 0 1-1.5.09 12 12 0 0 1-11.9-10.52 110 110 0 0 1 0-27 12 12 0 1 1 23.82 3 85.5 85.5 0 0 0 0 21 12 12 0 0 1-10.45 13.43Z" })); export default Baseball; //# sourceMappingURL=Baseball.js.map