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.34 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 MoneyWavy = 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: "M246.36 56.55a12 12 0 0 0-11.63-.6c-41.48 20.29-71.4 10.71-103.07.56-33.18-10.62-70.78-22.66-120.93 1.86A12 12 0 0 0 4 69.16v120.1a12 12 0 0 0 17.27 10.79c41.48-20.29 71.4-10.71 103.07-.56 18.83 6 39.08 12.51 62.24 12.51 17.66 0 37-3.77 58.69-14.37a12 12 0 0 0 6.73-10.79V66.74a12 12 0 0 0-5.64-10.19M228 179.12c-38 16.16-66.41 7.07-96.34-2.51-18.83-6-39.08-12.52-62.24-12.52A124.9 124.9 0 0 0 28 171.24V76.88c38-16.16 66.41-7.08 96.34 2.51 29.26 9.37 61.95 19.84 103.66 5.37ZM128 96a32 32 0 1 0 32 32 32.06 32.06 0 0 0-32-32m0 40a8 8 0 1 1 8-8 8 8 0 0 1-8 8m-64-36v40a12 12 0 1 1-24 0v-40a12 12 0 1 1 24 0m128 56v-40a12 12 0 1 1 24 0v40a12 12 0 1 1-24 0" })); export default MoneyWavy; //# sourceMappingURL=MoneyWavy.js.map