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