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

commonMain.travel_places.place_other.BarberPole.kt Maven / Gradle / Ivy

The newest version!
package org.kodein.emoji.travel_places.place_other

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


internal val _BarberPole: Emoji = EmojiImpl(
    details = Emoji.Details(
        string = "💈",
        description = "barber pole",
        unicodeVersion = UnicodeVersion(0, 6),
        aliases = listOf("barber-pole", ),
        emoticons = listOf(),
        notoImageRatio = 1.0f,
        notoAnimationRatio = 0.0f,
    ),
)

/**
 * Emoji Travel & Places: place-other: barber pole.
 *
 * Preferred type is: fully-qualified.
*/
public val Emoji.Companion.BarberPole: Emoji get() = _BarberPole




© 2015 - 2025 Weber Informatics LLC | Privacy Policy