Remove SVG icon

This commit is contained in:
Your Name 2025-12-20 11:02:35 -06:00
parent 7cbdb16e83
commit 672dca33e6
2 changed files with 1 additions and 28 deletions

View file

@ -47,7 +47,7 @@ When scrcpy stops or ADB disconnects, it restores your original values.
## Files ## Files
- `service.sh`: background watcher/keepalive loop - `service.sh`: background watcher/keepalive loop
- `module.prop`: Magisk metadata - `module.prop`: Magisk metadata
- `icon.svg`: module icon - `icon.png`: module icon
## Uninstall ## Uninstall
- Magisk → Modules → Remove - Magisk → Modules → Remove

View file

@ -1,27 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Scrcpy keep unlock">
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#B89CFF"/>
<stop offset="0.35" stop-color="#7FF5D6"/>
<stop offset="0.7" stop-color="#5EDCFF"/>
<stop offset="1" stop-color="#FF4FD8"/>
</linearGradient>
<linearGradient id="ring" x1="0" y1="1" x2="1" y2="0">
<stop offset="0" stop-color="#E9E1FF"/>
<stop offset="1" stop-color="#FFFFFF"/>
</linearGradient>
</defs>
<rect x="32" y="32" width="448" height="448" rx="96" fill="url(#bg)"/>
<g fill="none" stroke="url(#ring)" stroke-width="18" stroke-linecap="round" stroke-linejoin="round">
<circle cx="256" cy="256" r="148"/>
</g>
<g fill="#0B0B10">
<rect x="176" y="158" width="160" height="210" rx="24" fill="#0B0B10" opacity="0.9"/>
<circle cx="256" cy="326" r="10" fill="#E9E1FF"/>
</g>
<g fill="none" stroke="#E9E1FF" stroke-width="18" stroke-linecap="round" stroke-linejoin="round">
<path d="M224 196c0-26.51 21.49-48 48-48s48 21.49 48 48"/>
<path d="M196 196h120v86a60 60 0 1 1-120 0z"/>
<path d="M288 240l38-16"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 1.2 KiB