@dynatrace/strato-icons 0.30.5 → 0.32.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 (51) hide show
  1. package/README.md +3 -3
  2. package/index.cjs.js +954 -2607
  3. package/index.esm.js +946 -2606
  4. package/index.esm.js.map +4 -4
  5. package/package.json +7 -6
  6. package/src/__icons/AcceptIcon.d.ts +3 -0
  7. package/src/__icons/AppEngineIcon.d.ts +17 -0
  8. package/src/__icons/AppEngineSignetIcon.d.ts +17 -0
  9. package/src/__icons/ApplicationSecurityIcon.d.ts +17 -0
  10. package/src/__icons/ApplicationSecuritySignetIcon.d.ts +17 -0
  11. package/src/__icons/ArrowDownLeftIcon.d.ts +17 -0
  12. package/src/__icons/ArrowDownRightIcon.d.ts +17 -0
  13. package/src/__icons/ArrowUpLeftIcon.d.ts +17 -0
  14. package/src/__icons/ArrowUpRightIcon.d.ts +17 -0
  15. package/src/__icons/AssetOffIcon.d.ts +17 -0
  16. package/src/__icons/AttackAllowlistedIcon.d.ts +17 -0
  17. package/src/__icons/AttackBlockIcon.d.ts +17 -0
  18. package/src/__icons/AttackExploitedIcon.d.ts +17 -0
  19. package/src/__icons/AttackIcon.d.ts +17 -0
  20. package/src/__icons/AutomationEngineIcon.d.ts +17 -0
  21. package/src/__icons/AutomationEngineSignetIcon.d.ts +17 -0
  22. package/src/__icons/BookmarkIcon.d.ts +17 -0
  23. package/src/__icons/DavisAiIcon.d.ts +17 -0
  24. package/src/__icons/DavisAiSignetIcon.d.ts +17 -0
  25. package/src/__icons/DeclineIcon.d.ts +3 -0
  26. package/src/__icons/DownloadingIcon.d.ts +3 -0
  27. package/src/__icons/EducationIcon.d.ts +17 -0
  28. package/src/__icons/EpicIcon.d.ts +17 -0
  29. package/src/__icons/ExploitOffIcon.d.ts +17 -0
  30. package/src/__icons/FavoriteIcon.d.ts +17 -0
  31. package/src/__icons/FavouriteIcon.d.ts +3 -0
  32. package/src/__icons/GrailIcon.d.ts +17 -0
  33. package/src/__icons/GrailSignetIcon.d.ts +17 -0
  34. package/src/__icons/MoveIcon.d.ts +3 -0
  35. package/src/__icons/OneAgentIcon.d.ts +17 -0
  36. package/src/__icons/OneAgentSignetIcon.d.ts +17 -0
  37. package/src/__icons/PublicExposureIcon.d.ts +17 -0
  38. package/src/__icons/PublicExposureOffIcon.d.ts +17 -0
  39. package/src/__icons/PurePathIcon.d.ts +17 -0
  40. package/src/__icons/PurePathSignetIcon.d.ts +17 -0
  41. package/src/__icons/ResearchIcon.d.ts +17 -0
  42. package/src/__icons/ScatterplotIcon.d.ts +17 -0
  43. package/src/__icons/SmartscapeIcon.d.ts +17 -0
  44. package/src/__icons/SmartscapeSignetIcon.d.ts +17 -0
  45. package/src/__icons/UnfavoriteIcon.d.ts +17 -0
  46. package/src/__icons/UnfavouriteIcon.d.ts +3 -0
  47. package/src/__icons/VulnerableFunctionOffIcon.d.ts +17 -0
  48. package/src/index.d.ts +36 -0
  49. package/src/lib/SvgIcon.d.ts +5 -1
  50. package/src/lib/types.d.ts +1 -1
  51. package/metadata.json +0 -1
@@ -0,0 +1,17 @@
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 { SvgIconType } from '../lib/types';
17
+ export declare const ScatterplotIcon: SvgIconType;
@@ -0,0 +1,17 @@
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 { SvgIconType } from '../lib/types';
17
+ export declare const SmartscapeIcon: SvgIconType;
@@ -0,0 +1,17 @@
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 { SvgIconType } from '../lib/types';
17
+ export declare const SmartscapeSignetIcon: SvgIconType;
@@ -0,0 +1,17 @@
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 { SvgIconType } from '../lib/types';
17
+ export declare const UnfavoriteIcon: SvgIconType;
@@ -14,4 +14,7 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  import { SvgIconType } from '../lib/types';
17
+ /**
18
+ * @deprecated Use 'UnfavoriteIcon' instead of 'UnfavouriteIcon'
19
+ */
17
20
  export declare const UnfavouriteIcon: SvgIconType;
@@ -0,0 +1,17 @@
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 { SvgIconType } from '../lib/types';
17
+ export declare const VulnerableFunctionOffIcon: SvgIconType;
package/src/index.d.ts CHANGED
@@ -20,9 +20,15 @@ export { AccountIcon } from './__icons/AccountIcon';
20
20
  export { ActionIcon } from './__icons/ActionIcon';
21
21
  export { ActionTriggerIcon } from './__icons/ActionTriggerIcon';
22
22
  export { AnalyticsIcon } from './__icons/AnalyticsIcon';
23
+ export { AppEngineIcon } from './__icons/AppEngineIcon';
24
+ export { AppEngineSignetIcon } from './__icons/AppEngineSignetIcon';
23
25
  export { AppearanceIcon } from './__icons/AppearanceIcon';
26
+ export { ApplicationSecurityIcon } from './__icons/ApplicationSecurityIcon';
27
+ export { ApplicationSecuritySignetIcon } from './__icons/ApplicationSecuritySignetIcon';
24
28
  export { AppsIcon } from './__icons/AppsIcon';
25
29
  export { ArrowDownIcon } from './__icons/ArrowDownIcon';
30
+ export { ArrowDownLeftIcon } from './__icons/ArrowDownLeftIcon';
31
+ export { ArrowDownRightIcon } from './__icons/ArrowDownRightIcon';
26
32
  export { ArrowLeftIcon } from './__icons/ArrowLeftIcon';
27
33
  export { ArrowRightIcon } from './__icons/ArrowRightIcon';
28
34
  export { ArrowSmallDownIcon } from './__icons/ArrowSmallDownIcon';
@@ -34,13 +40,23 @@ export { ArrowSmallUpIcon } from './__icons/ArrowSmallUpIcon';
34
40
  export { ArrowSmallUpLeftIcon } from './__icons/ArrowSmallUpLeftIcon';
35
41
  export { ArrowSmallUpRightIcon } from './__icons/ArrowSmallUpRightIcon';
36
42
  export { ArrowUpIcon } from './__icons/ArrowUpIcon';
43
+ export { ArrowUpLeftIcon } from './__icons/ArrowUpLeftIcon';
44
+ export { ArrowUpRightIcon } from './__icons/ArrowUpRightIcon';
37
45
  export { AssetIcon } from './__icons/AssetIcon';
46
+ export { AssetOffIcon } from './__icons/AssetOffIcon';
47
+ export { AttackAllowlistedIcon } from './__icons/AttackAllowlistedIcon';
48
+ export { AttackBlockIcon } from './__icons/AttackBlockIcon';
49
+ export { AttackExploitedIcon } from './__icons/AttackExploitedIcon';
50
+ export { AttackIcon } from './__icons/AttackIcon';
51
+ export { AutomationEngineIcon } from './__icons/AutomationEngineIcon';
52
+ export { AutomationEngineSignetIcon } from './__icons/AutomationEngineSignetIcon';
38
53
  export { BandChartIcon } from './__icons/BandChartIcon';
39
54
  export { BarChartIcon } from './__icons/BarChartIcon';
40
55
  export { BarGaugeIcon } from './__icons/BarGaugeIcon';
41
56
  export { BellIcon } from './__icons/BellIcon';
42
57
  export { BellOffIcon } from './__icons/BellOffIcon';
43
58
  export { BlockIcon } from './__icons/BlockIcon';
59
+ export { BookmarkIcon } from './__icons/BookmarkIcon';
44
60
  export { BugReportIcon } from './__icons/BugReportIcon';
45
61
  export { CalendarIcon } from './__icons/CalendarIcon';
46
62
  export { CallIcon } from './__icons/CallIcon';
