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

commonMain.animals_nature.animal_amphibian._allAnimalAmphibian.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
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