mirror of
https://github.com/supabase/supabase.git
synced 2026-09-06 09:59:03 +08:00
3 lines
86 B
TypeScript
3 lines
86 B
TypeScript
export const IconCheck = (): string => '✅'
|
|
export const IconX = (): string => '❌'
|