update Motorhead Memory icon

This commit is contained in:
Henry
2023-07-11 12:07:43 +01:00
parent a291ad0946
commit 81641f9983
3 changed files with 1 additions and 9 deletions
@@ -17,7 +17,7 @@ class MotorMemory_Memory implements INode {
this.label = 'Motorhead Memory' this.label = 'Motorhead Memory'
this.name = 'motorheadMemory' this.name = 'motorheadMemory'
this.type = 'MotorheadMemory' this.type = 'MotorheadMemory'
this.icon = 'memory.svg' this.icon = 'motorhead.png'
this.category = 'Memory' this.category = 'Memory'
this.description = 'Remembers previous conversational back and forths directly' this.description = 'Remembers previous conversational back and forths directly'
this.baseClasses = [this.type, ...getBaseClasses(MotorheadMemory)] this.baseClasses = [this.type, ...getBaseClasses(MotorheadMemory)]
@@ -1,8 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-book" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M3 19a9 9 0 0 1 9 0a9 9 0 0 1 9 0"></path>
<path d="M3 6a9 9 0 0 1 9 0a9 9 0 0 1 9 0"></path>
<path d="M3 6l0 13"></path>
<path d="M12 6l0 13"></path>
<path d="M21 6l0 13"></path>
</svg>

Before

Width:  |  Height:  |  Size: 495 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB