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