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

12 lines
591 B
XML
Raw Normal View History

2021-12-09 18:25:32 +05:30
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2022-06-27 22:47:52 +05:30
android:width="24dp"
2021-12-09 18:25:32 +05:30
android:height="24dp"
2022-06-27 22:47:52 +05:30
android:tint="?attr/colorControlNormal"
2022-05-20 15:19:53 +05:30
android:viewportWidth="48"
2022-06-27 22:47:52 +05:30
android:viewportHeight="48">
2022-05-20 15:19:53 +05:30
2022-06-03 22:19:48 +05:30
<path
2022-05-20 15:19:53 +05:30
android:fillColor="#FF000000"
android:pathData="M11,42Q9.75,42 8.875,41.125Q8,40.25 8,39V19.5Q8,18.8 8.325,18.15Q8.65,17.5 9.2,17.1L22.2,7.35Q22.6,7.05 23.05,6.9Q23.5,6.75 24,6.75Q24.5,6.75 24.95,6.9Q25.4,7.05 25.8,7.35L38.8,17.1Q39.35,17.5 39.675,18.15Q40,18.8 40,19.5V39Q40,40.25 39.125,41.125Q38.25,42 37,42H28V28H20V42Z" />
2021-12-09 18:25:32 +05:30
</vector>