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

commonMain.travel_places.sky_weather.WaningGibbousMoon.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package org.kodein.emoji.travel_places.sky_weather

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


internal val _WaningGibbousMoon: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🌖",
        description = "waning gibbous moon",
        unicodeVersion = UnicodeVersion(1, 0),
        aliases = listOf("waning-gibbous-moon", ),
        emoticons = listOf(),
        notoAnimated = false,
    ),
)

/**
 * Emoji Travel & Places: sky & weather: waning gibbous moon.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.WaningGibbousMoon: Emoji get() = _WaningGibbousMoon




© 2015 - 2025 Weber Informatics LLC | Privacy Policy