import * as React from "react"; import { SVGProps } from "react"; const SvgFilterOff = (props: SVGProps) => ( ); export default SvgFilterOff;