[ADD] Mumble logo to SVG sprite

Could be used in at least 2 community apps.
- Mumble Temp Links (https://github.com/Solar-Helix-Independent-Transport/allianceauth-mumble-temp)
- AA Mumble Quick Connect (https://github.com/ppfeufer/aa-mumble-quick-connect)
This commit is contained in:
Peter Pfeufer
2025-08-18 16:23:15 +02:00
parent 222547187e
commit d0a769f524
2 changed files with 63 additions and 1 deletions

View File

@@ -48,3 +48,13 @@ The loading spinner can be used with the following code:
<use href="#aa-loading-spinner"></use>
</svg>
```
### Mumble Logo
The Mumble logo can be used with the following code:
```html
<svg>
<use href="#aa-mumble-logo"></use>
</svg>
```