commonMain.people_body.person_activity.MenWithBunnyEars.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_activity
import org.kodein.emoji.Emoji
import org.kodein.emoji.EmojiImpl
import org.kodein.emoji.UnicodeVersion
import org.kodein.emoji.EmojiFinder
internal val _MenWithBunnyEars: Emoji = EmojiImpl(
details = Emoji.Details(
string = "👯♂",
description = "men with bunny ears",
unicodeVersion = UnicodeVersion(4, 0),
aliases = listOf("men-with-bunny-ears", ),
emoticons = listOf(),
notoAnimated = false,
),
)
/**
* Emoji People & Body: person-activity: men with bunny ears.
*
* Preferred type is: minimally-qualified.
*/
public val Emoji.Companion.MenWithBunnyEars: Emoji get() = _MenWithBunnyEars
© 2015 - 2025 Weber Informatics LLC | Privacy Policy