2023-09-08 15:56:50 +02:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
2023-09-07 19:48:03 -06:00
|
|
|
android:name="vector"
|
|
|
|
|
android:width="24dp"
|
|
|
|
|
android:height="24dp"
|
|
|
|
|
android:viewportWidth="24"
|
|
|
|
|
android:viewportHeight="24">
|
|
|
|
|
<path
|
|
|
|
|
android:name="path"
|
|
|
|
|
android:fillColor="?attr/colorSurfaceContainerHighest"
|
2023-09-08 15:56:50 +02:00
|
|
|
android:pathData="M 0 0 L 24 0 L 24 24 L 0 24 Z"
|
|
|
|
|
android:strokeWidth="1" />
|
2023-09-07 19:48:03 -06:00
|
|
|
<path
|
|
|
|
|
android:name="path_1"
|
|
|
|
|
android:fillColor="?attr/colorOnSurfaceVariant"
|
2023-09-08 15:56:50 +02:00
|
|
|
android:pathData="M 12.15 6.255 L 12.15 12.989 C 11.775 12.772 11.342 12.638 10.878 12.638 C 9.472 12.638 8.334 13.781 8.334 15.192 C 8.334 16.602 9.472 17.745 10.878 17.745 C 12.284 17.745 13.422 16.602 13.422 15.192 L 13.422 8.808 L 15.966 8.808 L 15.966 6.255 Z"
|
|
|
|
|
android:strokeWidth="1" />
|
2023-09-07 19:48:03 -06:00
|
|
|
</vector>
|