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