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