mirror of
https://github.com/element-hq/element-android
synced 2024-12-21 00:42:04 +03:00
2f4aecd590
Author: Onuray. Update colors by bmarty and squashed
21 lines
773 B
XML
21 lines
773 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="32dp"
|
|
android:height="32dp"
|
|
android:viewportWidth="32"
|
|
android:viewportHeight="32">
|
|
<path
|
|
android:fillColor="?vctr_content_quinary"
|
|
android:pathData="M16,16m-16,0a16,16 0,1 1,32 0a16,16 0,1 1,-32 0" />
|
|
<path
|
|
android:fillColor="#00000000"
|
|
android:pathData="M10.0009,16H22.0009"
|
|
android:strokeWidth="1.5"
|
|
android:strokeColor="?vctr_content_secondary"
|
|
android:strokeLineCap="round" />
|
|
<path
|
|
android:fillColor="#00000000"
|
|
android:pathData="M16.0009,10V22"
|
|
android:strokeWidth="1.5"
|
|
android:strokeColor="?vctr_content_secondary"
|
|
android:strokeLineCap="round" />
|
|
</vector>
|