mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-07 16:57:39 +03:00
28 lines
930 B
XML
28 lines
930 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp"
|
||
|
android:viewportWidth="24"
|
||
|
android:viewportHeight="24">
|
||
|
<path
|
||
|
android:fillColor="#00000000"
|
||
|
android:pathData="M12,2L2,7L12,12L22,7L12,2Z"
|
||
|
android:strokeWidth="2"
|
||
|
android:strokeColor="#000000"
|
||
|
android:strokeLineCap="round"
|
||
|
android:strokeLineJoin="round" />
|
||
|
<path
|
||
|
android:fillColor="#00000000"
|
||
|
android:pathData="M2,17L12,22L22,17"
|
||
|
android:strokeWidth="2"
|
||
|
android:strokeColor="#000000"
|
||
|
android:strokeLineCap="round"
|
||
|
android:strokeLineJoin="round" />
|
||
|
<path
|
||
|
android:fillColor="#00000000"
|
||
|
android:pathData="M2,12L12,17L22,12"
|
||
|
android:strokeWidth="2"
|
||
|
android:strokeColor="#000000"
|
||
|
android:strokeLineCap="round"
|
||
|
android:strokeLineJoin="round" />
|
||
|
</vector>
|