@dynatrace/strato-icons 0.35.11 → 0.36.1

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 (45) hide show
  1. package/index.cjs.js +1150 -899
  2. package/index.esm.js +1150 -899
  3. package/index.esm.js.map +4 -4
  4. package/package.json +1 -1
  5. package/src/__icons/AccountExperienceSignetIcon.d.ts +18 -0
  6. package/src/__icons/ApplicationObservabilitySignetIcon.d.ts +18 -0
  7. package/src/__icons/AutomationsSignetIcon.d.ts +18 -0
  8. package/src/__icons/BarGaugeIcon.d.ts +3 -0
  9. package/src/__icons/BusinessAnalyticsSignetIcon.d.ts +18 -0
  10. package/src/__icons/ChartToolsIcon.d.ts +1 -1
  11. package/src/__icons/ColoringIcon.d.ts +18 -0
  12. package/src/__icons/CompareIcon.d.ts +18 -0
  13. package/src/__icons/ConnectorIcon.d.ts +18 -0
  14. package/src/__icons/CustomSolutionsSignetIcon.d.ts +18 -0
  15. package/src/__icons/DeliverySignetIcon.d.ts +18 -0
  16. package/src/__icons/DigitalExperienceSignetIcon.d.ts +18 -0
  17. package/src/__icons/ExternalLinkIcon.d.ts +1 -1
  18. package/src/__icons/FilterForIcon.d.ts +21 -0
  19. package/src/__icons/FilterOutIcon.d.ts +21 -0
  20. package/src/__icons/FontOptionsIcon.d.ts +21 -0
  21. package/src/__icons/GanttChartIcon.d.ts +18 -0
  22. package/src/__icons/HddIcon.d.ts +18 -0
  23. package/src/__icons/HorizontalBarChartIcon.d.ts +18 -0
  24. package/src/__icons/HubSignetIcon.d.ts +18 -0
  25. package/src/__icons/InfrastructureObservabilitySignetIcon.d.ts +18 -0
  26. package/src/__icons/IntegrationsIcon.d.ts +3 -0
  27. package/src/__icons/InternetIcon.d.ts +18 -0
  28. package/src/__icons/IoTIcon.d.ts +18 -0
  29. package/src/__icons/LocationMarkerFilledSubscriptIcon.d.ts +21 -0
  30. package/src/__icons/LocationPinFilledSubscriptIcon.d.ts +1 -1
  31. package/src/__icons/NetworkIcon.d.ts +18 -0
  32. package/src/__icons/PlatformSignetIcon.d.ts +18 -0
  33. package/src/__icons/PrintIcon.d.ts +18 -0
  34. package/src/__icons/QueryTreeIcon.d.ts +18 -0
  35. package/src/__icons/RefreshAutoIcon.d.ts +18 -0
  36. package/src/__icons/RepairIcon.d.ts +18 -0
  37. package/src/__icons/SecurityAnalyticsSignetIcon.d.ts +18 -0
  38. package/src/__icons/SecurityProtectionSignetIcon.d.ts +18 -0
  39. package/src/__icons/SiteReliabilitySignetIcon.d.ts +18 -0
  40. package/src/__icons/SparklineIcon.d.ts +18 -0
  41. package/src/__icons/SyntheticMonitoringIcon.d.ts +18 -0
  42. package/src/__icons/TemplateIcon.d.ts +18 -0
  43. package/src/__icons/UfoIcon.d.ts +18 -0
  44. package/src/__icons/VariableIcon.d.ts +18 -0
  45. package/src/index.d.ts +35 -0
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2023 Dynatrace LLC
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import React from 'react';
17
+ import { SvgIconProps } from '../lib/SvgIcon';
18
+ export declare const SiteReliabilitySignetIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2023 Dynatrace LLC
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import React from 'react';
17
+ import { SvgIconProps } from '../lib/SvgIcon';
18
+ export declare const SparklineIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2023 Dynatrace LLC
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import React from 'react';
17
+ import { SvgIconProps } from '../lib/SvgIcon';
18
+ export declare const SyntheticMonitoringIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2023 Dynatrace LLC
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import React from 'react';
17
+ import { SvgIconProps } from '../lib/SvgIcon';
18
+ export declare const TemplateIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2023 Dynatrace LLC
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import React from 'react';
17
+ import { SvgIconProps } from '../lib/SvgIcon';
18
+ export declare const UfoIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,18 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2023 Dynatrace LLC
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+ import React from 'react';
17
+ import { SvgIconProps } from '../lib/SvgIcon';
18
+ export declare const VariableIcon: React.ForwardRefExoticComponent<SvgIconProps & React.RefAttributes<SVGSVGElement>>;
package/src/index.d.ts CHANGED
@@ -16,6 +16,7 @@
16
16
  export { AbcIcon } from './__icons/AbcIcon';
