1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-10-11 07:38:15 +02:00
Gadgetbridge/app/src/main/res/drawable/ic_horizontal_rule.xml

12 lines
359 B
XML
Raw Normal View History

2023-04-09 17:25:33 +02:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="#7E7E7E"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:fillType="evenOdd"
android:pathData="M4,11h16v2h-16z" />
</vector>