mirror of
https://github.com/Michatec/Radio.git
synced 2026-03-31 23:46:28 +02:00
17 lines
721 B
XML
17 lines
721 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
|
|
<path
|
|
android:fillColor="@color/icon_default"
|
|
android:pathData="M17.65,6.35C16.2,4.9 14.21,4 12,4
|
|
7.58,4 4,7.58 4,12h2
|
|
c0,-3.31 2.69,-6 6,-6
|
|
1.66,0 3.14,0.69 4.22,1.78L13,11h7V4l-2.35,2.35z
|
|
M6.35,17.65C7.8,19.1 9.79,20 12,20
|
|
c4.42,0 8,-3.58 8,-8h-2
|
|
c0,3.31 -2.69,6 -6,6
|
|
-1.66,0 -3.14,-0.69 -4.22,-1.78L11,13H4v7l2.35,-2.35z"/>
|
|
</vector> |