mirror of
https://github.com/AU-COVIDSafe/mobile-android.git
synced 2025-04-04 22:04:57 +00:00
16 lines
543 B
XML
16 lines
543 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:pathData="M12,12m-12,0a12,12 0,1 1,24 0a12,12 0,1 1,-24 0"
|
|
android:fillColor="#00661B"/>
|
|
<path
|
|
android:pathData="M18,7.5L9.75,15.75L6,12"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="3"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#ffffff"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|