first commit

This commit is contained in:
Stefan Hacker
2026-02-08 15:55:58 +01:00
commit 08d331d1f8
1102 changed files with 101384 additions and 0 deletions
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48">
<!-- Dark background circle -->
<path
android:fillColor="#0d1117"
android:pathData="M24,24m-24,0a24,24 0,1 1,48 0a24,24 0,1 1,-48 0"/>
<!-- WireGuard Shield - Outer -->
<path
android:fillColor="#FF5722"
android:pathData="M24,6L8,12v10c0,9.9 6.39,19.17 16,21.42 9.61,-2.25 16,-11.52 16,-21.42V12L24,6z"/>
<!-- WireGuard Shield - Inner dark -->
<path
android:fillColor="#0d1117"
android:pathData="M24,9L11,14v8c0,8.25 5.13,15.96 13,17.85 7.87,-1.89 13,-9.6 13,-17.85V14L24,9z"/>
<!-- WireGuard W Logo -->
<path
android:fillColor="#FF5722"
android:pathData="M16,22 L19,32 L24,25 L29,32 L32,22 L29.5,22 L28,27 L24,21 L20,27 L18.5,22 Z"/>
<!-- Connection dot -->
<path
android:fillColor="#4CAF50"
android:pathData="M24,17 m-2,0 a2,2 0 1,1 4,0 a2,2 0 1,1 -4,0"/>
</vector>