UNPKG

@plteam/chat-ui

Version:

CUI Kit is a free and open-source library for creating AI assistant chat interfaces, built with React, Material UI, and TypeScript

10 lines (9 loc) 443 B
import { ArrowUpwardIcon, StopIcon, ThumbUpAltOutlinedIcon, ThumbUpAltIcon, ThumbDownOutlinedIcon, ThumbDownIcon, } from '../../icons'; export const chatIconSlots = { sendMessageIcon: ArrowUpwardIcon, stopStreamIcon: StopIcon, messageLikeOutlinedIcon: ThumbUpAltOutlinedIcon, messageLikeFilledIcon: ThumbUpAltIcon, messageDislikeOutlinedIcon: ThumbDownOutlinedIcon, messageDislikeFilledIcon: ThumbDownIcon, };