Are the material icons not available for web compo...
# compose-desktop
j
Are the material icons not available for web compose? I tried this but then nothing is working anymore:
Copy code
implementation(compose.web.core)
implementation(compose.runtime)
implementation(compose.material)
implementation(compose.materialIconsExtended)
b
#compose-web And no, nothing material is available for CfW
j
oh sry thanks
c
You are probably better off using the official icon font for the web use case: https://developers.google.com/fonts/docs/material_icons#icon_font_for_the_web
b
If you just want the icons, kmdcx-icons are on maven central and ready to use.
The rest of the modules are still experimental