mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-07 16:57:39 +03:00
35 lines
1.2 KiB
XML
35 lines
1.2 KiB
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="M11,11m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0"
|
||
|
android:strokeLineJoin="round"
|
||
|
android:strokeWidth="2"
|
||
|
android:fillColor="#00000000"
|
||
|
android:strokeColor="#9E9E9E"
|
||
|
android:fillType="evenOdd"
|
||
|
android:strokeLineCap="round"/>
|
||
|
<path
|
||
|
android:pathData="M7,13C7,13 8.5,15 11,15C13.5,15 15,13 15,13"
|
||
|
android:strokeLineJoin="round"
|
||
|
android:strokeWidth="2"
|
||
|
android:fillColor="#00000000"
|
||
|
android:strokeColor="#9E9E9E"
|
||
|
android:fillType="evenOdd"
|
||
|
android:strokeLineCap="round"/>
|
||
|
<path
|
||
|
android:pathData="M7.5,7.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"
|
||
|
android:strokeWidth="1"
|
||
|
android:fillColor="#9E9E9E"
|
||
|
android:fillType="evenOdd"
|
||
|
android:strokeColor="#00000000"/>
|
||
|
<path
|
||
|
android:pathData="M14.5,7.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0"
|
||
|
android:strokeWidth="1"
|
||
|
android:fillColor="#9E9E9E"
|
||
|
android:fillType="evenOdd"
|
||
|
android:strokeColor="#00000000"/>
|
||
|
</vector>
|