commonMain.flags.country_flag.FlagSingapore.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emoji-kt-jvm Show documentation
Show all versions of emoji-kt-jvm Show documentation
Emoji support for Kotlin/Multiplatform
The newest version!
package org.kodein.emoji.flags.country_flag
import org.kodein.emoji.Emoji
import org.kodein.emoji.EmojiImpl
import org.kodein.emoji.UnicodeVersion
import org.kodein.emoji.EmojiFinder
internal val _FlagSingapore: Emoji = EmojiImpl(
details = Emoji.Details(
string = "πΈπ¬",
description = "flag: Singapore",
unicodeVersion = UnicodeVersion(2, 0),
aliases = listOf("flag-singapore", "singapore-flag"),
emoticons = listOf(),
notoImageRatio = 1.5f,
notoAnimationRatio = 0.0f,
),
)
/**
* Emoji Flags: country-flag: flag: Singapore.
*
* Preferred type is: fully-qualified.
*/
public val Emoji.Companion.FlagSingapore: Emoji get() = _FlagSingapore
/**
* Alias to emoji [FlagSingapore] (Flags: country-flag: flag: Singapore).
*/
public val Emoji.Companion.SingaporeFlag: Emoji get() = _FlagSingapore
© 2015 - 2025 Weber Informatics LLC | Privacy Policy