1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-11-15 22:34:57 +00:00
NewPipe/app/src/main/res/drawable/ic_repeat.xml
2022-03-02 12:31:41 +01:00

11 lines
386 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="@color/defaultIconTint"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillColor="#FF000000"
android:pathData="M7,7h10v3l4,-4 -4,-4v3L5,5v6h2L7,7zM17,17L7,17v-3l-4,4 4,4v-3h12v-6h-2v4z" />
</vector>