import { type SvgProps } from 'react-native-svg'; export interface IconProps extends SvgProps { size?: number; color?: string; } //# sourceMappingURL=svg.d.ts.map