Fix duplication of icon vectors

This commit is contained in:
Mauricio Colli 2021-12-08 09:49:44 -03:00 committed by Stypox
parent 7376fb0c12
commit 6812565581
174 changed files with 286 additions and 975 deletions

View file

@ -1,10 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="#ffffff"
android:tint="@color/defaultIconTint"
android:viewportWidth="24"
android:viewportHeight="24">
<!-- Tint here is for preventing pixelization -->
<path
android:fillColor="#ffffff"
android:pathData="M6,6h2v12L6,18zM9.5,12l8.5,6L18,6z" />