Skip to content

pantoken / formats/icons/src / icons

Variable: icons

const icons: PantokenIcon[]

Beta

Every pantoken icon, sorted by name.

Example

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

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