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.16 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 OrangeSlice = 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: "M51.18 145.51A95.5 95.5 0 0 1 32 88c0-1.41 0-2.81.09-4.21a4 4 0 0 1 4-3.79H107a4 4 0 0 1 2.83 6.83ZM120 183.66V99.31l-58.17 58.18A95.68 95.68 0 0 0 120 183.66m84.82-38.15A95.5 95.5 0 0 0 224 88c0-1.41 0-2.81-.09-4.21a4 4 0 0 0-4-3.79H149a4 4 0 0 0-2.83 6.83ZM248 80h-4.08a4 4 0 0 0-4 4.14c0 1.28.07 2.57.07 3.86A112 112 0 0 1 16 88c0-1.29 0-2.58.07-3.86a4 4 0 0 0-4-4.14H8a8 8 0 0 0-8 8 128 128 0 1 0 256 0 8 8 0 0 0-8-8M136 99.31v84.35a95.68 95.68 0 0 0 58.17-26.17Z" })); export default OrangeSlice; //# sourceMappingURL=OrangeSlice.js.map