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