Migrated almost all icons to Material symbols

This commit is contained in:
Prathamesh More 2022-07-04 23:05:38 +05:30
parent f7e3b65274
commit b1992e8d54
157 changed files with 572 additions and 1132 deletions

View file

@ -1,11 +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="@color/md_white_1000"
android:pathData="M8 19h8c0.55 0 1-0.45 1-1V5c0-0.55-0.45-1-1-1H8c-0.55 0-1 0.45-1 1v13c0 0.55 0.45 1 1 1zm-5-2h2c0.55 0 1-0.45 1-1V7c0-0.55-0.45-1-1-1H3c-0.55 0-1 0.45-1 1v9c0 0.55 0.45 1 1 1zM18 7v9c0 0.55 0.45 1 1 1h2c0.55 0 1-0.45 1-1V7c0-0.55-0.45-1-1-1h-2c-0.55 0-1 0.45-1 1z" />
</vector>
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M3,17Q2.575,17 2.288,16.712Q2,16.425 2,16V8Q2,7.575 2.288,7.287Q2.575,7 3,7H5Q5.425,7 5.713,7.287Q6,7.575 6,8V16Q6,16.425 5.713,16.712Q5.425,17 5,17ZM8,19Q7.575,19 7.287,18.712Q7,18.425 7,18V6Q7,5.575 7.287,5.287Q7.575,5 8,5H16Q16.425,5 16.712,5.287Q17,5.575 17,6V18Q17,18.425 16.712,18.712Q16.425,19 16,19ZM19,17Q18.575,17 18.288,16.712Q18,16.425 18,16V8Q18,7.575 18.288,7.287Q18.575,7 19,7H21Q21.425,7 21.712,7.287Q22,7.575 22,8V16Q22,16.425 21.712,16.712Q21.425,17 21,17Z"/>
</vector>