mirror of
https://github.com/element-hq/element-android
synced 2024-12-22 09:14:58 +03:00
15 lines
574 B
XML
15 lines
574 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="12dp"
|
||
|
android:height="14dp"
|
||
|
android:viewportWidth="12"
|
||
|
android:viewportHeight="14">
|
||
|
<path
|
||
|
android:strokeWidth="1"
|
||
|
android:pathData="M12,10.002L0,10.002a1.8,1.8 0,0 0,1.8 -1.8L1.8,5.2a4.2,4.2 0,1 1,8.4 0v3a1.8,1.8 0,0 0,1.8 1.8zM7.038,12.402a1.2,1.2 0,0 1,-2.076 0h2.076z"
|
||
|
android:strokeLineJoin="round"
|
||
|
android:fillColor="#00000000"
|
||
|
android:fillType="evenOdd"
|
||
|
android:strokeColor="#454545"
|
||
|
android:strokeLineCap="round"/>
|
||
|
</vector>
|