NewPipe/app/src/main/res/drawable/ic_next.xml

12 lines
386 B
XML
Raw Normal View History

2020-07-16 00:15:24 +02:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2020-10-09 20:24:02 +02:00
android:width="24dp"
android:height="24dp"
android:tint="#ffffff"
android:viewportWidth="24"
android:viewportHeight="24">
2020-07-16 00:15:24 +02:00
<!-- Tint here is for preventing pixelization -->
2020-10-09 20:24:02 +02:00
<path
android:fillColor="#ffffff"
android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z" />
2020-07-16 00:15:24 +02:00
</vector>