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

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

There is a newer version: 2.2.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 _HushedFace: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "😯",
        description = "hushed face",
        unicodeVersion = UnicodeVersion(1, 0),
        aliases = listOf("hushed-face", "surprised", "hushed"),
        emoticons = listOf(":o"),
        notoImageRatio = 1.0f,
        notoAnimationRatio = 1.0f,
    ),
)

/**
 * Emoji Smileys & Emotion: face-concerned: hushed face.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.HushedFace: Emoji get() = _HushedFace

/**
 * Alias to emoji [HushedFace] (Smileys & Emotion: face-concerned: hushed face).
*/
public val Emoji.Companion.Surprised: Emoji get() = _HushedFace

/**
 * Alias to emoji [HushedFace] (Smileys & Emotion: face-concerned: hushed face).
*/
public val Emoji.Companion.Hushed: Emoji get() = _HushedFace




© 2015 - 2025 Weber Informatics LLC | Privacy Policy