forked from GitHub-Mirror/riotX-android
15 lines
450 B
XML
15 lines
450 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="7dp"
|
|
android:height="12dp"
|
|
android:viewportWidth="7"
|
|
android:viewportHeight="12">
|
|
<path
|
|
android:pathData="M1,11l5,-5 -5,-5"
|
|
android:strokeLineJoin="round"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#00000000"
|
|
android:fillType="evenOdd"
|
|
android:strokeColor="#2E2F32"
|
|
android:strokeLineCap="round"/>
|
|
</vector>
|