n8n-nodes-typebot 1.1.7 → 1.1.10
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,17 +1,20 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="
|
|
3
|
-
<!--
|
|
4
|
-
<rect width="
|
|
2
|
+
<svg width="820" height="820" viewBox="0 0 820 820" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<!-- White border for visibility on dark backgrounds -->
|
|
4
|
+
<rect width="820" height="820" rx="120" fill="white" stroke="white" stroke-width="8"/>
|
|
5
5
|
|
|
6
|
-
<!--
|
|
7
|
-
<
|
|
6
|
+
<!-- Black background (the main logo background) -->
|
|
7
|
+
<rect x="8" y="8" width="804" height="804" rx="116" fill="#000000"/>
|
|
8
|
+
|
|
9
|
+
<!-- Typebot Logo - white on black -->
|
|
10
|
+
<g transform="translate(205, 205)">
|
|
8
11
|
<!-- Outer rounded rectangle (white border) -->
|
|
9
|
-
<rect x="0" y="0" width="
|
|
12
|
+
<rect x="0" y="0" width="410" height="410" rx="80" fill="none" stroke="white" stroke-width="40"/>
|
|
10
13
|
|
|
11
14
|
<!-- Inner rounded rectangle (black background) -->
|
|
12
|
-
<rect x="
|
|
15
|
+
<rect x="60" y="60" width="290" height="290" rx="50" fill="#000000"/>
|
|
13
16
|
|
|
14
|
-
<!-- Slanted line (white) -->
|
|
15
|
-
<rect x="
|
|
17
|
+
<!-- Slanted line (white) - the iconic "/" -->
|
|
18
|
+
<rect x="150" y="100" width="100" height="210" rx="20" fill="white" transform="rotate(-15 205 205)"/>
|
|
16
19
|
</g>
|
|
17
20
|
</svg>
|
package/package.json
CHANGED
|
Binary file
|