Updated on 2026-08-14
This commit is contained in:
parent
ae3d68a8d5
commit
99745c2ee4
14 changed files with 442 additions and 130 deletions
9
core/ui/src/main/res/drawable/ic_group_24.xml
Normal file
9
core/ui/src/main/res/drawable/ic_group_24.xml
Normal file
|
|
@ -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="#000000"
|
||||
android:pathData="M5,4V20H7V22H3V2H7V4H5ZM20,6H7V8H20V6ZM20,11H7V13H20V11ZM20,16H7V18H20V16Z" />
|
||||
</vector>
|
||||
9
core/ui/src/main/res/drawable/ic_sort_24.xml
Normal file
9
core/ui/src/main/res/drawable/ic_sort_24.xml
Normal file
|
|
@ -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="#000000"
|
||||
android:pathData="M19,17H22L18,21L14,17H17V3H19M3,6H13V8H3M7,16V18H3V16M3,11H10V13H3V11Z" />
|
||||
</vector>
|
||||
Loading…
Add table
Add a link
Reference in a new issue