@windrun-huaiin/base-ui 15.1.0 → 16.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +4 -4
  3. package/dist/components/global-icon.d.ts +22 -1
  4. package/dist/components/global-icon.js +4 -35
  5. package/dist/components/global-icon.mjs +5 -36
  6. package/dist/components/icon-factory.d.ts +15 -0
  7. package/dist/components/icon-factory.js +39 -0
  8. package/dist/components/icon-factory.mjs +35 -0
  9. package/dist/components/language-switcher.d.ts +1 -1
  10. package/dist/components/language-switcher.js +3 -3
  11. package/dist/components/language-switcher.mjs +3 -3
  12. package/dist/components/limited-lucide-icons.d.ts +1 -1
  13. package/dist/components/limited-lucide-icons.js +84 -0
  14. package/dist/components/limited-lucide-icons.mjs +1 -1
  15. package/dist/components/server.d.ts +1 -0
  16. package/dist/components/server.js +191 -0
  17. package/dist/components/server.mjs +2 -0
  18. package/dist/icons/index.d.ts +189 -0
  19. package/dist/icons/index.js +418 -0
  20. package/dist/icons/index.mjs +225 -0
  21. package/dist/ui/button.js +2 -2
  22. package/dist/ui/button.mjs +2 -2
  23. package/dist/ui/copyable-text.js +2 -2
  24. package/dist/ui/copyable-text.mjs +2 -2
  25. package/dist/ui/dropdown-menu.js +4 -4
  26. package/dist/ui/dropdown-menu.mjs +4 -4
  27. package/dist/ui/language-button.js +1 -1
  28. package/dist/ui/language-button.mjs +1 -1
  29. package/package.json +8 -3
  30. package/src/components/global-icon.tsx +7 -65
  31. package/src/components/icon-factory.tsx +92 -0
  32. package/src/components/language-switcher.tsx +4 -4
  33. package/src/components/limited-lucide-icons.ts +21 -0
  34. package/src/components/server.ts +1 -0
  35. package/src/icons/index.ts +381 -0
  36. package/src/ui/button.tsx +2 -2
  37. package/src/ui/copyable-text.tsx +3 -3
  38. package/src/ui/dropdown-menu.tsx +4 -4
  39. package/src/ui/language-button.tsx +1 -1
@@ -1,9 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  var globalIcon = require('./global-icon.js');
4
+ var index = require('../icons/index.js');
4
5
  var siteIcon = require('./site-icon.js');
5
6
  var googleAnalyticsScript = require('./script/google-analytics-script.js');
6
7
  var microsoftClarityScript = require('./script/microsoft-clarity-script.js');
8
+ var iconFactory = require('./icon-factory.js');
7
9
  var googleAnalyticsClient = require('./script/google-analytics-client.js');
8
10
 
9
11
 
@@ -13,7 +15,196 @@ exports.NotFoundIcon = globalIcon.NotFoundIcon;
13
15
  exports.getGlobalIcon = globalIcon.getGlobalIcon;
14
16
  exports.getIconElement = globalIcon.getIconElement;
15
17
  exports.globalLucideIcons = globalIcon.globalLucideIcons;
