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

commonMain.animals_nature.plant_other.MapleLeaf.kt Maven / Gradle / Ivy

package org.kodein.emoji.animals_nature.plant_other

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


internal val _MapleLeaf: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🍁",
        description = "maple leaf",
        unicodeVersion = UnicodeVersion(0, 6),
        aliases = listOf("maple-leaf", ),
        emoticons = listOf(),
        notoAnimated = false,
    ),
)

/**
 * Emoji Animals & Nature: plant-other: maple leaf.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.MapleLeaf: Emoji get() = _MapleLeaf




© 2015 - 2025 Weber Informatics LLC | Privacy Policy