feat: replace emoji icons with Heroicons SVG set

Install @heroicons/react and replace all emoji usage across stats, history,
search, and team pages with proper SVG icons (outline style, w-3 to w-4).
SectionTitle in stats page refactored to accept an icon component prop.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 21:23:38 +02:00
parent a6111d7beb
commit c3ddb6e874
6 changed files with 8133 additions and 22 deletions
+1
View File
@@ -16,6 +16,7 @@
"dependencies": {
"@apollo/client": "^4.2.3",
"@graphql-tools/schema": "^10.0.33",
"@heroicons/react": "^2.2.0",
"drizzle-orm": "^0.45.2",
"flag-icons": "^7.5.0",
"graphql": "^16.14.2",