commonMain.people_body.person_role.ManDetective.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_role
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 _ManDetective: SkinTone1Emoji = UnqualifiedSkinTone1EmojiImpl(
details = Emoji.Details(
string = "🕵️♂",
description = "man detective",
unicodeVersion = UnicodeVersion(4, 0),
aliases = listOf("man-detective", ),
emoticons = listOf(),
notoImageRatio = 0.0f,
notoAnimationRatio = 0.0f,
),
uqString = "🕵♂️",
sk1c = 2,
)
/**
* Emoji People & Body: person-role: man detective.
*
* Preferred type is: minimally-qualified.
*/
public val Emoji.Companion.ManDetective: SkinTone1Emoji get() = _ManDetective
© 2015 - 2025 Weber Informatics LLC | Privacy Policy