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