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