Initial Icon Tests

This commit is contained in:
abhishekshankr
2023-12-13 12:45:00 -05:00
parent 6a17cdc315
commit d214ddfe5b
9 changed files with 43 additions and 11 deletions
@@ -21,7 +21,7 @@ class Text_DocumentLoaders implements INode {
this.name = 'textFile'
this.version = 3.0
this.type = 'Document'
this.icon = 'textFile.svg'
this.icon = 'Txt.svg'
this.category = 'Document Loaders'
this.description = `Load data from text files`
this.baseClasses = [this.type]