We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624781c commit aa06feaCopy full SHA for aa06fea
1 file changed
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]
0 commit comments