registry-icons.ts — ui Source File
Architecture documentation for registry-icons.ts, a typescript file in the ui codebase.
Entity Profile
Source Code
export const iconLibraries = {
lucide: {
name: "lucide-react",
package: "lucide-react",
import: "lucide-react",
},
radix: {
name: "@radix-ui/react-icons",
package: "@radix-ui/react-icons",
import: "@radix-ui/react-icons",
},
} as const
export const icons: Record<
string,
Record<keyof typeof iconLibraries, string>
> = {
AlertCircle: {
lucide: "AlertCircle",
radix: "ExclamationTriangleIcon",
},
ArrowLeft: {
lucide: "ArrowLeft",
radix: "ArrowLeftIcon",
},
ArrowRight: {
lucide: "ArrowRight",
radix: "ArrowRightIcon",
},
ArrowUpDown: {
lucide: "ArrowUpDown",
radix: "CaretSortIcon",
},
BellRing: {
lucide: "BellRing",
radix: "BellIcon",
},
Bold: {
lucide: "Bold",
radix: "FontBoldIcon",
},
Calculator: {
lucide: "Calculator",
radix: "ComponentPlaceholderIcon",
},
Calendar: {
lucide: "Calendar",
radix: "CalendarIcon",
},
Check: {
lucide: "Check",
radix: "CheckIcon",
},
ChevronDown: {
lucide: "ChevronDown",
radix: "ChevronDownIcon",
},
ChevronLeft: {
lucide: "ChevronLeft",
radix: "ChevronLeftIcon",
// ... (107 more lines)
Source
Frequently Asked Questions
What does registry-icons.ts do?
registry-icons.ts is a source file in the ui codebase, written in typescript.
Where is registry-icons.ts in the architecture?
registry-icons.ts is located at deprecated/www/registry/registry-icons.ts (directory: deprecated/www/registry).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free