n8n-nodes-typebot 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="
|
|
3
|
-
|
|
4
|
-
<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
<
|
|
8
|
-
|
|
2
|
+
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<!-- Background with Typebot brand color -->
|
|
4
|
+
<rect width="256" height="256" rx="48" fill="#0042DA"/>
|
|
5
|
+
|
|
6
|
+
<!-- Typebot Logo - simplified version -->
|
|
7
|
+
<g transform="translate(64, 64) scale(2.5)">
|
|
8
|
+
<rect x="0" y="12" width="48" height="8" rx="2" fill="white"/>
|
|
9
|
+
<rect x="0" y="28" width="32" height="8" rx="2" fill="white" opacity="0.8"/>
|
|
10
|
+
<rect x="0" y="44" width="40" height="8" rx="2" fill="white" opacity="0.6"/>
|
|
11
|
+
</g>
|
|
12
|
+
|
|
13
|
+
<!-- Chat bubble indicator -->
|
|
14
|
+
<circle cx="192" cy="192" r="32" fill="#FF6B35"/>
|
|
15
|
+
<path d="M184 192h16M192 184v16" stroke="white" stroke-width="4" stroke-linecap="round"/>
|
|
9
16
|
</svg>
|