@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.13 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 CourtBasketball = 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 92.23v71.54a4 4 0 0 1-4.41 4 40 40 0 0 1 0-79.52 4 4 0 0 1 4.41 3.98M20.41 167.76a40 40 0 0 0 0-79.52 4 4 0 0 0-4.41 4v71.54a4 4 0 0 0 4.41 3.98M116 48H32a16 16 0 0 0-16 16v4.13a4 4 0 0 0 3.8 4 56 56 0 0 1 0 111.74 4 4 0 0 0-3.8 4V192a16 16 0 0 0 16 16h84a4 4 0 0 0 4-4V52a4 4 0 0 0-4-4m108 0h-84a4 4 0 0 0-4 4v152a4 4 0 0 0 4 4h84a16 16 0 0 0 16-16v-4.13a4 4 0 0 0-3.8-4 56 56 0 0 1 0-111.74 4 4 0 0 0 3.8-4V64a16 16 0 0 0-16-16"
}));
export default CourtBasketball;
//# sourceMappingURL=CourtBasketball.js.map