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