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