mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
fix formatting
This commit is contained in:
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 96 KiB |
@@ -1 +1,64 @@
|
|||||||
export type IconType = "apple" | "appwrite" | "arrow-down" | "arrow-ext-link" | "arrow-left" | "arrow-right" | "arrow-up" | "bluesky" | "calendar" | "check" | "chevron-down" | "chevron-left" | "chevron-right" | "chevron-up" | "close" | "command" | "copy" | "customize" | "daily-dev" | "dark" | "discord" | "divider-vertical" | "download" | "edge" | "ext-link" | "firebase" | "github" | "google" | "hamburger-menu" | "instagram" | "light" | "linkedin" | "location" | "logout-left" | "logout-right" | "mailgun" | "mcp" | "message" | "microsoft" | "minus" | "nuxt" | "platform" | "play" | "plus" | "pop-locations" | "product-hunt" | "refine" | "regions" | "remix" | "rest" | "search" | "sendgrid" | "sparkle" | "star" | "system" | "textmagic" | "ticket" | "tiktok" | "twitter" | "vue" | "x" | "ycombinator" | "youtube";
|
export type IconType =
|
||||||
|
| 'apple'
|
||||||
|
| 'appwrite'
|
||||||
|
| 'arrow-down'
|
||||||
|
| 'arrow-ext-link'
|
||||||
|
| 'arrow-left'
|
||||||
|
| 'arrow-right'
|
||||||
|
| 'arrow-up'
|
||||||
|
| 'bluesky'
|
||||||
|
| 'calendar'
|
||||||
|
| 'check'
|
||||||
|
| 'chevron-down'
|
||||||
|
| 'chevron-left'
|
||||||
|
| 'chevron-right'
|
||||||
|
| 'chevron-up'
|
||||||
|
| 'close'
|
||||||
|
| 'command'
|
||||||
|
| 'copy'
|
||||||
|
| 'customize'
|
||||||
|
| 'daily-dev'
|
||||||
|
| 'dark'
|
||||||
|
| 'discord'
|
||||||
|
| 'divider-vertical'
|
||||||
|
| 'download'
|
||||||
|
| 'edge'
|
||||||
|
| 'ext-link'
|
||||||
|
| 'firebase'
|
||||||
|
| 'github'
|
||||||
|
| 'google'
|
||||||
|
| 'hamburger-menu'
|
||||||
|
| 'instagram'
|
||||||
|
| 'light'
|
||||||
|
| 'linkedin'
|
||||||
|
| 'location'
|
||||||
|
| 'logout-left'
|
||||||
|
| 'logout-right'
|
||||||
|
| 'mailgun'
|
||||||
|
| 'mcp'
|
||||||
|
| 'message'
|
||||||
|
| 'microsoft'
|
||||||
|
| 'minus'
|
||||||
|
| 'nuxt'
|
||||||
|
| 'platform'
|
||||||
|
| 'play'
|
||||||
|
| 'plus'
|
||||||
|
| 'pop-locations'
|
||||||
|
| 'product-hunt'
|
||||||
|
| 'refine'
|
||||||
|
| 'regions'
|
||||||
|
| 'remix'
|
||||||
|
| 'rest'
|
||||||
|
| 'search'
|
||||||
|
| 'sendgrid'
|
||||||
|
| 'sparkle'
|
||||||
|
| 'star'
|
||||||
|
| 'system'
|
||||||
|
| 'textmagic'
|
||||||
|
| 'ticket'
|
||||||
|
| 'tiktok'
|
||||||
|
| 'twitter'
|
||||||
|
| 'vue'
|
||||||
|
| 'x'
|
||||||
|
| 'ycombinator'
|
||||||
|
| 'youtube';
|
||||||
|
|||||||
Reference in New Issue
Block a user