17
17
  export { AbcOffIcon } from './__icons/AbcOffIcon';
18
18
  export { AcceptIcon } from './__icons/AcceptIcon';
19
+ export { AccountExperienceSignetIcon } from './__icons/AccountExperienceSignetIcon';
19
20
  export { AccountIcon } from './__icons/AccountIcon';
20
21
  export { ActionIcon } from './__icons/ActionIcon';
21
22
  export { ActionTriggerIcon } from './__icons/ActionTriggerIcon';
@@ -26,6 +27,7 @@ export { AnalyticsIcon } from './__icons/AnalyticsIcon';
26
27
  export { AppEngineIcon } from './__icons/AppEngineIcon';
27
28
  export { AppEngineSignetIcon } from './__icons/AppEngineSignetIcon';
28
29
  export { AppearanceIcon } from './__icons/AppearanceIcon';
30
+ export { ApplicationObservabilitySignetIcon } from './__icons/ApplicationObservabilitySignetIcon';
29
31
  export { ApplicationSecurityIcon } from './__icons/ApplicationSecurityIcon';
30
32
  export { ApplicationSecuritySignetIcon } from './__icons/ApplicationSecuritySignetIcon';
31
33
  export { ApplicationsIcon } from './__icons/ApplicationsIcon';
@@ -56,6 +58,7 @@ export { AttackIcon } from './__icons/AttackIcon';
56
58
  export { AttackOffIcon } from './__icons/AttackOffIcon';
57
59
  export { AutomationEngineIcon } from './__icons/AutomationEngineIcon';
58
60
  export { AutomationEngineSignetIcon } from './__icons/AutomationEngineSignetIcon';
61
+ export { AutomationsSignetIcon } from './__icons/AutomationsSignetIcon';
59
62
  export { BandChartIcon } from './__icons/BandChartIcon';
60
63
  export { BarChartIcon } from './__icons/BarChartIcon';
61
64
  export { BarGaugeIcon } from './__icons/BarGaugeIcon';
@@ -64,6 +67,7 @@ export { BellOffIcon } from './__icons/BellOffIcon';
64
67
  export { BlockIcon } from './__icons/BlockIcon';
65
68
  export { BookmarkIcon } from './__icons/BookmarkIcon';
66
69
  export { BugReportIcon } from './__icons/BugReportIcon';
70
+ export { BusinessAnalyticsSignetIcon } from './__icons/BusinessAnalyticsSignetIcon';
67
71
  export { CalendarIcon } from './__icons/CalendarIcon';
68
72
  export { CallIcon } from './__icons/CallIcon';
69
73
  export { CapslockIcon } from './__icons/CapslockIcon';
@@ -96,13 +100,17 @@ export { CodeIcon } from './__icons/CodeIcon';
96
100
  export { CodeOffIcon } from './__icons/CodeOffIcon';
97
101
  export { CodeblockIcon } from './__icons/CodeblockIcon';
98
102
  export { CollapseIcon } from './__icons/CollapseIcon';
103
+ export { ColoringIcon } from './__icons/ColoringIcon';
104
+ export { CompareIcon } from './__icons/CompareIcon';
99
105
  export { ConditionsIcon } from './__icons/ConditionsIcon';
106
+ export { ConnectorIcon } from './__icons/ConnectorIcon';
100
107
  export { ContainerIcon } from './__icons/ContainerIcon';
101
108
  export { CopyIcon } from './__icons/CopyIcon';
102
109
  export { CriticalFailedIcon } from './__icons/CriticalFailedIcon';
103
110
  export { CriticalIcon } from './__icons/CriticalIcon';
104
111
  export { CrosshairIcon } from './__icons/CrosshairIcon';
105
112
  export { CursorIcon } from './__icons/CursorIcon';
