n8n-nodes-typebot 1.2.1 → 1.3.0
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,32 +1,17 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg width="820" height="820" viewBox="0 0 820 820" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<!--
|
|
4
|
-
<
|
|
5
|
-
<filter id="shadow" x="-50%" y="-50%" width="200%" height="200%">
|
|
6
|
-
<feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
|
|
7
|
-
<feOffset dx="0" dy="0" result="offsetblur"/>
|
|
8
|
-
<feComponentTransfer>
|
|
9
|
-
<feFuncA type="linear" slope="0.5"/>
|
|
10
|
-
</feComponentTransfer>
|
|
11
|
-
<feMerge>
|
|
12
|
-
<feMergeNode/>
|
|
13
|
-
<feMergeNode in="SourceGraphic"/>
|
|
14
|
-
</feMerge>
|
|
15
|
-
</filter>
|
|
16
|
-
</defs>
|
|
3
|
+
<!-- White background - works on both light and dark backgrounds -->
|
|
4
|
+
<rect width="820" height="820" rx="120" fill="#FFFFFF"/>
|
|
17
5
|
|
|
18
|
-
<!--
|
|
19
|
-
<rect width="820" height="820" rx="120" fill="#000000" stroke="#333333" stroke-width="2" filter="url(#shadow)"/>
|
|
20
|
-
|
|
21
|
-
<!-- Typebot Logo - white on black (exact copy of original) -->
|
|
6
|
+
<!-- Typebot Logo - black on white (inverted) -->
|
|
22
7
|
<g transform="translate(205, 205)">
|
|
23
|
-
<!-- Outer rounded rectangle (
|
|
24
|
-
<rect x="0" y="0" width="410" height="410" rx="80" fill="none" stroke="
|
|
8
|
+
<!-- Outer rounded rectangle (black border) -->
|
|
9
|
+
<rect x="0" y="0" width="410" height="410" rx="80" fill="none" stroke="#000000" stroke-width="40"/>
|
|
25
10
|
|
|
26
|
-
<!-- Inner rounded rectangle (
|
|
27
|
-
<rect x="60" y="60" width="290" height="290" rx="50" fill="#
|
|
11
|
+
<!-- Inner rounded rectangle (white background) -->
|
|
12
|
+
<rect x="60" y="60" width="290" height="290" rx="50" fill="#FFFFFF"/>
|
|
28
13
|
|
|
29
|
-
<!-- Slanted line (
|
|
30
|
-
<rect x="150" y="100" width="100" height="210" rx="20" fill="
|
|
14
|
+
<!-- Slanted line (black) - the iconic "/" -->
|
|
15
|
+
<rect x="150" y="100" width="100" height="210" rx="20" fill="#000000" transform="rotate(-15 205 205)"/>
|
|
31
16
|
</g>
|
|
32
17
|
</svg>
|