diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-02-20 22:59:50 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-02-20 22:59:50 +0100 |
| commit | ab3d085e9e883b0a146e55aa9f80aaf0b326c4aa (patch) | |
| tree | 6cca0cba1ed7b5138b8f519656e73deb9442f963 /app/src/main/res/drawable/baseline_arrow_forward_48.xml | |
| parent | d18325aa04d0c1053aae3aec47c5dca495d65e78 (diff) | |
WIPWIP
Diffstat (limited to 'app/src/main/res/drawable/baseline_arrow_forward_48.xml')
| -rw-r--r-- | app/src/main/res/drawable/baseline_arrow_forward_48.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/baseline_arrow_forward_48.xml b/app/src/main/res/drawable/baseline_arrow_forward_48.xml new file mode 100644 index 0000000..b193150 --- /dev/null +++ b/app/src/main/res/drawable/baseline_arrow_forward_48.xml @@ -0,0 +1,5 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" android:autoMirrored="true" android:height="48dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="48dp"> + + <path android:fillColor="@android:color/white" android:pathData="M12,4l-1.41,1.41L16.17,11H4v2h12.17l-5.58,5.59L12,20l8,-8z"/> + +</vector> |
