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