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

commonMain.smileys_emotion.face_tongue.WinkingFaceWithTongue.kt Maven / Gradle / Ivy

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

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


internal val _WinkingFaceWithTongue: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "😜",
        description = "winking face with tongue",
        unicodeVersion = UnicodeVersion(0, 6),
        aliases = listOf("winking-face-with-tongue", "winky-tongue"),
        emoticons = listOf(";p"),
        notoAnimated = true,
    ),
)

/**
 * Emoji Smileys & Emotion: face-tongue: winking face with tongue.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.WinkingFaceWithTongue: Emoji get() = _WinkingFaceWithTongue

/**
 * Alias to emoji [WinkingFaceWithTongue] (Smileys & Emotion: face-tongue: winking face with tongue).
*/
public val Emoji.Companion.WinkyTongue: Emoji get() = _WinkingFaceWithTongue




© 2015 - 2025 Weber Informatics LLC | Privacy Policy