n8n-nodes-typebot 1.1.2 → 1.1.4
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,17 @@
|
|
|
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
|
+
<!-- Black background -->
|
|
4
|
+
<rect width="256" height="256" fill="#000000"/>
|
|
5
|
+
|
|
6
|
+
<!-- Typebot logo - white on black -->
|
|
7
|
+
<g transform="translate(48, 48)">
|
|
8
|
+
<!-- Outer rounded rectangle (white border) -->
|
|
9
|
+
<rect x="0" y="0" width="160" height="160" rx="32" fill="none" stroke="white" stroke-width="16"/>
|
|
10
|
+
|
|
11
|
+
<!-- Inner rounded rectangle (black background) -->
|
|
12
|
+
<rect x="24" y="24" width="112" height="112" rx="20" fill="#000000"/>
|
|
13
|
+
|
|
14
|
+
<!-- Slanted line (white) -->
|
|
15
|
+
<rect x="60" y="40" width="40" height="80" rx="8" fill="white" transform="rotate(-15 80 80)"/>
|
|
16
|
+
</g>
|
|
9
17
|
</svg>
|