2025-02-15 14:59:32 +01:00
|
|
|
/**
|
|
|
|
* @see https://icon-sets.iconify.design/pajamas/
|
|
|
|
*/
|
|
|
|
export type Icon =
|
|
|
|
| "git"
|
|
|
|
| "gitea"
|
|
|
|
| "github"
|
|
|
|
| "mastodon"
|
|
|
|
| "linkedin"
|
|
|
|
| "link"
|
|
|
|
| "status-health"
|
2024-10-06 13:27:18 +02:00
|
|
|
|
|
|
|
export type PajamasIcon = `pajamas:${Icon}`
|