mirror of
https://github.com/element-hq/element-android
synced 2024-12-23 01:31:24 +03:00
15 lines
515 B
XML
15 lines
515 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="18dp"
|
||
|
android:height="22dp"
|
||
|
android:viewportWidth="18"
|
||
|
android:viewportHeight="22">
|
||
|
<path
|
||
|
android:pathData="M1,14s1,-1 4,-1 5,2 8,2 4,-1 4,-1V2s-1,1 -4,1 -5,-2 -8,-2 -4,1 -4,1v12zM1,21v-7"
|
||
|
android:strokeLineJoin="round"
|
||
|
android:strokeWidth="2"
|
||
|
android:fillColor="#00000000"
|
||
|
android:fillType="evenOdd"
|
||
|
android:strokeColor="#9E9E9E"
|
||
|
android:strokeLineCap="round"/>
|
||
|
</vector>
|