Update chat trigger icon and add Sliders icon
This commit is contained in:
parent
4e8de33f75
commit
00ca2023a1
2 changed files with 3 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ export default function ChatTrigger({}): JSX.Element {
|
|||
>
|
||||
<div className="flex gap-3">
|
||||
<IconComponent
|
||||
name="MessagesSquare"
|
||||
name="Sliders"
|
||||
className={"message-button-icon h-6 w-6 transition-all"}
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ import {
|
|||
ChevronDown,
|
||||
ChevronLeft,
|
||||
ChevronRight,
|
||||
Sliders,
|
||||
ChevronUp,
|
||||
ChevronsLeft,
|
||||
ChevronsRight,
|
||||
|
|
@ -400,6 +401,7 @@ export const nodeIconsLucide: iconsType = {
|
|||
TerminalIcon,
|
||||
Repeat,
|
||||
io: Cable,
|
||||
Sliders,
|
||||
ScreenShare,
|
||||
Code,
|
||||
FlaskConical,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue