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 UnstructuredFile_DocumentLoaders implements INode {
this.name = 'unstructuredFileLoader'
this.version = 1.0
this.type = 'Document'
this.icon = 'unstructured.png'
this.icon = 'unstructured-file.svg'
this.category = 'Document Loaders'
this.description = 'Use Unstructured.io to load data from a file path'
this.baseClasses = [this.type]