import { type SvgProps } from 'react-native-svg' export interface SvgIconProps extends SvgProps { isActive?: boolean }