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