mirror of
https://github.com/element-hq/element-android
synced 2024-12-22 09:14:58 +03:00
23 lines
778 B
XML
23 lines
778 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="10dp"
|
||
|
android:height="14dp"
|
||
|
android:viewportWidth="10"
|
||
|
android:viewportHeight="14">
|
||
|
<path
|
||
|
android:strokeWidth="1"
|
||
|
android:pathData="M1,4.818a4,3.818 0,1 0,8 0a4,3.818 0,1 0,-8 0z"
|
||
|
android:strokeLineJoin="round"
|
||
|
android:fillColor="#00000000"
|
||
|
android:fillType="evenOdd"
|
||
|
android:strokeColor="#454545"
|
||
|
android:strokeLineCap="round"/>
|
||
|
<path
|
||
|
android:strokeWidth="1"
|
||
|
android:pathData="M2.834,8.03L2.143,13 5,11.364 7.857,13l-0.691,-4.975"
|
||
|
android:strokeLineJoin="round"
|
||
|
android:fillColor="#00000000"
|
||
|
android:fillType="evenOdd"
|
||
|
android:strokeColor="#454545"
|
||
|
android:strokeLineCap="round"/>
|
||
|
</vector>
|