@@ -80,6 +96,8 @@ export { CycleIcon } from './__icons/CycleIcon';
80
96
  export { DarkmodeIcon } from './__icons/DarkmodeIcon';
81
97
  export { DataTableIcon } from './__icons/DataTableIcon';
82
98
  export { DatabaseIcon } from './__icons/DatabaseIcon';
99
+ export { DavisAiIcon } from './__icons/DavisAiIcon';
100
+ export { DavisAiSignetIcon } from './__icons/DavisAiSignetIcon';
83
101
  export { DeclineIcon } from './__icons/DeclineIcon';
84
102
  export { DeleteIcon } from './__icons/DeleteIcon';
85
103
  export { DescriptionIcon } from './__icons/DescriptionIcon';
@@ -92,16 +110,20 @@ export { DragHandleIcon } from './__icons/DragHandleIcon';
92
110
  export { DragVerticalIcon } from './__icons/DragVerticalIcon';
93
111
  export { DuplicateIcon } from './__icons/DuplicateIcon';
94
112
  export { EditIcon } from './__icons/EditIcon';
113
+ export { EducationIcon } from './__icons/EducationIcon';
95
114
  export { EnterIcon } from './__icons/EnterIcon';
115
+ export { EpicIcon } from './__icons/EpicIcon';
96
116
  export { ErrorIcon } from './__icons/ErrorIcon';
97
117
  export { EventIcon } from './__icons/EventIcon';
98
118
  export { EventTriggerIcon } from './__icons/EventTriggerIcon';
99
119
  export { ExpandIcon } from './__icons/ExpandIcon';
100
120
  export { ExploitIcon } from './__icons/ExploitIcon';
121
+ export { ExploitOffIcon } from './__icons/ExploitOffIcon';
101
122
  export { ExtensionsIcon } from './__icons/ExtensionsIcon';
102
123
  export { ExternalLinkIcon } from './__icons/ExternalLinkIcon';
103
124
  export { EyeIcon } from './__icons/EyeIcon';
104
125
  export { EyeOffIcon } from './__icons/EyeOffIcon';
126
+ export { FavoriteIcon } from './__icons/FavoriteIcon';
105
127
  export { FavouriteIcon } from './__icons/FavouriteIcon';
106
128
  export { FeedbackIcon } from './__icons/FeedbackIcon';
107
129
  export { FileCopyIcon } from './__icons/FileCopyIcon';
@@ -113,6 +135,8 @@ export { FormatListNumberedIcon } from './__icons/FormatListNumberedIcon';
113
135
  export { FormatQuoteIcon } from './__icons/FormatQuoteIcon';
114
136
  export { GhostIcon } from './__icons/GhostIcon';
115
137
  export { GrabIcon } from './__icons/GrabIcon';
138
+ export { GrailIcon } from './__icons/GrailIcon';
139
+ export { GrailSignetIcon } from './__icons/GrailSignetIcon';
116
140
  export { GridIcon } from './__icons/GridIcon';
117
141
  export { GripIcon } from './__icons/GripIcon';
118
142
  export { GroupIcon } from './__icons/GroupIcon';
@@ -155,6 +179,8 @@ export { MuteIcon } from './__icons/MuteIcon';
155
179
  export { MuteOffIcon } from './__icons/MuteOffIcon';
156
180
  export { NotificationIcon } from './__icons/NotificationIcon';
157
181
  export { NotificationOffIcon } from './__icons/NotificationOffIcon';
182
+ export { OneAgentIcon } from './__icons/OneAgentIcon';
183
+ export { OneAgentSignetIcon } from './__icons/OneAgentSignetIcon';
158
184
  export { OpenSidebarIcon } from './__icons/OpenSidebarIcon';
159
185
  export { OpenWithIcon } from './__icons/OpenWithIcon';
160
186
  export { OptionsIcon } from './__icons/OptionsIcon';
@@ -168,15 +194,21 @@ export { PinIcon } from './__icons/PinIcon';
168
194
  export { PinOffIcon } from './__icons/PinOffIcon';
169
195
  export { PlayIcon } from './__icons/PlayIcon';
170
196
  export { PlusIcon } from './__icons/PlusIcon';
197
+ export { PublicExposureIcon } from './__icons/PublicExposureIcon';
198
+ export { PublicExposureOffIcon } from './__icons/PublicExposureOffIcon';
199
+ export { PurePathIcon } from './__icons/PurePathIcon';
200
+ export { PurePathSignetIcon } from './__icons/PurePathSignetIcon';
171
201
  export { RecommendIcon } from './__icons/RecommendIcon';
172
202
  export { RedoIcon } from './__icons/RedoIcon';
173
203
  export { RefreshIcon } from './__icons/RefreshIcon';
174
204
  export { RepeatIcon } from './__icons/RepeatIcon';
175
205
  export { ReplayIcon } from './__icons/ReplayIcon';
176
206
  export { RequestIcon } from './__icons/RequestIcon';
207
+ export { ResearchIcon } from './__icons/ResearchIcon';
177
208
  export { ResetIcon } from './__icons/ResetIcon';
178
209
  export { ResizeIcon } from './__icons/ResizeIcon';
179
210
  export { SaveIcon } from './__icons/SaveIcon';
211
+ export { ScatterplotIcon } from './__icons/ScatterplotIcon';
180
212
  export { SecurityCriticalIcon } from './__icons/SecurityCriticalIcon';
181
213
  export { SecurityHighIcon } from './__icons/SecurityHighIcon';
182
214
  export { SecurityIcon } from './__icons/SecurityIcon';
@@ -186,6 +218,8 @@ export { SelectIndicatorIcon } from './__icons/SelectIndicatorIcon';
186
218
  export { SettingIcon } from './__icons/SettingIcon';
187
219
  export { ShareIcon } from './__icons/ShareIcon';
188
220
  export { SingleValueChartIcon } from './__icons/SingleValueChartIcon';
221
+ export { SmartscapeIcon } from './__icons/SmartscapeIcon';
222
+ export { SmartscapeSignetIcon } from './__icons/SmartscapeSignetIcon';
189
223
  export { SorterDoubleIcon } from './__icons/SorterDoubleIcon';
190
224
  export { SorterDoubleSmallIcon } from './__icons/SorterDoubleSmallIcon';
191
225
  export { SorterIcon } from './__icons/SorterIcon';
@@ -217,6 +251,7 @@ export { TitleOffIcon } from './__icons/TitleOffIcon';
217
251
  export { TrashIcon } from './__icons/TrashIcon';
218
252
  export { TriggerIcon } from './__icons/TriggerIcon';
219
253
  export { UndoIcon } from './__icons/UndoIcon';
254
+ export { UnfavoriteIcon } from './__icons/UnfavoriteIcon';
220
255
  export { UnfavouriteIcon } from './__icons/UnfavouriteIcon';
221
256
  export { UnfoldLessIcon } from './__icons/UnfoldLessIcon';
222
257
  export { UnfoldMoreIcon } from './__icons/UnfoldMoreIcon';
@@ -228,6 +263,7 @@ export { ViewSidebarIcon } from './__icons/ViewSidebarIcon';
228
263
  export { VolumeIcon } from './__icons/VolumeIcon';
229
264
  export { VolumeOffIcon } from './__icons/VolumeOffIcon';
230
265
  export { VulnerableFunctionIcon } from './__icons/VulnerableFunctionIcon';
266
+ export { VulnerableFunctionOffIcon } from './__icons/VulnerableFunctionOffIcon';
231
267
  export { WarningIcon } from './__icons/WarningIcon';
232
268
  export { WhatsNewIcon } from './__icons/WhatsNewIcon';
233
269
  export { WrapTextIcon } from './__icons/WrapTextIcon';
@@ -16,7 +16,11 @@
16
16
  import React from 'react';
17
17
  import { SvgIconSize } from './types';
18
18
  export interface SvgIconProps {
19
- size?: SvgIconSize;
19
+ /**
20
+ * Size of the icon. Three predefined sizes are available, or specify a custom size in px.
21
+ * @defaultValue 20px
22
+ */
23
+ size?: SvgIconSize | number;
20
24
  }
