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.11 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 Sphere = 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 20a108 108 0 1 0 108 108A108.12 108.12 0 0 0 128 20m84 107.86c-.56 1.41-5.7 7.11-22.88 12.33a157 157 0 0 1-17.57 4.15c.3-5.44.45-10.91.45-16.34 0-27.85-3.95-56.83-12.25-77.75A84.13 84.13 0 0 1 212 127.86M127.86 44c1.41.56 7.11 5.7 12.33 22.88 5 16.6 7.81 38.31 7.81 61.12 0 6.56-.24 13-.68 19.32-6.29.44-12.76.68-19.32.68-22.81 0-44.52-2.78-61.12-7.81C49.7 135 44.56 129.27 44 127.86A84.1 84.1 0 0 1 127.86 44M50.25 159.75C71.17 168.05 100.15 172 128 172c5.43 0 10.9-.15 16.34-.46a157 157 0 0 1-4.15 17.58C135 206.3 129.27 211.44 127.86 212a84.13 84.13 0 0 1-77.61-52.25m109.5 46c4.19-10.57 7.28-23.2 9.3-36.7 13.5-2 26.13-5.11 36.7-9.3a84.42 84.42 0 0 1-46 46" }) }); export default Sphere; //# sourceMappingURL=Sphere.js.map