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

commonMain.smileys_emotion.face_unwell.ExplodingHead.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 _ExplodingHead: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🤯",
        description = "exploding head",
        unicodeVersion = UnicodeVersion(5, 0),
        aliases = listOf("exploding-head", "mind-blown"),
        emoticons = listOf(),
        notoImageRatio = 1.0f,
        notoAnimationRatio = 1.0f,
    ),
)

/**
 * Emoji Smileys & Emotion: face-unwell: exploding head.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.ExplodingHead: Emoji get() = _ExplodingHead

/**
 * Alias to emoji [ExplodingHead] (Smileys & Emotion: face-unwell: exploding head).
*/
public val Emoji.Companion.MindBlown: Emoji get() = _ExplodingHead




© 2015 - 2025 Weber Informatics LLC | Privacy Policy