From d0a769f524665392641d686736c242fc0a4ec226 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Mon, 18 Aug 2025 16:23:15 +0200 Subject: [PATCH] [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) --- .../templates/framework/svg/sprite.svg | 54 ++++++++++++++++++- .../custom/framework/svg-sprite.md | 10 ++++ 2 files changed, 63 insertions(+), 1 deletion(-) diff --git a/allianceauth/framework/templates/framework/svg/sprite.svg b/allianceauth/framework/templates/framework/svg/sprite.svg index f9ab2f65..964501d5 100644 --- a/allianceauth/framework/templates/framework/svg/sprite.svg +++ b/allianceauth/framework/templates/framework/svg/sprite.svg @@ -15,9 +15,61 @@ - + + + diff --git a/docs/development/custom/framework/svg-sprite.md b/docs/development/custom/framework/svg-sprite.md index 81ca95fa..92858efe 100644 --- a/docs/development/custom/framework/svg-sprite.md +++ b/docs/development/custom/framework/svg-sprite.md @@ -48,3 +48,13 @@ The loading spinner can be used with the following code: ``` + +### Mumble Logo + +The Mumble logo can be used with the following code: + +```html + + + +```