mirror of
https://github.com/element-hq/element-android
synced 2024-12-22 01:04:56 +03:00
14 lines
495 B
XML
14 lines
495 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="22dp"
|
|
android:height="22dp"
|
|
android:viewportWidth="22"
|
|
android:viewportHeight="22">
|
|
<path
|
|
android:pathData="M20.142,11H4.586M20.142,11L1.05,20.192 4.586,11 1.05,1.808z"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:fillType="evenOdd"
|
|
android:strokeColor="#03B381"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|