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