diff options
Diffstat (limited to 'android-app/app/src/main/res/drawable')
| -rw-r--r-- | android-app/app/src/main/res/drawable/ic_fishing_pole.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/ic_fishing_pole.xml b/android-app/app/src/main/res/drawable/ic_fishing_pole.xml new file mode 100644 index 0000000..a8cbfdc --- /dev/null +++ b/android-app/app/src/main/res/drawable/ic_fishing_pole.xml @@ -0,0 +1,33 @@ +<?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"> + <!-- Rod --> + <path + android:fillColor="#00000000" + android:pathData="M4,20 L20,4" + android:strokeColor="@android:color/white" + android:strokeWidth="2.5" + android:strokeLineCap="round"/> + <!-- Reel at butt end --> + <path + android:fillColor="@android:color/white" + android:pathData="M6,18 m-2,0 a2,2 0 1,0 4,0 a2,2 0 1,0 -4,0"/> + <!-- Fishing line from tip, curving down --> + <path + android:fillColor="#00000000" + android:pathData="M20,4 C23,9 22,15 20,19" + android:strokeColor="@android:color/white" + android:strokeWidth="1" + android:strokeLineCap="round"/> + <!-- Hook --> + <path + android:fillColor="#00000000" + android:pathData="M20,19 Q21,23 18,23 Q16,23 16,21" + android:strokeColor="@android:color/white" + android:strokeWidth="1.5" + android:strokeLineCap="round" + android:strokeLineJoin="round"/> +</vector> |
