forked from penguin86/luna-tracker
Features: - Sleep tracking with timer and manual duration input - Statistics module with 5 tabs (daily summary, feeding, diapers, sleep, growth) - Export/Import backup functionality in settings - Complete German, French and Italian translations
17 lines
489 B
XML
17 lines
489 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:height="24dp"
|
|
android:width="24dp"
|
|
android:viewportHeight="24"
|
|
android:viewportWidth="24"
|
|
android:tint="#000000">
|
|
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M16,6l2.29,2.29 -4.88,4.88 -4,-4L2,16.59 3.41,18l6,-6 4,4 6.3,-6.29L22,12V6z"/>
|
|
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M4,20h16v2H4z"/>
|
|
|
|
</vector>
|