mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-13 02:21:14 +01:00
11 lines
363 B
XML
11 lines
363 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp"
|
||
|
android:tint="#7E7E7E"
|
||
|
android:viewportWidth="24.0"
|
||
|
android:viewportHeight="24.0">
|
||
|
<path
|
||
|
android:fillColor="#FF000000"
|
||
|
android:pathData="M4,12l1.41,1.41L11,7.83V20h2V7.83l5.58,5.59L20,12l-8,-8 -8,8z" />
|
||
|
</vector>
|