create-athenea-app 0.1.1 → 0.1.2
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/package.json
CHANGED
package/template/public/logo.svg
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
|
|
3
|
-
<
|
|
3
|
+
<defs>
|
|
4
|
+
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
|
|
5
|
+
<stop offset="0" stop-color="#0f172a"/>
|
|
6
|
+
<stop offset="1" stop-color="#334155"/>
|
|
7
|
+
</linearGradient>
|
|
8
|
+
</defs>
|
|
9
|
+
<rect x="0" y="0" width="256" height="256" rx="56" fill="#f8fafc"/>
|
|
10
|
+
<rect x="24" y="24" width="208" height="208" rx="44" fill="url(#g)"/>
|
|
11
|
+
<path d="M128 70 L172 186 H152 L141 160 H115 L104 186 H84 Z M128 110 L120 138 H136 Z" fill="#ffffff"/>
|
|
12
|
+
<text x="128" y="220" text-anchor="middle" font-family="Arial, sans-serif" font-size="20" fill="#ffffff" letter-spacing="2">ATHENEA</text>
|
|
4
13
|
</svg>
|