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

commonMain.people_body.person_symbol.SpeakingHead.kt Maven / Gradle / Ivy

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

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


internal val _SpeakingHead: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🗣️",
        description = "speaking head",
        unicodeVersion = UnicodeVersion(0, 7),
        aliases = listOf("speaking-head", ),
        emoticons = listOf(),
        notoAnimated = false,
    ),
)

/**
 * Emoji People & Body: person-symbol: speaking head.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.SpeakingHead: Emoji get() = _SpeakingHead




© 2015 - 2025 Weber Informatics LLC | Privacy Policy