COVIDSafe code from version 1.0.16

This commit is contained in:
covidsafe-support 2020-05-08 15:23:03 +10:00
commit b827cf3cce
341 changed files with 28036 additions and 0 deletions

View file

@ -0,0 +1,20 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#00000000"
android:pathData="M17,2H7C5.8954,2 5,2.8954 5,4V20C5,21.1046 5.8954,22 7,22H17C18.1046,22 19,21.1046 19,20V4C19,2.8954 18.1046,2 17,2Z"
android:strokeWidth="2"
android:strokeColor="#000000"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
<path
android:fillColor="#00000000"
android:pathData="M12,18H12.01"
android:strokeWidth="2"
android:strokeColor="#000000"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>