diff options
author | Amit Kumar <amitkma@e.email> | 2021-05-03 03:17:11 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-05-03 03:17:11 +0530 |
commit | 0d036a8742f54eb9ea87e64fdce9ab878f58859b (patch) | |
tree | 2ee2ddab1e61f2d436ce1d4401cbe1b032282e37 /app/src/main/res/drawable/ic_calendar.xml | |
parent | 75843f012b09f0f11da4aec10be2f378465a94c2 (diff) |
Connect multiple features
Diffstat (limited to 'app/src/main/res/drawable/ic_calendar.xml')
-rw-r--r-- | app/src/main/res/drawable/ic_calendar.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_calendar.xml b/app/src/main/res/drawable/ic_calendar.xml new file mode 100644 index 0000000..376c5a4 --- /dev/null +++ b/app/src/main/res/drawable/ic_calendar.xml @@ -0,0 +1,10 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24" + android:tint="@color/black"> + <path + android:fillColor="@android:color/white" + android:pathData="M9,11L7,11v2h2v-2zM13,11h-2v2h2v-2zM17,11h-2v2h2v-2zM19,4h-1L18,2h-2v2L8,4L8,2L6,2v2L5,4c-1.11,0 -1.99,0.9 -1.99,2L3,20c0,1.1 0.89,2 2,2h14c1.1,0 2,-0.9 2,-2L21,6c0,-1.1 -0.9,-2 -2,-2zM19,20L5,20L5,9h14v11z"/> +</vector> |