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"