icons.tsx — ui Source File
Architecture documentation for icons.tsx, a tsx file in the ui codebase. 1 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR d1a8dd2c_69f7_a900_c054_1d70f6b56498["icons.tsx"] 1d141819_425e_b5fd_4c8e_32f7c6a42cf2["react"] d1a8dd2c_69f7_a900_c054_1d70f6b56498 --> 1d141819_425e_b5fd_4c8e_32f7c6a42cf2 style d1a8dd2c_69f7_a900_c054_1d70f6b56498 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
// @ts-nocheck
// This file is autogenerated by scripts/build-registry.ts
// Do not edit this file directly.
import * as React from "react"
export const Icons = {
AlertCircle: {
lucide: React.lazy(() =>
import("lucide-react").then((mod) => ({
default: mod.AlertCircle,
}))
),
radix: React.lazy(() =>
import("@radix-ui/react-icons").then((mod) => ({
default: mod.ExclamationTriangleIcon,
}))
),
},
ArrowLeft: {
lucide: React.lazy(() =>
import("lucide-react").then((mod) => ({
default: mod.ArrowLeft,
}))
),
radix: React.lazy(() =>
import("@radix-ui/react-icons").then((mod) => ({
default: mod.ArrowLeftIcon,
}))
),
},
ArrowRight: {
lucide: React.lazy(() =>
import("lucide-react").then((mod) => ({
default: mod.ArrowRight,
}))
),
radix: React.lazy(() =>
import("@radix-ui/react-icons").then((mod) => ({
default: mod.ArrowRightIcon,
}))
),
},
ArrowUpDown: {
lucide: React.lazy(() =>
import("lucide-react").then((mod) => ({
default: mod.ArrowUpDown,
}))
),
radix: React.lazy(() =>
import("@radix-ui/react-icons").then((mod) => ({
default: mod.CaretSortIcon,
}))
),
},
BellRing: {
lucide: React.lazy(() =>
import("lucide-react").then((mod) => ({
default: mod.BellRing,
}))
),
// ... (392 more lines)
Dependencies
- react
Source
Frequently Asked Questions
What does icons.tsx do?
icons.tsx is a source file in the ui codebase, written in tsx.
What does icons.tsx depend on?
icons.tsx imports 1 module(s): react.
Where is icons.tsx in the architecture?
icons.tsx is located at deprecated/www/__registry__/icons.tsx (directory: deprecated/www/__registry__).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free