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