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