@cyber-harbour/ui 2.2.43 → 3.0.0-fix-button-focus-visible.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.
- package/README.md +115 -205
- package/bin/switch-ui-lib.js +218 -106
- package/dist/Icons/index.d.mts +468 -0
- package/dist/Icons/index.d.ts +468 -0
- package/dist/Icons/index.js +2 -0
- package/dist/Icons/index.js.map +1 -0
- package/dist/Icons/index.mjs +2 -0
- package/dist/Icons/index.mjs.map +1 -0
- package/dist/PdfDriver-IRXY5HVF.js +2 -0
- package/dist/PdfDriver-IRXY5HVF.js.map +1 -0
- package/dist/PdfDriver-XCFXTEEH.mjs +2 -0
- package/dist/PdfDriver-XCFXTEEH.mjs.map +1 -0
- package/dist/chunk-47BJH42B.mjs +2 -0
- package/dist/chunk-47BJH42B.mjs.map +1 -0
- package/dist/chunk-47O3IYW3.js +3 -0
- package/dist/chunk-47O3IYW3.js.map +1 -0
- package/dist/chunk-4O4WHXDT.mjs +3 -0
- package/dist/chunk-4O4WHXDT.mjs.map +1 -0
- package/dist/chunk-7F6XMY63.mjs +3 -0
- package/dist/chunk-7F6XMY63.mjs.map +1 -0
- package/dist/chunk-7LHQWEWV.mjs +2 -0
- package/dist/chunk-7LHQWEWV.mjs.map +1 -0
- package/dist/chunk-AYDF3IFZ.js +2 -0
- package/dist/chunk-AYDF3IFZ.js.map +1 -0
- package/dist/chunk-HFG4KP6L.js +2 -0
- package/dist/chunk-HFG4KP6L.js.map +1 -0
- package/dist/chunk-JVDLOXO7.js +2 -0
- package/dist/chunk-JVDLOXO7.js.map +1 -0
- package/dist/chunk-NQZUCXJV.js +2 -0
- package/dist/chunk-NQZUCXJV.js.map +1 -0
- package/dist/chunk-QWPVIX2T.mjs +2 -0
- package/dist/chunk-QWPVIX2T.mjs.map +1 -0
- package/dist/chunk-S3RLHUDJ.js +3 -0
- package/dist/chunk-S3RLHUDJ.js.map +1 -0
- package/dist/chunk-XP4PPF7V.mjs +2 -0
- package/dist/chunk-XP4PPF7V.mjs.map +1 -0
- package/dist/index.d.mts +1646 -1871
- package/dist/index.d.ts +1646 -1871
- package/dist/index.js +8 -1690
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -1690
- package/dist/index.mjs.map +1 -1
- package/dist/styles/design-tokens.css +839 -0
- package/dist/styles/legacy-token-aliases.css +26 -0
- package/dist/styles/tailwind.css +477 -3
- package/dist/utils/index.d.mts +7 -0
- package/dist/utils/index.d.ts +7 -0
- package/dist/utils/index.js +2 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/index.mjs +2 -0
- package/dist/utils/index.mjs.map +1 -0
- package/dist/utils-jfCLo6l4.d.mts +26 -0
- package/dist/utils-jfCLo6l4.d.ts +26 -0
- package/package.json +65 -53
- package/dist/PdfDriver-54FN6DBI.js +0 -2
- package/dist/PdfDriver-54FN6DBI.js.map +0 -1
- package/dist/PdfDriver-AVC3OSKE.mjs +0 -2
- package/dist/PdfDriver-AVC3OSKE.mjs.map +0 -1
- package/dist/chunk-EGCG27KL.mjs +0 -3
- package/dist/chunk-EGCG27KL.mjs.map +0 -1
- package/dist/chunk-WRBRJBUL.js +0 -3
- package/dist/chunk-WRBRJBUL.js.map +0 -1
- package/dist/index.css +0 -3
- package/dist/index.css.map +0 -1
- package/dist/styles/tailwind.css.map +0 -1
- package/dist/styles/tailwind.d.mts +0 -2
- package/dist/styles/tailwind.d.ts +0 -2
|
@@ -0,0 +1,468 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
declare const AccountTreeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
5
|
+
|
|
6
|
+
declare const AddColumnLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
7
|
+
|
|
8
|
+
declare const AddIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
9
|
+
|
|
10
|
+
declare const AddLocationIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
declare const AirlinesIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
13
|
+
|
|
14
|
+
declare const AirplanemodeInactiveIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
declare const AndroidIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
17
|
+
|
|
18
|
+
declare const AppleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
19
|
+
|
|
20
|
+
declare const ArticleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
21
|
+
|
|
22
|
+
declare const AssignmentAddIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
23
|
+
|
|
24
|
+
declare const AudiotrackIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
|
|
26
|
+
declare const ArrowBackIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
27
|
+
|
|
28
|
+
declare const ArrowDownwardIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
29
|
+
|
|
30
|
+
declare const ArrowDownWideNarrowIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
31
|
+
|
|
32
|
+
declare const ArrowDropDownCircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
33
|
+
|
|
34
|
+
declare const ArrowDropDownIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
35
|
+
|
|
36
|
+
declare const ArrowDropUpIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
37
|
+
|
|
38
|
+
declare const ArrowForwardIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
39
|
+
|
|
40
|
+
declare const ArrowForwardIosIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
41
|
+
|
|
42
|
+
declare const ArrowInsertIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
43
|
+
|
|
44
|
+
declare const ArrowLeftAltIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
45
|
+
|
|
46
|
+
declare const ArrowLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
47
|
+
|
|
48
|
+
declare const ArrowOutwardIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
49
|
+
|
|
50
|
+
declare const ArrowRightAltIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
51
|
+
|
|
52
|
+
declare const ArrowTopLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
54
|
+
declare const ArrowTopRightIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
55
|
+
|
|
56
|
+
declare const ArrowUploadProgressIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
57
|
+
|
|
58
|
+
declare const ArrowUploadReadyIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
59
|
+
|
|
60
|
+
declare const ArrowUpwardAltIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
61
|
+
|
|
62
|
+
declare const ArrowUpwardIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
63
|
+
|
|
64
|
+
declare const ArrowUpNarrowWideIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
65
|
+
|
|
66
|
+
declare const ArrowWarmUpIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
67
|
+
|
|
68
|
+
declare const ArrowsInputIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
69
|
+
|
|
70
|
+
declare const AutomationIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
71
|
+
|
|
72
|
+
declare const BarChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
73
|
+
|
|
74
|
+
declare const BarcodeReaderIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
75
|
+
|
|
76
|
+
declare const BookIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
77
|
+
|
|
78
|
+
declare const BotAIIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
79
|
+
|
|
80
|
+
declare const BugReportIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
81
|
+
|
|
82
|
+
declare const BusFilledIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
83
|
+
|
|
84
|
+
declare const CachedCircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
85
|
+
|
|
86
|
+
declare const CachedIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
87
|
+
|
|
88
|
+
declare const CalendarMonthIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
89
|
+
|
|
90
|
+
declare const CalendarTodayIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
91
|
+
|
|
92
|
+
declare const CalendarViewWeekIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
93
|
+
|
|
94
|
+
declare const CampaignIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
95
|
+
|
|
96
|
+
declare const CancelIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
97
|
+
|
|
98
|
+
declare const CarFrontFilledIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
99
|
+
|
|
100
|
+
declare const CarFrontIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
101
|
+
|
|
102
|
+
declare const CardsStackIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
103
|
+
|
|
104
|
+
declare const CarryOnBagCheckedIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
105
|
+
|
|
106
|
+
declare const CarryOnBagIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
107
|
+
|
|
108
|
+
declare const CarryOnBagQuestionIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
109
|
+
|
|
110
|
+
declare const CheckBoxIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
111
|
+
|
|
112
|
+
declare const CheckCircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
113
|
+
|
|
114
|
+
declare const CheckIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
115
|
+
|
|
116
|
+
declare const CheckedBagQuestionIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
117
|
+
|
|
118
|
+
declare const ChevronDownIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
119
|
+
|
|
120
|
+
declare const ChevronForwardIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
121
|
+
|
|
122
|
+
declare const ChevronLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
123
|
+
|
|
124
|
+
declare const ChevronLineUpIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
125
|
+
|
|
126
|
+
declare const CircleAlertFilledIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
127
|
+
|
|
128
|
+
declare const ClearDayIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
129
|
+
|
|
130
|
+
declare const ClockIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
131
|
+
|
|
132
|
+
declare const CloseFullscreenIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
133
|
+
|
|
134
|
+
declare const CloseIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
135
|
+
|
|
136
|
+
declare const CodeXmlIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
137
|
+
|
|
138
|
+
declare const CollapseAllIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
139
|
+
|
|
140
|
+
declare const CollapseContentIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
141
|
+
|
|
142
|
+
declare const CompareArrowsIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
143
|
+
|
|
144
|
+
declare const ContactsIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
145
|
+
|
|
146
|
+
declare const ContentCopyIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
147
|
+
|
|
148
|
+
declare const CorporateFareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
149
|
+
|
|
150
|
+
declare const CurlyBracketsIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
151
|
+
|
|
152
|
+
declare const DangerousIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
153
|
+
|
|
154
|
+
declare const DarkModeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
155
|
+
|
|
156
|
+
declare const DataLossPreventionIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
157
|
+
|
|
158
|
+
declare const DatabaseDownloadIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
159
|
+
|
|
160
|
+
declare const DatabaseIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
161
|
+
|
|
162
|
+
declare const DatabaseUploadIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
163
|
+
|
|
164
|
+
declare const DehazeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
165
|
+
|
|
166
|
+
declare const DeveloperGuideIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
167
|
+
|
|
168
|
+
declare const DirectionsBoatIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
169
|
+
|
|
170
|
+
declare const DirectionsBusIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
171
|
+
|
|
172
|
+
declare const DirectionsCarIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
173
|
+
|
|
174
|
+
declare const DirectionsRailway2Icon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
175
|
+
|
|
176
|
+
declare const DirectionsRailwayIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
177
|
+
|
|
178
|
+
declare const DirectionsSubwayIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
179
|
+
|
|
180
|
+
declare const DirectionsWalkIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
181
|
+
|
|
182
|
+
declare const DistanceIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
183
|
+
|
|
184
|
+
declare const DomainIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
185
|
+
|
|
186
|
+
declare const DoneAllIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
187
|
+
|
|
188
|
+
declare const DoubleArrowCircleRightIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
189
|
+
|
|
190
|
+
declare const DownloadIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
191
|
+
|
|
192
|
+
declare const DraftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
193
|
+
|
|
194
|
+
declare const EditCalendarIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
195
|
+
|
|
196
|
+
declare const ElectricBoltIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
197
|
+
|
|
198
|
+
declare const ErrorIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
199
|
+
|
|
200
|
+
declare const EventAvailableIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
201
|
+
|
|
202
|
+
declare const EventBusyIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
203
|
+
|
|
204
|
+
declare const EventNoteIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
205
|
+
|
|
206
|
+
declare const ExpandCircleDownIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
207
|
+
|
|
208
|
+
declare const ExpandCircleRightIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
209
|
+
|
|
210
|
+
declare const ExpandCircleUpIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
211
|
+
|
|
212
|
+
declare const FamiliarFaceAndZoneIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
213
|
+
|
|
214
|
+
declare const FiberManualRecordIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
215
|
+
|
|
216
|
+
declare const FileQuestionIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
217
|
+
|
|
218
|
+
declare const FilterAltIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
219
|
+
|
|
220
|
+
declare const FilterListIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
221
|
+
|
|
222
|
+
declare const FilterListOffIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
223
|
+
|
|
224
|
+
declare const FindReplaceIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
225
|
+
|
|
226
|
+
declare const FlightIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
227
|
+
|
|
228
|
+
declare const FlightLandIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
229
|
+
|
|
230
|
+
declare const FlightTakeoffIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
231
|
+
|
|
232
|
+
declare const BrokenImageIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
233
|
+
|
|
234
|
+
declare const DescriptionIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
235
|
+
|
|
236
|
+
declare const FolderIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
237
|
+
|
|
238
|
+
declare const FolderInfoIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
239
|
+
|
|
240
|
+
declare const ForwardMediaIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
241
|
+
|
|
242
|
+
declare const Graph2Icon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
243
|
+
|
|
244
|
+
declare const Graph3Icon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
245
|
+
|
|
246
|
+
declare const GridOnIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
247
|
+
|
|
248
|
+
declare const GripVerticalIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
249
|
+
|
|
250
|
+
declare const GroupAddIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
251
|
+
|
|
252
|
+
declare const GroupRemoveIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
253
|
+
|
|
254
|
+
declare const GroupsIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
255
|
+
|
|
256
|
+
declare const HelmetIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
257
|
+
|
|
258
|
+
declare const HistoryIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
259
|
+
|
|
260
|
+
declare const HomeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
261
|
+
|
|
262
|
+
declare const HomeStorageIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
263
|
+
|
|
264
|
+
declare const HowToRegIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
265
|
+
|
|
266
|
+
declare const ImageNotSupportedIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
267
|
+
|
|
268
|
+
declare const InfoFilledIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
269
|
+
|
|
270
|
+
declare const InfoIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
271
|
+
|
|
272
|
+
declare const InsertChartIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
273
|
+
|
|
274
|
+
declare const InstantMixIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
275
|
+
|
|
276
|
+
declare const IosShareIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
277
|
+
|
|
278
|
+
declare const KeyIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
279
|
+
|
|
280
|
+
declare const KeyVerticalIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
281
|
+
|
|
282
|
+
declare const KeyboardArrowDownIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
283
|
+
|
|
284
|
+
declare const KeyboardArrowLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
285
|
+
|
|
286
|
+
declare const KeyboardArrowRightIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
287
|
+
|
|
288
|
+
declare const KeyboardArrowUpIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
289
|
+
|
|
290
|
+
declare const KeyboardDoubleArrowDownIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
291
|
+
|
|
292
|
+
declare const KeyboardDoubleArrowLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
293
|
+
|
|
294
|
+
declare const KeyboardDoubleArrowRightIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
295
|
+
|
|
296
|
+
declare const KeyboardDoubleArrowUpIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
297
|
+
|
|
298
|
+
declare const LanIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
299
|
+
|
|
300
|
+
declare const LanguageIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
301
|
+
|
|
302
|
+
declare const LayersIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
303
|
+
|
|
304
|
+
declare const LeftPanelCloseIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
305
|
+
|
|
306
|
+
declare const LeftPanelOpenIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
307
|
+
|
|
308
|
+
declare const LineAxisIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
309
|
+
|
|
310
|
+
declare const Link2Icon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
311
|
+
|
|
312
|
+
declare const LinkIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
313
|
+
|
|
314
|
+
declare const LocationSearchingIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
315
|
+
|
|
316
|
+
declare const LockIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
317
|
+
|
|
318
|
+
declare const LockOpenIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
319
|
+
|
|
320
|
+
declare const LogoutIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
321
|
+
|
|
322
|
+
declare const MapIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
323
|
+
|
|
324
|
+
/**
|
|
325
|
+
* Max (oneme.ru) messenger mark — outline speech bubbles. The inner `translate`
|
|
326
|
+
* reproduces the icon's inset inside the 20×20 design-system frame.
|
|
327
|
+
*/
|
|
328
|
+
declare const MaxIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
329
|
+
|
|
330
|
+
declare const MonitoringIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
331
|
+
|
|
332
|
+
declare const MoreHorizIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
333
|
+
|
|
334
|
+
declare const MoreVertIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
335
|
+
|
|
336
|
+
declare const OctagonAlertIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
337
|
+
|
|
338
|
+
declare const OpenInFullIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
339
|
+
|
|
340
|
+
declare const OpenInNewIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
341
|
+
|
|
342
|
+
declare const OperatorIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
343
|
+
|
|
344
|
+
declare const PasswordIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
345
|
+
|
|
346
|
+
declare const PauseIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
347
|
+
|
|
348
|
+
declare const PenFilledIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
349
|
+
|
|
350
|
+
declare const PenIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
351
|
+
|
|
352
|
+
declare const PersonCancelIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
353
|
+
|
|
354
|
+
declare const PersonEditIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
355
|
+
|
|
356
|
+
declare const PersonIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
357
|
+
|
|
358
|
+
declare const PersonSearchIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
359
|
+
|
|
360
|
+
declare const PhotoIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
361
|
+
|
|
362
|
+
declare const PhotoLibraryIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
363
|
+
|
|
364
|
+
declare const PlayArrowIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
365
|
+
|
|
366
|
+
declare const PrintIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
367
|
+
|
|
368
|
+
declare const ProgressActivityIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
369
|
+
|
|
370
|
+
declare const PromptSuggestionIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
371
|
+
|
|
372
|
+
declare const RedoIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
373
|
+
|
|
374
|
+
declare const ReleaseAlertIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
375
|
+
|
|
376
|
+
declare const ReplayIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
377
|
+
|
|
378
|
+
declare const RightClickIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
379
|
+
|
|
380
|
+
declare const RotateLeftIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
381
|
+
|
|
382
|
+
declare const RotateRightIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
383
|
+
|
|
384
|
+
declare const RouteIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
385
|
+
|
|
386
|
+
declare const SearchGearIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
387
|
+
|
|
388
|
+
declare const SearchIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
389
|
+
|
|
390
|
+
declare const SignpostIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
391
|
+
|
|
392
|
+
declare const SkullIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
393
|
+
|
|
394
|
+
declare const StylusIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
395
|
+
|
|
396
|
+
declare const SubtractIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
397
|
+
|
|
398
|
+
declare const SupervisedUserCircleIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
399
|
+
|
|
400
|
+
declare const SwapVertIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
401
|
+
|
|
402
|
+
declare const SyncAltIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
403
|
+
|
|
404
|
+
declare const SyncIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
405
|
+
|
|
406
|
+
declare const SyncProblemIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
407
|
+
|
|
408
|
+
declare const TabCloseIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
409
|
+
|
|
410
|
+
declare const TableRowsNarrowIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
411
|
+
|
|
412
|
+
declare const TelevisionIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
413
|
+
|
|
414
|
+
declare const TravelIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
415
|
+
|
|
416
|
+
declare const TravelOutlineIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
417
|
+
|
|
418
|
+
declare const TrendingDownIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
419
|
+
|
|
420
|
+
declare const TrendingFlatIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
421
|
+
|
|
422
|
+
declare const TrendingUpIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
423
|
+
|
|
424
|
+
declare const TriangleAlertFilledIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
425
|
+
|
|
426
|
+
declare const TriangleAlertIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
427
|
+
|
|
428
|
+
declare const TripIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
429
|
+
|
|
430
|
+
declare const UndoIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
431
|
+
|
|
432
|
+
declare const UpgradeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
433
|
+
|
|
434
|
+
declare const UploadFileIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
435
|
+
|
|
436
|
+
declare const VideocamIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
437
|
+
|
|
438
|
+
declare const ViewRealSizeIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
439
|
+
|
|
440
|
+
declare const VillaIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
441
|
+
|
|
442
|
+
declare const VisibilityIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
443
|
+
|
|
444
|
+
declare const VisibilityOffIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
445
|
+
|
|
446
|
+
declare const VolumeOffIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
447
|
+
|
|
448
|
+
declare const VolumeUpIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
449
|
+
|
|
450
|
+
declare const WarningIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
451
|
+
|
|
452
|
+
declare const WavingHandIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
453
|
+
|
|
454
|
+
declare const WindowsIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
455
|
+
|
|
456
|
+
declare const WorldIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
457
|
+
|
|
458
|
+
declare const YoutubeSearchedForIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
459
|
+
|
|
460
|
+
declare const ZoomInIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
461
|
+
|
|
462
|
+
declare const ZoomInMapIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
463
|
+
|
|
464
|
+
declare const ZoomOutIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
465
|
+
|
|
466
|
+
declare const ZoomOutMapIcon: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
467
|
+
|
|
468
|
+
export { AccountTreeIcon, AddColumnLeftIcon, AddIcon, AddLocationIcon, AirlinesIcon, AirplanemodeInactiveIcon, AndroidIcon, AppleIcon, ArrowBackIcon, ArrowDownWideNarrowIcon, ArrowDownwardIcon, ArrowDropDownCircleIcon, ArrowDropDownIcon, ArrowDropUpIcon, ArrowForwardIcon, ArrowForwardIosIcon, ArrowInsertIcon, ArrowLeftAltIcon, ArrowLeftIcon, ArrowOutwardIcon, ArrowRightAltIcon, ArrowTopLeftIcon, ArrowTopRightIcon, ArrowUpNarrowWideIcon, ArrowUploadProgressIcon, ArrowUploadReadyIcon, ArrowUpwardAltIcon, ArrowUpwardIcon, ArrowWarmUpIcon, ArrowsInputIcon, ArticleIcon, AssignmentAddIcon, AudiotrackIcon, AutomationIcon, BarChartIcon, BarcodeReaderIcon, BookIcon, BotAIIcon, BrokenImageIcon, BugReportIcon, BusFilledIcon, CachedCircleIcon, CachedIcon, CalendarMonthIcon, CalendarTodayIcon, CalendarViewWeekIcon, CampaignIcon, CancelIcon, CarFrontFilledIcon, CarFrontIcon, CardsStackIcon, CarryOnBagCheckedIcon, CarryOnBagIcon, CarryOnBagQuestionIcon, CheckBoxIcon, CheckCircleIcon, CheckIcon, CheckedBagQuestionIcon, ChevronDownIcon, ChevronForwardIcon, ChevronLeftIcon, ChevronLineUpIcon, CircleAlertFilledIcon, ClearDayIcon, ClockIcon, CloseFullscreenIcon, CloseIcon, CodeXmlIcon, CollapseAllIcon, CollapseContentIcon, CompareArrowsIcon, ContactsIcon, ContentCopyIcon, CorporateFareIcon, CurlyBracketsIcon, DangerousIcon, DarkModeIcon, DataLossPreventionIcon, DatabaseDownloadIcon, DatabaseIcon, DatabaseUploadIcon, DehazeIcon, DescriptionIcon, DeveloperGuideIcon, DirectionsBoatIcon, DirectionsBusIcon, DirectionsCarIcon, DirectionsRailway2Icon, DirectionsRailwayIcon, DirectionsSubwayIcon, DirectionsWalkIcon, DistanceIcon, DomainIcon, DoneAllIcon, DoubleArrowCircleRightIcon, DownloadIcon, DraftIcon, EditCalendarIcon, ElectricBoltIcon, ErrorIcon, EventAvailableIcon, EventBusyIcon, EventNoteIcon, ExpandCircleDownIcon, ExpandCircleRightIcon, ExpandCircleUpIcon, FamiliarFaceAndZoneIcon, FiberManualRecordIcon, FileQuestionIcon, FilterAltIcon, FilterListIcon, FilterListOffIcon, FindReplaceIcon, FlightIcon, FlightLandIcon, FlightTakeoffIcon, FolderIcon, FolderInfoIcon, ForwardMediaIcon, Graph2Icon, Graph3Icon, GridOnIcon, GripVerticalIcon, GroupAddIcon, GroupRemoveIcon, GroupsIcon, HelmetIcon, HistoryIcon, HomeIcon, HomeStorageIcon, HowToRegIcon, ImageNotSupportedIcon, InfoFilledIcon, InfoIcon, InsertChartIcon, InstantMixIcon, IosShareIcon, KeyIcon, KeyVerticalIcon, KeyboardArrowDownIcon, KeyboardArrowLeftIcon, KeyboardArrowRightIcon, KeyboardArrowUpIcon, KeyboardDoubleArrowDownIcon, KeyboardDoubleArrowLeftIcon, KeyboardDoubleArrowRightIcon, KeyboardDoubleArrowUpIcon, LanIcon, LanguageIcon, LayersIcon, LeftPanelCloseIcon, LeftPanelOpenIcon, LineAxisIcon, Link2Icon, LinkIcon, LocationSearchingIcon, LockIcon, LockOpenIcon, LogoutIcon, MapIcon, MaxIcon, MonitoringIcon, MoreHorizIcon, MoreVertIcon, OctagonAlertIcon, OpenInFullIcon, OpenInNewIcon, OperatorIcon, PasswordIcon, PauseIcon, PenFilledIcon, PenIcon, PersonCancelIcon, PersonEditIcon, PersonIcon, PersonSearchIcon, PhotoIcon, PhotoLibraryIcon, PlayArrowIcon, PrintIcon, ProgressActivityIcon, PromptSuggestionIcon, RedoIcon, ReleaseAlertIcon, ReplayIcon, RightClickIcon, RotateLeftIcon, RotateRightIcon, RouteIcon, SearchGearIcon, SearchIcon, SignpostIcon, SkullIcon, StylusIcon, SubtractIcon, SupervisedUserCircleIcon, SwapVertIcon, SyncAltIcon, SyncIcon, SyncProblemIcon, TabCloseIcon, TableRowsNarrowIcon, TelevisionIcon, TravelIcon, TravelOutlineIcon, TrendingDownIcon, TrendingFlatIcon, TrendingUpIcon, TriangleAlertFilledIcon, TriangleAlertIcon, TripIcon, UndoIcon, UpgradeIcon, UploadFileIcon, VideocamIcon, ViewRealSizeIcon, VillaIcon, VisibilityIcon, VisibilityOffIcon, VolumeOffIcon, VolumeUpIcon, WarningIcon, WavingHandIcon, WindowsIcon, WorldIcon, YoutubeSearchedForIcon, ZoomInIcon, ZoomInMapIcon, ZoomOutIcon, ZoomOutMapIcon };
|