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