mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-19 21:15:18 +00:00
20 lines
758 B
XML
20 lines
758 B
XML
<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>
|