mobile-android/app/src/main/res/drawable/illustration_data_uploaded.xml

18 lines
573 B
XML
Raw Normal View History

2020-05-08 15:23:03 +10:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="80dp"
android:height="80dp"
android:viewportWidth="80"
android:viewportHeight="80">
<path
android:pathData="M40,40m-40,0a40,40 0,1 1,80 0a40,40 0,1 1,-80 0"
android:strokeAlpha="0.2"
android:fillColor="#2BB885"
android:fillAlpha="0.2"/>
<path
android:pathData="M19,41.2154L32.8557,55L61,27"
android:strokeWidth="5"
android:fillColor="#00000000"
android:strokeColor="#2BB885"
android:strokeLineCap="round"/>
</vector>