import { Svg, Polygon, type SvgProps } from 'react-native-svg'; const Star = (props: SvgProps) => ( ); export default Star;