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