mirror of
https://github.com/element-hq/element-android
synced 2024-12-21 16:55:06 +03:00
22 lines
738 B
XML
22 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="#9E9E9E"
|
|
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="#9E9E9E"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|