commonMain.people_body.person_sport.WomanBouncingBall.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emoji-kt Show documentation
Show all versions of emoji-kt Show documentation
Emoji support for Kotlin/Multiplatform
package org.kodein.emoji.people_body.person_sport
import org.kodein.emoji.Emoji
import org.kodein.emoji.SkinTone1Emoji
import org.kodein.emoji.UnqualifiedSkinTone1EmojiImpl
import org.kodein.emoji.UnicodeVersion
import org.kodein.emoji.EmojiFinder
internal val _WomanBouncingBall: SkinTone1Emoji = UnqualifiedSkinTone1EmojiImpl(
details = Emoji.Details(
string = "⛹️♀",
description = "woman bouncing ball",
unicodeVersion = UnicodeVersion(4, 0),
aliases = listOf("woman-bouncing-ball", ),
emoticons = listOf(),
notoAnimated = false,
),
uqString = "⛹♀️",
sk1c = 1,
)
/**
* Emoji People & Body: person-sport: woman bouncing ball.
*
* Preferred type is: minimally-qualified.
*/
public val Emoji.Companion.WomanBouncingBall: SkinTone1Emoji get() = _WomanBouncingBall
© 2015 - 2025 Weber Informatics LLC | Privacy Policy