summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/drawables/peertube/drawable/ic_baseline_play_arrow_32.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/drawables/peertube/drawable/ic_baseline_play_arrow_32.xml')
-rw-r--r--app/src/main/res/drawables/peertube/drawable/ic_baseline_play_arrow_32.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/drawables/peertube/drawable/ic_baseline_play_arrow_32.xml b/app/src/main/res/drawables/peertube/drawable/ic_baseline_play_arrow_32.xml
new file mode 100644
index 000000000..d59ca8622
--- /dev/null
+++ b/app/src/main/res/drawables/peertube/drawable/ic_baseline_play_arrow_32.xml
@@ -0,0 +1,10 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="32dp"
+ android:height="32dp"
+ android:tint="#FFFFFF"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path
+ android:fillColor="@android:color/white"
+ android:pathData="M8,5v14l11,-7z" />
+</vector>