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