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