Added 16dp arrow icons

This commit is contained in:
Dmitry 2021-01-19 12:27:31 +02:00
parent 182fd48f3b
commit a8d92d7fa0
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="16dp"
android:viewportWidth="16"
android:viewportHeight="16">
<path
android:pathData="M9,3H7V8H4L8,13L12,8H9V3Z"
android:fillColor="#ffffff"/>
</vector>

View file

@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="16dp"
android:height="16dp"
android:viewportWidth="16"
android:viewportHeight="16">
<path
android:pathData="M9,13H7V8H4L8,3L12,8H9V13Z"
android:fillColor="#ffffff"/>
</vector>