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]
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

@@ -0,0 +1,7 @@
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M16 20V13H18.5C19.6046 13 20.5 13.8954 20.5 15C20.5 16.1046 19.6046 17 18.5 17H16" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M23.5 13V20" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M8 20L10.5 13L13 20M9 18.5H12" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M27 14L29 16L27 18" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M5 18L3 16L5 14" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 717 B