diff options
Diffstat (limited to 'android-app/app/src/main/res/drawable/ic_fish.xml')
| -rw-r--r-- | android-app/app/src/main/res/drawable/ic_fish.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/ic_fish.xml b/android-app/app/src/main/res/drawable/ic_fish.xml new file mode 100644 index 0000000..c60f701 --- /dev/null +++ b/android-app/app/src/main/res/drawable/ic_fish.xml @@ -0,0 +1,10 @@ +<?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="@android:color/white" + android:pathData="M20,12 C18,9 14,7 10,8 L8,5 L6,8 C4,8.5 2,10 2,12 C2,14 4,15.5 6,16 L8,19 L10,16 C14,17 18,15 20,12 Z M7,12 C6.4,12 6,11.6 6,11 C6,10.4 6.4,10 7,10 C7.6,10 8,10.4 8,11 C8,11.6 7.6,12 7,12 Z" /> +</vector> |
