mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-27 15:02:46 +00:00
10 lines
399 B
XML
10 lines
399 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="256dp"
|
|
android:height="256dp"
|
|
android:viewportWidth="24.0"
|
|
android:viewportHeight="24.0">
|
|
<path
|
|
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM17,13h-4v4h-2v-4L7,13v-2h4L11,7h2v4h4v2z"
|
|
android:fillColor="#FFFFFF"/>
|
|
</vector>
|