commonMain.smileys_emotion.face_smiling.SlightlySmilingFace.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emoji-kt-jvm Show documentation
Show all versions of emoji-kt-jvm Show documentation
Emoji support for Kotlin/Multiplatform
The newest version!
package org.kodein.emoji.smileys_emotion.face_smiling
import org.kodein.emoji.Emoji
import org.kodein.emoji.EmojiImpl
import org.kodein.emoji.UnicodeVersion
import org.kodein.emoji.EmojiFinder
internal val _SlightlySmilingFace: Emoji = EmojiImpl(
details = Emoji.Details(
string = "🙂",
description = "slightly smiling face",
unicodeVersion = UnicodeVersion(1, 0),
aliases = listOf("slightly-smiling-face", "slightly-happy"),
emoticons = listOf(":)", ":-)"),
notoImageRatio = 1.0f,
notoAnimationRatio = 1.0f,
),
)
/**
* Emoji Smileys & Emotion: face-smiling: slightly smiling face.
*
* Preferred type is: fully-qualified.
*/
public val Emoji.Companion.SlightlySmilingFace: Emoji get() = _SlightlySmilingFace
/**
* Alias to emoji [SlightlySmilingFace] (Smileys & Emotion: face-smiling: slightly smiling face).
*/
public val Emoji.Companion.SlightlyHappy: Emoji get() = _SlightlySmilingFace
© 2015 - 2025 Weber Informatics LLC | Privacy Policy