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

commonMain.activities.sport.Sled.kt Maven / Gradle / Ivy

The newest version!
package org.kodein.emoji.activities.sport

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


internal val _Sled: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🛷",
        description = "sled",
        unicodeVersion = UnicodeVersion(5, 0),
        aliases = listOf("sled", ),
        emoticons = listOf(),
        notoImageRatio = 1.0f,
        notoAnimationRatio = 0.0f,
    ),
)

/**
 * Emoji Activities: sport: sled.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.Sled: Emoji get() = _Sled




© 2015 - 2025 Weber Informatics LLC | Privacy Policy