@eventra_dev/eventra-cli 0.0.3 → 0.0.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.
- package/README.md +1 -1
- package/assets/eventra-icon-animated.svg +19 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
4
|
+
<stop offset="0%" stop-color="#4F7CFF"/>
|
|
5
|
+
<stop offset="100%" stop-color="#6366F1"/>
|
|
6
|
+
</linearGradient>
|
|
7
|
+
</defs>
|
|
8
|
+
<rect width="512" height="512" rx="120" fill="url(#g)"/>
|
|
9
|
+
<polyline points="140,310 230,220 280,260 380,140"
|
|
10
|
+
fill="none"
|
|
11
|
+
stroke="white"
|
|
12
|
+
stroke-width="32"
|
|
13
|
+
stroke-linecap="round"
|
|
14
|
+
stroke-linejoin="round"
|
|
15
|
+
stroke-dasharray="600"
|
|
16
|
+
stroke-dashoffset="600">
|
|
17
|
+
<animate attributeName="stroke-dashoffset" from="600" to="0" dur="1.2s" fill="freeze"/>
|
|
18
|
+
</polyline>
|
|
19
|
+
</svg>
|