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