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

commonMain.symbols.other_symbol.CheckMarkButton.kt Maven / Gradle / Ivy

The newest version!
package org.kodein.emoji.symbols.other_symbol

import org.kodein.emoji.Emoji
import org.kodein.emoji.EmojiImpl
import org.kodein.emoji.UnicodeVersion
import org.kodein.emoji.EmojiFinder


internal val _CheckMarkButton: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "✅",
        description = "check mark button",
        unicodeVersion = UnicodeVersion(0, 6),
        aliases = listOf("check-mark-button", "check-mark-green"),
        emoticons = listOf(),
        notoImageRatio = 1.0f,
        notoAnimationRatio = 1.0f,
    ),
)

/**
 * Emoji Symbols: other-symbol: check mark button.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.CheckMarkButton: Emoji get() = _CheckMarkButton

/**
 * Alias to emoji [CheckMarkButton] (Symbols: other-symbol: check mark button).
*/
public val Emoji.Companion.CheckMarkGreen: Emoji get() = _CheckMarkButton




© 2015 - 2025 Weber Informatics LLC | Privacy Policy