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 API_DocumentLoaders implements INode {
this.name = 'apiLoader'
this.version = 1.0
this.type = 'Document'
this.icon = 'api-loader.png'
this.icon = 'api.svg'
this.category = 'Document Loaders'
this.description = `Load data from an API`
this.baseClasses = [this.type]