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