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