Files
YAEP/commonUI/src/main/composeResources/drawable/window-minimize.xml
Christian Basler 1f588e6596 Restructure project
* use modules instead of source sets
* Kotlin JVM instead of multiplatform (for now) to make things simpler
* Warning: GameCell doesn't use mutableState anymore, this needs to be
           fixed for the UI to work!
2024-07-02 10:53:04 +02:00

10 lines
382 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="#FFFFFF"
android:pathData="M240,840L240,760L720,760L720,840L240,840Z"/>
</vector>