summaryrefslogtreecommitdiffstats
path: root/fmapp2/res/drawable/btn_arrow_right_press.xml
blob: 9c979c9cb92611cce55b7eecc892f54945696e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">

    <group>
        <path
            android:fillColor="#fefefe"
            android:pathData="M8.59 16.34l4.58-4.59-4.58-4.59 1.41-1.41 6 6-6 6z" />
        <path
            android:pathData="M0-.25h24v24h-24z" />
    </group>
</vector>