d2
BIN
public/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
2909
public/d2.html
BIN
public/favicon-16x16.png
Normal file
|
After Width: | Height: | Size: 655 B |
BIN
public/favicon-256.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
public/favicon-32x32.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/favicon.ico
Normal file
|
After Width: | Height: | Size: 7.6 KiB |
BIN
public/favicon.png
Normal file
|
After Width: | Height: | Size: 1.6 KiB |
20
public/favicon.svg
Normal file
@@ -0,0 +1,20 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" role="img" aria-label="App.model">
|
||||
<defs>
|
||||
<linearGradient id="g" x1="0" x2="1" y1="0" y2="1">
|
||||
<stop offset="0" stop-color="#60a5fa"/>
|
||||
<stop offset="1" stop-color="#818cf8"/>
|
||||
</linearGradient>
|
||||
<filter id="s" x="-20%" y="-20%" width="140%" height="140%">
|
||||
<feDropShadow dx="0" dy="2" stdDeviation="4" flood-color="#0f172a" flood-opacity="0.6"/>
|
||||
</filter>
|
||||
</defs>
|
||||
|
||||
<rect x="2" y="2" width="60" height="60" rx="12" ry="12" fill="url(#g)" filter="url(#s)"/>
|
||||
|
||||
<g transform="translate(32,34) scale(0.9)">
|
||||
<path d="M-12,-8 L0,-22 L12,-8 Z" fill="#0f172a" opacity="0.95"/>
|
||||
<rect x="-10" y="-8" width="20" height="16" rx="3" ry="3" fill="#0f172a" opacity="0.95"/>
|
||||
<rect x="-3" y="0" width="6" height="8" rx="1" ry="1" fill="#60a5fa"/>
|
||||
<circle cx="10" cy="-4" r="3" fill="#fbbf24" stroke="#fff5" stroke-width="0.6"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 960 B |