113
+ export { CustomSolutionsSignetIcon } from './__icons/CustomSolutionsSignetIcon';
106
114
  export { CycleIcon } from './__icons/CycleIcon';
107
115
  export { DarkmodeIcon } from './__icons/DarkmodeIcon';
108
116
  export { DataTableIcon } from './__icons/DataTableIcon';
@@ -113,9 +121,11 @@ export { DavisCoPilotIcon } from './__icons/DavisCoPilotIcon';
113
121
  export { DavisCoPilotSignetIcon } from './__icons/DavisCoPilotSignetIcon';
114
122
  export { DeclineIcon } from './__icons/DeclineIcon';
115
123
  export { DeleteIcon } from './__icons/DeleteIcon';
124
+ export { DeliverySignetIcon } from './__icons/DeliverySignetIcon';
116
125
  export { DescriptionIcon } from './__icons/DescriptionIcon';
117
126
  export { DesktopIcon } from './__icons/DesktopIcon';
118
127
  export { DifferenceChartIcon } from './__icons/DifferenceChartIcon';
128
+ export { DigitalExperienceSignetIcon } from './__icons/DigitalExperienceSignetIcon';
119
129
  export { DotMenuIcon } from './__icons/DotMenuIcon';
120
130
  export { DownloadIcon } from './__icons/DownloadIcon';
121
131
  export { DownloadingIcon } from './__icons/DownloadingIcon';
@@ -143,12 +153,16 @@ export { FavoriteIcon } from './__icons/FavoriteIcon';
143
153
  export { FavouriteIcon } from './__icons/FavouriteIcon';
144
154
  export { FeedbackIcon } from './__icons/FeedbackIcon';
145
155
  export { FileCopyIcon } from './__icons/FileCopyIcon';
156
+ export { FilterForIcon } from './__icons/FilterForIcon';
146
157
  export { FilterIcon } from './__icons/FilterIcon';
158
+ export { FilterOutIcon } from './__icons/FilterOutIcon';
147
159
  export { FolderOpenIcon } from './__icons/FolderOpenIcon';
160
+ export { FontOptionsIcon } from './__icons/FontOptionsIcon';
148
161
  export { FormatBoldIcon } from './__icons/FormatBoldIcon';
149
162
  export { FormatItalicIcon } from './__icons/FormatItalicIcon';
150
163
  export { FormatListNumberedIcon } from './__icons/FormatListNumberedIcon';
151
164
  export { FormatQuoteIcon } from './__icons/FormatQuoteIcon';
165
+ export { GanttChartIcon } from './__icons/GanttChartIcon';
152
166
  export { GhostIcon } from './__icons/GhostIcon';
153
167
  export { GrabIcon } from './__icons/GrabIcon';
154
168
  export { GrailIcon } from './__icons/GrailIcon';
@@ -158,6 +172,7 @@ export { GripIcon } from './__icons/GripIcon';
158
172
  export { GroupIcon } from './__icons/GroupIcon';
159
173
  export { GuideIcon } from './__icons/GuideIcon';
160
174
  export { HashtagIcon } from './__icons/HashtagIcon';
175
+ export { HddIcon } from './__icons/HddIcon';
161
176
  export { Heading1Icon } from './__icons/Heading1Icon';
162
177
  export { Heading2Icon } from './__icons/Heading2Icon';
163
178
  export { Heading3Icon } from './__icons/Heading3Icon';
@@ -168,19 +183,25 @@ export { HistoryIcon } from './__icons/HistoryIcon';
168
183
  export { HomeFilledIcon } from './__icons/HomeFilledIcon';
169
184
  export { HomeIcon } from './__icons/HomeIcon';
170
185
  export { HoneycombIcon } from './__icons/HoneycombIcon';
186
+ export { HorizontalBarChartIcon } from './__icons/HorizontalBarChartIcon';
171
187
  export { HorizontalRuleIcon } from './__icons/HorizontalRuleIcon';
172
188
  export { HostsIcon } from './__icons/HostsIcon';
173
189
  export { HttpIcon } from './__icons/HttpIcon';
190
+ export { HubSignetIcon } from './__icons/HubSignetIcon';
174
191
  export { IdeaIcon } from './__icons/IdeaIcon';
175
192
  export { ImageIcon } from './__icons/ImageIcon';
