mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
12 lines
465 B
XML
12 lines
465 B
XML
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:width="24dp"
|
||
|
|
android:height="24dp"
|
||
|
|
android:viewportWidth="24"
|
||
|
|
android:viewportHeight="24">
|
||
|
|
<path
|
||
|
|
android:fillColor="@color/titleTextColor"
|
||
|
|
android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17H7v-3l-4,4 4,4v-3h12v-6h-2v4z" />
|
||
|
|
<path
|
||
|
|
android:fillColor="@color/titleTextColor"
|
||
|
|
android:pathData="M12,9h-2v2h1v6h2V9h-1z" />
|
||
|
|
</vector>
|