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
No known key found for this signature in database
GPG key ID: 0DDF8FA44C9A0DA8
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)',