mirror of
https://github.com/element-hq/element-android
synced 2024-12-22 17:20:48 +03:00
21 lines
770 B
XML
21 lines
770 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="10dp"
|
|
android:height="10dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:pathData="M12,22C17.5228,22 22,17.5228 22,12C22,6.4771 17.5228,2 12,2C6.4771,2 2,6.4771 2,12C2,17.5228 6.4771,22 12,22Z"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:fillType="evenOdd"
|
|
android:strokeColor="#2E2F32"
|
|
android:strokeLineCap="round"/>
|
|
<path
|
|
android:pathData="M12,6V12L15,15"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:strokeColor="#2E2F32"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|