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

commonMain.smileys_emotion.face_sleepy.SleepingFace.kt Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package org.kodein.emoji.smileys_emotion.face_sleepy

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


internal val _SleepingFace: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "😴",
        description = "sleeping face",
        unicodeVersion = UnicodeVersion(1, 0),
        aliases = listOf("sleeping-face", "sleep", "tired"),
        emoticons = listOf("Z_Z"),
        notoAnimated = true,
    ),
)

/**
 * Emoji Smileys & Emotion: face-sleepy: sleeping face.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.SleepingFace: Emoji get() = _SleepingFace

/**
 * Alias to emoji [SleepingFace] (Smileys & Emotion: face-sleepy: sleeping face).
*/
public val Emoji.Companion.Sleep: Emoji get() = _SleepingFace

/**
 * Alias to emoji [SleepingFace] (Smileys & Emotion: face-sleepy: sleeping face).
*/
public val Emoji.Companion.Tired: Emoji get() = _SleepingFace




© 2015 - 2025 Weber Informatics LLC | Privacy Policy