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