18
+ exports.AlbumIcon = index.AlbumIcon;
19
+ exports.AlignHorizontalJustifyEndIcon = index.AlignHorizontalJustifyEndIcon;
20
+ exports.ArrowLeftIcon = index.ArrowLeftIcon;
21
+ exports.ArrowRightIcon = index.ArrowRightIcon;
22
+ exports.ArrowUpIcon = index.ArrowUpIcon;
23
+ exports.BTCIcon = index.BTCIcon;
24
+ exports.BabyIcon = index.BabyIcon;
25
+ exports.BadgeQuestionMarkIcon = index.BadgeQuestionMarkIcon;
26
+ exports.BellIcon = index.BellIcon;
27
+ exports.BinaryIcon = index.BinaryIcon;
28
+ exports.BlocksIcon = index.BlocksIcon;
29
+ exports.BookAIcon = index.BookAIcon;
30
+ exports.BookAudioIcon = index.BookAudioIcon;
31
+ exports.BookCheckIcon = index.BookCheckIcon;
32
+ exports.BookDownIcon = index.BookDownIcon;
33
+ exports.BookHeadphonesIcon = index.BookHeadphonesIcon;
34
+ exports.BookOpenIcon = index.BookOpenIcon;
35
+ exports.BookXIcon = index.BookXIcon;
36
+ exports.BookmarkCheckIcon = index.BookmarkCheckIcon;
37
+ exports.BookmarkIcon = index.BookmarkIcon;
38
+ exports.BookmarkMinusIcon = index.BookmarkMinusIcon;
39
+ exports.BookmarkPlusIcon = index.BookmarkPlusIcon;
40
+ exports.BookmarkXIcon = index.BookmarkXIcon;
41
+ exports.BotMessageSquareIcon = index.BotMessageSquareIcon;
42
+ exports.BrainCircuitIcon = index.BrainCircuitIcon;
43
+ exports.BrainIcon = index.BrainIcon;
44
+ exports.BriefcaseIcon = index.BriefcaseIcon;
45
+ exports.BringToFrontIcon = index.BringToFrontIcon;
46
+ exports.BrushCleaningIcon = index.BrushCleaningIcon;
47
+ exports.BugIcon = index.BugIcon;
48
+ exports.BugOffIcon = index.BugOffIcon;
49
+ exports.Building2Icon = index.Building2Icon;
50
+ exports.CSSIcon = index.CSSIcon;
51
+ exports.CSVIcon = index.CSVIcon;
52
+ exports.CarIcon = index.CarIcon;
53
+ exports.ChartColumnStackedIcon = index.ChartColumnStackedIcon;
54
+ exports.CheckCheckIcon = index.CheckCheckIcon;
55
+ exports.CheckIcon = index.CheckIcon;
56
+ exports.CheckLineIcon = index.CheckLineIcon;
57
+ exports.ChevronDownIcon = index.ChevronDownIcon;
58
+ exports.ChevronLeftIcon = index.ChevronLeftIcon;
59
+ exports.ChevronRightIcon = index.ChevronRightIcon;
60
+ exports.ChevronUpIcon = index.ChevronUpIcon;
61
+ exports.CircleAlertIcon = index.CircleAlertIcon;
62
+ exports.CircleArrowDownIcon = index.CircleArrowDownIcon;
63
+ exports.CircleArrowUpIcon = index.CircleArrowUpIcon;
64
+ exports.CircleIcon = index.CircleIcon;
65
+ exports.CircleQuestionMarkIcon = index.CircleQuestionMarkIcon;
66
+ exports.CircleSmallIcon = index.CircleSmallIcon;
67
+ exports.CircleStopIcon = index.CircleStopIcon;
68
+ exports.ClerkIcon = index.ClerkIcon;
69
+ exports.CoffeeIcon = index.CoffeeIcon;
70
+ exports.CoinsIcon = index.CoinsIcon;
71
+ exports.ComponentIcon = index.ComponentIcon;
72
+ exports.CopyCheckIcon = index.CopyCheckIcon;
73
+ exports.CopyIcon = index.CopyIcon;
74
+ exports.CpuIcon = index.CpuIcon;
75
+ exports.D8Icon = index.D8Icon;
76
+ exports.DPAIcon = index.DPAIcon;
77
+ exports.DatabaseIcon = index.DatabaseIcon;
78
+ exports.DatabaseZapIcon = index.DatabaseZapIcon;
79
+ exports.DiffIcon = index.DiffIcon;
80
+ exports.DotIcon = index.DotIcon;
81
+ exports.DownloadIcon = index.DownloadIcon;
82
+ exports.EllipsisIcon = index.EllipsisIcon;
83
+ exports.EllipsisVerticalIcon = index.EllipsisVerticalIcon;
84
+ exports.ExternalLinkIcon = index.ExternalLinkIcon;
85
+ exports.EyeIcon = index.EyeIcon;
86
+ exports.EyeOffIcon = index.EyeOffIcon;
87
+ exports.FAQBIcon = index.FAQBIcon;
88
+ exports.FAQIcon = index.FAQIcon;
89
+ exports.FAQSIcon = index.FAQSIcon;
90
+ exports.FacebookIcon = index.FacebookIcon;
91
+ exports.FileDownIcon = index.FileDownIcon;
92
+ exports.FileIcon = index.FileIcon;
93
+ exports.FileInputIcon = index.FileInputIcon;
94
+ exports.FileLock2Icon = index.FileLock2Icon;
95
+ exports.FileUpIcon = index.FileUpIcon;
96
+ exports.FingerprintIcon = index.FingerprintIcon;
97
+ exports.FolderIcon = index.FolderIcon;
98
+ exports.FolderOpenIcon = index.FolderOpenIcon;
99
+ exports.GemIcon = index.GemIcon;
100
+ exports.GiftIcon = index.GiftIcon;
101
+ exports.GitHubIcon = index.GitHubIcon;
102
+ exports.GitMergeIcon = index.GitMergeIcon;
103
+ exports.GitPullRequestArrowIcon = index.GitPullRequestArrowIcon;
104
+ exports.GlobeIcon = index.GlobeIcon;
105
+ exports.GlobeLockIcon = index.GlobeLockIcon;
106
+ exports.GripIcon = index.GripIcon;
107
+ exports.GripVerticalIcon = index.GripVerticalIcon;
108
+ exports.HandHeartIcon = index.HandHeartIcon;
109
+ exports.HandshakeIcon = index.HandshakeIcon;
110
+ exports.HighlighterIcon = index.HighlighterIcon;
111
+ exports.HistoryIcon = index.HistoryIcon;
112
+ exports.HousePlusIcon = index.HousePlusIcon;
113
+ exports.HtmlIcon = index.HtmlIcon;
114
+ exports.HttpIcon = index.HttpIcon;
115
+ exports.ImageDownIcon = index.ImageDownIcon;
116
+ exports.ImageOffIcon = index.ImageOffIcon;
117
+ exports.ImageUpIcon = index.ImageUpIcon;
118
+ exports.InfinityIcon = index.InfinityIcon;
119
+ exports.InfoIcon = index.InfoIcon;
120
+ exports.ItermIcon = index.ItermIcon;
121
+ exports.JavaIcon = index.JavaIcon;
122
+ exports.JsonIcon = index.JsonIcon;
123
+ exports.KeyboardIcon = index.KeyboardIcon;
124
+ exports.LandPlotIcon = index.LandPlotIcon;
125
+ exports.LanguagesIcon = index.LanguagesIcon;
126
+ exports.LastUpdatedIcon = index.LastUpdatedIcon;
127
+ exports.LayoutIcon = index.LayoutIcon;
128
+ exports.LayoutTemplateIcon = index.LayoutTemplateIcon;
129
+ exports.LibraryIcon = index.LibraryIcon;
130
+ exports.LightbulbIcon = index.LightbulbIcon;
131
+ exports.LinkIcon = index.LinkIcon;
132
+ exports.ListTodoIcon = index.ListTodoIcon;
133
+ exports.Loader2Icon = index.Loader2Icon;
134
+ exports.LogIcon = index.LogIcon;
135
+ exports.LogInIcon = index.LogInIcon;
136
+ exports.LogOutIcon = index.LogOutIcon;
137
+ exports.MACIcon = index.MACIcon;
138
+ exports.MDXIcon = index.MDXIcon;
139
+ exports.MailIcon = index.MailIcon;
140
+ exports.MarkdownIcon = index.MarkdownIcon;
141
+ exports.MessageCircleCodeIcon = index.MessageCircleCodeIcon;
142
+ exports.MessageCircleMoreIcon = index.MessageCircleMoreIcon;
143
+ exports.MessageSquareDiffIcon = index.MessageSquareDiffIcon;
144
+ exports.MmdIcon = index.MmdIcon;
145
+ exports.MoreHorizontalIcon = index.MoreHorizontalIcon;
146
+ exports.MousePointerClickIcon = index.MousePointerClickIcon;
147
+ exports.Music4Icon = index.Music4Icon;
148
+ exports.NotepadTextIcon = index.NotepadTextIcon;
149
+ exports.PaletteIcon = index.PaletteIcon;
150
+ exports.PanelLeftIcon = index.PanelLeftIcon;
151
+ exports.PanelsTopLeftIcon = index.PanelsTopLeftIcon;
152
+ exports.PawPrintIcon = index.PawPrintIcon;
153
+ exports.PencilIcon = index.PencilIcon;
154
+ exports.PiIcon = index.PiIcon;
155
+ exports.PinIcon = index.PinIcon;
156
+ exports.PinOffIcon = index.PinOffIcon;
157
+ exports.PlusIcon = index.PlusIcon;
158
+ exports.QrCodeIcon = index.QrCodeIcon;
159
+ exports.ReceiptTextIcon = index.ReceiptTextIcon;
160
+ exports.RefreshCcwIcon = index.RefreshCcwIcon;
161
+ exports.RegexIcon = index.RegexIcon;
162
+ exports.ReplaceIcon = index.ReplaceIcon;
163
+ exports.RocketIcon = index.RocketIcon;
164
+ exports.RotateCcwIcon = index.RotateCcwIcon;
165
+ exports.RssIcon = index.RssIcon;
166
+ exports.SQLIcon = index.SQLIcon;
167
+ exports.ScaleIcon = index.ScaleIcon;
168
+ exports.ScanSearchIcon = index.ScanSearchIcon;
169
+ exports.SchemeIcon = index.SchemeIcon;
170
+ exports.SearchIcon = index.SearchIcon;
171
+ exports.SendHorizontalIcon = index.SendHorizontalIcon;
172
+ exports.SendIcon = index.SendIcon;
173
+ exports.ServerIcon = index.ServerIcon;
174
+ exports.Settings2Icon = index.Settings2Icon;
175
+ exports.SettingsIcon = index.SettingsIcon;
176
+ exports.ShareIcon = index.ShareIcon;
177
+ exports.ShieldIcon = index.ShieldIcon;
178
+ exports.ShieldUserIcon = index.ShieldUserIcon;
179
+ exports.ShoppingCartIcon = index.ShoppingCartIcon;
180
+ exports.SigmaIcon = index.SigmaIcon;
181
+ exports.SnippetsIcon = index.SnippetsIcon;
182
+ exports.SparklesIcon = index.SparklesIcon;
183
+ exports.SplinePointerIcon = index.SplinePointerIcon;
184
+ exports.SproutIcon = index.SproutIcon;
185
+ exports.SquareDashedBottomCodeIcon = index.SquareDashedBottomCodeIcon;
186
+ exports.SquareTerminalIcon = index.SquareTerminalIcon;
187
+ exports.StarIcon = index.StarIcon;
188
+ exports.SubPIcon = index.SubPIcon;
189
+ exports.T3PIcon = index.T3PIcon;
190
+ exports.TabletsIcon = index.TabletsIcon;
191
+ exports.TerminalIcon = index.TerminalIcon;
192
+ exports.TestIcon = index.TestIcon;
193
+ exports.Trash2Icon = index.Trash2Icon;
194
+ exports.TwitterIcon = index.TwitterIcon;
195
+ exports.TxtIcon = index.TxtIcon;
196
+ exports.UsbIcon = index.UsbIcon;
197
+ exports.UserRoundCheckIcon = index.UserRoundCheckIcon;
198
+ exports.Wand2Icon = index.Wand2Icon;
199
+ exports.WorkflowIcon = index.WorkflowIcon;
200
+ exports.XIcon = index.XIcon;
201
+ exports.XMLIcon = index.XMLIcon;
202
+ exports.YamlIcon = index.YamlIcon;
203
+ exports.ZapIcon = index.ZapIcon;
16
204
  exports.createSiteIcon = siteIcon.createSiteIcon;
