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.28 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 CoinVertical = 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: "M152 20h-48c-38.13 0-68 47.44-68 108s29.87 108 68 108h48c38.13 0 68-47.44 68-108S190.13 20 152 20m37.21 152h-22.9a162.6 162.6 0 0 0 5.29-32h23.93a133.2 133.2 0 0 1-6.32 32m-17.61-56a162.6 162.6 0 0 0-5.29-32h22.9a133.2 133.2 0 0 1 6.32 32Zm5.63-56h-20a98.3 98.3 0 0 0-10-16H152c5.37 0 15.25 2.25 25.23 16M74.77 189.84C65.24 173.51 60 151.55 60 128s5.24-45.51 14.77-61.84C86 46.88 97.91 44 104 44s18 2.88 29.23 22.16C142.76 82.49 148 104.45 148 128s-5.24 45.51-14.77 61.84C122 209.12 110.09 212 104 212s-18-2.88-29.23-22.16M152 212h-4.79a98.3 98.3 0 0 0 10-16h20c-9.96 13.75-19.84 16-25.21 16" })); export default CoinVertical; //# sourceMappingURL=CoinVertical.js.map