n8n-nodes-typebot 1.3.12 → 1.3.14
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,10 +1,13 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<!--
|
|
3
|
-
<
|
|
4
|
-
<!-- Outer rounded rectangle -->
|
|
5
|
-
<rect x="0" y="0" width="24" height="24" rx="4" fill="none" stroke="currentColor" stroke-width="2.5"/>
|
|
1
|
+
<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- Orange background circle - visible on both light and dark -->
|
|
3
|
+
<circle cx="30" cy="30" r="28" fill="#FF8C42"/>
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
<!-- Typebot Logo - WHITE on orange -->
|
|
6
|
+
<g transform="translate(15, 15)">
|
|
7
|
+
<!-- Outer rounded rectangle (white border) -->
|
|
8
|
+
<rect x="0" y="0" width="30" height="30" rx="6" fill="none" stroke="#FFFFFF" stroke-width="3"/>
|
|
9
|
+
|
|
10
|
+
<!-- Slanted line (white) - the iconic "/" -->
|
|
11
|
+
<rect x="10" y="6" width="10" height="18" rx="2" fill="#FFFFFF" transform="rotate(-15 15 15)"/>
|
|
9
12
|
</g>
|
|
10
13
|
</svg>
|