Initial import
This commit is contained in:
13
public/apple-touch-icon.svg
Executable file
13
public/apple-touch-icon.svg
Executable file
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0%" x2="100%" y1="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#165dff" />
|
||||
<stop offset="100%" stop-color="#28c76f" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="180" height="180" rx="44" fill="url(#bg)" />
|
||||
<path
|
||||
d="M54 54h72v18H72v30h48v18H72v6h54v18H54z"
|
||||
fill="#fff"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 411 B |
13
public/favicon.svg
Executable file
13
public/favicon.svg
Executable file
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0%" x2="100%" y1="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#165dff" />
|
||||
<stop offset="100%" stop-color="#28c76f" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="64" height="64" rx="16" fill="url(#bg)" />
|
||||
<path
|
||||
d="M20 20h24v6H26v10h16v6H26v2h18v6H20z"
|
||||
fill="#fff"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 404 B |
13
public/pwa-192x192.svg
Executable file
13
public/pwa-192x192.svg
Executable file
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0%" x2="100%" y1="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#165dff" />
|
||||
<stop offset="100%" stop-color="#28c76f" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="192" height="192" rx="48" fill="url(#bg)" />
|
||||
<path
|
||||
d="M58 58h76v20H78v32h50v20H78v6h56v20H58z"
|
||||
fill="#fff"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 411 B |
13
public/pwa-512x512.svg
Executable file
13
public/pwa-512x512.svg
Executable file
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0%" x2="100%" y1="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#165dff" />
|
||||
<stop offset="100%" stop-color="#28c76f" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="512" height="512" rx="128" fill="url(#bg)" />
|
||||
<path
|
||||
d="M160 160h192v52H214v84h126v52H214v16h138v52H160z"
|
||||
fill="#fff"
|
||||
/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 421 B |
Reference in New Issue
Block a user