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

commonMain.animals_nature.plant_other._allPlantOther.kt Maven / Gradle / Ivy

package org.kodein.emoji.animals_nature.plant_other

import org.kodein.emoji.Emoji
import org.kodein.emoji.EmojiFinder
import org.kodein.emoji.addSt1Variations
import org.kodein.emoji.addSt2Variations


internal fun EmojiFinder.addAllPlantOther() {
    add(intArrayOf(0x1f342), _FallenLeaf)
    add(intArrayOf(0x1f341), _MapleLeaf)
    add(intArrayOf(0x1f344), _Mushroom)
    add(intArrayOf(0x1f33e), _SheafOfRice)
    add(intArrayOf(0x1f331), _Seedling)
    add(intArrayOf(0x1f33f), _Herb)
    add(intArrayOf(0x1f343), _LeafFlutteringInWind)
    add(intArrayOf(0x2618, 0xfe0f), _Shamrock)
    add(intArrayOf(0x2618), _Shamrock)
    add(intArrayOf(0x1f340), _FourLeafClover)
    add(intArrayOf(0x1fab4), _PottedPlant)
    add(intArrayOf(0x1f335), _Cactus)
    add(intArrayOf(0x1f334), _PalmTree)
    add(intArrayOf(0x1f333), _DeciduousTree)
    add(intArrayOf(0x1f332), _EvergreenTree)
    add(intArrayOf(0x1fab9), _EmptyNest)
    add(intArrayOf(0x1faba), _NestWithEggs)
}

internal fun MutableList.addAllPlantOther() {
    add(_FallenLeaf)
    add(_MapleLeaf)
    add(_Mushroom)
    add(_SheafOfRice)
    add(_Seedling)
    add(_Herb)
    add(_LeafFlutteringInWind)
    add(_Shamrock)
    add(_FourLeafClover)
    add(_PottedPlant)
    add(_Cactus)
    add(_PalmTree)
    add(_DeciduousTree)
    add(_EvergreenTree)
    add(_EmptyNest)
    add(_NestWithEggs)
}

/**
 * All Emoji of the Animals & Nature: plant-other 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.allPlantOther(): List =
    ArrayList(16).apply { addAllPlantOther() }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy