All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.huanshankeji.compose.material.icons.Icons.kt Maven / Gradle / Ivy

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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy