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