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

commonMain.smileys_emotion.face_concerned.FrowningFaceWithOpenMouth.kt Maven / Gradle / Ivy

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

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


internal val _FrowningFaceWithOpenMouth: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "😦",
        description = "frowning face with open mouth",
        unicodeVersion = UnicodeVersion(1, 0),
        aliases = listOf("frowning-face-with-open-mouth", "gasp"),
        emoticons = listOf("D="),
        notoAnimated = true,
    ),
)

/**
 * Emoji Smileys & Emotion: face-concerned: frowning face with open mouth.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.FrowningFaceWithOpenMouth: Emoji get() = _FrowningFaceWithOpenMouth

/**
 * Alias to emoji [FrowningFaceWithOpenMouth] (Smileys & Emotion: face-concerned: frowning face with open mouth).
*/
public val Emoji.Companion.Gasp: Emoji get() = _FrowningFaceWithOpenMouth




© 2015 - 2025 Weber Informatics LLC | Privacy Policy