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