chore(icons): replace Lucide icons with custom icon components

The changes show migration from Lucide to custom icon components. The change touches multiple components and includes adding new icon files.
This commit is contained in:
Shintaro Jokagi
2025-05-15 22:35:26 +12:00
parent da8dfd63bd
commit b91fe93229
29 changed files with 230 additions and 157 deletions

View File

@@ -19,6 +19,13 @@ export default {
},
center: true,
},
fontFamily: {
junicode: ['Junicode, serif', {
fontFeatureSettings: {
'swsh': 1
}
}],
},
extend: {
screens: {
'-sm': '@media (max-width: 639px)',