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