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