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