commonMain.smileys_emotion.heart.HeartWithRibbon.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emoji-kt Show documentation
Show all versions of emoji-kt Show documentation
Emoji support for Kotlin/Multiplatform
package org.kodein.emoji.smileys_emotion.heart
import org.kodein.emoji.Emoji
import org.kodein.emoji.EmojiImpl
import org.kodein.emoji.UnicodeVersion
import org.kodein.emoji.EmojiFinder
internal val _HeartWithRibbon: Emoji = EmojiImpl(
details = Emoji.Details(
string = "💝",
description = "heart with ribbon",
unicodeVersion = UnicodeVersion(0, 6),
aliases = listOf("heart-with-ribbon", "gift-heart"),
emoticons = listOf(),
notoAnimated = true,
),
)
/**
* Emoji Smileys & Emotion: heart: heart with ribbon.
*
* Preferred type is: fully-qualified.
*/
public val Emoji.Companion.HeartWithRibbon: Emoji get() = _HeartWithRibbon
/**
* Alias to emoji [HeartWithRibbon] (Smileys & Emotion: heart: heart with ribbon).
*/
public val Emoji.Companion.GiftHeart: Emoji get() = _HeartWithRibbon
© 2015 - 2025 Weber Informatics LLC | Privacy Policy