n8n-nodes-typebot 1.3.11 → 1.3.12
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,14 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<!-- Typebot Logo using currentColor (adapts to theme automatically) -->
|
|
3
|
+
<g transform="translate(4, 4)">
|
|
4
|
+
<!-- Outer rounded rectangle -->
|
|
5
|
+
<rect x="0" y="0" width="24" height="24" rx="4" fill="none" stroke="currentColor" stroke-width="2.5"/>
|
|
5
6
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
<!-- Outer rounded rectangle (white border) -->
|
|
9
|
-
<rect x="0" y="0" width="36" height="36" rx="7" fill="none" stroke="#FFFFFF" stroke-width="4"/>
|
|
10
|
-
|
|
11
|
-
<!-- Slanted line (white) - the iconic "/" -->
|
|
12
|
-
<rect x="13" y="8" width="10" height="20" rx="2" fill="#FFFFFF" transform="rotate(-15 18 18)"/>
|
|
7
|
+
<!-- Slanted line - the iconic "/" -->
|
|
8
|
+
<rect x="8" y="5" width="8" height="14" rx="1.5" fill="currentColor" transform="rotate(-15 12 12)"/>
|
|
13
9
|
</g>
|
|
14
10
|
</svg>
|