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