@dynatrace/strato-icons 0.30.5 → 0.31.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/index.cjs.js +1420 -1250
- package/index.esm.js +1420 -1250
- package/index.esm.js.map +3 -3
- package/package.json +1 -1
- package/src/__icons/AcceptIcon.d.ts +3 -0
- package/src/__icons/AssetOffIcon.d.ts +17 -0
- package/src/__icons/AttackAllowlistedIcon.d.ts +17 -0
- package/src/__icons/AttackBlockIcon.d.ts +17 -0
- package/src/__icons/AttackExploitedIcon.d.ts +17 -0
- package/src/__icons/AttackIcon.d.ts +17 -0
- package/src/__icons/DeclineIcon.d.ts +3 -0
- package/src/__icons/DownloadingIcon.d.ts +3 -0
- package/src/__icons/EducationIcon.d.ts +17 -0
- package/src/__icons/ExploitOffIcon.d.ts +17 -0
- package/src/__icons/FavoriteIcon.d.ts +17 -0
- package/src/__icons/FavouriteIcon.d.ts +3 -0
- package/src/__icons/MoveIcon.d.ts +3 -0
- package/src/__icons/PublicExposureIcon.d.ts +17 -0
- package/src/__icons/PublicExposureOffIcon.d.ts +17 -0
- package/src/__icons/ScatterplotIcon.d.ts +17 -0
- package/src/__icons/UnfavoriteIcon.d.ts +17 -0
- package/src/__icons/UnfavouriteIcon.d.ts +3 -0
- package/src/__icons/VulnerableFunctionOffIcon.d.ts +17 -0
- package/src/index.d.ts +13 -0
- package/src/lib/SvgIcon.d.ts +5 -1
- package/src/lib/types.d.ts +1 -1
- package/metadata.json +0 -1
package/package.json
CHANGED
|
@@ -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 AssetOffIcon: 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 AttackAllowlistedIcon: 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 AttackBlockIcon: 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 AttackExploitedIcon: 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 AttackIcon: 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 EducationIcon: 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 ExploitOffIcon: 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 FavoriteIcon: 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 PublicExposureIcon: 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 PublicExposureOffIcon: 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 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 UnfavoriteIcon: 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
|
@@ -35,6 +35,11 @@ export { ArrowSmallUpLeftIcon } from './__icons/ArrowSmallUpLeftIcon';
|
|
|
35
35
|
export { ArrowSmallUpRightIcon } from './__icons/ArrowSmallUpRightIcon';
|
|
36
36
|
export { ArrowUpIcon } from './__icons/ArrowUpIcon';
|
|
37
37
|
export { AssetIcon } from './__icons/AssetIcon';
|
|
38
|
+
export { AssetOffIcon } from './__icons/AssetOffIcon';
|
|
39
|
+
export { AttackAllowlistedIcon } from './__icons/AttackAllowlistedIcon';
|
|
40
|
+
export { AttackBlockIcon } from './__icons/AttackBlockIcon';
|
|
41
|
+
export { AttackExploitedIcon } from './__icons/AttackExploitedIcon';
|
|
42
|
+
export { AttackIcon } from './__icons/AttackIcon';
|
|
38
43
|
export { BandChartIcon } from './__icons/BandChartIcon';
|
|
39
44
|
export { BarChartIcon } from './__icons/BarChartIcon';
|
|
40
45
|
export { BarGaugeIcon } from './__icons/BarGaugeIcon';
|
|
@@ -92,16 +97,19 @@ export { DragHandleIcon } from './__icons/DragHandleIcon';
|
|
|
92
97
|
export { DragVerticalIcon } from './__icons/DragVerticalIcon';
|
|
93
98
|
export { DuplicateIcon } from './__icons/DuplicateIcon';
|
|
94
99
|
export { EditIcon } from './__icons/EditIcon';
|
|
100
|
+
export { EducationIcon } from './__icons/EducationIcon';
|
|
95
101
|
export { EnterIcon } from './__icons/EnterIcon';
|
|
96
102
|
export { ErrorIcon } from './__icons/ErrorIcon';
|
|
97
103
|
export { EventIcon } from './__icons/EventIcon';
|
|
98
104
|
export { EventTriggerIcon } from './__icons/EventTriggerIcon';
|
|
99
105
|
export { ExpandIcon } from './__icons/ExpandIcon';
|
|
100
106
|
export { ExploitIcon } from './__icons/ExploitIcon';
|
|
107
|
+
export { ExploitOffIcon } from './__icons/ExploitOffIcon';
|
|
101
108
|
export { ExtensionsIcon } from './__icons/ExtensionsIcon';
|
|
102
109
|
export { ExternalLinkIcon } from './__icons/ExternalLinkIcon';
|
|
103
110
|
export { EyeIcon } from './__icons/EyeIcon';
|
|
104
111
|
export { EyeOffIcon } from './__icons/EyeOffIcon';
|
|
112
|
+
export { FavoriteIcon } from './__icons/FavoriteIcon';
|
|
105
113
|
export { FavouriteIcon } from './__icons/FavouriteIcon';
|
|
106
114
|
export { FeedbackIcon } from './__icons/FeedbackIcon';
|
|
107
115
|
export { FileCopyIcon } from './__icons/FileCopyIcon';
|
|
@@ -168,6 +176,8 @@ export { PinIcon } from './__icons/PinIcon';
|
|
|
168
176
|
export { PinOffIcon } from './__icons/PinOffIcon';
|
|
169
177
|
export { PlayIcon } from './__icons/PlayIcon';
|
|
170
178
|
export { PlusIcon } from './__icons/PlusIcon';
|
|
179
|
+
export { PublicExposureIcon } from './__icons/PublicExposureIcon';
|
|
180
|
+
export { PublicExposureOffIcon } from './__icons/PublicExposureOffIcon';
|
|
171
181
|
export { RecommendIcon } from './__icons/RecommendIcon';
|
|
172
182
|
export { RedoIcon } from './__icons/RedoIcon';
|
|
173
183
|
export { RefreshIcon } from './__icons/RefreshIcon';
|
|
@@ -177,6 +187,7 @@ export { RequestIcon } from './__icons/RequestIcon';
|
|
|
177
187
|
export { ResetIcon } from './__icons/ResetIcon';
|
|
178
188
|
export { ResizeIcon } from './__icons/ResizeIcon';
|
|
179
189
|
export { SaveIcon } from './__icons/SaveIcon';
|
|
190
|
+
export { ScatterplotIcon } from './__icons/ScatterplotIcon';
|
|
180
191
|
export { SecurityCriticalIcon } from './__icons/SecurityCriticalIcon';
|
|
181
192
|
export { SecurityHighIcon } from './__icons/SecurityHighIcon';
|
|
182
193
|
export { SecurityIcon } from './__icons/SecurityIcon';
|
|
@@ -217,6 +228,7 @@ export { TitleOffIcon } from './__icons/TitleOffIcon';
|
|
|
217
228
|
export { TrashIcon } from './__icons/TrashIcon';
|
|
218
229
|
export { TriggerIcon } from './__icons/TriggerIcon';
|
|
219
230
|
export { UndoIcon } from './__icons/UndoIcon';
|
|
231
|
+
export { UnfavoriteIcon } from './__icons/UnfavoriteIcon';
|
|
220
232
|
export { UnfavouriteIcon } from './__icons/UnfavouriteIcon';
|
|
221
233
|
export { UnfoldLessIcon } from './__icons/UnfoldLessIcon';
|
|
222
234
|
export { UnfoldMoreIcon } from './__icons/UnfoldMoreIcon';
|
|
@@ -228,6 +240,7 @@ export { ViewSidebarIcon } from './__icons/ViewSidebarIcon';
|
|
|
228
240
|
export { VolumeIcon } from './__icons/VolumeIcon';
|
|
229
241
|
export { VolumeOffIcon } from './__icons/VolumeOffIcon';
|
|
230
242
|
export { VulnerableFunctionIcon } from './__icons/VulnerableFunctionIcon';
|
|
243
|
+
export { VulnerableFunctionOffIcon } from './__icons/VulnerableFunctionOffIcon';
|
|
231
244
|
export { WarningIcon } from './__icons/WarningIcon';
|
|
232
245
|
export { WhatsNewIcon } from './__icons/WhatsNewIcon';
|
|
233
246
|
export { WrapTextIcon } from './__icons/WrapTextIcon';
|
package/src/lib/SvgIcon.d.ts
CHANGED
|
@@ -16,7 +16,11 @@
|
|
|
16
16
|
import React from 'react';
|
|
17
17
|
import { SvgIconSize } from './types';
|
|
18
18
|
export interface SvgIconProps {
|
|
19
|
-
|
|
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;
|
package/src/lib/types.d.ts
CHANGED
|
@@ -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 = '
|
|
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"]}}
|