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

commonMain.objects.clothing.WomansClothes.kt Maven / Gradle / Ivy

package org.kodein.emoji.objects.clothing

import org.kodein.emoji.Emoji
import org.kodein.emoji.EmojiImpl
import org.kodein.emoji.UnicodeVersion
import org.kodein.emoji.EmojiFinder


internal val _WomansClothes: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "👚",
        description = "woman’s clothes",
        unicodeVersion = UnicodeVersion(0, 6),
        aliases = listOf("womans-clothes", ),
        emoticons = listOf(),
        notoAnimated = false,
    ),
)

/**
 * Emoji Objects: clothing: woman’s clothes.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.WomansClothes: Emoji get() = _WomansClothes




© 2015 - 2025 Weber Informatics LLC | Privacy Policy