mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 13:54:01 +02:00
16 lines
483 B
XML
16 lines
483 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="#FFFFFF">
|
|
<group android:scaleX="1.127451"
|
|
android:scaleY="1.127451"
|
|
android:translateX="-1.5294118"
|
|
android:translateY="-1.5294118">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M6,18l8.5,-6L6,6v12zM16,6v12h2V6h-2z"/>
|
|
</group>
|
|
</vector>
|