Skip to content

pantoken / formats/icons/src / getIcon

Swyddogaeth: getIcon()

getIcon(name): PantokenIcon | undefined

Bêta

Chwilio am eicon yn ôl ei enw.

Paramedrau

name

string

Yn dychwelyd

PantokenIcon | undefined

Enghraifft

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

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