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