commonMain.com.huanshankeji.compose.material.icons.Icons.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compose-multiplatform-material-jvm Show documentation
Show all versions of compose-multiplatform-material-jvm Show documentation
Material Design component wrappers for Compose Multiplatform (desktop/Android and web)
The newest version!
package com.huanshankeji.compose.material.icons
expect class Icon
// Icons other than `Filled` are not supported yet.
object Icons {
object Filled
object Outlined
object Rounded
object TwoTone
object Sharp
object AutoMirrored {
object Filled
object Outlined
object Rounded
object TwoTone
object Sharp
val Default = Filled
}
val Default = Filled
}