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