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