2019-07-16 16:01:14 +03:00
|
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:width="20dp"
|
|
|
|
android:height="20dp"
|
|
|
|
android:viewportWidth="20"
|
|
|
|
android:viewportHeight="20">
|
|
|
|
<path
|
|
|
|
android:pathData="M9,9m-8,0a8,8 0,1 1,16 0a8,8 0,1 1,-16 0"
|
|
|
|
android:strokeLineJoin="round"
|
|
|
|
android:strokeWidth="2"
|
|
|
|
android:fillColor="#00000000"
|
|
|
|
android:fillType="evenOdd"
|
2020-07-07 10:35:38 +03:00
|
|
|
android:strokeColor="#9E9E9E"
|
2019-07-16 16:01:14 +03:00
|
|
|
android:strokeLineCap="round"/>
|
|
|
|
<path
|
|
|
|
android:pathData="M19,19l-4.35,-4.35"
|
|
|
|
android:strokeLineJoin="round"
|
|
|
|
android:strokeWidth="2"
|
|
|
|
android:fillColor="#00000000"
|
|
|
|
android:fillType="evenOdd"
|
2020-07-07 10:35:38 +03:00
|
|
|
android:strokeColor="#9E9E9E"
|
2019-07-16 16:01:14 +03:00
|
|
|
android:strokeLineCap="round"/>
|
|
|
|
</vector>
|