Skip to content

Commit 5e528c2

Browse files
committed
more icons
1 parent 015ad57 commit 5e528c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

template/frontend/nuxt.config.ts.jinja

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ export default defineNuxtConfig({
2626
"lucide:plus", // and UInputNumber needs lucide:plus and lucide:minus
2727
"lucide:minus", // and UInputNumber needs lucide:plus and lucide:minus
2828
"lucide:arrow-up-right", // the way @nuxt/ui creates Navigation Menu links that open in new windows it uses this icon
29+
"lucide:arrow-up-down", // this is used for sortable table headers and it looks like `scan` doesn't pick it up from the .ts file
30+
"lucide:arrow-up-narrow-wide", // this is used for sortable table headers and it looks like `scan` doesn't pick it up from the .ts file
31+
"lucide:arrow-down-wide-narrow", // this is used for sortable table headers and it looks like `scan` doesn't pick it up from the .ts file
2932
"lucide:moon", // UColorModeSwitch needs lucide:moon and lucide:sun
3033
"lucide:sun", // UColorModeSwitch needs lucide:moon and lucide:sun
3134
"lucide:menu", // UDashboard needs lucide:menu

0 commit comments

Comments
 (0)