2020-01-13 22:17:08 +01:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:width="24dp"
|
|
|
|
android:height="24dp"
|
|
|
|
android:viewportWidth="24.0"
|
|
|
|
android:viewportHeight="24.0">
|
|
|
|
<path
|
|
|
|
android:fillColor="@color/yellow"
|
2020-01-20 13:53:51 +01:00
|
|
|
android:pathData="M1,21h22L12,2 1,21zM13,18h-2v-2h2v2zM13,14h-2v-4h2v4z" />
|
2020-01-13 22:17:08 +01:00
|
|
|
</vector>
|