Skip to content

pantoken / formats/icons/src / getIcon

Functie: getIcon()

getIcon(name): PantokenIcon | undefined

Bèta

Zoek een pictogram op naam.

Parameters

name

string

Retourneert

PantokenIcon | undefined

Voorbeeld

ts
import { getIcon } from "@pantoken/icons";

const icon = getIcon("arrow-left");
icon?.viewBox; // "0 0 24 24"