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.43 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 PingPong = 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: "M240 196a16 16 0 0 0-6.65-11.7l-38-27.15 17-16.95a39.67 39.67 0 0 0 11-35.79 99.52 99.52 0 0 0-35.4-57.89A101.93 101.93 0 0 0 122.58 24 100.29 100.29 0 0 0 24 122.58a102.12 102.12 0 0 0 22.55 65.28 99.52 99.52 0 0 0 57.89 35.4 39.68 39.68 0 0 0 35.79-11l16.95-17 27.15 38A16 16 0 0 0 196 240c.44 0 .88.05 1.32.05a16 16 0 0 0 11.31-4.69l26.64-26.64A16 16 0 0 0 240 196M59 177.83a86.1 86.1 0 0 1-19-55A84.27 84.27 0 0 1 122.8 40a86.28 86.28 0 0 1 55 19 85.1 85.1 0 0 1 18.78 21.1L80.1 196.58A85.1 85.1 0 0 1 59 177.83M197.35 224l-32.63-45.69a8 8 0 0 0-5.85-3.32h-.66a8 8 0 0 0-5.66 2.34l-23.63 23.63a23.68 23.68 0 0 1-21.36 6.63 80 80 0 0 1-12.3-3.5l108.8-108.8a80.6 80.6 0 0 1 3.5 12.3 23.67 23.67 0 0 1-6.63 21.36l-23.63 23.6a8 8 0 0 0 1 12.17l45.7 32.63Z" })); export default PingPong; //# sourceMappingURL=PingPong.js.map