CloudUploadIcon
constCloudUploadIcon:NamedExoticComponent<Omit<{children:ReactNode;className?:string;color?:IconColor;decorative?:boolean;ref?:Ref<SVGSVGElement>;size?:IconSize;testId?:string;title?:string; },"children">>
Defined in: src/components/Icons/CloudUploadIcon.tsx:21
Cloud upload icon — a cloud silhouette with an upward arrow inside.
Use for file-upload drop zones, “send to cloud” actions, and any other
upload-to-remote affordance. For a generic up-arrow without the cloud,
use UploadIcon instead.
Example
<CloudUploadIcon size="lg" color="muted" />