mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-11-15 14:24:59 +00:00
11 lines
413 B
XML
11 lines
413 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:height="24dp"
|
||
|
android:width="24dp"
|
||
|
android:viewportHeight="24"
|
||
|
android:viewportWidth="24"
|
||
|
android:tint="@color/defaultIconTint">
|
||
|
<path
|
||
|
android:pathData="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM9.5 16.5v-9l7 4.5-7 4.5z"
|
||
|
android:fillColor="#FF000000"/>
|
||
|
</vector>
|