use existing arrow icons instead of duplicating the vector data

This commit is contained in:
Helium314 2024-05-19 22:27:06 +02:00
parent bb3fe9d9f9
commit 1a1c8890f6
2 changed files with 8 additions and 26 deletions

View file

@ -1,12 +1,4 @@
<!-- <!-- it's the arrow up icon, but with a different name -->
SPDX-FileCopyrightText: Material Design Authors / Google LLC <rotate xmlns:android="http://schemas.android.com/apk/res/android"
SPDX-License-Identifier: Apache-2.0 android:drawable="@drawable/ic_arrow_up">
--> </rotate>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:height="24dp"
android:width="24dp"
android:viewportHeight="960"
android:viewportWidth="960" >
<path android:fillColor="#FFF"
android:pathData="m480,332 l240,240 -56,56 -184,-184 -184,184 -56,-56z"/>
</vector>

View file

@ -1,14 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <!-- it's the arrow up icon, but with a different name -->
<!-- <rotate xmlns:android="http://schemas.android.com/apk/res/android"
SPDX-FileCopyrightText: Material Design Authors / Google LLC android:drawable="@drawable/ic_arrow_up_rounded">
SPDX-License-Identifier: Apache-2.0 </rotate>
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="#FFF"
android:pathData="m508.62,360.62 l182.77,182.77a40.47,40.47 90,0 1,0 57.23,39.61 39.61,1.26 0,1 -56,-1.23L480,444 324.62,599.38a40.47,40.47 0,0 1,-57.23 0,39.61 39.61,91.26 0,1 1.23,-56l182.77,-182.77a40.47,40.47 0,0 1,57.23 0z"/>
</vector>