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 = []