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