Files
martials.no/src/types/icons.ts

14 lines
218 B
TypeScript
Raw Normal View History

/**
* @see https://icon-sets.iconify.design/pajamas/
*/
export type Icon =
| "git"
| "gitea"
| "github"
| "mastodon"
| "linkedin"
| "link"
| "status-health"
export type PajamasIcon = `pajamas:${Icon}`