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

commonMain.smileys_emotion.face_hand.ThinkingFace.kt Maven / Gradle / Ivy

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

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


internal val _ThinkingFace: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🤔",
        description = "thinking face",
        unicodeVersion = UnicodeVersion(1, 0),
        aliases = listOf("thinking-face", ),
        emoticons = listOf("=L"),
        notoAnimated = true,
    ),
)

/**
 * Emoji Smileys & Emotion: face-hand: thinking face.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.ThinkingFace: Emoji get() = _ThinkingFace




© 2015 - 2025 Weber Informatics LLC | Privacy Policy