commonMain.flags.country_flag.FlagLesotho.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 _FlagLesotho: Emoji = EmojiImpl(
details = Emoji.Details(
string = "🇱🇸",
description = "flag: Lesotho",
unicodeVersion = UnicodeVersion(2, 0),
aliases = listOf("flag-lesotho", "lesotho-flag"),
emoticons = listOf(),
notoImageRatio = 1.5f,
notoAnimationRatio = 0.0f,
),
)
/**
* Emoji Flags: country-flag: flag: Lesotho.
*
* Preferred type is: fully-qualified.
*/
public val Emoji.Companion.FlagLesotho: Emoji get() = _FlagLesotho
/**
* Alias to emoji [FlagLesotho] (Flags: country-flag: flag: Lesotho).
*/
public val Emoji.Companion.LesothoFlag: Emoji get() = _FlagLesotho
© 2015 - 2025 Weber Informatics LLC | Privacy Policy