We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9852e15 commit a232ca2Copy full SHA for a232ca2
app/library/icon/icons/types.ts
@@ -1,7 +1,5 @@
1
// This file is generated by icon spritesheet generator
2
3
-export const iconNames = [
4
- "ShoppingCart",
5
-] as const
+export const iconNames = ["ShoppingCart"] as const
6
7
-export type IconName = typeof iconNames[number]
+export type IconName = (typeof iconNames)[number]
package.json
@@ -82,4 +82,4 @@
82
"node": ">=20.15.1",
83
"pnpm": ">=9.8.0"
84
}
85
-}
+}
0 commit comments