21
25
  interface IntSvgIconProps extends SvgIconProps {
22
26
  children: React.ReactNode;
@@ -15,4 +15,4 @@
15
15
  */
16
16
  import { SvgIconProps } from './SvgIcon';
17
17
  export declare type SvgIconType = (props: SvgIconProps & React.RefAttributes<SVGSVGElement>) => React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
18
- export declare type SvgIconSize = 'text' | 'small' | 'default' | 'large';
18
+ export declare type SvgIconSize = 'small' | 'default' | 'large';
package/metadata.json DELETED
@@ -1 +0,0 @@
1
- {"icons":{"ChevronDownIcon":{"tags":["navigation","dropdown","direction","move","arrow"]},"ChevronUpIcon":{"tags":["navigation","dropup","direction","move","arrow"]},"ChevronLeftIcon":{"tags":["navigation","previous","preceding","direction","move","arrow"]},"ChevronRightIcon":{"tags":["next","navigation","direction","forward","move","arrow"]},"ArrowDownIcon":{"tags":["bottom","navigation","direction","move","indicator"]},"ArrowLeftIcon":{"tags":["navigation","previous","preceding","direction","move","indicator"]},"ArrowRightIcon":{"tags":["next","navigation","direction","forward","move","indicator"]},"ChevronLeftDoubleIcon":{"tags":["expand","collapse","arrows","direction"]},"ChevronRightDoubleIcon":{"tags":["expand","collapse","arrows","direction"]},"XmarkIcon":{"tags":["close","delete","remove","exit"]},"CycleIcon":{"tags":["update","rotate","turn","clockwise","sync","loading"]},"ArrowUpIcon":{"tags":["navigation","direction","move","indicator","top"]},"ClockIcon":{"tags":["time","watch","year","month","day","hour","seconds"]},"CopyIcon":{"tags":["paper","document","files","layer"]},"DotMenuIcon":{"descriptionMessage":"use as a menu in toolbars, as a minimised menu or for more information","tags":["vertical","list","small menu","more","actions","dots","dropdown","kebap"]},"EditIcon":{"tags":["pen","write","create","modify"]},"EnterIcon":{"tags":["arrow","keyboard","input"]},"SorterSmallDoubleIcon":{"tags":["arrow","down","up","vertical"]},"SorterIcon":{"tags":["arrow","bottom","down","menu"]},"SorterSmallIcon":{"tags":["arrow","bottom","down","menu"]},"PanHorizontalIcon":{"tags":["arrows","scroll","gesture"]},"AcceptIcon":{"tags":["checkmark","circle","yes","ok","tick","correct"]},"FilterIcon":{"tags":["funnel","order","sort"]},"GridIcon":{"tags":["array","layout","interface","frame"]},"InformationIcon":{"tags":["about","service","faq","help","support","circle"]},"LinkIcon":{"tags":["chain","hyperlink","connection","web","url","internet","web address","site"]},"ListIcon":{"tags":["bullet","to do","checklist","survey","tasks"]},"MagnifyingGlassIcon":{"tags":["magnifying glass","view","explore","find","inspect","search"]},"MenuIcon":{"tags":["burger","lines","navigation","bars"]},"MinusIcon":{"tags":["delete","remove","close","decrease","negative","-"]},"ViewIcon":{"tags":["view","eye on","watch","see","look","visible","vision"]},"ViewOffIcon":{"tags":["invisible","view","eye","watch","see","look","vision","hide"]},"NotificationIcon":{"tags":["bell","ring","alert","alarm"]},"OpenWithIcon":{"descriptionMessage":"Use to open an internal app","tags":["internal","link","app"]},"OptionsIcon":{"descriptionMessage":"configurations that only influence a selected area and preferences. Use ChartTools for charts","tags":["tools","configuration","preferences","control"]},"PauseIcon":{"tags":["audio","video","stop","halt","volume","multimedia"]},"PinIcon":{"tags":["bulletin","marker","memo","note","attach"]},"PlusIcon":{"tags":["additional","add","+","create","new"]},"RefreshIcon":{"tags":["reload","repeat","arrow"]},"ShareIcon":{"tags":["connection","network","social","communication"]},"DragVerticalIcon":{"tags":["handle","move","shift"]},"NotificationOffIcon":{"tags":["bell","ring","alert","alarm","silent"]},"SyncDoneIcon":{"tags":["exchange","update","save","cloud","transfer"]},"ReplayIcon":{"tags":["repeat","play","loop","restart","refresh"]},"FolderOpenIcon":{"tags":["archive","document","storage","file"]},"UndoIcon":{"tags":["arrow","back","previous","return"]},"RedoIcon":{"tags":["arrow","forward","next"]},"BugReportIcon":{"tags":["code","debug","report","virus","error","insect","beetle"]},"MaximizeIcon":{"tags":["arrows","expand","fullscreen","enlarge"]},"MinimizeIcon":{"tags":["arrows","reduce","shrink"]},"AnalyticsIcon":{"tags":["data","diagram","graph","report","analytics","stats","sorted","trend","revenue","finance","stock"]},"LogoutIcon":{"tags":["exit","leave","close","door","quit","sign out"]},"SyncIcon":{"tags":["exchange","update","save","cloud","transfer"]},"SyncOffIcon":{"tags":["exchange","update","cloud","transfer"]},"GuideIcon":{"tags":["orientation","navigation","book","instruction manual","learn"]},"CapslockIcon":{"tags":["capital","up","shift","letter","type"]},"SourceIcon":{"tags":["data","document","files","folder","storage","code"]},"SaveIcon":{"tags":["floppy","disc","storage"]},"RepeatIcon":{"tags":["arrows","loop","flow"]},"HistoryIcon":{"tags":["time","recent","clock","watch","course","progress"]},"PauseLoadIcon":{"tags":["process","wait","halt"]},"DownloadIcon":{"tags":["arrow","down","save","import","install"]},"ZoomHorizontalIcon":{"tags":["magnifying glass","view","explore","find","inspect"]},"CrosshairIcon":{"tags":["navigation","point","bullseye","aim","target"]},"TitleOffIcon":{"tags":["text","style","font"]},"FavouriteIcon":{"tags":["star","rate","bookmark","like"]},"DescriptionIcon":{"tags":["file","document","information","details","text"]},"StorageIcon":{"tags":["Backup","data","database"]},"AbcIcon":{"tags":["text","style","font","letters","spelling"]},"AbcOffIcon":{"tags":["text","style","font","letters","spelling"]},"ErrorIcon":{"tags":["danger","!","caution","exclamation","fail"]},"CheckmarkIcon":{"tags":["tick","ok","accept","success","yes","approve"]},"CodeIcon":{"tags":["html","tag","development"]},"HttpIcon":{"tags":["browser","development","domain","website","internet"]},"DownloadingIcon":{"tags":["arrow","down","save","import","install","progress"]},"AccountIcon":{"tags":["avatar","profile","user","human","person"]},"CodeblockIcon":{"tags":["editor","programming","develop","write"]},"CheckmarkSmallIcon":{"tags":["tick","ok","accept","success","yes","approve"]},"WarningIcon":{"tags":["caution","danger","exclamation","alert","!","triangle"]},"KeyboardIcon":{"tags":["write","keypad","input","hardware","computer","device","type"]},"CalendarIcon":{"tags":["agenda","event","time","register","date","hour","day","month","year","period","duration","generation"]},"SelectIndicatorIcon":{"tags":["dot","point","choice"]},"PlayIcon":{"tags":["start","music","media","video"]},"SettingIcon":{"descriptionMessage":"Platform-wide configurations, often to change defaults","tags":["cog","gear","engine","machine","system","configuration","control"]},"ExternalLinkIcon":{"descriptionMessage":"Use to open","tags":["url","hyperlink","external"]},"CodeOffIcon":{"tags":["html","tag","development"]},"UnfavouriteIcon":{"tags":["star","rate","bookmark","filled","unlike"]},"DeleteIcon":{"tags":["trashcan","remove","garbage","bin","recycle"]},"ZoomInIcon":{"tags":["magnifying glass","focus","in","+","greater","bigger"]},"ZoomOutIcon":{"tags":["magnifying glass","out","-","lesser","minus","smaller"]},"ResetIcon":{"tags":["restart","again","undo all","redo"]},"EventIcon":{"tags":["button","alarm"]},"WrapTextIcon":{"tags":["sheets","fluent","flow","format"]},"TitleIcon":{"tags":["text","style","font"]},"HomeIcon":{"tags":["house","desktop","dashboard","menu","homepage"]},"GhostIcon":{"tags":["command","cmd","window","console","bash","admin"]},"BlockIcon":{"tags":["banned","forbidden","stop","prohibited","unavailable","disable"]},"TerminalIcon":{"tags":["command","cmd","window","console","bash","admin"]},"FileCopyIcon":{"tags":["papers","paste","documents","text","duplicate"]},"UploadIcon":{"tags":["arrow up","export"]},"ThumbsUpIcon":{"tags":["like","thumbs up","love","favourite","rating","review","feedback"]},"ChartToolsIcon":{"descriptionMessage":"Use when giving options to customize charts","tags":["chart","data","diagram","graph","vertical","report","analytics","stats","wrench","spanner","adjust"]},"GroupIcon":{"tags":["people","teamwork","users","accounts","friends","social"]},"LockIcon":{"tags":["padlock","privacy","security","safe","password","protection"]},"HelpIcon":{"tags":["service","faq","support","?","questionmark","answer","circle"]},"UnfoldMoreIcon":{"tags":["expand","arrows","enlarge","spread"]},"UnfoldLessIcon":{"tags":["compress","shorten","shrink"]},"ImageIcon":{"tags":["picture","frame","photograph","camera","painting"]},"StrikethroughSIcon":{"tags":["text","style","font"]},"FormatQuoteIcon":{"tags":["reference","quotation","speech","testimonial","text","comment","comma"]},"FormatBoldIcon":{"tags":["text","style","strong","fat","font"]},"FormatItalicIcon":{"tags":["text","style","font"]},"FormatListNumberedIcon":{"tags":["format","process","123","sort","notes"]},"HorizontalRuleIcon":{"tags":["line","measure","divide"]},"CursorIcon":{"tags":["mouse","click","control","arrow","pointer","action"]},"ResizeIcon":{"tags":["enlarge","amplify","broaden","extend","open"]},"DuplicateIcon":{"tags":["clone","add","plus","paper","documents","files","copy","paste"]},"CloseSidebarIcon":{"tags":["collapse","inset","left"]},"WrapTextOffIcon":{"tags":["sheets","fluent","flow","format"]},"MoveIcon":{"tags":["pointer","cursor","arrow"]},"ConditionsIcon":{"tags":["if","else","function"]},"SorterDoubleIcon":{"tags":["arrow","down","up","vertical"]},"ChevronDownSmallIcon":{"tags":["navigation","dropdown","direction","move","arrow"]},"ChevronUpSmallIcon":{"tags":["navigation","dropup","direction","move","arrow"]},"ChevronLeftSmallIcon":{"tags":["previous","navigation","preceding","direction","move","arrow"]},"ChevronRightSmallIcon":{"tags":["next","navigation","direction","forward","move","arrow"]},"ChartCollectionIcon":{"tags":["data","diagram","graph","report","analytics","stats","sorted","trend","revenue","finance","stock","visualisation"]},"SelectIcon":{"tags":["area","square","tool","region","mark"]},"MuteIcon":{"tags":["audio","microphone","device","speak","talk","voice","record","player"]},"MuteOffIcon":{"tags":["audio","microphone","device","speak","talk","voice","record","player","unmute","audio","microphone","device","speak","talk","voice","record","player","unmute"]},"OpenSidebarIcon":{"tags":["show","inset","left"]},"GripIcon":{"renamedTo":"DragAllDirectionIcon"},"DragAllDirectionIcon":{"tags":["dots","hold","grab"]},"Heading1Icon":{"tags":["text","style","font"]},"LineChartIcon":{"tags":["data","diagram","graph","report","analytics","stats","sorted","trend"]},"VulnerableFunctionIcon":{"tags":["code","!","exclamation","exposed","liable","security"]},"TriggerIcon":{"tags":["code","lightning","flash","activate"]},"ZoomVerticalIcon":{"tags":["magnifying glass","view","explore","find","inspect"]},"ActionIcon":{"tags":["charge","lightning","energy","activate","reaction","response"]},"PinOffIcon":{"tags":["bulletin","marker","memo","note","detach","unpin"]},"Heading2Icon":{"tags":["text","style","font"]},"Heading3Icon":{"tags":["text","style","font"]},"Heading4Icon":{"tags":["text","style","font"]},"ManualIcon":{"tags":["hand","fingers","palm"]},"LoginIcon":{"tags":["door","enter","authentication","entrance","join","access","entry"]},"UnlockIcon":{"tags":["lock open","key","open","padlock","privacy","security","safe","password","protection"]},"SecurityIcon":{"tags":["protection","shield","safe","block"]},"SecurityMediumIcon":{"tags":["protection","shield","safe","block","!"]},"SecurityHighIcon":{"tags":["protection","shield","safe","block","x"]},"SecurityCriticalIcon":{"tags":["protection","shield","safe","block","lightning"]},"ExploitIcon":{"tags":["security","vulnerability","bomb","weapon"]},"TechnologiesIcon":{"tags":["chip","digital","microchip","electronic","circuit"]},"AppsIcon":{"tags":["blocks","tiles","menu","main","tool","application"]},"ExtensionsIcon":{"tags":["addon","plugin","blocks","tiles","tool","application"]},"RequestIcon":{"tags":["pull","git","commit"]},"StopwatchIcon":{"tags":["clock","time","timer","performance"]},"IntegrationsIcon":{"tags":["connection","plugin","socket","cable","power plug"]},"IdeaIcon":{"tags":["light bulb","creative","energy","lamp"]},"DataTableIcon":{"tags":["database","document","excel","spreadsheet","cells","column"]},"BarGaugeIcon":{"tags":["chart","data","diagram","graph","horizontal","report","analytics","stats"]},"BarChartIcon":{"tags":["chart","data","diagram","graph","vertical","report","analytics","stats"]},"StackedBarChartIcon":{"tags":["chart","data","diagram","graph","vertical","report","analytics","stats","sorted"]},"StackedAreaChartIcon":{"tags":["data","diagram","graph","report","analytics","stats","sorted","trend"]},"SingleValueChartIcon":{"tags":["data","diagram","graph","report","analytics","stats","sorted","trend"]},"DatabaseIcon":{"tags":["storage","server","network","technology","cloud"]},"AssetIcon":{"tags":["toke","premium","diamond","jewel","security"]},"TableIcon":{"tags":["data","column","cells","list","data","spreadsheet"]},"MailClosedIcon":{"tags":["closed","email","message","letter","envelope"]},"ChatIcon":{"tags":["message","Comment","Communicate","speechbubble","discussion","talk"]},"SupportIcon":{"tags":["help","question","customer","saver"]},"ThumbsDownIcon":{"tags":["unlike","thumbs down","rating","review","feedback","dislike","vote","disagree","no"]},"WhatsNewIcon":{"tags":["addition","fresh","stars","bling","content","release note"]},"DifferenceChartIcon":{"tags":["data","diagram","graph","report","analytics","stats","sorted","trend"]},"BandChartIcon":{"tags":["data","diagram","graph","report","analytics","stats","sorted","trend"]},"FeedbackIcon":{"tags":["test","comment","review","communication","customer experience","satisfaction","testimonial"]},"AppearanceIcon":{"tags":["darkmode","lightmode","night","moon","sun","day","interface","brightness","switch"]},"LightmodeIcon":{"tags":["sun","sunshine","weather","warm","brightness","daylight"]},"DarkmodeIcon":{"tags":["moon","night","sleep","weather","crescent"]},"ArrowSmallRightIcon":{"tags":["navigation","direction","move","indicator","trend"]},"ArrowSmallDownIcon":{"tags":["navigation","direction","move","indicator","trend"]},"ArrowSmallLeftIcon":{"tags":["navigation","direction","move","indicator","trend"]},"ArrowSmallUpIcon":{"tags":["navigation","direction","move","indicator","trend"]},"ArrowSmallUpRightIcon":{"tags":["navigation","direction","move","indicator","trend"]},"ArrowSmallUpLeftIcon":{"tags":["navigation","direction","move","indicator","trend"]},"ArrowSmallDownLeftIcon":{"tags":["navigation","direction","move","indicator","trend"]},"ArrowSmallDownRightIcon":{"tags":["navigation","direction","move","indicator","trend"]},"CallIcon":{"tags":["telephone","cell","mobile","communication","media","contact","talk","support"]},"VolumeIcon":{"descriptionMessage":"Use when the volume is turned on or louder","tags":["Sound","audio","speaker","on","up","high","maximum"]},"VolumeOffIcon":{"descriptionMessage":"Use when the volume is turned off or quieter","tags":["Sound","audio","speaker","down","low","minimum","silent","mute","none"]},"HashtagIcon":{"tags":["number","#","sign","type","channel"]},"MailIcon":{"tags":["email","message","letter","envelope"]},"ParseIcon":{"tags":["extract","migrate","convert","transfer","transition"]},"DeclineIcon":{"tags":["refuse","reject","dismiss","deny","x","circle","no"]},"RecommendIcon":{"renamedTo":"ThumbsUpIcon"},"Zoom1DIcon":{"renamedTo":"ZoomHorizontalIcon"},"EventTriggerIcon":{"renamedTo":"TriggerIcon"},"ActionTriggerIcon":{"renamedTo":"ActionIcon"},"MoreIcon":{"deprecationMessage":"Difference to the DotMenu was not clear enough. Use DotMenu in the future"},"SyncUploadIcon":{"deprecationMessage":"Use Upload instead"},"SyncDownloadIcon":{"deprecationMessage":"Use Download instead"},"CollapseIcon":{"renamedTo":"ChevronLeftDoubleIcon"},"ExpandIcon":{"renamedTo":"ChevronRightDoubleIcon"},"CloseIcon":{"renamedTo":"XmarkIcon"},"SorterDoubleSmallIcon":{"renamedTo":"SorterSmallDoubleIcon"},"SorterSingleIcon":{"renamedTo":"SorterIcon"},"SorterSingleSmallIcon":{"renamedTo":"SorterSmallIcon"},"Pan1dIcon":{"renamedTo":"PanHorizontalIcon"},"CheckCircleIcon":{"renamedTo":"AcceptIcon"},"EyeIcon":{"renamedTo":"ViewIcon"},"EyeOffIcon":{"renamedTo":"ViewOffIcon"},"BellIcon":{"renamedTo":"NotificationIcon"},"DragHandleIcon":{"renamedTo":"DragVerticalIcon"},"BellOffIcon":{"renamedTo":"NotificationOffIcon"},"CloudDoneIcon":{"renamedTo":"SyncDoneIcon"},"CloudIcon":{"renamedTo":"SyncIcon"},"CloudOffIcon":{"renamedTo":"SyncOffIcon"},"StarEmptyIcon":{"renamedTo":"FavouriteIcon"},"StarIcon":{"renamedTo":"UnfavouriteIcon"},"TrashIcon":{"renamedTo":"DeleteIcon"},"GrabIcon":{"renamedTo":"MoveIcon"},"MicrophoneIcon":{"renamedTo":"MuteIcon"},"MicrophoneOffIcon":{"renamedTo":"MuteOffIcon"},"View_sidebarIcon":{"renamedTo":"OpenSidebarIcon"},"ChartIcon":{"renamedTo":"LineChartIcon"},"ParseIconIcon":{"renamedTo":"ParseIcon"}},"tags":{"123":["FormatListNumberedIcon"],"navigation":["ChevronDownIcon","ChevronUpIcon","ChevronLeftIcon","ChevronRightIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowUpIcon","MenuIcon","GuideIcon","CrosshairIcon","ChevronDownSmallIcon","ChevronUpSmallIcon","ChevronLeftSmallIcon","ChevronRightSmallIcon","ArrowSmallRightIcon","ArrowSmallDownIcon","ArrowSmallLeftIcon","ArrowSmallUpIcon","ArrowSmallUpRightIcon","ArrowSmallUpLeftIcon","ArrowSmallDownLeftIcon","ArrowSmallDownRightIcon"],"dropdown":["ChevronDownIcon","DotMenuIcon","ChevronDownSmallIcon"],"direction":["ChevronDownIcon","ChevronUpIcon","ChevronLeftIcon","ChevronRightIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ChevronLeftDoubleIcon","ChevronRightDoubleIcon","ArrowUpIcon","ChevronDownSmallIcon","ChevronUpSmallIcon","ChevronLeftSmallIcon","ChevronRightSmallIcon","ArrowSmallRightIcon","ArrowSmallDownIcon","ArrowSmallLeftIcon","ArrowSmallUpIcon","ArrowSmallUpRightIcon","ArrowSmallUpLeftIcon","ArrowSmallDownLeftIcon","ArrowSmallDownRightIcon"],"move":["ChevronDownIcon","ChevronUpIcon","ChevronLeftIcon","ChevronRightIcon","ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowUpIcon","DragVerticalIcon","ChevronDownSmallIcon","ChevronUpSmallIcon","ChevronLeftSmallIcon","ChevronRightSmallIcon","ArrowSmallRightIcon","ArrowSmallDownIcon","ArrowSmallLeftIcon","ArrowSmallUpIcon","ArrowSmallUpRightIcon","ArrowSmallUpLeftIcon","ArrowSmallDownLeftIcon","ArrowSmallDownRightIcon"],"arrow":["ChevronDownIcon","ChevronUpIcon","ChevronLeftIcon","ChevronRightIcon","EnterIcon","SorterSmallDoubleIcon","SorterIcon","SorterSmallIcon","RefreshIcon","UndoIcon","RedoIcon","DownloadIcon","DownloadingIcon","CursorIcon","MoveIcon","SorterDoubleIcon","ChevronDownSmallIcon","ChevronUpSmallIcon","ChevronLeftSmallIcon","ChevronRightSmallIcon"],"dropup":["ChevronUpIcon","ChevronUpSmallIcon"],"previous":["ChevronLeftIcon","ArrowLeftIcon","UndoIcon","ChevronLeftSmallIcon"],"preceding":["ChevronLeftIcon","ArrowLeftIcon","ChevronLeftSmallIcon"],"next":["ChevronRightIcon","ArrowRightIcon","RedoIcon","ChevronRightSmallIcon"],"forward":["ChevronRightIcon","ArrowRightIcon","RedoIcon","ChevronRightSmallIcon"],"bottom":["ArrowDownIcon","SorterIcon","SorterSmallIcon"],"indicator":["ArrowDownIcon","ArrowLeftIcon","ArrowRightIcon","ArrowUpIcon","ArrowSmallRightIcon","ArrowSmallDownIcon","ArrowSmallLeftIcon","ArrowSmallUpIcon","ArrowSmallUpRightIcon","ArrowSmallUpLeftIcon","ArrowSmallDownLeftIcon","ArrowSmallDownRightIcon"],"expand":["ChevronLeftDoubleIcon","ChevronRightDoubleIcon","MaximizeIcon","UnfoldMoreIcon"],"collapse":["ChevronLeftDoubleIcon","ChevronRightDoubleIcon","CloseSidebarIcon"],"arrows":["ChevronLeftDoubleIcon","ChevronRightDoubleIcon","PanHorizontalIcon","MaximizeIcon","MinimizeIcon","RepeatIcon","UnfoldMoreIcon"],"close":["XmarkIcon","MinusIcon","LogoutIcon"],"delete":["XmarkIcon","MinusIcon"],"remove":["XmarkIcon","MinusIcon","DeleteIcon"],"exit":["XmarkIcon","LogoutIcon"],"update":["CycleIcon","SyncDoneIcon","SyncIcon","SyncOffIcon"],"rotate":["CycleIcon"],"turn":["CycleIcon"],"clockwise":["CycleIcon"],"sync":["CycleIcon"],"loading":["CycleIcon"],"top":["ArrowUpIcon"],"time":["ClockIcon","HistoryIcon","CalendarIcon","StopwatchIcon"],"watch":["ClockIcon","ViewIcon","ViewOffIcon","HistoryIcon"],"year":["ClockIcon","CalendarIcon"],"month":["ClockIcon","CalendarIcon"],"day":["ClockIcon","CalendarIcon","AppearanceIcon"],"hour":["ClockIcon","CalendarIcon"],"seconds":["ClockIcon"],"paper":["CopyIcon","DuplicateIcon"],"document":["CopyIcon","FolderOpenIcon","SourceIcon","DescriptionIcon","DataTableIcon"],"files":["CopyIcon","SourceIcon","DuplicateIcon"],"layer":["CopyIcon"],"vertical":["DotMenuIcon","SorterSmallDoubleIcon","ChartToolsIcon","SorterDoubleIcon","BarChartIcon","StackedBarChartIcon"],"list":["DotMenuIcon","TableIcon"],"small menu":["DotMenuIcon"],"more":["DotMenuIcon"],"actions":["DotMenuIcon"],"dots":["DotMenuIcon","DragAllDirectionIcon"],"kebap":["DotMenuIcon"],"pen":["EditIcon"],"write":["EditIcon","CodeblockIcon","KeyboardIcon"],"create":["EditIcon","PlusIcon"],"modify":["EditIcon"],"keyboard":["EnterIcon"],"input":["EnterIcon","KeyboardIcon"],"down":["SorterSmallDoubleIcon","SorterIcon","SorterSmallIcon","DownloadIcon","DownloadingIcon","SorterDoubleIcon","VolumeOffIcon"],"up":["SorterSmallDoubleIcon","CapslockIcon","SorterDoubleIcon","VolumeIcon"],"menu":["SorterIcon","SorterSmallIcon","HomeIcon","AppsIcon"],"scroll":["PanHorizontalIcon"],"gesture":["PanHorizontalIcon"],"checkmark":["AcceptIcon"],"circle":["AcceptIcon","InformationIcon","HelpIcon","DeclineIcon"],"yes":["AcceptIcon","CheckmarkIcon","CheckmarkSmallIcon"],"ok":["AcceptIcon","CheckmarkIcon","CheckmarkSmallIcon"],"tick":["AcceptIcon","CheckmarkIcon","CheckmarkSmallIcon"],"correct":["AcceptIcon"],"funnel":["FilterIcon"],"order":["FilterIcon"],"sort":["FilterIcon","FormatListNumberedIcon"],"array":["GridIcon"],"layout":["GridIcon"],"interface":["GridIcon","AppearanceIcon"],"frame":["GridIcon","ImageIcon"],"about":["InformationIcon"],"service":["InformationIcon","HelpIcon"],"faq":["InformationIcon","HelpIcon"],"help":["InformationIcon","SupportIcon"],"support":["InformationIcon","HelpIcon","CallIcon"],"chain":["LinkIcon"],"hyperlink":["LinkIcon","ExternalLinkIcon"],"connection":["LinkIcon","ShareIcon","IntegrationsIcon"],"web":["LinkIcon"],"url":["LinkIcon","ExternalLinkIcon"],"internet":["LinkIcon","HttpIcon"],"web address":["LinkIcon"],"site":["LinkIcon"],"bullet":["ListIcon"],"to do":["ListIcon"],"checklist":["ListIcon"],"survey":["ListIcon"],"tasks":["ListIcon"],"magnifying glass":["MagnifyingGlassIcon","ZoomHorizontalIcon","ZoomInIcon","ZoomOutIcon","ZoomVerticalIcon"],"view":["MagnifyingGlassIcon","ViewIcon","ViewOffIcon","ZoomHorizontalIcon","ZoomVerticalIcon"],"explore":["MagnifyingGlassIcon","ZoomHorizontalIcon","ZoomVerticalIcon"],"find":["MagnifyingGlassIcon","ZoomHorizontalIcon","ZoomVerticalIcon"],"inspect":["MagnifyingGlassIcon","ZoomHorizontalIcon","ZoomVerticalIcon"],"search":["MagnifyingGlassIcon"],"burger":["MenuIcon"],"lines":["MenuIcon"],"bars":["MenuIcon"],"decrease":["MinusIcon"],"negative":["MinusIcon"],"-":["MinusIcon","ZoomOutIcon"],"eye on":["ViewIcon"],"see":["ViewIcon","ViewOffIcon"],"look":["ViewIcon","ViewOffIcon"],"visible":["ViewIcon"],"vision":["ViewIcon","ViewOffIcon"],"invisible":["ViewOffIcon"],"eye":["ViewOffIcon"],"hide":["ViewOffIcon"],"bell":["NotificationIcon","NotificationOffIcon"],"ring":["NotificationIcon","NotificationOffIcon"],"alert":["NotificationIcon","NotificationOffIcon","WarningIcon"],"alarm":["NotificationIcon","NotificationOffIcon","EventIcon"],"internal":["OpenWithIcon"],"link":["OpenWithIcon"],"app":["OpenWithIcon"],"tools":["OptionsIcon"],"configuration":["OptionsIcon","SettingIcon"],"preferences":["OptionsIcon"],"control":["OptionsIcon","SettingIcon","CursorIcon"],"audio":["PauseIcon","MuteIcon","MuteOffIcon","MuteOffIcon","VolumeIcon","VolumeOffIcon"],"video":["PauseIcon","PlayIcon"],"stop":["PauseIcon","BlockIcon"],"halt":["PauseIcon","PauseLoadIcon"],"volume":["PauseIcon"],"multimedia":["PauseIcon"],"bulletin":["PinIcon","PinOffIcon"],"marker":["PinIcon","PinOffIcon"],"memo":["PinIcon","PinOffIcon"],"note":["PinIcon","PinOffIcon"],"attach":["PinIcon"],"additional":["PlusIcon"],"add":["PlusIcon","DuplicateIcon"],"+":["PlusIcon","ZoomInIcon"],"new":["PlusIcon"],"reload":["RefreshIcon"],"repeat":["RefreshIcon","ReplayIcon"],"network":["ShareIcon","DatabaseIcon"],"social":["ShareIcon","GroupIcon"],"communication":["ShareIcon","FeedbackIcon","CallIcon"],"handle":["DragVerticalIcon"],"shift":["DragVerticalIcon","CapslockIcon"],"silent":["NotificationOffIcon","VolumeOffIcon"],"exchange":["SyncDoneIcon","SyncIcon","SyncOffIcon"],"save":["SyncDoneIcon","SyncIcon","DownloadIcon","DownloadingIcon"],"cloud":["SyncDoneIcon","SyncIcon","SyncOffIcon","DatabaseIcon"],"transfer":["SyncDoneIcon","SyncIcon","SyncOffIcon","ParseIcon"],"play":["ReplayIcon"],"loop":["ReplayIcon","RepeatIcon"],"restart":["ReplayIcon","ResetIcon"],"refresh":["ReplayIcon"],"archive":["FolderOpenIcon"],"storage":["FolderOpenIcon","SourceIcon","SaveIcon","DatabaseIcon"],"file":["FolderOpenIcon","DescriptionIcon"],"back":["UndoIcon"],"return":["UndoIcon"],"code":["BugReportIcon","SourceIcon","VulnerableFunctionIcon","TriggerIcon"],"debug":["BugReportIcon"],"report":["BugReportIcon","AnalyticsIcon","ChartToolsIcon","ChartCollectionIcon","LineChartIcon","BarGaugeIcon","BarChartIcon","StackedBarChartIcon","StackedAreaChartIcon","SingleValueChartIcon","DifferenceChartIcon","BandChartIcon"],"virus":["BugReportIcon"],"error":["BugReportIcon"],"insect":["BugReportIcon"],"beetle":["BugReportIcon"],"fullscreen":["MaximizeIcon"],"enlarge":["MaximizeIcon","UnfoldMoreIcon","ResizeIcon"],"reduce":["MinimizeIcon"],"shrink":["MinimizeIcon","UnfoldLessIcon"],"data":["AnalyticsIcon","SourceIcon","StorageIcon","ChartToolsIcon","ChartCollectionIcon","LineChartIcon","BarGaugeIcon","BarChartIcon","StackedBarChartIcon","StackedAreaChartIcon","SingleValueChartIcon","TableIcon","TableIcon","DifferenceChartIcon","BandChartIcon"],"diagram":["AnalyticsIcon","ChartToolsIcon","ChartCollectionIcon","LineChartIcon","BarGaugeIcon","BarChartIcon","StackedBarChartIcon","StackedAreaChartIcon","SingleValueChartIcon","DifferenceChartIcon","BandChartIcon"],"graph":["AnalyticsIcon","ChartToolsIcon","ChartCollectionIcon","LineChartIcon","BarGaugeIcon","BarChartIcon","StackedBarChartIcon","StackedAreaChartIcon","SingleValueChartIcon","DifferenceChartIcon","BandChartIcon"],"analytics":["AnalyticsIcon","ChartToolsIcon","ChartCollectionIcon","LineChartIcon","BarGaugeIcon","BarChartIcon","StackedBarChartIcon","StackedAreaChartIcon","SingleValueChartIcon","DifferenceChartIcon","BandChartIcon"],"stats":["AnalyticsIcon","ChartToolsIcon","ChartCollectionIcon","LineChartIcon","BarGaugeIcon","BarChartIcon","StackedBarChartIcon","StackedAreaChartIcon","SingleValueChartIcon","DifferenceChartIcon","BandChartIcon"],"sorted":["AnalyticsIcon","ChartCollectionIcon","LineChartIcon","StackedBarChartIcon","StackedAreaChartIcon","SingleValueChartIcon","DifferenceChartIcon","BandChartIcon"],"trend":["AnalyticsIcon","ChartCollectionIcon","LineChartIcon","StackedAreaChartIcon","SingleValueChartIcon","DifferenceChartIcon","BandChartIcon","ArrowSmallRightIcon","ArrowSmallDownIcon","ArrowSmallLeftIcon","ArrowSmallUpIcon","ArrowSmallUpRightIcon","ArrowSmallUpLeftIcon","ArrowSmallDownLeftIcon","ArrowSmallDownRightIcon"],"revenue":["AnalyticsIcon","ChartCollectionIcon"],"finance":["AnalyticsIcon","ChartCollectionIcon"],"stock":["AnalyticsIcon","ChartCollectionIcon"],"leave":["LogoutIcon"],"door":["LogoutIcon","LoginIcon"],"quit":["LogoutIcon"],"sign out":["LogoutIcon"],"orientation":["GuideIcon"],"book":["GuideIcon"],"instruction manual":["GuideIcon"],"learn":["GuideIcon"],"capital":["CapslockIcon"],"letter":["CapslockIcon","MailClosedIcon","MailIcon"],"type":["CapslockIcon","KeyboardIcon","HashtagIcon"],"folder":["SourceIcon"],"floppy":["SaveIcon"],"disc":["SaveIcon"],"flow":["RepeatIcon","WrapTextIcon","WrapTextOffIcon"],"recent":["HistoryIcon"],"clock":["HistoryIcon","StopwatchIcon"],"course":["HistoryIcon"],"progress":["HistoryIcon","DownloadingIcon"],"process":["PauseLoadIcon","FormatListNumberedIcon"],"wait":["PauseLoadIcon"],"import":["DownloadIcon","DownloadingIcon"],"install":["DownloadIcon","DownloadingIcon"],"point":["CrosshairIcon","SelectIndicatorIcon"],"bullseye":["CrosshairIcon"],"aim":["CrosshairIcon"],"target":["CrosshairIcon"],"text":["TitleOffIcon","DescriptionIcon","AbcIcon","AbcOffIcon","TitleIcon","FileCopyIcon","StrikethroughSIcon","FormatQuoteIcon","FormatBoldIcon","FormatItalicIcon","Heading1Icon","Heading2Icon","Heading3Icon","Heading4Icon"],"style":["TitleOffIcon","AbcIcon","AbcOffIcon","TitleIcon","StrikethroughSIcon","FormatBoldIcon","FormatItalicIcon","Heading1Icon","Heading2Icon","Heading3Icon","Heading4Icon"],"font":["TitleOffIcon","AbcIcon","AbcOffIcon","TitleIcon","StrikethroughSIcon","FormatBoldIcon","FormatItalicIcon","Heading1Icon","Heading2Icon","Heading3Icon","Heading4Icon"],"star":["FavouriteIcon","UnfavouriteIcon"],"rate":["FavouriteIcon","UnfavouriteIcon"],"bookmark":["FavouriteIcon","UnfavouriteIcon"],"like":["FavouriteIcon","ThumbsUpIcon"],"information":["DescriptionIcon"],"details":["DescriptionIcon"],"Backup":["StorageIcon"],"database":["StorageIcon","DataTableIcon"],"letters":["AbcIcon","AbcOffIcon"],"spelling":["AbcIcon","AbcOffIcon"],"danger":["ErrorIcon","WarningIcon"],"!":["ErrorIcon","WarningIcon","VulnerableFunctionIcon","SecurityMediumIcon"],"caution":["ErrorIcon","WarningIcon"],"exclamation":["ErrorIcon","WarningIcon","VulnerableFunctionIcon"],"fail":["ErrorIcon"],"accept":["CheckmarkIcon","CheckmarkSmallIcon"],"success":["CheckmarkIcon","CheckmarkSmallIcon"],"approve":["CheckmarkIcon","CheckmarkSmallIcon"],"html":["CodeIcon","CodeOffIcon"],"tag":["CodeIcon","CodeOffIcon"],"development":["CodeIcon","HttpIcon","CodeOffIcon"],"browser":["HttpIcon"],"domain":["HttpIcon"],"website":["HttpIcon"],"avatar":["AccountIcon"],"profile":["AccountIcon"],"user":["AccountIcon"],"human":["AccountIcon"],"person":["AccountIcon"],"editor":["CodeblockIcon"],"programming":["CodeblockIcon"],"develop":["CodeblockIcon"],"triangle":["WarningIcon"],"keypad":["KeyboardIcon"],"hardware":["KeyboardIcon"],"computer":["KeyboardIcon"],"device":["KeyboardIcon","MuteIcon","MuteOffIcon","MuteOffIcon"],"agenda":["CalendarIcon"],"event":["CalendarIcon"],"register":["CalendarIcon"],"date":["CalendarIcon"],"period":["CalendarIcon"],"duration":["CalendarIcon"],"generation":["CalendarIcon"],"dot":["SelectIndicatorIcon"],"choice":["SelectIndicatorIcon"],"start":["PlayIcon"],"music":["PlayIcon"],"media":["PlayIcon","CallIcon"],"cog":["SettingIcon"],"gear":["SettingIcon"],"engine":["SettingIcon"],"machine":["SettingIcon"],"system":["SettingIcon"],"external":["ExternalLinkIcon"],"filled":["UnfavouriteIcon"],"unlike":["UnfavouriteIcon","ThumbsDownIcon"],"trashcan":["DeleteIcon"],"garbage":["DeleteIcon"],"bin":["DeleteIcon"],"recycle":["DeleteIcon"],"focus":["ZoomInIcon"],"in":["ZoomInIcon"],"greater":["ZoomInIcon"],"bigger":["ZoomInIcon"],"out":["ZoomOutIcon"],"lesser":["ZoomOutIcon"],"minus":["ZoomOutIcon"],"smaller":["ZoomOutIcon"],"again":["ResetIcon"],"undo all":["ResetIcon"],"redo":["ResetIcon"],"button":["EventIcon"],"sheets":["WrapTextIcon","WrapTextOffIcon"],"fluent":["WrapTextIcon","WrapTextOffIcon"],"format":["WrapTextIcon","FormatListNumberedIcon","WrapTextOffIcon"],"house":["HomeIcon"],"desktop":["HomeIcon"],"dashboard":["HomeIcon"],"homepage":["HomeIcon"],"command":["GhostIcon","TerminalIcon"],"cmd":["GhostIcon","TerminalIcon"],"window":["GhostIcon","TerminalIcon"],"console":["GhostIcon","TerminalIcon"],"bash":["GhostIcon","TerminalIcon"],"admin":["GhostIcon","TerminalIcon"],"banned":["BlockIcon"],"forbidden":["BlockIcon"],"prohibited":["BlockIcon"],"unavailable":["BlockIcon"],"disable":["BlockIcon"],"papers":["FileCopyIcon"],"paste":["FileCopyIcon","DuplicateIcon"],"documents":["FileCopyIcon","DuplicateIcon"],"duplicate":["FileCopyIcon"],"arrow up":["UploadIcon"],"export":["UploadIcon"],"thumbs up":["ThumbsUpIcon"],"love":["ThumbsUpIcon"],"favourite":["ThumbsUpIcon"],"rating":["ThumbsUpIcon","ThumbsDownIcon"],"review":["ThumbsUpIcon","ThumbsDownIcon","FeedbackIcon"],"feedback":["ThumbsUpIcon","ThumbsDownIcon"],"chart":["ChartToolsIcon","BarGaugeIcon","BarChartIcon","StackedBarChartIcon"],"wrench":["ChartToolsIcon"],"spanner":["ChartToolsIcon"],"adjust":["ChartToolsIcon"],"people":["GroupIcon"],"teamwork":["GroupIcon"],"users":["GroupIcon"],"accounts":["GroupIcon"],"friends":["GroupIcon"],"padlock":["LockIcon","UnlockIcon"],"privacy":["LockIcon","UnlockIcon"],"security":["LockIcon","VulnerableFunctionIcon","UnlockIcon","ExploitIcon","AssetIcon"],"safe":["LockIcon","UnlockIcon","SecurityIcon","SecurityMediumIcon","SecurityHighIcon","SecurityCriticalIcon"],"password":["LockIcon","UnlockIcon"],"protection":["LockIcon","UnlockIcon","SecurityIcon","SecurityMediumIcon","SecurityHighIcon","SecurityCriticalIcon"],"?":["HelpIcon"],"questionmark":["HelpIcon"],"answer":["HelpIcon"],"spread":["UnfoldMoreIcon"],"compress":["UnfoldLessIcon"],"shorten":["UnfoldLessIcon"],"picture":["ImageIcon"],"photograph":["ImageIcon"],"camera":["ImageIcon"],"painting":["ImageIcon"],"reference":["FormatQuoteIcon"],"quotation":["FormatQuoteIcon"],"speech":["FormatQuoteIcon"],"testimonial":["FormatQuoteIcon","FeedbackIcon"],"comment":["FormatQuoteIcon","FeedbackIcon"],"comma":["FormatQuoteIcon"],"strong":["FormatBoldIcon"],"fat":["FormatBoldIcon"],"notes":["FormatListNumberedIcon"],"line":["HorizontalRuleIcon"],"measure":["HorizontalRuleIcon"],"divide":["HorizontalRuleIcon"],"mouse":["CursorIcon"],"click":["CursorIcon"],"pointer":["CursorIcon","MoveIcon"],"action":["CursorIcon"],"amplify":["ResizeIcon"],"broaden":["ResizeIcon"],"extend":["ResizeIcon"],"open":["ResizeIcon","UnlockIcon"],"clone":["DuplicateIcon"],"plus":["DuplicateIcon"],"copy":["DuplicateIcon"],"inset":["CloseSidebarIcon","OpenSidebarIcon"],"left":["CloseSidebarIcon","OpenSidebarIcon"],"cursor":["MoveIcon"],"if":["ConditionsIcon"],"else":["ConditionsIcon"],"function":["ConditionsIcon"],"visualisation":["ChartCollectionIcon"],"area":["SelectIcon"],"square":["SelectIcon"],"tool":["SelectIcon","AppsIcon","ExtensionsIcon"],"region":["SelectIcon"],"mark":["SelectIcon"],"microphone":["MuteIcon","MuteOffIcon","MuteOffIcon"],"speak":["MuteIcon","MuteOffIcon","MuteOffIcon"],"talk":["MuteIcon","MuteOffIcon","MuteOffIcon","ChatIcon","CallIcon"],"voice":["MuteIcon","MuteOffIcon","MuteOffIcon"],"record":["MuteIcon","MuteOffIcon","MuteOffIcon"],"player":["MuteIcon","MuteOffIcon","MuteOffIcon"],"unmute":["MuteOffIcon","MuteOffIcon"],"show":["OpenSidebarIcon"],"hold":["DragAllDirectionIcon"],"grab":["DragAllDirectionIcon"],"exposed":["VulnerableFunctionIcon"],"liable":["VulnerableFunctionIcon"],"lightning":["TriggerIcon","ActionIcon","SecurityCriticalIcon"],"flash":["TriggerIcon"],"activate":["TriggerIcon","ActionIcon"],"charge":["ActionIcon"],"energy":["ActionIcon","IdeaIcon"],"reaction":["ActionIcon"],"response":["ActionIcon"],"detach":["PinOffIcon"],"unpin":["PinOffIcon"],"hand":["ManualIcon"],"fingers":["ManualIcon"],"palm":["ManualIcon"],"enter":["LoginIcon"],"authentication":["LoginIcon"],"entrance":["LoginIcon"],"join":["LoginIcon"],"access":["LoginIcon"],"entry":["LoginIcon"],"lock open":["UnlockIcon"],"key":["UnlockIcon"],"shield":["SecurityIcon","SecurityMediumIcon","SecurityHighIcon","SecurityCriticalIcon"],"block":["SecurityIcon","SecurityMediumIcon","SecurityHighIcon","SecurityCriticalIcon"],"x":["SecurityHighIcon","DeclineIcon"],"vulnerability":["ExploitIcon"],"bomb":["ExploitIcon"],"weapon":["ExploitIcon"],"chip":["TechnologiesIcon"],"digital":["TechnologiesIcon"],"microchip":["TechnologiesIcon"],"electronic":["TechnologiesIcon"],"circuit":["TechnologiesIcon"],"blocks":["AppsIcon","ExtensionsIcon"],"tiles":["AppsIcon","ExtensionsIcon"],"main":["AppsIcon"],"application":["AppsIcon","ExtensionsIcon"],"addon":["ExtensionsIcon"],"plugin":["ExtensionsIcon","IntegrationsIcon"],"pull":["RequestIcon"],"git":["RequestIcon"],"commit":["RequestIcon"],"timer":["StopwatchIcon"],"performance":["StopwatchIcon"],"socket":["IntegrationsIcon"],"cable":["IntegrationsIcon"],"power plug":["IntegrationsIcon"],"light bulb":["IdeaIcon"],"creative":["IdeaIcon"],"lamp":["IdeaIcon"],"excel":["DataTableIcon"],"spreadsheet":["DataTableIcon","TableIcon"],"cells":["DataTableIcon","TableIcon"],"column":["DataTableIcon","TableIcon"],"horizontal":["BarGaugeIcon"],"server":["DatabaseIcon"],"technology":["DatabaseIcon"],"toke":["AssetIcon"],"premium":["AssetIcon"],"diamond":["AssetIcon"],"jewel":["AssetIcon"],"closed":["MailClosedIcon"],"email":["MailClosedIcon","MailIcon"],"message":["MailClosedIcon","ChatIcon","MailIcon"],"envelope":["MailClosedIcon","MailIcon"],"Comment":["ChatIcon"],"Communicate":["ChatIcon"],"speechbubble":["ChatIcon"],"discussion":["ChatIcon"],"question":["SupportIcon"],"customer":["SupportIcon"],"saver":["SupportIcon"],"thumbs down":["ThumbsDownIcon"],"dislike":["ThumbsDownIcon"],"vote":["ThumbsDownIcon"],"disagree":["ThumbsDownIcon"],"no":["ThumbsDownIcon","DeclineIcon"],"addition":["WhatsNewIcon"],"fresh":["WhatsNewIcon"],"stars":["WhatsNewIcon"],"bling":["WhatsNewIcon"],"content":["WhatsNewIcon"],"release note":["WhatsNewIcon"],"test":["FeedbackIcon"],"customer experience":["FeedbackIcon"],"satisfaction":["FeedbackIcon"],"darkmode":["AppearanceIcon"],"lightmode":["AppearanceIcon"],"night":["AppearanceIcon","DarkmodeIcon"],"moon":["AppearanceIcon","DarkmodeIcon"],"sun":["AppearanceIcon","LightmodeIcon"],"brightness":["AppearanceIcon","LightmodeIcon"],"switch":["AppearanceIcon"],"sunshine":["LightmodeIcon"],"weather":["LightmodeIcon","DarkmodeIcon"],"warm":["LightmodeIcon"],"daylight":["LightmodeIcon"],"sleep":["DarkmodeIcon"],"crescent":["DarkmodeIcon"],"telephone":["CallIcon"],"cell":["CallIcon"],"mobile":["CallIcon"],"contact":["CallIcon"],"Sound":["VolumeIcon","VolumeOffIcon"],"speaker":["VolumeIcon","VolumeOffIcon"],"on":["VolumeIcon"],"high":["VolumeIcon"],"maximum":["VolumeIcon"],"low":["VolumeOffIcon"],"minimum":["VolumeOffIcon"],"mute":["VolumeOffIcon"],"none":["VolumeOffIcon"],"number":["HashtagIcon"],"#":["HashtagIcon"],"sign":["HashtagIcon"],"channel":["HashtagIcon"],"extract":["ParseIcon"],"migrate":["ParseIcon"],"convert":["ParseIcon"],"transition":["ParseIcon"],"refuse":["DeclineIcon"],"reject":["DeclineIcon"],"dismiss":["DeclineIcon"],"deny":["DeclineIcon"]}}