mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Updated moderation icons
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ class SimplePromptModeration implements INode {
|
||||
this.name = 'inputModerationSimple'
|
||||
this.version = 1.0
|
||||
this.type = 'Moderation'
|
||||
this.icon = 'simple_moderation.png'
|
||||
this.icon = 'moderation.svg'
|
||||
this.category = 'Moderation'
|
||||
this.description = 'Check whether input consists of any text from Deny list, and prevent being sent to LLM'
|
||||
this.baseClasses = [this.type, ...getBaseClasses(Moderation)]
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6 17V7.47514C6 6.76767 6.71453 6.28581 7.37139 6.54856L8.23671 6.89468C9.9777 7.59108 11.9441 7.43351 13.552 6.46878L16 5L18.448 6.46878C20.0559 7.43351 22.0223 7.59108 23.7633 6.89468L24.6286 6.54856C25.2855 6.28581 26 6.76785 26 7.47532V17C26 22 21.5228 27 16 27C10.4772 27 6 22 6 17Z" stroke="black" stroke-width="2" stroke-linejoin="round"/>
|
||||
<path d="M12 16L14.5 18.5L20 13" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 573 B |
Binary file not shown.
|
Before Width: | Height: | Size: 44 KiB |
Reference in New Issue
Block a user