Skip to content

pantoken / formats/icons/src / getIcon

Fonksiyon: getIcon()

getIcon(name): PantokenIcon | undefined

Beta

Bir simgeyi adına göre arayın.

Parametreler

name

string

Döndürür

PantokenIcon | undefined

Örnek

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

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