mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
Updated icons
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -19,7 +19,7 @@ class UnstructuredFolder_DocumentLoaders implements INode {
|
||||
this.name = 'unstructuredFolderLoader'
|
||||
this.version = 1.0
|
||||
this.type = 'Document'
|
||||
this.icon = 'unstructured.png'
|
||||
this.icon = 'unstructured-folder.svg'
|
||||
this.category = 'Document Loaders'
|
||||
this.description = 'Use Unstructured.io to load data from a folder'
|
||||
this.baseClasses = [this.type]
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M5 21V9L11 5V17.5L16 20.5V27L5 21Z" fill="#29ABE2"/>
|
||||
<path d="M21 5L27 9V13.5H21V5Z" fill="#29ABE2"/>
|
||||
<path d="M5 21V9L11 5V17.5L16 20.5V27L5 21Z" stroke="#29ABE2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M21 5L27 9V13.5H21V5Z" stroke="#29ABE2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M25.5 17H21C20.4477 17 20 17.4477 20 18V27C20 27.5523 20.4477 28 21 28H28C28.5523 28 29 27.5523 29 27V20.5L25.5 17Z" stroke="#29ABE2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M23.5 21H25" stroke="#29ABE2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M23.5 24H25" stroke="#29ABE2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 842 B |
@@ -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="M29 26.2V22C29 21.4477 28.5523 21 28 21H23.5L21.5357 19H18.7857C18.3518 19 18 19.3582 18 19.8V26.2C18 26.6418 18.3518 27 18.7857 27H28.2143C28.6482 27 29 26.6418 29 26.2Z" stroke="#29ABE2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M5 21V9L11 5V17.5L14 19.3V25.9091L5 21Z" fill="#29ABE2"/>
|
||||
<path d="M21 5L27 9V15.5H21V5Z" fill="#29ABE2"/>
|
||||
<path d="M5 21V9L11 5V17.5L14 19.3V25.9091L5 21Z" stroke="#29ABE2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M21 5L27 9V15.5H21V5Z" stroke="#29ABE2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 697 B |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user