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