This commit is contained in:
Benoit Marty 2025-10-03 18:23:27 +02:00
parent 23b72758bd
commit 17b6b08926
237 changed files with 6766 additions and 5 deletions

View file

@ -0,0 +1,14 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:autoMirrored="true"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FF000000"
android:pathData="M16.71 6.71A0.97 0.97 0 0 1 16 7a0.97 0.97 0 0 1-0.71-0.29A0.97 0.97 0 0 1 15 6q0-0.42 0.29-0.71A0.97 0.97 0 0 1 16 5q0.42 0 0.71 0.29T17 6t-0.29 0.71"/>
<path
android:fillColor="#FF000000"
android:fillType="evenOdd"
android:pathData="M6 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z m12 2H6v4h12zM6 12v-2h12v2z m0 2v2h12v-2z m0 6v-2h12v2z"/>
</vector>