commonMain.smileys_emotion.face_unwell.SneezingFace.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emoji-kt Show documentation
Show all versions of emoji-kt Show documentation
Emoji support for Kotlin/Multiplatform
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