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

commonMain.smileys_emotion.face_unwell.FaceWithMedicalMask.kt Maven / Gradle / Ivy

The newest version!
package org.kodein.emoji.smileys_emotion.face_unwell

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


internal val _FaceWithMedicalMask: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "😷",
        description = "face with medical mask",
        unicodeVersion = UnicodeVersion(0, 6),
        aliases = listOf("face-with-medical-mask", "mask"),
        emoticons = listOf(),
        notoImageRatio = 1.0f,
        notoAnimationRatio = 1.0f,
    ),
)

/**
 * Emoji Smileys & Emotion: face-unwell: face with medical mask.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.FaceWithMedicalMask: Emoji get() = _FaceWithMedicalMask

/**
 * Alias to emoji [FaceWithMedicalMask] (Smileys & Emotion: face-unwell: face with medical mask).
*/
public val Emoji.Companion.Mask: Emoji get() = _FaceWithMedicalMask




© 2015 - 2025 Weber Informatics LLC | Privacy Policy