Updated chain icons

This commit is contained in:
abhishekshankr
2023-12-18 03:27:10 -05:00
parent 033df260a5
commit 4b8ebd494a
4 changed files with 2 additions and 11 deletions
@@ -26,7 +26,7 @@ class ConversationChain_Chains implements INode {
this.name = 'conversationChain'
this.version = 1.0
this.type = 'ConversationChain'
this.icon = 'Chain.svg'
this.icon = 'conv.svg'
this.category = 'Chains'
this.description = 'Chat models specific conversational chain with memory'
this.baseClasses = [this.type, ...getBaseClasses(ConversationChain)]
@@ -1,3 +0,0 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M8.5 17C6.01472 17 3.99999 14.9853 4 12.5C4.00001 10.0147 6.01473 8.00002 8.5 8.00001L10.2472 8.00001C12.7325 8 14.7472 10.0147 14.7472 12.5M9.53236 11.5C9.53235 13.9853 11.5471 16 14.0324 16H15.7781C18.2634 16 20.2781 13.9853 20.2781 11.5C20.2782 9.01473 18.2634 6.99999 15.7781 7" stroke="black" stroke-width="1.5" stroke-linecap="round"/>
</svg>

Before

Width:  |  Height:  |  Size: 454 B