1<vector xmlns:android="http://schemas.android.com/apk/res/android"
2    android:width="@dimen/footer_arrow_length"
3    android:height="@dimen/footer_arrow_length"
4    android:viewportWidth="24.0"
5    android:viewportHeight="24.0">
6  <path
7      android:fillColor="@color/footer_icon_color"
8      android:pathData="M12,4l-1.41,1.41L16.17,11H4v2h12.17l-5.58,5.59L12,20l8,-8z"/>
9</vector>
10