Update icons

This commit is contained in:
abhishekshankr
2023-12-21 12:00:14 -05:00
parent 1c299af26b
commit d8af8ccb09
71 changed files with 116 additions and 248 deletions
@@ -0,0 +1 @@
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="14" fill="#CC9B7A"/><path d="m10 22 4.5-14L19 22m-7.2-4h5.4m1.3-10L23 22" stroke="#1F1F1E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>

After

Width:  |  Height:  |  Size: 264 B

@@ -21,7 +21,7 @@ class ChatAnthropic_ChatModels implements INode {
this.name = 'chatAnthropic'
this.version = 3.0
this.type = 'ChatAnthropic'
this.icon = 'chatAnthropic.png'
this.icon = 'Anthropic.svg'
this.category = 'Chat Models'
this.description = 'Wrapper around ChatAnthropic large language models that use the Chat endpoint'
this.baseClasses = [this.type, ...getBaseClasses(ChatAnthropic)]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB