mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-24 10:35:19 +00:00
13 lines
404 B
XML
13 lines
404 B
XML
<vector
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:height="24dp"
|
|
android:width="24dp"
|
|
android:viewportWidth="15"
|
|
android:viewportHeight="15"
|
|
android:tint="?colorControlNormal">
|
|
<path
|
|
android:pathData="M7.5,7.5m-6.5,0a6.5,6.5 0,1 1,13 0a6.5,6.5 0,1 1,-13 0"
|
|
android:strokeColor="@android:color/white"
|
|
android:strokeWidth="1"/>
|
|
</vector>
|