martials.no/src/types/icons.ts
Martin Berg Alstad beefabb908
Links page.
Icons using npm package instead of svgs.

Props and types.

Signed-off-by: Martin Berg Alstad <git@martials.no>
2024-10-06 13:27:18 +02:00

4 lines
136 B
TypeScript

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