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