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

commonMain.objects.office.TearOffCalendar.kt Maven / Gradle / Ivy

package org.kodein.emoji.objects.office

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


internal val _TearOffCalendar: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "📆",
        description = "tear-off calendar",
        unicodeVersion = UnicodeVersion(0, 6),
        aliases = listOf("tear-off-calendar", ),
        emoticons = listOf(),
        notoImageRatio = 1.0f,
        notoAnimationRatio = 0.0f,
    ),
)

/**
 * Emoji Objects: office: tear-off calendar.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.TearOffCalendar: Emoji get() = _TearOffCalendar




© 2015 - 2025 Weber Informatics LLC | Privacy Policy