commonMain.animals_nature.animal_amphibian._allAnimalAmphibian.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.animals_nature.animal_amphibian
import org.kodein.emoji.Emoji
import org.kodein.emoji.EmojiFinder
import org.kodein.emoji.addSt1Variations
import org.kodein.emoji.addSt2Variations
internal fun EmojiFinder.addAllAnimalAmphibian() {
add(intArrayOf(0x1f438), _Frog)
}
internal fun MutableList.addAllAnimalAmphibian() {
add(_Frog)
}
/**
* All Emoji of the Animals & Nature: animal-amphibian subgroup.
*
* WARNING: This can be quite heavy to construct.
* This method should be called in background and its result should be cached.
*/
public fun Emoji.Companion.allAnimalAmphibian(): List =
ArrayList(1).apply { addAllAnimalAmphibian() }
© 2015 - 2025 Weber Informatics LLC | Privacy Policy