Skip to main content

LipsumIconUtils

Functions

icon

LipsumIconUtils.icon(randomRandom) → string

Gets a random icon that is white in color

outlineIcon

LipsumIconUtils.outlineIcon(randomRandom) → string

Gets a random outline icon that is white in color

coloredOutlineIcon

LipsumIconUtils.coloredOutlineIcon(randomRandom) → string

Gets a random colorful icon

warning

These icons must be be licensed to use in production.

https://rhosgfx.itch.io/vector-icon-pack

Show raw api
{
    "functions": [
        {
            "name": "icon",
            "desc": "Gets a random icon that is white in color",
            "params": [
                {
                    "name": "random",
                    "desc": "",
                    "lua_type": "Random"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "string"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 145,
                "path": "src/lipsum/src/Shared/LipsumIconUtils.lua"
            }
        },
        {
            "name": "outlineIcon",
            "desc": "Gets a random outline icon that is white in color",
            "params": [
                {
                    "name": "random",
                    "desc": "",
                    "lua_type": "Random"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "string"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 155,
                "path": "src/lipsum/src/Shared/LipsumIconUtils.lua"
            }
        },
        {
            "name": "coloredOutlineIcon",
            "desc": "Gets a random colorful icon\n\n:::warning\nThese icons must be be licensed to use in production.\n\nhttps://rhosgfx.itch.io/vector-icon-pack\n:::",
            "params": [
                {
                    "name": "random",
                    "desc": "",
                    "lua_type": "Random"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "string"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 171,
                "path": "src/lipsum/src/Shared/LipsumIconUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "LipsumIconUtils",
    "desc": "",
    "source": {
        "line": 4,
        "path": "src/lipsum/src/Shared/LipsumIconUtils.lua"
    }
}