import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgMoviePlay: (props: SVGProps) => React.JSX.Element; export default SvgMoviePlay; //# sourceMappingURL=MoviePlay.d.ts.map