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