diff options
Diffstat (limited to 'app/src/main/res/drawable/ic_report_24dp.xml')
-rw-r--r-- | app/src/main/res/drawable/ic_report_24dp.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_report_24dp.xml b/app/src/main/res/drawable/ic_report_24dp.xml new file mode 100644 index 00000000..6e07b06d --- /dev/null +++ b/app/src/main/res/drawable/ic_report_24dp.xml @@ -0,0 +1,15 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + <path + android:pathData="M15.73,3H8.27L3,8.27v7.46L8.27,21h7.46L21,15.73V8.27L15.73,3zM19,14.9L14.9,19H9.1L5,14.9V9.1L9.1,5h5.8L19,9.1v5.8z" + android:fillColor="#000000"/> + <path + android:pathData="M12,16m-1,0a1,1 0,1 1,2 0a1,1 0,1 1,-2 0" + android:fillColor="#000000"/> + <path + android:pathData="M11,7h2v7h-2z" + android:fillColor="#000000"/> +</vector> |