feat(i18n): add icons support

This commit is contained in:
2026-02-04 16:25:18 +01:00
parent 58eccd450c
commit ee25d646cf
2 changed files with 32 additions and 0 deletions

8
app/utils/icons.ts Normal file
View File

@@ -0,0 +1,8 @@
export const ICONS = {
A: "Α",
B: "Β",
X: "Χ",
Y: "Υ",
HEART: "Γ",
SAD: "Δ",
} as const;