
commonMain.travel_places.sky_weather.WaningCrescentMoon.kt Maven / Gradle / Ivy
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 _WaningCrescentMoon: Emoji = EmojiImpl(
details = Emoji.Details(
string = "🌘",
description = "waning crescent moon",
unicodeVersion = UnicodeVersion(1, 0),
aliases = listOf("waning-crescent-moon", ),
emoticons = listOf(),
notoAnimated = false,
),
)
/**
* Emoji Travel & Places: sky & weather: waning crescent moon.
*
* Preferred type is: fully-qualified.
*/
public val Emoji.Companion.WaningCrescentMoon: Emoji get() = _WaningCrescentMoon
© 2015 - 2025 Weber Informatics LLC | Privacy Policy