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