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

11 lines
385 B
XML
Raw Normal View History

2021-12-14 02:58:17 +05:30
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
2022-06-03 22:19:48 +05:30
<path
android:fillColor="@android:color/white"
android:pathData="M7.41,8.59L12,13.17l4.59,-4.58L18,10l-6,6 -6,-6 1.41,-1.41z" />
2021-12-14 02:58:17 +05:30
</vector>