mirror of
https://github.com/element-hq/element-android
synced 2024-12-22 09:14:58 +03:00
23 lines
738 B
XML
23 lines
738 B
XML
|
<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"
|
||
|
android:strokeColor="#03B381"
|
||
|
android:strokeLineCap="round"/>
|
||
|
<path
|
||
|
android:pathData="M19,19l-4.35,-4.35"
|
||
|
android:strokeLineJoin="round"
|
||
|
android:strokeWidth="2"
|
||
|
android:fillColor="#00000000"
|
||
|
android:fillType="evenOdd"
|
||
|
android:strokeColor="#03B381"
|
||
|
android:strokeLineCap="round"/>
|
||
|
</vector>
|