martials.no/src/types/icons.ts

4 lines
136 B
TypeScript
Raw Normal View History

export type Icon = "gitea" | "github" | "mastodon" | "linkedin" | "link" | "status-health"
export type PajamasIcon = `pajamas:${Icon}`