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.19 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 CloudMoon = 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: "M172 68c-1.66 0-3.31.06-4.95.16a75.93 75.93 0 0 0-58-62.23 12 12 0 0 0-14.37 14.38A52.05 52.05 0 0 1 32.3 82.68a12 12 0 0 0-14.37 14.39 76.6 76.6 0 0 0 27.91 43.27A56 56 0 0 0 92 228h80a80 80 0 0 0 0-160m-52.11-32a51.64 51.64 0 0 1 23.68 37.17 80.4 80.4 0 0 0-45.18 43.15A57 57 0 0 0 92 116a55.7 55.7 0 0 0-28.23 7.66 52.7 52.7 0 0 1-15.63-15.77A76.11 76.11 0 0 0 119.89 36M172 204H92a32 32 0 0 1 0-64h.28c-.11 1.1-.2 2.2-.26 3.3a12 12 0 0 0 24 1.4 55.8 55.8 0 0 1 1.74-11l.15-.55A56.06 56.06 0 1 1 172 204" })); export default CloudMoon; //# sourceMappingURL=CloudMoon.js.map