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.09 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 Orange = 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: "M165.87 72.58A64.06 64.06 0 0 0 200 16a8 8 0 0 0-8-8h-8a64 64 0 0 0-56 33.06A64 64 0 0 0 72 8h-8a8 8 0 0 0 0 16h8a48.08 48.08 0 0 1 47.4 40.42 88 88 0 1 0 46.47 8.16M183.33 24a48.09 48.09 0 0 1-46.66 40 48.09 48.09 0 0 1 46.66-40M128 224a72 72 0 1 1 72-72 72.08 72.08 0 0 1-72 72m55.89-62.68a57.5 57.5 0 0 1-46.57 46.57 8.5 8.5 0 0 1-1.32.11 8 8 0 0 1-1.31-15.89 41.29 41.29 0 0 0 33.43-33.43 8 8 0 0 1 15.78 2.64Z" })); export default Orange; //# sourceMappingURL=Orange.js.map