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

commonMain.food_drink.food_vegetable.PeaPod.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package org.kodein.emoji.food_drink.food_vegetable

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


internal val _PeaPod: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🫛",
        description = "pea pod",
        unicodeVersion = UnicodeVersion(15, 0),
        aliases = listOf("pea-pod", ),
        emoticons = listOf(),
        notoAnimated = false,
    ),
)

/**
 * Emoji Food & Drink: food-vegetable: pea pod.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.PeaPod: Emoji get() = _PeaPod




© 2015 - 2025 Weber Informatics LLC | Privacy Policy