diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-26 14:11:59 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-06-26 14:11:59 +0330 |
commit | b6ecd5026e5e64b5e8fb67f84d6c89ec6a24db31 (patch) | |
tree | 0c5cf7ac65ed1fcc4bd02ade34cc4607e88c85ed /app/src/main/res/drawable/statistics.xml |
inital commitv0.1.0
Diffstat (limited to 'app/src/main/res/drawable/statistics.xml')
-rw-r--r-- | app/src/main/res/drawable/statistics.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/statistics.xml b/app/src/main/res/drawable/statistics.xml new file mode 100644 index 0000000..2d2b4f0 --- /dev/null +++ b/app/src/main/res/drawable/statistics.xml @@ -0,0 +1,9 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp"> + + <path android:fillColor="@android:color/white" android:pathData="M6,20L6,20c1.1,0 2,-0.9 2,-2v-7c0,-1.1 -0.9,-2 -2,-2h0c-1.1,0 -2,0.9 -2,2v7C4,19.1 4.9,20 6,20z"/> + + <path android:fillColor="@android:color/white" android:pathData="M16,15v3c0,1.1 0.9,2 2,2h0c1.1,0 2,-0.9 2,-2v-3c0,-1.1 -0.9,-2 -2,-2h0C16.9,13 16,13.9 16,15z"/> + + <path android:fillColor="@android:color/white" android:pathData="M12,20L12,20c1.1,0 2,-0.9 2,-2V6c0,-1.1 -0.9,-2 -2,-2h0c-1.1,0 -2,0.9 -2,2v12C10,19.1 10.9,20 12,20z"/> + +</vector> |