mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
11 lines
336 B
XML
11 lines
336 B
XML
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="24dp"
|
||
|
android:height="24dp"
|
||
|
android:viewportWidth="24"
|
||
|
android:viewportHeight="24"
|
||
|
android:tint="?attr/colorControlNormal">
|
||
|
<path
|
||
|
android:fillColor="@android:color/white"
|
||
|
android:pathData="M19,13H5v-2h14v2z"/>
|
||
|
</vector>
|