mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
17 lines
816 B
XML
17 lines
816 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:name="vector"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:name="path"
|
|
android:fillColor="?attr/colorSurfaceContainerHighest"
|
|
android:pathData="M 0 0 L 24 0 L 24 24 L 0 24 Z"
|
|
android:strokeWidth="1" />
|
|
<path
|
|
android:name="path_1"
|
|
android:fillColor="?attr/colorOnSurfaceVariant"
|
|
android:pathData="M 12.15 6.255 L 12.15 12.989 C 11.775 12.772 11.342 12.638 10.878 12.638 C 9.472 12.638 8.334 13.781 8.334 15.192 C 8.334 16.602 9.472 17.745 10.878 17.745 C 12.284 17.745 13.422 16.602 13.422 15.192 L 13.422 8.808 L 15.966 8.808 L 15.966 6.255 Z"
|
|
android:strokeWidth="1" />
|
|
</vector>
|