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