fix formatting

This commit is contained in:
Jesse Winton
2025-06-03 14:45:25 -04:00
parent ef060117ab
commit 2eef3048d8
2 changed files with 571 additions and 195 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

@@ -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';