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