import type { SvgProps } from 'react-native-svg'; export type IconProps = { size?: number; color?: string; } & SvgProps;