mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Updated tools and utilities icons
This commit is contained in:
@@ -19,7 +19,7 @@ class SerpAPI_Tools implements INode {
|
||||
this.name = 'serpAPI'
|
||||
this.version = 1.0
|
||||
this.type = 'SerpAPI'
|
||||
this.icon = 'serp.png'
|
||||
this.icon = 'serp.svg'
|
||||
this.category = 'Tools'
|
||||
this.description = 'Wrapper around SerpAPI - a real-time API to access Google search results'
|
||||
this.inputs = []
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 7.3 KiB |
@@ -0,0 +1,19 @@
|
||||
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="4" y="4" width="24" height="24" rx="6" fill="url(#paint0_linear_115_14498)"/>
|
||||
<line x1="12" y1="4" x2="12" y2="10" stroke="white" stroke-width="2"/>
|
||||
<line x1="20" y1="21" x2="20" y2="28" stroke="white" stroke-width="2"/>
|
||||
<line x1="28" y1="11" x2="22" y2="11" stroke="white" stroke-width="2"/>
|
||||
<line x1="20" y1="18" x2="20" y2="13" stroke="white" stroke-width="2"/>
|
||||
<line x1="10" y1="20" x2="4" y2="20" stroke="white" stroke-width="2"/>
|
||||
<line x1="12" y1="21" x2="12" y2="28" stroke="white" stroke-width="2"/>
|
||||
<circle cx="12" cy="20" r="2" fill="white" stroke="white" stroke-width="1.71429"/>
|
||||
<circle cx="20" cy="20" r="2" fill="white" stroke="white" stroke-width="1.71429"/>
|
||||
<circle cx="12" cy="11" r="2" fill="white" stroke="white" stroke-width="1.71429"/>
|
||||
<circle cx="20" cy="11" r="2" fill="white" stroke="white" stroke-width="1.71429"/>
|
||||
<defs>
|
||||
<linearGradient id="paint0_linear_115_14498" x1="4" y1="25.5" x2="28" y2="6.5" gradientUnits="userSpaceOnUse">
|
||||
<stop stop-color="#397EEA"/>
|
||||
<stop offset="1" stop-color="#8A48F0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.1 KiB |
Reference in New Issue
Block a user