Updated icons

This commit is contained in:
abhishekshankr
2023-12-18 12:13:22 -05:00
parent bde61fecfd
commit c6842e1cb8
24 changed files with 65 additions and 12 deletions
@@ -19,7 +19,7 @@ class Serper_Tools implements INode {
this.name = 'serper'
this.version = 1.0
this.type = 'Serper'
this.icon = 'serper.png'
this.icon = 'serper.svg'
this.category = 'Tools'
this.description = 'Wrapper around Serper.dev - Google Search API'
this.inputs = []
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

@@ -0,0 +1,4 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="16" cy="16" r="13" stroke="#90CDF4" stroke-width="2"/>
<path d="M19.5 11.0001C17.725 9.83588 12 9.37125 12 13.079C12 17.1854 20 14.3983 20 18.726C20 21.9785 14.6599 23.0135 12 20.892" stroke="#90CDF4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 382 B