17
205
  exports.GoogleAnalyticsScript = googleAnalyticsScript.GoogleAnalyticsScript;
18
206
  exports.MicrosoftClarityScript = microsoftClarityScript.MicrosoftClarityScript;
207
+ exports.GlobalAccentIcon = iconFactory.GlobalAccentIcon;
208
+ exports.createGlobalIcon = iconFactory.createGlobalIcon;
209
+ exports.createGlobalLucideIcon = iconFactory.createGlobalLucideIcon;
19
210
  exports.useGoogleAnalytics = googleAnalyticsClient.useGoogleAnalytics;
@@ -1,5 +1,7 @@
1
1
  export { DefaultSiteIcon, NotFoundIcon, getGlobalIcon, getIconElement, globalLucideIcons } from './global-icon.mjs';
2
+ export { AlbumIcon, AlignHorizontalJustifyEndIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BTCIcon, BabyIcon, BadgeQuestionMarkIcon, BellIcon, BinaryIcon, BlocksIcon, BookAIcon, BookAudioIcon, BookCheckIcon, BookDownIcon, BookHeadphonesIcon, BookOpenIcon, BookXIcon, BookmarkCheckIcon, BookmarkIcon, BookmarkMinusIcon, BookmarkPlusIcon, BookmarkXIcon, BotMessageSquareIcon, BrainCircuitIcon, BrainIcon, BriefcaseIcon, BringToFrontIcon, BrushCleaningIcon, BugIcon, BugOffIcon, Building2Icon, CSSIcon, CSVIcon, CarIcon, ChartColumnStackedIcon, CheckCheckIcon, CheckIcon, CheckLineIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleAlertIcon, CircleArrowDownIcon, CircleArrowUpIcon, CircleIcon, CircleQuestionMarkIcon, CircleSmallIcon, CircleStopIcon, ClerkIcon, CoffeeIcon, CoinsIcon, ComponentIcon, CopyCheckIcon, CopyIcon, CpuIcon, D8Icon, DPAIcon, DatabaseIcon, DatabaseZapIcon, DiffIcon, DotIcon, DownloadIcon, EllipsisIcon, EllipsisVerticalIcon, ExternalLinkIcon, EyeIcon, EyeOffIcon, FAQBIcon, FAQIcon, FAQSIcon, FacebookIcon, FileDownIcon, FileIcon, FileInputIcon, FileLock2Icon, FileUpIcon, FingerprintIcon, FolderIcon, FolderOpenIcon, GemIcon, GiftIcon, GitHubIcon, GitMergeIcon, GitPullRequestArrowIcon, GlobeIcon, GlobeLockIcon, GripIcon, GripVerticalIcon, HandHeartIcon, HandshakeIcon, HighlighterIcon, HistoryIcon, HousePlusIcon, HtmlIcon, HttpIcon, ImageDownIcon, ImageOffIcon, ImageUpIcon, InfinityIcon, InfoIcon, ItermIcon, JavaIcon, JsonIcon, KeyboardIcon, LandPlotIcon, LanguagesIcon, LastUpdatedIcon, LayoutIcon, LayoutTemplateIcon, LibraryIcon, LightbulbIcon, LinkIcon, ListTodoIcon, Loader2Icon, LogIcon, LogInIcon, LogOutIcon, MACIcon, MDXIcon, MailIcon, MarkdownIcon, MessageCircleCodeIcon, MessageCircleMoreIcon, MessageSquareDiffIcon, MmdIcon, MoreHorizontalIcon, MousePointerClickIcon, Music4Icon, NotepadTextIcon, PaletteIcon, PanelLeftIcon, PanelsTopLeftIcon, PawPrintIcon, PencilIcon, PiIcon, PinIcon, PinOffIcon, PlusIcon, QrCodeIcon, ReceiptTextIcon, RefreshCcwIcon, RegexIcon, ReplaceIcon, RocketIcon, RotateCcwIcon, RssIcon, SQLIcon, ScaleIcon, ScanSearchIcon, SchemeIcon, SearchIcon, SendHorizontalIcon, SendIcon, ServerIcon, Settings2Icon, SettingsIcon, ShareIcon, ShieldIcon, ShieldUserIcon, ShoppingCartIcon, SigmaIcon, SnippetsIcon, SparklesIcon, SplinePointerIcon, SproutIcon, SquareDashedBottomCodeIcon, SquareTerminalIcon, StarIcon, SubPIcon, T3PIcon, TabletsIcon, TerminalIcon, TestIcon, Trash2Icon, TwitterIcon, TxtIcon, UsbIcon, UserRoundCheckIcon, Wand2Icon, WorkflowIcon, XIcon, XMLIcon, YamlIcon, ZapIcon } from '../icons/index.mjs';
2
3
  export { createSiteIcon } from './site-icon.mjs';
