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.38 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 StarAndCrescent = 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: "M155.64 199.28a80 80 0 0 1 0-142.56 8 8 0 0 0 0-14.25A94.9 94.9 0 0 0 112 32a96 96 0 0 0 0 192 94.9 94.9 0 0 0 43.64-10.47 8 8 0 0 0 0-14.25M112 208a80 80 0 1 1 22.4-156.84 96.08 96.08 0 0 0 0 153.68A79.8 79.8 0 0 1 112 208m139.17-87.35-26.5-11.43-2.31-29.84a8 8 0 0 0-14.14-4.47l-18.59 22.51-27.71-6.85a8 8 0 0 0-8.81 11.82L168.18 128l-15.07 25.61a8 8 0 0 0 8.81 11.82l27.71-6.85 18.59 22.51a8 8 0 0 0 14.14-4.47l2.31-29.84 26.5-11.43a8 8 0 0 0 0-14.7M213.89 134a8 8 0 0 0-4.8 6.73l-1.15 14.89-9.18-11.11a8 8 0 0 0-6.17-2.91 8.4 8.4 0 0 0-1.92.23l-14.12 3.5 7.81-13.27a8 8 0 0 0 0-8.12l-7.81-13.27 14.12 3.5a8 8 0 0 0 8.09-2.68l9.18-11.11 1.15 14.89a8 8 0 0 0 4.8 6.73l13.92 6Z" })); export default StarAndCrescent; //# sourceMappingURL=StarAndCrescent.js.map