How to use compose.materialIconsExtended in project(Compose for desktop)? -IntelliJ IDEA-

26 Views Asked by At

I work with an app desktop and I use Compose for desktop.

I add this

    implementation(compose.materialIconsExtended)

to my project. But now I don't know how to access the icons.

Icon()

Can you show me how I use it.

0

There are 0 best solutions below