feat: implement experimental doppler detection engine and UI toggle
This commit is contained in:
13
public/icon.svg
Normal file
13
public/icon.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
|
||||
<defs>
|
||||
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#111111" />
|
||||
<stop offset="100%" stop-color="#000000" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<rect width="512" height="512" rx="100" fill="url(#bg)" />
|
||||
<circle cx="256" cy="256" r="150" stroke="#00ff88" stroke-width="24" fill="none" opacity="0.3" />
|
||||
<circle cx="256" cy="256" r="100" stroke="#00ff88" stroke-width="24" fill="none" opacity="0.6" />
|
||||
<circle cx="256" cy="256" r="50" fill="#00ff88" />
|
||||
<path d="M 256 256 L 350 162" stroke="#00ff88" stroke-width="24" stroke-linecap="round" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 706 B |
Reference in New Issue
Block a user