Gadgetbridge/app/src/main/res/drawable/ic_calendar_today.xml

10 lines
412 B
XML
Raw Normal View History

2020-08-16 21:49:55 +02:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="45sp"
android:height="45sp"
android:viewportWidth="30"
android:viewportHeight="30">
<path
android:fillColor="@color/secondarytext"
android:pathData="M20 3h-1V1h-2v2H7V1H5v2H4C2.9 3 2 3.9 2 5v16c0 1.1 0.9 2 2 2h16c1.1 0 2-0.9 2-2V5c0-1.1-0.9-2-2-2zm0 18H4V10h16v11zm0-13H4V5h16v3z" />
2020-08-16 21:49:55 +02:00
</vector>