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

commonMain.symbols.av_symbol.RepeatButton.kt Maven / Gradle / Ivy

package org.kodein.emoji.symbols.av_symbol

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


internal val _RepeatButton: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🔁",
        description = "repeat button",
        unicodeVersion = UnicodeVersion(1, 0),
        aliases = listOf("repeat-button", "repeat"),
        emoticons = listOf(),
        notoAnimated = false,
    ),
)

/**
 * Emoji Symbols: av-symbol: repeat button.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.RepeatButton: Emoji get() = _RepeatButton

/**
 * Alias to emoji [RepeatButton] (Symbols: av-symbol: repeat button).
*/
public val Emoji.Companion.Repeat: Emoji get() = _RepeatButton




© 2015 - 2025 Weber Informatics LLC | Privacy Policy