import type { SVGProps } from "react"; const SvgFilterIcon = (props: SVGProps) => ( ); export default SvgFilterIcon;