Updated document loader icons

This commit is contained in:
abhishekshankr
2023-12-18 04:22:10 -05:00
parent 37030b9ace
commit 886e0af59b
36 changed files with 157 additions and 113 deletions
@@ -20,7 +20,7 @@ class SerpAPI_DocumentLoaders implements INode {
this.name = 'serpApi'
this.version = 1.0
this.type = 'Document'
this.icon = 'serp.png'
this.icon = 'serp.svg'
this.category = 'Document Loaders'
this.description = 'Load and process data from web search results'
this.baseClasses = [this.type]