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 Pepper = 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: "M170.56 36.82A44.08 44.08 0 0 0 128 4a12 12 0 0 0 0 24 20 20 0 0 1 17.09 9.66A68.11 68.11 0 0 0 92 104c0 21.74-5.83 40.14-17.32 54.69-12.22 15.47-31.18 27.08-56.34 34.49a20 20 0 0 0 2.2 38.91 268 268 0 0 0 46.1 3.91c41.61 0 88-9.38 120.21-36.38C214.16 176.72 228 144.55 228 104a68.11 68.11 0 0 0-57.44-67.18M160 60a44 44 0 0 1 40.32 26.41L192 90.58l-26.63-13.32a12 12 0 0 0-10.74 0L128 90.58l-8.32-4.17A44 44 0 0 1 160 60m11.43 121.23c-17.4 14.59-42.33 24.47-72.1 28.58a251.3 251.3 0 0 1-58.21.89c46.68-18.51 72.28-52.54 74.68-99.39l6.83 3.42a12.07 12.07 0 0 0 10.74 0L160 101.41l26.63 13.32a12.07 12.07 0 0 0 10.74 0l6.43-3.22c-1.56 29.56-12.42 52.99-32.37 69.72" })); export default Pepper; //# sourceMappingURL=Pepper.js.map