1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-11-17 15:24:55 +00:00
NewPipe/app/src/main/res/drawable/ic_next.xml

12 lines
382 B
XML
Raw Normal View History

2020-07-15 22:15:24 +00:00
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2020-10-09 18:24:02 +00:00
android:width="24dp"
android:height="24dp"
android:tint="#ffffff"
android:viewportWidth="24"
android:viewportHeight="24">
2020-07-15 22:15:24 +00:00
<!-- Tint here is for preventing pixelization -->
2020-10-09 18:24:02 +00:00
<path
android:fillColor="#ffffff"
android:pathData="M5,19 L15,12 5,5ZM16,5v14h3v-14z" />
2020-07-15 22:15:24 +00:00
</vector>