LibreTube/app/src/main/res/drawable/ic_list.xml

12 lines
686 B
XML
Raw Normal View History

2022-04-15 16:56:06 +05:30
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
2022-06-07 20:22:06 +05:30
android:autoMirrored="true"
android:tint="?android:attr/colorControlNormal"
2022-04-15 16:56:06 +05:30
android:viewportWidth="24"
2022-06-07 20:22:06 +05:30
android:viewportHeight="24">
2022-06-03 22:19:48 +05:30
<path
android:fillColor="@android:color/white"
2022-06-07 20:22:06 +05:30
android:pathData="M4,10.5c-0.83,0 -1.5,0.67 -1.5,1.5s0.67,1.5 1.5,1.5 1.5,-0.67 1.5,-1.5 -0.67,-1.5 -1.5,-1.5zM4,4.5c-0.83,0 -1.5,0.67 -1.5,1.5S3.17,7.5 4,7.5 5.5,6.83 5.5,6 4.83,4.5 4,4.5zM4,16.5c-0.83,0 -1.5,0.68 -1.5,1.5s0.68,1.5 1.5,1.5 1.5,-0.68 1.5,-1.5 -0.67,-1.5 -1.5,-1.5zM7,19h14v-2L7,17v2zM7,13h14v-2L7,11v2zM7,5v2h14L21,5L7,5z" />
2022-04-15 16:56:06 +05:30
</vector>