mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-09 15:38:16 -07:00
15 lines
505 B
XML
15 lines
505 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<group
|
|
android:scaleX="-1"
|
|
android:translateX="24">
|
|
<path
|
|
android:fillColor="@color/titleTextColor"
|
|
android:pathData="M12,5V1L7,6l5,5V7c3.31,0 6,2.69 6,6s-2.69,6 -6,6s-6,-2.69 -6,-6H4c0,4.42 3.58,8 8,8s8,-3.58 8,-8S16.42,5 12,5z">
|
|
|
|
</path>
|
|
</group>
|
|
</vector>
|