summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/drawable/ic_build.xml
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-09-29 07:58:03 +0200
committerCharles Lombardo <clombardo169@gmail.com>2023-10-12 23:17:21 +0200
commita5fb9de6faf4c75d231f414949306459de8b0926 (patch)
tree8c37d35773467e9f40e386d0edd1fbb16e15dec3 /src/android/app/src/main/res/drawable/ic_build.xml
parentandroid: Use application context for all FileUtil functions (diff)
downloadyuzu-a5fb9de6faf4c75d231f414949306459de8b0926.tar
yuzu-a5fb9de6faf4c75d231f414949306459de8b0926.tar.gz
yuzu-a5fb9de6faf4c75d231f414949306459de8b0926.tar.bz2
yuzu-a5fb9de6faf4c75d231f414949306459de8b0926.tar.lz
yuzu-a5fb9de6faf4c75d231f414949306459de8b0926.tar.xz
yuzu-a5fb9de6faf4c75d231f414949306459de8b0926.tar.zst
yuzu-a5fb9de6faf4c75d231f414949306459de8b0926.zip
Diffstat (limited to 'src/android/app/src/main/res/drawable/ic_build.xml')
-rw-r--r--src/android/app/src/main/res/drawable/ic_build.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/android/app/src/main/res/drawable/ic_build.xml b/src/android/app/src/main/res/drawable/ic_build.xml
new file mode 100644
index 000000000..91d52f1b8
--- /dev/null
+++ b/src/android/app/src/main/res/drawable/ic_build.xml
@@ -0,0 +1,9 @@
+<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="?attr/colorControlNormal"
+ android:pathData="M22.7,19l-9.1,-9.1c0.9,-2.3 0.4,-5 -1.5,-6.9 -2,-2 -5,-2.4 -7.4,-1.3L9,6 6,9 1.6,4.7C0.4,7.1 0.9,10.1 2.9,12.1c1.9,1.9 4.6,2.4 6.9,1.5l9.1,9.1c0.4,0.4 1,0.4 1.4,0l2.3,-2.3c0.5,-0.4 0.5,-1.1 0.1,-1.4z" />
+</vector>