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