mirror of
https://github.com/element-hq/element-android
synced 2024-12-22 01:04:56 +03:00
22 lines
883 B
XML
22 lines
883 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="M3.222,1L18.778,1A2.222,2.222 0,0 1,21 3.222L21,18.778A2.222,2.222 0,0 1,18.778 21L3.222,21A2.222,2.222 0,0 1,1 18.778L1,3.222A2.222,2.222 0,0 1,3.222 1z"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:fillType="evenOdd"
|
|
android:strokeColor="#9E9E9E"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:pathData="M7.667,7.667l6.666,6.666M14.333,7.667l-6.666,6.666"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:fillType="evenOdd"
|
|
android:strokeColor="#9E9E9E"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|