UNPKG

@navikt/aksel-icons

Version:

800+ open source icons made by Aksel, Nav's design system team.

16 lines (14 loc) 306 B
export type AkselIcon = { id: string; name: string; category: string; sub_category: "Time", keywords: string[]; variant: "stroke" | "fill"; updated_at: Date; created_at: Date; } declare const metadata: { [iconId: string]: AkselIcon; }; export default metadata;