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