mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Updated Analytics Icons
This commit is contained in:
@@ -17,7 +17,7 @@ class LLMonitor_Analytic implements INode {
|
||||
this.name = 'llmonitor'
|
||||
this.version = 1.0
|
||||
this.type = 'LLMonitor'
|
||||
this.icon = 'llmonitor.png'
|
||||
this.icon = 'Lunary.svg'
|
||||
this.category = 'Analytic'
|
||||
this.baseClasses = [this.type]
|
||||
this.inputs = []
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<ellipse cx="15.9562" cy="16.0002" rx="4.3478" ry="4.34782" stroke="black" stroke-width="2"/>
|
||||
<path d="M23.5651 23.6086C21.603 25.621 18.8688 26.8695 15.8445 26.8695C10.2386 26.8695 5.62933 22.5797 5.08691 17.0869" stroke="black" stroke-width="2" stroke-linecap="round"/>
|
||||
<path d="M8.34766 8.23751C10.314 6.3155 13.0074 5.13037 15.9785 5.13037C21.6311 5.13037 26.2789 9.42024 26.8258 14.913" stroke="black" stroke-width="2" stroke-linecap="round"/>
|
||||
<path d="M9.5217 9.47815C9.5217 10.7268 8.50948 11.739 7.26085 11.739C6.01222 11.739 5 10.7268 5 9.47815C5 8.22951 6.01222 7.21729 7.26085 7.21729C8.50948 7.21729 9.5217 8.22951 9.5217 9.47815Z" fill="black" stroke="black" stroke-width="2"/>
|
||||
<path d="M28.0002 21.4347C28.0002 22.6833 26.988 23.6956 25.7394 23.6956C24.4907 23.6956 23.4785 22.6833 23.4785 21.4347C23.4785 20.186 24.4907 19.1738 25.7394 19.1738C26.988 19.1738 28.0002 20.186 28.0002 21.4347Z" fill="black" stroke="black" stroke-width="2"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.0 KiB |
@@ -17,7 +17,7 @@ class LangFuse_Analytic implements INode {
|
||||
this.name = 'langFuse'
|
||||
this.version = 1.0
|
||||
this.type = 'LangFuse'
|
||||
this.icon = 'langfuse.png'
|
||||
this.icon = 'Langfuse.svg'
|
||||
this.category = 'Analytic'
|
||||
this.baseClasses = [this.type]
|
||||
this.inputs = []
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M22.7309 12.8968C21.032 12.9395 19.3256 12.5837 17.7555 11.8297L14.6587 10.3427C13.7049 9.88461 12.6797 9.68621 11.6729 9.72974" stroke="#E91212" stroke-width="2.88509" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M22.7309 19.1033C21.0321 19.0606 19.3256 19.4163 17.7555 20.1703L14.6587 21.6574C13.7049 22.1155 12.6797 22.3138 11.6729 22.2703" stroke="#E91212" stroke-width="2.88509" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M3.5 20.8078L4.87684 20.1529C7.84161 18.7428 11.2851 18.7492 14.2446 20.1704L17.3414 21.6575C19.8533 22.8637 22.8598 22.2693 24.7236 20.1979C26.8711 17.8113 26.8711 14.1888 24.7236 11.8022C22.8598 9.73085 19.8533 9.13642 17.3414 10.3427L14.2446 11.8297C11.2851 13.2509 7.84161 13.2573 4.87684 11.8472L3.5 11.1923" stroke="#1363BB" stroke-width="2.88509" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path d="M28.5003 20.8078L27.1234 20.1529C25.7316 19.491 24.2343 19.1412 22.7311 19.1033M28.5003 11.1923L27.1234 11.8472C25.7316 12.5092 24.2343 12.859 22.7311 12.8968M22.7311 12.8968C23.4933 12.8776 24.2538 12.7782 25 12.5986M22.7311 12.8968C21.8155 12.9198 20.8975 12.8271 20 12.6187M22.7311 19.1033C23.4933 19.1225 24.2538 19.2219 25 19.4015M22.7311 19.1033C22.1531 19.0888 21.5741 19.1203 21 19.198M11.673 9.72974C10.0284 9.80083 8.43271 10.5174 7.27662 11.8022C5.12915 14.1888 5.12915 17.8113 7.27662 20.1979C8.43271 21.4827 10.0284 22.1993 11.673 22.2704" stroke="#E91212" stroke-width="2.88509" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Reference in New Issue
Block a user