3
4
  export { GoogleAnalyticsScript } from './script/google-analytics-script.mjs';
4
5
  export { MicrosoftClarityScript } from './script/microsoft-clarity-script.mjs';
6
+ export { GlobalAccentIcon, createGlobalIcon, createGlobalLucideIcon } from './icon-factory.mjs';
5
7
  export { useGoogleAnalytics } from './script/google-analytics-client.mjs';
@@ -0,0 +1,189 @@
1
+ export { createGlobalIcon, createGlobalLucideIcon, GlobalAccentIcon } from '@base-ui/components/icon-factory';
2
+ export { getGlobalIcon, getIconElement, globalLucideIcons } from '@base-ui/components/global-icon';
3
+ export { createSiteIcon } from '@base-ui/components/site-icon';
4
+ export declare const AlbumIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
5
+ export declare const AlignHorizontalJustifyEndIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
6
+ export declare const ArrowLeftIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
7
+ export declare const ArrowRightIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
8
+ export declare const ArrowUpIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
9
+ export declare const BabyIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
10
+ export declare const BellIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
11
+ export declare const BinaryIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
12
+ export declare const BlocksIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
13
+ export declare const BookXIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
14
+ export declare const BookOpenIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
15
+ export declare const BookAudioIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
16
+ export declare const BookAIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
17
+ export declare const BookCheckIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
18
+ export declare const BookDownIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
19
+ export declare const BookHeadphonesIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
20
+ export declare const BookmarkIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
21
+ export declare const BookmarkCheckIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
22
+ export declare const BookmarkMinusIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
23
+ export declare const BookmarkPlusIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
24
+ export declare const BookmarkXIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
25
+ export declare const BotMessageSquareIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
26
+ export declare const BrainIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
27
+ export declare const BrainCircuitIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
28
+ export declare const BriefcaseIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
29
+ export declare const BringToFrontIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
30
+ export declare const BrushCleaningIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
31
+ export declare const Building2Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
32
+ export declare const BugIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
33
+ export declare const BugOffIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
34
+ export declare const BadgeQuestionMarkIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
35
+ export declare const CarIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
36
+ export declare const ChartColumnStackedIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
37
+ export declare const CircleIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
38
+ export declare const CircleAlertIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
39
+ export declare const CircleQuestionMarkIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
40
+ export declare const CircleSmallIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
41
+ export declare const CircleStopIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
42
+ export declare const CheckIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
43
+ export declare const CircleArrowDownIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
44
+ export declare const CircleArrowUpIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
45
+ export declare const CheckCheckIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
46
+ export declare const CheckLineIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
47
+ export declare const ChevronDownIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
48
+ export declare const ChevronLeftIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
49
+ export declare const ChevronRightIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
50
+ export declare const ChevronUpIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
51
+ export declare const CoffeeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
52
+ export declare const CoinsIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
53
+ export declare const ComponentIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
54
+ export declare const CopyIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
55
+ export declare const CopyCheckIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
56
+ export declare const CpuIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
57
+ export declare const DatabaseIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
58
+ export declare const DatabaseZapIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
59
+ export declare const DotIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
60
+ export declare const DownloadIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
61
+ export declare const EllipsisIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
62
+ export declare const EllipsisVerticalIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
63
+ export declare const EyeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
64
+ export declare const EyeOffIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
65
+ export declare const ExternalLinkIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
66
+ export declare const FacebookIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
67
+ export declare const ShieldIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
68
+ export declare const FileIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
69
+ export declare const FileDownIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
70
+ export declare const FileInputIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
71
+ export declare const FileLock2Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
72
+ export declare const FileUpIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
73
+ export declare const FingerprintIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
74
+ export declare const FolderIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
75
+ export declare const FolderOpenIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
76
+ export declare const GemIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
77
+ export declare const GiftIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
78
+ export declare const GitMergeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
79
+ export declare const GitPullRequestArrowIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
80
+ export declare const GlobeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
81
+ export declare const GlobeLockIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
82
+ export declare const GripIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
83
+ export declare const GripVerticalIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
84
+ export declare const HandHeartIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
85
+ export declare const HandshakeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
86
+ export declare const HighlighterIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
87
+ export declare const HistoryIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
88
+ export declare const HousePlusIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
89
+ export declare const InfinityIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
90
+ export declare const InfoIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
91
+ export declare const ImageDownIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
92
+ export declare const ImageOffIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
93
+ export declare const ImageUpIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
94
+ export declare const KeyboardIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
95
+ export declare const LandPlotIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
96
+ export declare const LanguagesIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
97
+ export declare const LayoutIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
98
+ export declare const LayoutTemplateIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
99
+ export declare const LibraryIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
100
+ export declare const LightbulbIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
101
+ export declare const LinkIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
102
+ export declare const ListTodoIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
103
+ export declare const Loader2Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
104
+ export declare const LogInIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
105
+ export declare const LogOutIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
106
+ export declare const MailIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
107
+ export declare const MessageCircleMoreIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
108
+ export declare const MessageCircleCodeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
109
+ export declare const MessageSquareDiffIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
110
+ export declare const Music4Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
111
+ export declare const MoreHorizontalIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
112
+ export declare const MousePointerClickIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
113
+ export declare const NotepadTextIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
114
+ export declare const PaletteIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
115
+ export declare const PanelLeftIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
116
+ export declare const PanelsTopLeftIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
117
+ export declare const PawPrintIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
118
+ export declare const PencilIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
119
+ export declare const PiIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
120
+ export declare const PinIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
121
+ export declare const PinOffIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
122
+ export declare const PlusIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
123
+ export declare const QrCodeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
124
+ export declare const ReceiptTextIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
125
+ export declare const RefreshCcwIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
126
+ export declare const RegexIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
127
+ export declare const ReplaceIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
128
+ export declare const RocketIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
129
+ export declare const RotateCcwIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
130
+ export declare const RssIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
131
+ export declare const ScaleIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
132
+ export declare const ScanSearchIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
133
+ export declare const SearchIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
134
+ export declare const SendIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
135
+ export declare const SendHorizontalIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
136
+ export declare const SettingsIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
137
+ export declare const Settings2Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
138
+ export declare const ShareIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
139
+ export declare const SigmaIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
140
+ export declare const ShieldUserIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
141
+ export declare const ShoppingCartIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
142
+ export declare const SproutIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
143
+ export declare const SquareDashedBottomCodeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
144
+ export declare const SquareTerminalIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
145
+ export declare const ServerIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
146
+ export declare const SplinePointerIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
147
+ export declare const SparklesIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
148
+ export declare const StarIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
149
+ export declare const TabletsIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
150
+ export declare const TerminalIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
151
+ export declare const Trash2Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
152
+ export declare const TwitterIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
153
+ export declare const UsbIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
154
+ export declare const UserRoundCheckIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
155
+ export declare const Wand2Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
156
+ export declare const WorkflowIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
157
+ export declare const XIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
158
+ export declare const ZapIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
159
+ export declare const GitHubIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
160
+ export declare const D8Icon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
161
+ export declare const ClerkIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
162
+ export declare const ItermIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
163
+ export declare const MarkdownIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
164
+ export declare const MDXIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
165
+ export declare const HtmlIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
166
+ export declare const JsonIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
167
+ export declare const XMLIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
168
+ export declare const YamlIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
169
+ export declare const CSVIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
170
+ export declare const TxtIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
171
+ export declare const JavaIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
172
+ export declare const SQLIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
173
+ export declare const LogIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
174
+ export declare const MACIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
175
+ export declare const BTCIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
176
+ export declare const CSSIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
177
+ export declare const MmdIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
178
+ export declare const LastUpdatedIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
179
+ export declare const SnippetsIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
180
+ export declare const TestIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
181
+ export declare const DiffIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
182
+ export declare const DPAIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
183
+ export declare const SubPIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
184
+ export declare const T3PIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
185
+ export declare const HttpIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
186
+ export declare const SchemeIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
187
+ export declare const FAQIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
188
+ export declare const FAQBIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;
189
+ export declare const FAQSIcon: import("@base-ui/components/icon-factory").StyledLucideIconComponent;