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.

18 lines (17 loc) 1.06 kB
"use strict"; /* 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 Basketball = 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 24M60 72.17A87.2 87.2 0 0 1 79.63 120H40.37A87.54 87.54 0 0 1 60 72.17M136 120V40.37a87.6 87.6 0 0 1 48.68 20.37A103.06 103.06 0 0 0 160.3 120Zm-16 0H95.7a103.06 103.06 0 0 0-24.38-59.26A87.6 87.6 0 0 1 120 40.37Zm-40.37 16A87.2 87.2 0 0 1 60 183.83 87.54 87.54 0 0 1 40.37 136Zm16.07 0H120v79.63a87.6 87.6 0 0 1-48.68-20.37A103.1 103.1 0 0 0 95.7 136m40.3 0h24.3a103.1 103.1 0 0 0 24.38 59.26A87.6 87.6 0 0 1 136 215.63Zm40.37 0h39.26A87.54 87.54 0 0 1 196 183.83 87.2 87.2 0 0 1 176.37 136m0-16A87.2 87.2 0 0 1 196 72.17 87.54 87.54 0 0 1 215.63 120Z" }) }); export default Basketball; //# sourceMappingURL=Basketball.js.map