176
193
  export { InformationIcon } from './__icons/InformationIcon';
194
+ export { InfrastructureObservabilitySignetIcon } from './__icons/InfrastructureObservabilitySignetIcon';
177
195
  export { IntegrationsIcon } from './__icons/IntegrationsIcon';
196
+ export { InternetIcon } from './__icons/InternetIcon';
197
+ export { IoTIcon } from './__icons/IoTIcon';
178
198
  export { KeyboardIcon } from './__icons/KeyboardIcon';
179
199
  export { LightmodeIcon } from './__icons/LightmodeIcon';
180
200
  export { LineChartIcon } from './__icons/LineChartIcon';
181
201
  export { LinkIcon } from './__icons/LinkIcon';
182
202
  export { ListIcon } from './__icons/ListIcon';
183
203
  export { LocationMarkerFilledIcon } from './__icons/LocationMarkerFilledIcon';
204
+ export { LocationMarkerFilledSubscriptIcon } from './__icons/LocationMarkerFilledSubscriptIcon';
184
205
  export { LocationMarkerIcon } from './__icons/LocationMarkerIcon';
185
206
  export { LocationPinFilledSubscriptIcon } from './__icons/LocationPinFilledSubscriptIcon';
186
207
  export { LockIcon } from './__icons/LockIcon';
@@ -204,6 +225,7 @@ export { MoreIcon } from './__icons/MoreIcon';
204
225
  export { MoveIcon } from './__icons/MoveIcon';
205
226
  export { MuteIcon } from './__icons/MuteIcon';
206
227
  export { MuteOffIcon } from './__icons/MuteOffIcon';
228
+ export { NetworkIcon } from './__icons/NetworkIcon';
207
229
  export { NodeIcon } from './__icons/NodeIcon';
208
230
  export { NotificationIcon } from './__icons/NotificationIcon';
209
231
  export { NotificationOffIcon } from './__icons/NotificationOffIcon';
@@ -221,17 +243,22 @@ export { PauseLoadIcon } from './__icons/PauseLoadIcon';
221
243
  export { PinFilledSubscriptIcon } from './__icons/PinFilledSubscriptIcon';
222
244
  export { PinIcon } from './__icons/PinIcon';
223
245
  export { PinOffIcon } from './__icons/PinOffIcon';
246
+ export { PlatformSignetIcon } from './__icons/PlatformSignetIcon';
224
247
  export { PlayIcon } from './__icons/PlayIcon';
225
248
  export { PlusIcon } from './__icons/PlusIcon';
249
+ export { PrintIcon } from './__icons/PrintIcon';
226
250
  export { PublicExposureIcon } from './__icons/PublicExposureIcon';
227
251
  export { PublicExposureOffIcon } from './__icons/PublicExposureOffIcon';
228
252
  export { PurePathIcon } from './__icons/PurePathIcon';
229
253
  export { PurePathSignetIcon } from './__icons/PurePathSignetIcon';
254
+ export { QueryTreeIcon } from './__icons/QueryTreeIcon';
230
255
  export { QueuesIcon } from './__icons/QueuesIcon';
231
256
  export { RamIcon } from './__icons/RamIcon';
232
257
  export { RecommendIcon } from './__icons/RecommendIcon';
233
258
  export { RedoIcon } from './__icons/RedoIcon';
259
+ export { RefreshAutoIcon } from './__icons/RefreshAutoIcon';
234
260
  export { RefreshIcon } from './__icons/RefreshIcon';
261
+ export { RepairIcon } from './__icons/RepairIcon';
235
262
  export { RepeatIcon } from './__icons/RepeatIcon';
236
263
  export { ReplayIcon } from './__icons/ReplayIcon';
237
264
  export { RequestIcon } from './__icons/RequestIcon';
@@ -241,10 +268,12 @@ export { ResizeIcon } from './__icons/ResizeIcon';
241
268
  export { ResourceContentionIcon } from './__icons/ResourceContentionIcon';
242
269
  export { SaveIcon } from './__icons/SaveIcon';
243
270
  export { ScatterplotIcon } from './__icons/ScatterplotIcon';
271
+ export { SecurityAnalyticsSignetIcon } from './__icons/SecurityAnalyticsSignetIcon';
244
272
  export { SecurityCriticalIcon } from './__icons/SecurityCriticalIcon';
