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