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