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