Updated document loader icons

This commit is contained in:
abhishekshankr
2023-12-18 04:22:10 -05:00
parent 37030b9ace
commit 886e0af59b
36 changed files with 157 additions and 113 deletions
@@ -20,7 +20,7 @@ class SerpAPI_DocumentLoaders implements INode {
this.name = 'serpApi'
this.version = 1.0
this.type = 'Document'
this.icon = 'serp.png'
this.icon = 'serp.svg'
this.category = 'Document Loaders'
this.description = 'Load and process data from web search results'
this.baseClasses = [this.type]
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