@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.2 kB
JavaScript
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 Crown = 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: "M252 80a32 32 0 1 0-60 15.45l-20.86 25.66-20.32-46.71a32 32 0 1 0-45.64 0l-20.31 46.71L64 95.45a32 32 0 1 0-35 15.78l14 84.06A19.94 19.94 0 0 0 62.78 212h130.44A19.94 19.94 0 0 0 213 195.29l14-84.06A32.05 32.05 0 0 0 252 80m-32-8a8 8 0 1 1-8 8 8 8 0 0 1 8-8m-92-28a8 8 0 1 1-8 8 8 8 0 0 1 8-8M36 72a8 8 0 1 1-8 8 8 8 0 0 1 8-8m153.83 116H66.17l-10.88-65.22 23.4 28.79A12 12 0 0 0 88 156a13 13 0 0 0 1.63-.11 12 12 0 0 0 9.37-7.1L127.18 84h1.64L157 148.79a12 12 0 0 0 9.37 7.1 13 13 0 0 0 1.63.11 12 12 0 0 0 9.31-4.43l23.4-28.79Z"
}));
export default Crown;
//# sourceMappingURL=Crown.js.map