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

commonMain.flags.subdivision_flag.FlagScotland.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package org.kodein.emoji.flags.subdivision_flag

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


internal val _FlagScotland: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🏴󠁧󠁢󠁳󠁣󠁴󠁿",
        description = "flag: Scotland",
        unicodeVersion = UnicodeVersion(5, 0),
        aliases = listOf("flag-scotland", "scotland-flag"),
        emoticons = listOf(),
        notoAnimated = false,
    ),
)

/**
 * Emoji Flags: subdivision-flag: flag: Scotland.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.FlagScotland: Emoji get() = _FlagScotland

/**
 * Alias to emoji [FlagScotland] (Flags: subdivision-flag: flag: Scotland).
*/
public val Emoji.Companion.ScotlandFlag: Emoji get() = _FlagScotland




© 2015 - 2025 Weber Informatics LLC | Privacy Policy