Files
memby/app/src/main/res/drawable/ic_player_next_episode.xml
T

14 lines
608 B
XML
Raw Normal View History

2026-08-17 11:41:36 +12:00
<?xml version="1.0" encoding="utf-8"?>
<!-- Skip-to-next: a triangle against a bar. The transport's own "fast forward" glyph is a
double chevron and means "move through this programme"; this means "leave it", so the
bar is the load-bearing half of the shape and is drawn at full weight. -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z" />
</vector>