245
273
  export { SecurityHighIcon } from './__icons/SecurityHighIcon';
246
274
  export { SecurityIcon } from './__icons/SecurityIcon';
247
275
  export { SecurityMediumIcon } from './__icons/SecurityMediumIcon';
276
+ export { SecurityProtectionSignetIcon } from './__icons/SecurityProtectionSignetIcon';
248
277
  export { SecurityResolvedIcon } from './__icons/SecurityResolvedIcon';
249
278
  export { SelectIcon } from './__icons/SelectIcon';
250
279
  export { SelectIndicatorIcon } from './__icons/SelectIndicatorIcon';
@@ -253,6 +282,7 @@ export { SettingIcon } from './__icons/SettingIcon';
253
282
  export { ShareIcon } from './__icons/ShareIcon';
254
283
  export { ShipFilledIcon } from './__icons/ShipFilledIcon';
255
284
  export { SingleValueChartIcon } from './__icons/SingleValueChartIcon';
285
+ export { SiteReliabilitySignetIcon } from './__icons/SiteReliabilitySignetIcon';
256
286
  export { SmartscapeIcon } from './__icons/SmartscapeIcon';
257
287
  export { SmartscapeSignetIcon } from './__icons/SmartscapeSignetIcon';
258
288
  export { SorterDoubleIcon } from './__icons/SorterDoubleIcon';
@@ -263,6 +293,7 @@ export { SorterSingleSmallIcon } from './__icons/SorterSingleSmallIcon';
263
293
  export { SorterSmallDoubleIcon } from './__icons/SorterSmallDoubleIcon';
264
294
  export { SorterSmallIcon } from './__icons/SorterSmallIcon';
265
295
  export { SourceIcon } from './__icons/SourceIcon';
296
+ export { SparklineIcon } from './__icons/SparklineIcon';
266
297
  export { StackedAreaChartIcon } from './__icons/StackedAreaChartIcon';
267
298
  export { StackedBarChartIcon } from './__icons/StackedBarChartIcon';
268
299
  export { StarEmptyIcon } from './__icons/StarEmptyIcon';
@@ -278,8 +309,10 @@ export { SyncDownloadIcon } from './__icons/SyncDownloadIcon';
278
309
  export { SyncIcon } from './__icons/SyncIcon';
279
310
  export { SyncOffIcon } from './__icons/SyncOffIcon';
280
311
  export { SyncUploadIcon } from './__icons/SyncUploadIcon';
312
+ export { SyntheticMonitoringIcon } from './__icons/SyntheticMonitoringIcon';
281
313
  export { TableIcon } from './__icons/TableIcon';
282
314
  export { TechnologiesIcon } from './__icons/TechnologiesIcon';
315
+ export { TemplateIcon } from './__icons/TemplateIcon';
283
316
  export { TerminalIcon } from './__icons/TerminalIcon';
284
317
  export { ThresholdIcon } from './__icons/ThresholdIcon';
285
318
  export { ThumbsDownIcon } from './__icons/ThumbsDownIcon';
@@ -288,6 +321,7 @@ export { TitleIcon } from './__icons/TitleIcon';
288
321
  export { TitleOffIcon } from './__icons/TitleOffIcon';
289
322
  export { TrashIcon } from './__icons/TrashIcon';
290
323
  export { TriggerIcon } from './__icons/TriggerIcon';
324
+ export { UfoIcon } from './__icons/UfoIcon';
291
325
  export { UnavailableIcon } from './__icons/UnavailableIcon';
292
326
  export { UndoIcon } from './__icons/UndoIcon';
293
327
  export { UnfavoriteIcon } from './__icons/UnfavoriteIcon';
@@ -296,6 +330,7 @@ export { UnfoldLessIcon } from './__icons/UnfoldLessIcon';
296
330
  export { UnfoldMoreIcon } from './__icons/UnfoldMoreIcon';
297
331
  export { UnlockIcon } from './__icons/UnlockIcon';
298
332
  export { UploadIcon } from './__icons/UploadIcon';
333
+ export { VariableIcon } from './__icons/VariableIcon';
299
334
  export { ViewIcon } from './__icons/ViewIcon';
300
335
  export { ViewOffIcon } from './__icons/ViewOffIcon';
301
336
  export { ViewSidebarIcon } from './__icons/ViewSidebarIcon';