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

commonMain.ink.ui.structures.elements.IconElement.kt Maven / Gradle / Ivy

package ink.ui.structures.elements

import ink.ui.structures.Sentiment
import ink.ui.structures.Symbol

/**
 * A vector icon for signifying a noun or action.
 */
data class IconElement(
    val symbol: Symbol,
    val sentiment: Sentiment = Sentiment.Nominal,
): UiElement.Static




© 2015 - 2024 Weber Informatics LLC | Privacy Policy