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