mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
10 lines
405 B
XML
10 lines
405 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24.0"
|
|
android:viewportHeight="24.0"
|
|
android:tint="?attr/colorControlNormal">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M17,4h3v16h-3L17,4zM5,14h3v6L5,20v-6zM11,9h3v11h-3L11,9z"/>
|
|
</vector>
|