diff options
Diffstat (limited to 'android-app/app/src/main/res/drawable/ic_log.xml')
| -rw-r--r-- | android-app/app/src/main/res/drawable/ic_log.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/android-app/app/src/main/res/drawable/ic_log.xml b/android-app/app/src/main/res/drawable/ic_log.xml new file mode 100644 index 0000000..cd3a27c --- /dev/null +++ b/android-app/app/src/main/res/drawable/ic_log.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="@android:color/white" + android:pathData="M14,2H6C4.9,2 4.01,2.9 4.01,4L4,20c0,1.1 0.89,2 1.99,2H18c1.1,0 2,-0.9 2,-2V8l-6,-6zM18,20H6V4h7v5h5v11z"/> +</vector> |
