platform_right_arrow.xml 363 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="31dp"
        android:height="31dp"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0">
    <path
            android:fillColor="@color/platform_main_theme"
            android:pathData="M10,6L8.59,7.41 13.17,12l-4.58,4.59L10,18l6,-6z" />
</vector>