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