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) 804 B
"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 Orange = props => /*#__PURE__*/_jsx(Svg, { fill: props.color, viewBox: "0 0 256 256", width: props.size, height: props.size, ...props, children: /*#__PURE__*/_jsx(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-40m.56 137.32a57.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