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
@@ -18,7 +18,7 @@ class Docx_DocumentLoaders implements INode {
this.name = 'docxFile'
this.version = 1.0
this.type = 'Document'
this.icon = 'Docx.png'
this.icon = 'docx.svg'
this.category = 'Document Loaders'
this.description = `Load data from DOCX files`
this.baseClasses = [this.type]