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

commonMain.animals_nature.animal_mammal.Fox.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package org.kodein.emoji.animals_nature.animal_mammal

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


internal val _Fox: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "🦊",
        description = "fox",
        unicodeVersion = UnicodeVersion(3, 0),
        aliases = listOf("fox", "fox-face"),
        emoticons = listOf(),
        notoAnimated = false,
    ),
)

/**
 * Emoji Animals & Nature: animal-mammal: fox.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.Fox: Emoji get() = _Fox

/**
 * Alias to emoji [Fox] (Animals & Nature: animal-mammal: fox).
*/
public val Emoji.Companion.FoxFace: Emoji get() = _Fox




© 2015 - 2025 Weber Informatics LLC | Privacy Policy