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