@3w-witim/ui 0.1.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.
@@ -0,0 +1,229 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
5
+ /** width/height(px). 기본 20(icon-md). 색은 currentColor 상속(테마 자동). */
6
+ size?: number | string;
7
+ }
8
+ /** viewBox 24 · 1.5 stroke · round cap/join · currentColor. */
9
+ declare function IconBase({ size, children, ...props }: IconProps & {
10
+ children: React.ReactNode;
11
+ }): react_jsx_runtime.JSX.Element;
12
+
13
+ declare const AiIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
14
+
15
+ declare const AlignCenterIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
16
+
17
+ declare const AlignLeftIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
18
+
19
+ declare const AlignRightIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
20
+
21
+ declare const ApprovalIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
22
+
23
+ declare const ArchiveIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
24
+
25
+ declare const AttachIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
26
+
27
+ declare const AwardIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
28
+
29
+ declare const BellIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
30
+
31
+ declare const BillingIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
32
+
33
+ declare const BoardIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
34
+
35
+ declare const BoldIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
36
+
37
+ declare const BookmarkIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
38
+
39
+ declare const BuildingIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
40
+
41
+ declare const CalendarAddIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
42
+
43
+ declare const CalendarOffIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
44
+
45
+ declare const CalendarWeekIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
46
+
47
+ declare const CalendarIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
48
+
49
+ declare const ChatIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
50
+
51
+ declare const CheckIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
52
+
53
+ declare const ChevronDownIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
54
+
55
+ declare const ChevronLeftIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
56
+
57
+ declare const ChevronRightIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
58
+
59
+ declare const ChevronUpIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
60
+
61
+ declare const ClipboardIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
62
+
63
+ declare const ClockIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
64
+
65
+ declare const CodeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
66
+
67
+ declare const CollapseIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
68
+
69
+ declare const CompassIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
70
+
71
+ declare const CopyIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
72
+
73
+ declare const DocumentIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
74
+
75
+ declare const DownloadIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
76
+
77
+ declare const DragIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
78
+
79
+ declare const EditIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
80
+
81
+ declare const EmojiIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
82
+
83
+ declare const ErrorIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
84
+
85
+ declare const ExpandIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
86
+
87
+ declare const ExportIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
88
+
89
+ declare const ExternalIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
90
+
91
+ declare const EyeOffIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
92
+
93
+ declare const EyeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
94
+
95
+ declare const FileIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
96
+
97
+ declare const FilterIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
98
+
99
+ declare const FingerprintIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
100
+
101
+ declare const FolderIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
102
+
103
+ declare const HashIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
104
+
105
+ declare const HeartIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
106
+
107
+ declare const HelpIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
108
+
109
+ declare const HighlightIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
110
+
111
+ declare const HomeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
112
+
113
+ declare const HrIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
114
+
115
+ declare const ImageIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
116
+
117
+ declare const InfoIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
118
+
119
+ declare const ItalicIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
120
+
121
+ declare const KeyIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
122
+
123
+ declare const LeaveIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
124
+
125
+ declare const LinkIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
126
+
127
+ declare const ListNumIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
128
+
129
+ declare const ListIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
130
+
131
+ declare const LocationIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
132
+
133
+ declare const LockIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
134
+
135
+ declare const LogoutIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
136
+
137
+ declare const MailIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
138
+
139
+ declare const MegaphoneIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
140
+
141
+ declare const MentionIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
142
+
143
+ declare const MicIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
144
+
145
+ declare const MoneyIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
146
+
147
+ declare const MoreIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
148
+
149
+ declare const OrgIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
150
+
151
+ declare const PayrollIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
152
+
153
+ declare const PhoneIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
154
+
155
+ declare const PinIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
156
+
157
+ declare const PlusIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
158
+
159
+ declare const ProjectIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
160
+
161
+ declare const QrIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
162
+
163
+ declare const QuoteIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
164
+
165
+ declare const RedoIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
166
+
167
+ declare const RefreshIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
168
+
169
+ declare const RepeatIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
170
+
171
+ declare const ReplyIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
172
+
173
+ declare const SearchIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
174
+
175
+ declare const SecurityIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
176
+
177
+ declare const SendIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
178
+
179
+ declare const SettingsIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
180
+
181
+ declare const ShareIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
182
+
183
+ declare const SidebarIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
184
+
185
+ declare const SortIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
186
+
187
+ declare const StarIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
188
+
189
+ declare const StatsIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
190
+
191
+ declare const StrikeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
192
+
193
+ declare const SuccessIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
194
+
195
+ declare const SwitchIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
196
+
197
+ declare const TargetIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
198
+
199
+ declare const ThemeDarkIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
200
+
201
+ declare const ThemeLightIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
202
+
203
+ declare const ThreadIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
204
+
205
+ declare const TimelineIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
206
+
207
+ declare const TrashIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
208
+
209
+ declare const UnderlineIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
210
+
211
+ declare const UndoIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
212
+
213
+ declare const UploadIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
214
+
215
+ declare const UserIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
216
+
217
+ declare const UsersIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
218
+
219
+ declare const VacationIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
220
+
221
+ declare const VideoIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
222
+
223
+ declare const WarningIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
224
+
225
+ declare const XIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
226
+
227
+ declare const ICON_NAMES: readonly ["AiIcon", "AlignCenterIcon", "AlignLeftIcon", "AlignRightIcon", "ApprovalIcon", "ArchiveIcon", "AttachIcon", "AwardIcon", "BellIcon", "BillingIcon", "BoardIcon", "BoldIcon", "BookmarkIcon", "BuildingIcon", "CalendarAddIcon", "CalendarOffIcon", "CalendarWeekIcon", "CalendarIcon", "ChatIcon", "CheckIcon", "ChevronDownIcon", "ChevronLeftIcon", "ChevronRightIcon", "ChevronUpIcon", "ClipboardIcon", "ClockIcon", "CodeIcon", "CollapseIcon", "CompassIcon", "CopyIcon", "DocumentIcon", "DownloadIcon", "DragIcon", "EditIcon", "EmojiIcon", "ErrorIcon", "ExpandIcon", "ExportIcon", "ExternalIcon", "EyeOffIcon", "EyeIcon", "FileIcon", "FilterIcon", "FingerprintIcon", "FolderIcon", "HashIcon", "HeartIcon", "HelpIcon", "HighlightIcon", "HomeIcon", "HrIcon", "ImageIcon", "InfoIcon", "ItalicIcon", "KeyIcon", "LeaveIcon", "LinkIcon", "ListNumIcon", "ListIcon", "LocationIcon", "LockIcon", "LogoutIcon", "MailIcon", "MegaphoneIcon", "MentionIcon", "MicIcon", "MoneyIcon", "MoreIcon", "OrgIcon", "PayrollIcon", "PhoneIcon", "PinIcon", "PlusIcon", "ProjectIcon", "QrIcon", "QuoteIcon", "RedoIcon", "RefreshIcon", "RepeatIcon", "ReplyIcon", "SearchIcon", "SecurityIcon", "SendIcon", "SettingsIcon", "ShareIcon", "SidebarIcon", "SortIcon", "StarIcon", "StatsIcon", "StrikeIcon", "SuccessIcon", "SwitchIcon", "TargetIcon", "ThemeDarkIcon", "ThemeLightIcon", "ThreadIcon", "TimelineIcon", "TrashIcon", "UnderlineIcon", "UndoIcon", "UploadIcon", "UserIcon", "UsersIcon", "VacationIcon", "VideoIcon", "WarningIcon", "XIcon"];
228
+
229
+ export { AiIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, ApprovalIcon, ArchiveIcon, AttachIcon, AwardIcon, BellIcon, BillingIcon, BoardIcon, BoldIcon, BookmarkIcon, BuildingIcon, CalendarAddIcon, CalendarIcon, CalendarOffIcon, CalendarWeekIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClipboardIcon, ClockIcon, CodeIcon, CollapseIcon, CompassIcon, CopyIcon, DocumentIcon, DownloadIcon, DragIcon, EditIcon, EmojiIcon, ErrorIcon, ExpandIcon, ExportIcon, ExternalIcon, EyeIcon, EyeOffIcon, FileIcon, FilterIcon, FingerprintIcon, FolderIcon, HashIcon, HeartIcon, HelpIcon, HighlightIcon, HomeIcon, HrIcon, ICON_NAMES, IconBase, type IconProps, ImageIcon, InfoIcon, ItalicIcon, KeyIcon, LeaveIcon, LinkIcon, ListIcon, ListNumIcon, LocationIcon, LockIcon, LogoutIcon, MailIcon, MegaphoneIcon, MentionIcon, MicIcon, MoneyIcon, MoreIcon, OrgIcon, PayrollIcon, PhoneIcon, PinIcon, PlusIcon, ProjectIcon, QrIcon, QuoteIcon, RedoIcon, RefreshIcon, RepeatIcon, ReplyIcon, SearchIcon, SecurityIcon, SendIcon, SettingsIcon, ShareIcon, SidebarIcon, SortIcon, StarIcon, StatsIcon, StrikeIcon, SuccessIcon, SwitchIcon, TargetIcon, ThemeDarkIcon, ThemeLightIcon, ThreadIcon, TimelineIcon, TrashIcon, UnderlineIcon, UndoIcon, UploadIcon, UserIcon, UsersIcon, VacationIcon, VideoIcon, WarningIcon, XIcon };
@@ -0,0 +1,229 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import * as React from 'react';
3
+
4
+ interface IconProps extends React.SVGProps<SVGSVGElement> {
5
+ /** width/height(px). 기본 20(icon-md). 색은 currentColor 상속(테마 자동). */
6
+ size?: number | string;
7
+ }
8
+ /** viewBox 24 · 1.5 stroke · round cap/join · currentColor. */
9
+ declare function IconBase({ size, children, ...props }: IconProps & {
10
+ children: React.ReactNode;
11
+ }): react_jsx_runtime.JSX.Element;
12
+
13
+ declare const AiIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
14
+
15
+ declare const AlignCenterIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
16
+
17
+ declare const AlignLeftIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
18
+
19
+ declare const AlignRightIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
20
+
21
+ declare const ApprovalIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
22
+
23
+ declare const ArchiveIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
24
+
25
+ declare const AttachIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
26
+
27
+ declare const AwardIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
28
+
29
+ declare const BellIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
30
+
31
+ declare const BillingIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
32
+
33
+ declare const BoardIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
34
+
35
+ declare const BoldIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
36
+
37
+ declare const BookmarkIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
38
+
39
+ declare const BuildingIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
40
+
41
+ declare const CalendarAddIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
42
+
43
+ declare const CalendarOffIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
44
+
45
+ declare const CalendarWeekIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
46
+
47
+ declare const CalendarIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
48
+
49
+ declare const ChatIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
50
+
51
+ declare const CheckIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
52
+
53
+ declare const ChevronDownIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
54
+
55
+ declare const ChevronLeftIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
56
+
57
+ declare const ChevronRightIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
58
+
59
+ declare const ChevronUpIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
60
+
61
+ declare const ClipboardIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
62
+
63
+ declare const ClockIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
64
+
65
+ declare const CodeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
66
+
67
+ declare const CollapseIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
68
+
69
+ declare const CompassIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
70
+
71
+ declare const CopyIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
72
+
73
+ declare const DocumentIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
74
+
75
+ declare const DownloadIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
76
+
77
+ declare const DragIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
78
+
79
+ declare const EditIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
80
+
81
+ declare const EmojiIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
82
+
83
+ declare const ErrorIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
84
+
85
+ declare const ExpandIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
86
+
87
+ declare const ExportIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
88
+
89
+ declare const ExternalIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
90
+
91
+ declare const EyeOffIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
92
+
93
+ declare const EyeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
94
+
95
+ declare const FileIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
96
+
97
+ declare const FilterIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
98
+
99
+ declare const FingerprintIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
100
+
101
+ declare const FolderIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
102
+
103
+ declare const HashIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
104
+
105
+ declare const HeartIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
106
+
107
+ declare const HelpIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
108
+
109
+ declare const HighlightIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
110
+
111
+ declare const HomeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
112
+
113
+ declare const HrIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
114
+
115
+ declare const ImageIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
116
+
117
+ declare const InfoIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
118
+
119
+ declare const ItalicIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
120
+
121
+ declare const KeyIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
122
+
123
+ declare const LeaveIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
124
+
125
+ declare const LinkIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
126
+
127
+ declare const ListNumIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
128
+
129
+ declare const ListIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
130
+
131
+ declare const LocationIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
132
+
133
+ declare const LockIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
134
+
135
+ declare const LogoutIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
136
+
137
+ declare const MailIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
138
+
139
+ declare const MegaphoneIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
140
+
141
+ declare const MentionIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
142
+
143
+ declare const MicIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
144
+
145
+ declare const MoneyIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
146
+
147
+ declare const MoreIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
148
+
149
+ declare const OrgIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
150
+
151
+ declare const PayrollIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
152
+
153
+ declare const PhoneIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
154
+
155
+ declare const PinIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
156
+
157
+ declare const PlusIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
158
+
159
+ declare const ProjectIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
160
+
161
+ declare const QrIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
162
+
163
+ declare const QuoteIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
164
+
165
+ declare const RedoIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
166
+
167
+ declare const RefreshIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
168
+
169
+ declare const RepeatIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
170
+
171
+ declare const ReplyIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
172
+
173
+ declare const SearchIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
174
+
175
+ declare const SecurityIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
176
+
177
+ declare const SendIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
178
+
179
+ declare const SettingsIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
180
+
181
+ declare const ShareIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
182
+
183
+ declare const SidebarIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
184
+
185
+ declare const SortIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
186
+
187
+ declare const StarIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
188
+
189
+ declare const StatsIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
190
+
191
+ declare const StrikeIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
192
+
193
+ declare const SuccessIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
194
+
195
+ declare const SwitchIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
196
+
197
+ declare const TargetIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
198
+
199
+ declare const ThemeDarkIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
200
+
201
+ declare const ThemeLightIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
202
+
203
+ declare const ThreadIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
204
+
205
+ declare const TimelineIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
206
+
207
+ declare const TrashIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
208
+
209
+ declare const UnderlineIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
210
+
211
+ declare const UndoIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
212
+
213
+ declare const UploadIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
214
+
215
+ declare const UserIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
216
+
217
+ declare const UsersIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
218
+
219
+ declare const VacationIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
220
+
221
+ declare const VideoIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
222
+
223
+ declare const WarningIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
224
+
225
+ declare const XIcon: (props: IconProps) => react_jsx_runtime.JSX.Element;
226
+
227
+ declare const ICON_NAMES: readonly ["AiIcon", "AlignCenterIcon", "AlignLeftIcon", "AlignRightIcon", "ApprovalIcon", "ArchiveIcon", "AttachIcon", "AwardIcon", "BellIcon", "BillingIcon", "BoardIcon", "BoldIcon", "BookmarkIcon", "BuildingIcon", "CalendarAddIcon", "CalendarOffIcon", "CalendarWeekIcon", "CalendarIcon", "ChatIcon", "CheckIcon", "ChevronDownIcon", "ChevronLeftIcon", "ChevronRightIcon", "ChevronUpIcon", "ClipboardIcon", "ClockIcon", "CodeIcon", "CollapseIcon", "CompassIcon", "CopyIcon", "DocumentIcon", "DownloadIcon", "DragIcon", "EditIcon", "EmojiIcon", "ErrorIcon", "ExpandIcon", "ExportIcon", "ExternalIcon", "EyeOffIcon", "EyeIcon", "FileIcon", "FilterIcon", "FingerprintIcon", "FolderIcon", "HashIcon", "HeartIcon", "HelpIcon", "HighlightIcon", "HomeIcon", "HrIcon", "ImageIcon", "InfoIcon", "ItalicIcon", "KeyIcon", "LeaveIcon", "LinkIcon", "ListNumIcon", "ListIcon", "LocationIcon", "LockIcon", "LogoutIcon", "MailIcon", "MegaphoneIcon", "MentionIcon", "MicIcon", "MoneyIcon", "MoreIcon", "OrgIcon", "PayrollIcon", "PhoneIcon", "PinIcon", "PlusIcon", "ProjectIcon", "QrIcon", "QuoteIcon", "RedoIcon", "RefreshIcon", "RepeatIcon", "ReplyIcon", "SearchIcon", "SecurityIcon", "SendIcon", "SettingsIcon", "ShareIcon", "SidebarIcon", "SortIcon", "StarIcon", "StatsIcon", "StrikeIcon", "SuccessIcon", "SwitchIcon", "TargetIcon", "ThemeDarkIcon", "ThemeLightIcon", "ThreadIcon", "TimelineIcon", "TrashIcon", "UnderlineIcon", "UndoIcon", "UploadIcon", "UserIcon", "UsersIcon", "VacationIcon", "VideoIcon", "WarningIcon", "XIcon"];
228
+
229
+ export { AiIcon, AlignCenterIcon, AlignLeftIcon, AlignRightIcon, ApprovalIcon, ArchiveIcon, AttachIcon, AwardIcon, BellIcon, BillingIcon, BoardIcon, BoldIcon, BookmarkIcon, BuildingIcon, CalendarAddIcon, CalendarIcon, CalendarOffIcon, CalendarWeekIcon, ChatIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, ClipboardIcon, ClockIcon, CodeIcon, CollapseIcon, CompassIcon, CopyIcon, DocumentIcon, DownloadIcon, DragIcon, EditIcon, EmojiIcon, ErrorIcon, ExpandIcon, ExportIcon, ExternalIcon, EyeIcon, EyeOffIcon, FileIcon, FilterIcon, FingerprintIcon, FolderIcon, HashIcon, HeartIcon, HelpIcon, HighlightIcon, HomeIcon, HrIcon, ICON_NAMES, IconBase, type IconProps, ImageIcon, InfoIcon, ItalicIcon, KeyIcon, LeaveIcon, LinkIcon, ListIcon, ListNumIcon, LocationIcon, LockIcon, LogoutIcon, MailIcon, MegaphoneIcon, MentionIcon, MicIcon, MoneyIcon, MoreIcon, OrgIcon, PayrollIcon, PhoneIcon, PinIcon, PlusIcon, ProjectIcon, QrIcon, QuoteIcon, RedoIcon, RefreshIcon, RepeatIcon, ReplyIcon, SearchIcon, SecurityIcon, SendIcon, SettingsIcon, ShareIcon, SidebarIcon, SortIcon, StarIcon, StatsIcon, StrikeIcon, SuccessIcon, SwitchIcon, TargetIcon, ThemeDarkIcon, ThemeLightIcon, ThreadIcon, TimelineIcon, TrashIcon, UnderlineIcon, UndoIcon, UploadIcon, UserIcon, UsersIcon, VacationIcon, VideoIcon, WarningIcon, XIcon };