Skip to content

pantoken / formats/icons/src / getIcon

Funkcija: getIcon()

getIcon(name): PantokenIcon | undefined

Beta

Poiščite ikono po imenu.

Parametri

name

string

Vrne

PantokenIcon | undefined

Primer

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

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