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

commonMain.travel_places.time.TenThirty.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package org.kodein.emoji.travel_places.time

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


internal val _TenThirty: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🕥",
        description = "ten-thirty",
        unicodeVersion = UnicodeVersion(0, 7),
        aliases = listOf("ten-thirty", ),
        emoticons = listOf(),
        notoAnimated = false,
    ),
)

/**
 * Emoji Travel & Places: time: ten-thirty.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.TenThirty: Emoji get() = _TenThirty




© 2015 - 2025 Weber Informatics LLC | Privacy Policy