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
@@ -18,7 +18,7 @@ class NotionFolder_DocumentLoaders implements INode {
this.name = 'notionFolder'
this.version = 1.0
this.type = 'Document'
this.icon = 'notion.png'
this.icon = 'notion-folder.svg'
this.category = 'Document Loaders'
this.description = 'Load data from the exported and unzipped Notion folder'
this.baseClasses = [this.type]