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

commonMain.smileys_emotion.face_unwell.SneezingFace.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package org.kodein.emoji.smileys_emotion.face_unwell

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


internal val _SneezingFace: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🤧",
        description = "sneezing face",
        unicodeVersion = UnicodeVersion(3, 0),
        aliases = listOf("sneezing-face", "sneeze"),
        emoticons = listOf("(*´台`*)"),
        notoAnimated = true,
    ),
)

/**
 * Emoji Smileys & Emotion: face-unwell: sneezing face.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.SneezingFace: Emoji get() = _SneezingFace

/**
 * Alias to emoji [SneezingFace] (Smileys & Emotion: face-unwell: sneezing face).
*/
public val Emoji.Companion.Sneeze: Emoji get() = _SneezingFace




© 2015 - 2025 Weber Informatics LLC | Privacy Policy