commonMain.people_body.person_gesture.WomanRaisingHand.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.people_body.person_gesture
import org.kodein.emoji.Emoji
import org.kodein.emoji.SkinTone1Emoji
import org.kodein.emoji.SkinTone1EmojiImpl
import org.kodein.emoji.UnicodeVersion
import org.kodein.emoji.EmojiFinder
import org.kodein.emoji.SkinTone
internal val _WomanRaisingHand: SkinTone1Emoji = SkinTone1EmojiImpl(
details = Emoji.Details(
string = "🙋♀",
description = "woman raising hand",
unicodeVersion = UnicodeVersion(4, 0),
aliases = listOf("woman-raising-hand", ),
emoticons = listOf(),
notoImageRatio = 0.0f,
notoAnimationRatio = 0.0f,
),
sk1c = 2,
)
/**
* Emoji People & Body: person-gesture: woman raising hand.
*
* Preferred type is: minimally-qualified.
*/
public val Emoji.Companion.WomanRaisingHand: SkinTone1Emoji get() = _WomanRaisingHand
© 2015 - 2025 Weber Informatics LLC | Privacy Policy