forked from GitHub-Mirror/riotX-android
23 lines
779 B
XML
23 lines
779 B
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:fillColor="#00000000"
|
|
android:fillType="evenOdd"
|
|
android:pathData="M11,11m-10,0a10,10 0,1 1,20 0a10,10 0,1 1,-20 0"
|
|
android:strokeWidth="1.4"
|
|
android:strokeColor="#03B381"
|
|
android:strokeLineCap="round"
|
|
android:strokeLineJoin="round" />
|
|
<path
|
|
android:fillColor="#00000000"
|
|
android:fillType="evenOdd"
|
|
android:pathData="M11,7v8M7,11h8"
|
|
android:strokeWidth="1.4"
|
|
android:strokeColor="#03B381"
|
|
android:strokeLineCap="round"
|
|
android:strokeLineJoin="round" />
|
|
</vector>
|