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

commonMain.objects.sound.MutedSpeaker.kt Maven / Gradle / Ivy

The newest version!
package org.kodein.emoji.objects.sound

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


internal val _MutedSpeaker: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🔇",
        description = "muted speaker",
        unicodeVersion = UnicodeVersion(1, 0),
        aliases = listOf("muted-speaker", "mute"),
        emoticons = listOf(),
        notoImageRatio = 1.0f,
        notoAnimationRatio = 0.0f,
    ),
)

/**
 * Emoji Objects: sound: muted speaker.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.MutedSpeaker: Emoji get() = _MutedSpeaker

/**
 * Alias to emoji [MutedSpeaker] (Objects: sound: muted speaker).
*/
public val Emoji.Companion.Mute: Emoji get() = _MutedSpeaker




© 2015 - 2025 Weber Informatics LLC | Privacy Policy