@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.
18 lines (17 loc) • 1.16 kB
JavaScript
;
/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { jsx as _jsx } from "react/jsx-runtime";
const StarAndCrescent = props => /*#__PURE__*/_jsx(Svg, {
fill: props.color,
viewBox: "0 0 256 256",
width: props.size,
height: props.size,
...props,
children: /*#__PURE__*/_jsx(Path, {
d: "M157.46 195.72a76 76 0 0 1 0-135.44 12 12 0 0 0 0-21.37 100 100 0 1 0 0 178.18 12 12 0 0 0 0-21.37M112 204a76 76 0 0 1 0-152 77 77 0 0 1 13.57 1.19 100.14 100.14 0 0 0 0 149.62A77 77 0 0 1 112 204m136.75-87-24.28-10.5-2.12-27.42a12 12 0 0 0-21.22-6.72l-17 20.58-25.26-6.25a12 12 0 0 0-13.22 17.73L159.54 128l-13.88 23.58a12 12 0 0 0 13.22 17.73l25.26-6.25 17 20.58a12 12 0 0 0 9.26 4.36 11.9 11.9 0 0 0 3.62-.56 12 12 0 0 0 8.34-10.52l2.12-27.42 24.27-10.5a12 12 0 0 0 0-22m-40.44 13.35a12 12 0 0 0-7.21 10.09l-.39 5-2.87-3.44a12 12 0 0 0-9.25-4.36 11.8 11.8 0 0 0-2.88.35l-4.89 1.21 3-5.07a12 12 0 0 0 0-12.18l-3-5.07 4.89 1.21a12 12 0 0 0 12.13-4l2.87-3.48.39 5a12 12 0 0 0 7.21 10.09l5.4 2.33Z"
})
});
export default StarAndCrescent;
//# sourceMappingURL=StarAndCrescent.js.map