diff options
Diffstat (limited to 'res/drawable/ic_navbar_edit.xml')
-rw-r--r-- | res/drawable/ic_navbar_edit.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/res/drawable/ic_navbar_edit.xml b/res/drawable/ic_navbar_edit.xml new file mode 100644 index 0000000..8570412 --- /dev/null +++ b/res/drawable/ic_navbar_edit.xml @@ -0,0 +1,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"> + + <path + android:fillColor="@color/navbar_edit_icon_color" + android:pathData="M3,17.25 L3,21 L6.75,21 L17.81,9.94 L14.06,6.19 L3,17.25 Z M20.71,7.04 +C21.1,6.65,21.1,6.02,20.71,5.63 L18.37,3.29 C17.98,2.9,17.35,2.9,16.96,3.29 +L15.13,5.12 L18.88,8.87 L20.71,7.04 Z" /> + <path + android:pathData="M0,0 L24,0 L24,24 L0,24 Z" /> +</vector> |