Skip to content

pantoken / formats/icons/src / getIcon

دالة: getIcon()

getIcon(name): PantokenIcon | undefined

بيتا

ابحث عن أيقونة بالاسم.

المعلمات

name

string

القيم المرجعة

PantokenIcon | undefined

مثال

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

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