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