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