Skip to content

pantoken / formats/icons/src / icons

Переменная: icons

const icons: PantokenIcon[]

Бета

Каждый значок pantoken, отсортированный по имени.

Пример

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

icons.length; // the full set
icons.filter((i) => i.source === "lucide"); // just the Lucide glyphs