Skip to content

Commit

Permalink
馃獡 Fixed some drawable files
Browse files Browse the repository at this point in the history
  • Loading branch information
aritra-tech committed Jul 27, 2023
1 parent 0de0de6 commit c7dd97c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/list_icon.xml
Original file line number Diff line number Diff line change
@@ -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:pathData="M19,18C19.55,18 20,18.45 20,19C20,19.55 19.55,20 19,20H5C4.45,20 4,19.55 4,19C4,18.45 4.45,18 5,18H19ZM19,16H5C3.346,16 2,17.346 2,19C2,20.654 3.346,22 5,22H19C20.654,22 22,20.654 22,19C22,17.346 20.654,16 19,16ZM19,11C19.55,11 20,11.45 20,12C20,12.55 19.55,13 19,13H5C4.45,13 4,12.55 4,12C4,11.45 4.45,11 5,11H19ZM19,9H5C3.346,9 2,10.346 2,12C2,13.654 3.346,15 5,15H19C20.654,15 22,13.654 22,12C22,10.346 20.654,9 19,9ZM19,4C19.55,4 20,4.45 20,5C20,5.55 19.55,6 19,6H5C4.45,6 4,5.55 4,5C4,4.45 4.45,4 5,4H19ZM19,2H5C3.346,2 2,3.346 2,5C2,6.654 3.346,8 5,8H19C20.654,8 22,6.654 22,5C22,3.346 20.654,2 19,2Z"
android:fillColor="#000000"/>
</vector>

0 comments on commit c7dd97c

Please sign in to comment.