DroidFS/app/src/main/res/drawable/icon_sort.xml

6 lines
310 B
XML
Raw Normal View History

2020-07-17 16:35:39 +02:00
<vector android:height="24dp"
android:viewportHeight="24" android:viewportWidth="24"
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
2021-11-09 11:12:09 +01:00
<path android:fillColor="?attr/colorAccent" android:pathData="M3,18h6v-2L3,16v2zM3,6v2h18L21,6L3,6zM3,13h12v-2L3,11v2z"/>
2020-07-17 16:35:39 +02:00
</vector>