@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.07 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 ChartDonut = 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 20a12 12 0 0 0-12 12v56a12 12 0 0 0 12 12 28 28 0 1 1-24.26 14 12 12 0 0 0-4.39-16.4l-48.5-28A12 12 0 0 0 34.46 74 108 108 0 1 0 128 20M50 96.81l28.2 16.28A52 52 0 0 0 76 128v1.5l-31.43 8.42A83 83 0 0 1 44 128a84.4 84.4 0 0 1 6-31.19m.83 64.3 31.43-8.43A52.2 52.2 0 0 0 116 178.59v32.54a84.26 84.26 0 0 1-65.19-50.02Zm89.19 50v-32.52A52 52 0 0 0 140 77.4V44.85a84 84 0 0 1 0 166.28Z"
}));
export default ChartDonut;
//# sourceMappingURL=ChartDonut.js.map