mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
11 lines
404 B
XML
11 lines
404 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="36dp"
|
|
android:height="36dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:fillColor="#3388ff"
|
|
android:pathData="M12,2L4.5,20.29l0.71,0.71L12,18l6.79,3 0.71,-0.71z"
|
|
android:strokeWidth="1.5"
|
|
android:strokeColor="@android:color/white" />
|
|
</vector>
|