All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.people_body.person_activity.PersonWithWhiteCaneFacingRight.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package org.kodein.emoji.people_body.person_activity

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 _PersonWithWhiteCaneFacingRight: SkinTone1Emoji = SkinTone1EmojiImpl(
    details = Emoji.Details(
        string = "🧑‍🦯‍➡",
        description = "person with white cane facing right",
        unicodeVersion = UnicodeVersion(15, 1),
        aliases = listOf("person-with-white-cane-facing-right", ),
        emoticons = listOf(),
        notoAnimated = false,
    ),
    sk1c = 2,
)

/**
 * Emoji People & Body: person-activity: person with white cane facing right.
 *
 * Preferred type is: minimally-qualified.
*/
public val Emoji.Companion.PersonWithWhiteCaneFacingRight: SkinTone1Emoji get() = _PersonWithWhiteCaneFacingRight




© 2015 - 2025 Weber Informatics LLC | Privacy Policy