mirror of
https://github.com/cmclark00/TetriStats.git
synced 2025-05-17 22:55:21 +01:00
Add analytics icon for bottom navigation
Some checks are pending
Build and Release Android APK / build (push) Waiting to run
Some checks are pending
Build and Release Android APK / build (push) Waiting to run
This commit is contained in:
parent
b4d0a3dd80
commit
b9c2de1521
1 changed files with 10 additions and 0 deletions
10
app/src/main/res/drawable/ic_analytics_24.xml
Normal file
10
app/src/main/res/drawable/ic_analytics_24.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?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">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M19,3L5,3c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2L21,5c0,-1.1 -0.9,-2 -2,-2zM9,17L7,17v-7h2v7zM13,17h-2L11,7h2v10zM17,17h-2v-4h2v4z"/>
|
||||
</vector>
|
Loading…
Add table
Add a link
Reference in a new issue