import * as React from 'react'; export interface Film64Props extends React.SVGProps { ariaLabel?: string } export default function Film64({ ariaLabel, ...props }: Film64Props) { return ( ); }