@koobiq/components 18.5.3 → 18.7.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/accordion/_accordion-theme.scss +3 -3
- package/alert/_alert-theme.scss +3 -3
- package/badge/_badge-theme.scss +8 -4
- package/badge/badge-tokens.scss +8 -0
- package/badge/badge.component.d.ts +1 -0
- package/button/_button-theme.scss +2 -2
- package/button-toggle/_button-toggle-theme.scss +1 -1
- package/checkbox/_checkbox-theme.scss +4 -4
- package/checkbox/checkbox-tokens.scss +4 -4
- package/code-block/_code-block-theme.scss +4 -4
- package/core/forms/_forms-theme.scss +1 -1
- package/core/option/_optgroup-theme.scss +2 -2
- package/core/option/_option-action-theme.scss +1 -1
- package/core/option/_option-theme.scss +2 -2
- package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +4 -4
- package/core/styles/theming/_theming.scss +2 -42
- package/core/styles/typography/_typography.scss +120 -159
- package/core/styles/visual/_layout.scss +1 -1
- package/datepicker/_datepicker-theme.scss +2 -2
- package/dl/_dl-theme.scss +2 -2
- package/dl/dl-tokens.scss +2 -2
- package/dropdown/_dropdown-theme.scss +8 -4
- package/empty-state/_empty-state-theme.scss +4 -4
- package/esm2022/badge/badge.component.mjs +4 -3
- package/esm2022/button/button.component.mjs +2 -2
- package/esm2022/checkbox/checkbox.mjs +2 -2
- package/esm2022/code-block/code-block.component.mjs +2 -2
- package/esm2022/core/option/action.mjs +2 -2
- package/esm2022/core/option/optgroup.mjs +2 -2
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +2 -2
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/dl/dl.component.mjs +2 -2
- package/esm2022/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/icon/icon-button.component.mjs +2 -2
- package/esm2022/markdown/markdown.component.mjs +2 -2
- package/esm2022/select/select.component.mjs +3 -3
- package/esm2022/splitter/splitter.component.mjs +3 -3
- package/esm2022/timezone/timezone-select.component.mjs +2 -2
- package/esm2022/toggle/toggle.component.mjs +3 -3
- package/esm2022/tree-select/tree-select.component.mjs +3 -3
- package/fesm2022/koobiq-components-badge.mjs +3 -2
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +2 -2
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +2 -2
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-code-block.mjs +2 -2
- package/fesm2022/koobiq-components-code-block.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +7 -7
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-dl.mjs +2 -2
- package/fesm2022/koobiq-components-dropdown.mjs +2 -2
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +2 -2
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +2 -2
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +2 -2
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-splitter.mjs +2 -2
- package/fesm2022/koobiq-components-splitter.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +2 -2
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-toggle.mjs +2 -2
- package/fesm2022/koobiq-components-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-tree-select.mjs +2 -2
- package/fesm2022/koobiq-components-tree-select.mjs.map +1 -1
- package/file-upload/_file-upload-theme.scss +7 -7
- package/form-field/_form-field-theme.scss +2 -2
- package/form-field/_hint-theme.scss +2 -2
- package/icon/_icon-button-theme.scss +2 -2
- package/input/_input-theme.scss +2 -2
- package/link/_link-theme.scss +3 -3
- package/list/_list-theme.scss +2 -2
- package/loader-overlay/_loader-overlay-theme.scss +4 -4
- package/markdown/_markdown-theme.scss +9 -9
- package/markdown/markdown-tokens.scss +23 -23
- package/modal/_modal-theme.scss +2 -2
- package/navbar/_navbar-theme.scss +2 -2
- package/package.json +6 -6
- package/popover/_popover-theme.scss +2 -2
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/prebuilt-themes/theme.css +1 -1
- package/progress-bar/_progress-bar-theme.scss +2 -2
- package/progress-spinner/_progress-spinner-theme.scss +2 -2
- package/radio/_radio-theme.scss +4 -4
- package/risk-level/_risk-level-theme.scss +1 -1
- package/schematics/collection.json +12 -2
- package/schematics/migrations/css-selectors/data.js +65 -0
- package/schematics/migrations/css-selectors/index.js +103 -0
- package/schematics/migrations/css-selectors/schema.json +25 -0
- package/schematics/migrations/deprecated-icons/data.js +1580 -0
- package/schematics/migrations/deprecated-icons/index.js +96 -0
- package/schematics/{new-icons-pack → migrations/new-icons-pack}/index.js +13 -29
- package/schematics/migrations/new-icons-pack/schema.json +25 -0
- package/schematics/ng-add/index.js +5 -5
- package/schematics/utils/package-config.js +6 -60
- package/select/_select-theme.scss +5 -5
- package/sidepanel/_sidepanel-theme.scss +2 -2
- package/splitter/_splitter-theme.scss +1 -1
- package/table/_table-theme.scss +2 -2
- package/tabs/_tabs-theme.scss +1 -1
- package/tags/_tag-theme.scss +2 -2
- package/textarea/_textarea-theme.scss +1 -1
- package/timezone/_timezone-option-theme.scss +4 -4
- package/toast/_toast-theme.scss +2 -2
- package/toggle/_toggle-theme.scss +5 -5
- package/tooltip/_tooltip-theme.scss +2 -2
- package/tree/_tree-theme.scss +2 -2
- package/tree-select/_tree-select-theme.scss +3 -3
- /package/schematics/{new-icons-pack → migrations/deprecated-icons}/schema.json +0 -0
- /package/schematics/{new-icons-pack → migrations/new-icons-pack}/data.js +0 -0
|
@@ -0,0 +1,1580 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const iconClassReplacements = [
|
|
4
|
+
{ replace: 'kbq-icon="pt-icons-', replaceWith: 'kbq-icon="kbq-' },
|
|
5
|
+
{ replace: 'pt-icons-', replaceWith: 'kbq-' },
|
|
6
|
+
{ replace: 'class="pt-icons"', replaceWith: '' },
|
|
7
|
+
{ replace: 'class="pt-icons ', replaceWith: 'class="' },
|
|
8
|
+
{ replace: ' pt-icons"', replaceWith: '"' },
|
|
9
|
+
{ replace: "'pt-icons ", replaceWith: "'" },
|
|
10
|
+
{ replace: '\\.pt-icons', replaceWith: '.kbq' }
|
|
11
|
+
];
|
|
12
|
+
const iconsMapping = [
|
|
13
|
+
{
|
|
14
|
+
replace: 'add-to-list_16',
|
|
15
|
+
replaceWith: 'file-plus-o_16'
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
replace: 'alert-disabled_16',
|
|
19
|
+
replaceWith: 'speaker_16'
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
replace: 'alert-enabled_16',
|
|
23
|
+
replaceWith: 'speaker-wave_16'
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
replace: 'angle-down-L_16',
|
|
27
|
+
replaceWith: 'chevron-down_16'
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
replace: 'angle-down-L_24',
|
|
31
|
+
replaceWith: 'chevron-down_24'
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
replace: 'angle-down-M_16',
|
|
35
|
+
replaceWith: 'chevron-down_16'
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
replace: 'angle-down-M_24',
|
|
39
|
+
replaceWith: 'chevron-down_24'
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
replace: 'angle-down-M_32',
|
|
43
|
+
replaceWith: 'chevron-down_32'
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
replace: 'angle-down-S_16',
|
|
47
|
+
replaceWith: 'chevron-down-s_16'
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
replace: 'angle-left-L_16',
|
|
51
|
+
replaceWith: 'chevron-left_16'
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
replace: 'angle-left-L_24',
|
|
55
|
+
replaceWith: 'chevron-left_24'
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
replace: 'angle-left-M_16',
|
|
59
|
+
replaceWith: 'chevron-left_16'
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
replace: 'angle-left-M_24',
|
|
63
|
+
replaceWith: 'chevron-left_24'
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
replace: 'angle-left-M_32',
|
|
67
|
+
replaceWith: 'chevron-left_32'
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
replace: 'angle-left-S_16',
|
|
71
|
+
replaceWith: 'chevron-left-s_16'
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
replace: 'angle-right-L_16',
|
|
75
|
+
replaceWith: 'chevron-right_16'
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
replace: 'angle-right-L_24',
|
|
79
|
+
replaceWith: 'chevron-right_24'
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
replace: 'angle-right-M_16',
|
|
83
|
+
replaceWith: 'chevron-right_16'
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
replace: 'angle-right-M_24',
|
|
87
|
+
replaceWith: 'chevron-right_24'
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
replace: 'angle-right-M_32',
|
|
91
|
+
replaceWith: 'chevron-right_32'
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
replace: 'angle-right-S_16',
|
|
95
|
+
replaceWith: 'chevron-right-s_16'
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
replace: 'angle-up-L_16',
|
|
99
|
+
replaceWith: 'chevron-up_16'
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
replace: 'angle-up-L_24',
|
|
103
|
+
replaceWith: 'chevron-up_24'
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
replace: 'angle-up-M_16',
|
|
107
|
+
replaceWith: 'chevron-up_16'
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
replace: 'angle-up-M_24',
|
|
111
|
+
replaceWith: 'chevron-up_24'
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
replace: 'angle-up-M_32',
|
|
115
|
+
replaceWith: 'chevron-up_32'
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
replace: 'angle-up-S_16',
|
|
119
|
+
replaceWith: 'chevron-up-s_16'
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
replace: 'archive_16',
|
|
123
|
+
replaceWith: 'box-archive_16'
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
replace: 'arrow-back_16',
|
|
127
|
+
replaceWith: 'arrow-left_16'
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
replace: 'arrow-forward_16',
|
|
131
|
+
replaceWith: 'arrow-right_16'
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
replace: 'arrow-left-terminal_16',
|
|
135
|
+
replaceWith: 'arrow-left-to-line_16'
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
replace: 'arrow-right-terminal_16',
|
|
139
|
+
replaceWith: 'arrow-right-to-line_16'
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
replace: 'arrow-small-down_16',
|
|
143
|
+
replaceWith: 'arrow-down_16'
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
replace: 'arrow-small-left_16',
|
|
147
|
+
replaceWith: 'arrow-left_16'
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
replace: 'arrow-small-right_16',
|
|
151
|
+
replaceWith: 'arrow-right_16'
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
replace: 'arrow-small-up_16',
|
|
155
|
+
replaceWith: 'arrow-up_16'
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
replace: 'asset-access-point_16',
|
|
159
|
+
replaceWith: 'signal-stream_16'
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
replace: 'asset-access-point_24',
|
|
163
|
+
replaceWith: 'signal-stream_24'
|
|
164
|
+
},
|
|
165
|
+
{
|
|
166
|
+
replace: 'asset-account_16',
|
|
167
|
+
replaceWith: 'user_16'
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
replace: 'asset-account_24',
|
|
171
|
+
replaceWith: 'user_24'
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
replace: 'asset-active-directory_16',
|
|
175
|
+
replaceWith: 'active-directory_16'
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
replace: 'asset-active-directory_24',
|
|
179
|
+
replaceWith: 'active-directory_24'
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
replace: 'asset-aix_16',
|
|
183
|
+
replaceWith: 'aix_16'
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
replace: 'asset-aix_24',
|
|
187
|
+
replaceWith: 'aix_24'
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
replace: 'asset-android_16',
|
|
191
|
+
replaceWith: 'android_16'
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
replace: 'asset-apple_16',
|
|
195
|
+
replaceWith: 'apple_16'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
replace: 'asset-apple_24',
|
|
199
|
+
replaceWith: 'apple_24'
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
replace: 'asset-bsd_16',
|
|
203
|
+
replaceWith: 'bsd_16'
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
replace: 'asset-bsd_24',
|
|
207
|
+
replaceWith: 'bsd_24'
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
replace: 'asset-cloud_16',
|
|
211
|
+
replaceWith: 'cloud_16'
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
replace: 'asset-cloud_24',
|
|
215
|
+
replaceWith: 'cloud_24'
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
replace: 'asset-desktop_16',
|
|
219
|
+
replaceWith: 'desktop_16'
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
replace: 'asset-desktop_24',
|
|
223
|
+
replaceWith: 'desktop_24'
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
replace: 'asset-firewall_16',
|
|
227
|
+
replaceWith: 'block-brick_16'
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
replace: 'asset-firewall_24',
|
|
231
|
+
replaceWith: 'block-brick_24'
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
replace: 'asset-host-virtual_16',
|
|
235
|
+
replaceWith: 'question-circle_16'
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
replace: 'asset-host-virtual_24',
|
|
239
|
+
replaceWith: 'question-circle_24'
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
replace: 'asset-hpux_16',
|
|
243
|
+
replaceWith: 'hpux_16'
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
replace: 'asset-hpux_24',
|
|
247
|
+
replaceWith: 'hpux_24'
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
replace: 'asset-hypervisor_16',
|
|
251
|
+
replaceWith: 'hypervisor_16'
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
replace: 'asset-hypervisor_24',
|
|
255
|
+
replaceWith: 'hypervisor_24'
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
replace: 'asset-idrac_16',
|
|
259
|
+
replaceWith: 'idrac_16'
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
replace: 'asset-idrac_24',
|
|
263
|
+
replaceWith: 'idrac_24'
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
replace: 'asset-linux_16',
|
|
267
|
+
replaceWith: 'linux_16'
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
replace: 'asset-linux_24',
|
|
271
|
+
replaceWith: 'linux_24'
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
replace: 'asset-mobile-device_16',
|
|
275
|
+
replaceWith: 'mobile_16'
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
replace: 'asset-multiple_16',
|
|
279
|
+
replaceWith: 'desktop-multiple_16'
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
replace: 'asset-multiple_24',
|
|
283
|
+
replaceWith: 'desktop-multiple_24'
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
replace: 'asset-network_16',
|
|
287
|
+
replaceWith: 'cloud_16'
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
replace: 'asset-network_24',
|
|
291
|
+
replaceWith: 'cloud-o_24'
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
replace: 'asset-network-device_16',
|
|
295
|
+
replaceWith: 'network-device-dots_16'
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
replace: 'asset-network-device_24',
|
|
299
|
+
replaceWith: 'network-device-dots_24'
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
replace: 'asset-network-dummy_16',
|
|
303
|
+
replaceWith: 'question-circle_16'
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
replace: 'asset-node_16',
|
|
307
|
+
replaceWith: 'question-circle_16'
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
replace: 'asset-node_24',
|
|
311
|
+
replaceWith: 'question-circle_24'
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
replace: 'asset-other_16',
|
|
315
|
+
replaceWith: 'question-circle_16'
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
replace: 'asset-other_24',
|
|
319
|
+
replaceWith: 'question-circle_24'
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
replace: 'asset-other-2_24',
|
|
323
|
+
replaceWith: 'question-circle_24'
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
replace: 'asset-printer_16',
|
|
327
|
+
replaceWith: 'printer_16'
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
replace: 'asset-printer_24',
|
|
331
|
+
replaceWith: 'printer_24'
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
replace: 'asset-router_16',
|
|
335
|
+
replaceWith: 'router_16'
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
replace: 'asset-router_24',
|
|
339
|
+
replaceWith: 'router_24'
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
replace: 'asset-sap_16',
|
|
343
|
+
replaceWith: 'sap_16'
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
replace: 'asset-sap_24',
|
|
347
|
+
replaceWith: 'sap_24'
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
replace: 'asset-server_16',
|
|
351
|
+
replaceWith: 'server_16'
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
replace: 'asset-server_24',
|
|
355
|
+
replaceWith: 'server_24'
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
replace: 'asset-switch_16',
|
|
359
|
+
replaceWith: 'arrows-left-right-rectangle-horizontal-o_16'
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
replace: 'asset-switch_24',
|
|
363
|
+
replaceWith: 'arrows-left-right-rectangle-horizontal-o_24'
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
replace: 'asset-website_16',
|
|
367
|
+
replaceWith: 'globe_16'
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
replace: 'asset-website_24',
|
|
371
|
+
replaceWith: 'globe_24'
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
replace: 'asset-windows_16',
|
|
375
|
+
replaceWith: 'windows_16'
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
replace: 'asset-windows_24',
|
|
379
|
+
replaceWith: 'windows_24'
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
replace: 'bell-o_16',
|
|
383
|
+
replaceWith: 'bell_16'
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
replace: 'bell-o_24',
|
|
387
|
+
replaceWith: 'bell_24'
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
replace: 'bell-off-o_16',
|
|
391
|
+
replaceWith: 'bell-slash_16'
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
replace: 'bell-off-o_24',
|
|
395
|
+
replaceWith: 'bell-slash_24'
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
replace: 'bento_16',
|
|
399
|
+
replaceWith: 'bento-menu_16'
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
replace: 'bento_24',
|
|
403
|
+
replaceWith: 'bento-menu_24'
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
replace: 'bento_32',
|
|
407
|
+
replaceWith: 'bento-menu_32'
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
replace: 'blackbox_24',
|
|
411
|
+
replaceWith: 'server_24'
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
replace: 'blackbox-o_24',
|
|
415
|
+
replaceWith: 'server_24'
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
replace: 'blacklist_16',
|
|
419
|
+
replaceWith: 'file-badge-ban-o_16'
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
replace: 'blacklist_24',
|
|
423
|
+
replaceWith: 'file-badge-ban-o_24'
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
replace: 'bolt_32',
|
|
427
|
+
replaceWith: 'bolt-o_32'
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
replace: 'book_24',
|
|
431
|
+
replaceWith: 'book-multiple_24'
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
replace: 'book-o_24',
|
|
435
|
+
replaceWith: 'book-multiple-o_24'
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
replace: 'border-network_16',
|
|
439
|
+
replaceWith: 'cloud-badge-globe-o_16'
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
replace: 'border-network_24',
|
|
443
|
+
replaceWith: 'cloud-badge-globe-o_24'
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
replace: 'box-closed_16',
|
|
447
|
+
replaceWith: 'box_16'
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
replace: 'branch-o_24',
|
|
451
|
+
replaceWith: 'branch_24'
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
replace: 'build-config_16',
|
|
455
|
+
replaceWith: 'wrench-badge-play_16'
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
replace: 'calendar_16',
|
|
459
|
+
replaceWith: 'calendar-o_16'
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
replace: 'calendar-stopped_16',
|
|
463
|
+
replaceWith: 'calendar-xmark-o_16'
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
replace: 'chart-bar_16',
|
|
467
|
+
replaceWith: 'chart-bar-horizontal_16'
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
replace: 'chart-bar_24',
|
|
471
|
+
replaceWith: 'chart-bar-horizontal_24'
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
replace: 'chart-bar_32',
|
|
475
|
+
replaceWith: 'chart-bar-horizontal_32'
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
replace: 'chart-bar_48',
|
|
479
|
+
replaceWith: 'chart-bar-horizontal_48'
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
replace: 'chart-index_24',
|
|
483
|
+
replaceWith: 'chart-index-line_24'
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
replace: 'chart-index-only_24',
|
|
487
|
+
replaceWith: 'chart-index_24'
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
replace: 'chart-map_16',
|
|
491
|
+
replaceWith: 'map_16'
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
replace: 'chart-map_24',
|
|
495
|
+
replaceWith: 'map_24'
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
replace: 'chart-stacked-bar_24',
|
|
499
|
+
replaceWith: 'chart-stacked-bar-horizontal_24'
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
replace: 'check-auto_16',
|
|
503
|
+
replaceWith: 'check-badge-auto_16'
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
replace: 'child-link_16',
|
|
507
|
+
replaceWith: 'arrow-turn-down-right_16'
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
replace: 'circle-6_16',
|
|
511
|
+
replaceWith: 'circle-xs_16'
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
replace: 'circle-8_16',
|
|
515
|
+
replaceWith: 'circle-xs_16'
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
replace: 'circle-empty_16',
|
|
519
|
+
replaceWith: 'circle-o_16'
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
replace: 'circle-empty_24',
|
|
523
|
+
replaceWith: 'circle-o_24'
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
replace: 'circle-empty-partial_16',
|
|
527
|
+
replaceWith: 'circle-dot-o_16'
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
replace: 'circle-outline_16',
|
|
531
|
+
replaceWith: 'circle-o_16'
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
replace: 'circle-partial_16',
|
|
535
|
+
replaceWith: 'circle-dot_16'
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
replace: 'circle-successfull_16',
|
|
539
|
+
replaceWith: 'check-circle_16'
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
replace: 'circle-successfull_24',
|
|
543
|
+
replaceWith: 'check-circle_24'
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
replace: 'circle-successfull-o_16',
|
|
547
|
+
replaceWith: 'check-circle_16'
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
replace: 'circle-unavailable_16',
|
|
551
|
+
replaceWith: 'ban_16'
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
replace: 'circle-unavailable_24',
|
|
555
|
+
replaceWith: 'ban_24'
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
replace: 'circle-unavailable-partial_16',
|
|
559
|
+
replaceWith: 'ban-dot_16'
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
replace: 'circle-warning_24',
|
|
563
|
+
replaceWith: 'exclamation-circle_24'
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
replace: 'close-circle_16',
|
|
567
|
+
replaceWith: 'xmark-circle_16'
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
replace: 'close-circle-o_16',
|
|
571
|
+
replaceWith: 'xmark-circle_16'
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
replace: 'close-circle-o_24',
|
|
575
|
+
replaceWith: 'xmark-circle_24'
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
replace: 'close-circle-small_16',
|
|
579
|
+
replaceWith: 'xmark-circle_16'
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
replace: 'close-L_16',
|
|
583
|
+
replaceWith: 'xmark_16'
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
replace: 'close-L_32',
|
|
587
|
+
replaceWith: 'xmark_32'
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
replace: 'close-M_16',
|
|
591
|
+
replaceWith: 'xmark-s_16'
|
|
592
|
+
},
|
|
593
|
+
{
|
|
594
|
+
replace: 'close-S_16',
|
|
595
|
+
replaceWith: 'xmark-s_16'
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
replace: 'collapse_16',
|
|
599
|
+
replaceWith: 'chevrons-down-up_16'
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
replace: 'collapse-diagonal_16',
|
|
603
|
+
replaceWith: 'arrows-collapse-diagonal_16'
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
replace: 'collect-data_16',
|
|
607
|
+
replaceWith: 'satellite-dish_16'
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
replace: 'color-palette_16',
|
|
611
|
+
replaceWith: 'palette_16'
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
replace: 'comment_16',
|
|
615
|
+
replaceWith: 'message_16'
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
replace: 'comment_24',
|
|
619
|
+
replaceWith: 'message_24'
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
replace: 'comment-active_24',
|
|
623
|
+
replaceWith: 'message-dot_24'
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
replace: 'compliance_16',
|
|
627
|
+
replaceWith: 'certificate-vertical_16'
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
replace: 'compliance-level-critical_16',
|
|
631
|
+
replaceWith: 'gear-badge-arrowtriangle-up-square_16'
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
replace: 'compliance-level-high_16',
|
|
635
|
+
replaceWith: 'gear-badge-square_16'
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
replace: 'compliance-level-low_16',
|
|
639
|
+
replaceWith: 'gear-badge-square-o_16'
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
replace: 'compliance-level-medium_16',
|
|
643
|
+
replaceWith: 'gear-badge-square-s_16'
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
replace: 'compliance-level-not-defined_16',
|
|
647
|
+
replaceWith: 'gear-badge-square-o_16'
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
replace: 'connection_24',
|
|
651
|
+
replaceWith: 'network-device-dots_24'
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
replace: 'connection-o_24',
|
|
655
|
+
replaceWith: 'network-device-dots_24'
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
replace: 'copy_16',
|
|
659
|
+
replaceWith: 'square-multiple-o_16'
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
replace: 'copy-o_16',
|
|
663
|
+
replaceWith: 'file-multiple-o_16'
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
replace: 'criticality-medium_16',
|
|
667
|
+
replaceWith: 'circle-half_16'
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
replace: 'dashboard_32',
|
|
671
|
+
replaceWith: 'dashboard-o_32'
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
replace: 'delete_16',
|
|
675
|
+
replaceWith: 'trash_16'
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
replace: 'delivered_16',
|
|
679
|
+
replaceWith: 'check-double_16'
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
replace: 'disc_16',
|
|
683
|
+
replaceWith: 'disk-drive_16'
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
replace: 'disc_24',
|
|
687
|
+
replaceWith: 'disk-drive_24'
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
replace: 'double-angle-down_16',
|
|
691
|
+
replaceWith: 'chevron-double-down_16'
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
replace: 'double-angle-left_16',
|
|
695
|
+
replaceWith: 'chevron-double-left_16'
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
replace: 'double-angle-right_16',
|
|
699
|
+
replaceWith: 'chevron-double-right_16'
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
replace: 'double-angle-up_16',
|
|
703
|
+
replaceWith: 'chevron-double-up_16'
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
replace: 'download_16',
|
|
707
|
+
replaceWith: 'arrow-down-to-line_16'
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
replace: 'download_32',
|
|
711
|
+
replaceWith: 'cloud-arrow-down-o_32'
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
replace: 'edit_16',
|
|
715
|
+
replaceWith: 'pencil_16'
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
replace: 'edit_24',
|
|
719
|
+
replaceWith: 'pencil_24'
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
replace: 'ellipsis_16',
|
|
723
|
+
replaceWith: 'ellipsis-vertical_16'
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
replace: 'ellipsis_24',
|
|
727
|
+
replaceWith: 'ellipsis-vertical_24'
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
replace: 'ellipsis-horiz-circle_16',
|
|
731
|
+
replaceWith: 'ellipsis-horizontal-circle-o_16'
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
replace: 'email-notification_24',
|
|
735
|
+
replaceWith: 'envelope-dot_24'
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
replace: 'email-notification-o_24',
|
|
739
|
+
replaceWith: 'envelope-dot_24'
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
replace: 'enter_16',
|
|
743
|
+
replaceWith: 'arrow-turn-down-left_16'
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
replace: 'envelope-partial_16',
|
|
747
|
+
replaceWith: 'envelope-dot_16'
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
replace: 'envelope-send_16',
|
|
751
|
+
replaceWith: 'envelope-badge-arrow-right_16'
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
replace: 'error_16',
|
|
755
|
+
replaceWith: 'exclamation-triangle_16'
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
replace: 'error_32',
|
|
759
|
+
replaceWith: 'exclamation-triangle_32'
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
replace: 'event-alert_16',
|
|
763
|
+
replaceWith: 'bolt-rectangle-vertical_16'
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
replace: 'event-alert-o_16',
|
|
767
|
+
replaceWith: 'bolt-rectangle-vertical-o_16'
|
|
768
|
+
},
|
|
769
|
+
{
|
|
770
|
+
replace: 'event-hierarchical_16',
|
|
771
|
+
replaceWith: 'database-badge-arrow-down_16'
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
replace: 'event-normalized_16',
|
|
775
|
+
replaceWith: 'file-lines_16'
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
replace: 'event-normalized-o_16',
|
|
779
|
+
replaceWith: 'file-lines_16'
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
replace: 'event-raw-o_16',
|
|
783
|
+
replaceWith: 'file-lines-short_16'
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
replace: 'event-template_16',
|
|
787
|
+
replaceWith: 'bars-bold-horizontal_16'
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
replace: 'exchange_16',
|
|
791
|
+
replaceWith: 'arrow-right-arrow-left_16'
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
replace: 'expand_16',
|
|
795
|
+
replaceWith: 'chevrons-up-down_16'
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
replace: 'expand-diagonal_16',
|
|
799
|
+
replaceWith: 'arrows-expand-diagonal_16'
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
replace: 'export_16',
|
|
803
|
+
replaceWith: 'arrow-right-from-bracket_16'
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
replace: 'external-link_16',
|
|
807
|
+
replaceWith: 'arrow-up-right-from-square_16'
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
replace: 'eye-crossed_16',
|
|
811
|
+
replaceWith: 'eye-slash_16'
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
replace: 'file-archive_16',
|
|
815
|
+
replaceWith: 'file-archive-o_16'
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
replace: 'file-code_16',
|
|
819
|
+
replaceWith: 'file-code-o_16'
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
replace: 'file-doc_48',
|
|
823
|
+
replaceWith: 'file-doc-o_48'
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
replace: 'file-empty_16',
|
|
827
|
+
replaceWith: 'file-o_16'
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
replace: 'file-empty_32',
|
|
831
|
+
replaceWith: 'file-o_32'
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
replace: 'file-empty-multiple_16',
|
|
835
|
+
replaceWith: 'file-multiple-o_16'
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
replace: 'file-empty-multiple_24',
|
|
839
|
+
replaceWith: 'file-multiple-o_24'
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
replace: 'file-passed_16',
|
|
843
|
+
replaceWith: 'arrow-right-through-line_16'
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
replace: 'file-passed-partial_16',
|
|
847
|
+
replaceWith: 'arrow-right-circle-dot-o_16'
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
replace: 'file-pdf_48',
|
|
851
|
+
replaceWith: 'file-pdf-o_48'
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
replace: 'file-text_16',
|
|
855
|
+
replaceWith: 'file-text-o_16'
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
replace: 'file-text-arrow-left_16',
|
|
859
|
+
replaceWith: 'file-badge-arrow-left-o_16'
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
replace: 'file-text-arrow-right_16',
|
|
863
|
+
replaceWith: 'file-badge-arrow-right-o_16'
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
replace: 'file-unfinished_16',
|
|
867
|
+
replaceWith: 'file-cut-o_16'
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
replace: 'filter-active_16',
|
|
871
|
+
replaceWith: 'filter-dot_16'
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
replace: 'filter-active-o_16',
|
|
875
|
+
replaceWith: 'filter-dot_16'
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
replace: 'filter-o_16',
|
|
879
|
+
replaceWith: 'filter_16'
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
replace: 'find-me_16',
|
|
883
|
+
replaceWith: 'crosshairs_16'
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
replace: 'flowchart-partial_16',
|
|
887
|
+
replaceWith: 'flowchart-dot_16'
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
replace: 'folder_32',
|
|
891
|
+
replaceWith: 'folder-o_32'
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
replace: 'folder-closed_16',
|
|
895
|
+
replaceWith: 'folder_16'
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
replace: 'folder-closed_24',
|
|
899
|
+
replaceWith: 'folder_24'
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
replace: 'folder-closed-partial_16',
|
|
903
|
+
replaceWith: 'folder-dot_16'
|
|
904
|
+
},
|
|
905
|
+
{
|
|
906
|
+
replace: 'folder-move_16',
|
|
907
|
+
replaceWith: 'folder-badge-arrow-right_16'
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
replace: 'folder-open-o_24',
|
|
911
|
+
replaceWith: 'folder-open_24'
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
replace: 'folder-open-partial_16',
|
|
915
|
+
replaceWith: 'folder-open-dot_16'
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
replace: 'folder-opened_16',
|
|
919
|
+
replaceWith: 'folder_open_16'
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
replace: 'folder-search_16',
|
|
923
|
+
replaceWith: 'folder-badge-magnifying-glass_16'
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
replace: 'folder-search-open_16',
|
|
927
|
+
replaceWith: 'folder-open-badge-magnifying-glass_16'
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
replace: 'folder-search-opened_16',
|
|
931
|
+
replaceWith: 'folder-open-badge-magnifying-glass_16'
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
replace: 'forward_16',
|
|
935
|
+
replaceWith: 'forward-step_16'
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
replace: 'gear-o_24',
|
|
939
|
+
replaceWith: 'gear_24'
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
replace: 'globe-partial_16',
|
|
943
|
+
replaceWith: 'globe-dot_16'
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
replace: 'go-to-comment_16',
|
|
947
|
+
replaceWith: 'message-arrow-right_16'
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
replace: 'go-to-comment_24',
|
|
951
|
+
replaceWith: 'message-arrow-right_24'
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
replace: 'grid-group-active_16',
|
|
955
|
+
replaceWith: 'grid-group-dot_16'
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
replace: 'hamburger_16',
|
|
959
|
+
replaceWith: 'bars-horizontal_16'
|
|
960
|
+
},
|
|
961
|
+
{
|
|
962
|
+
replace: 'hamburger_32',
|
|
963
|
+
replaceWith: 'bars-horizontal_32'
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
replace: 'handle_16',
|
|
967
|
+
replaceWith: 'grip-vertical_16'
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
replace: 'hash_16',
|
|
971
|
+
replaceWith: 'hashtag_16'
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
replace: 'history_16',
|
|
975
|
+
replaceWith: 'clock-rotate-left_16'
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
replace: 'hourglasses-0_16',
|
|
979
|
+
replaceWith: 'hourglass-start_16'
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
replace: 'hourglasses-100_16',
|
|
983
|
+
replaceWith: 'hourglass-end_16'
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
replace: 'hourglasses-50_16',
|
|
987
|
+
replaceWith: 'hourglass-half_16'
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
replace: 'ignore_24',
|
|
991
|
+
replaceWith: 'minus-circle_24'
|
|
992
|
+
},
|
|
993
|
+
{
|
|
994
|
+
replace: 'ignore-o_16',
|
|
995
|
+
replaceWith: 'minus-circle-o_16'
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
replace: 'ignore-o_24',
|
|
999
|
+
replaceWith: 'minus-circle-o_24'
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
replace: 'image-block_16',
|
|
1003
|
+
replaceWith: 'image_16'
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
replace: 'import_16',
|
|
1007
|
+
replaceWith: 'arrow-right-to-bracket_16'
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
replace: 'importance-1_16',
|
|
1011
|
+
replaceWith: 'arrows-up_16'
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
replace: 'importance-2_16',
|
|
1015
|
+
replaceWith: 'arrow-up_16'
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
replace: 'importance-3_16',
|
|
1019
|
+
replaceWith: 'circle-half_16'
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
replace: 'importance-4_16',
|
|
1023
|
+
replaceWith: 'minus_16'
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
replace: 'importance-5_16',
|
|
1027
|
+
replaceWith: 'arrow-down_16'
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
replace: 'info_16',
|
|
1031
|
+
replaceWith: 'info-circle_16'
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
replace: 'info_24',
|
|
1035
|
+
replaceWith: 'info-circle_24'
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
replace: 'info-o_16',
|
|
1039
|
+
replaceWith: 'info-circle_16'
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
replace: 'info-o_24',
|
|
1043
|
+
replaceWith: 'info-circle_24'
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
replace: 'interface-in_16',
|
|
1047
|
+
replaceWith: 'arrow-right-to-arc_16'
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
replace: 'interface-in_24',
|
|
1051
|
+
replaceWith: 'arrow-right-to-arc_24'
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
replace: 'interface-out_16',
|
|
1055
|
+
replaceWith: 'arrow-right-from-arc_16'
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
replace: 'interface-out_24',
|
|
1059
|
+
replaceWith: 'arrow-right-from-arc_24'
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
replace: 'ip-group_16',
|
|
1063
|
+
replaceWith: 'ip-multiple_16'
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
replace: 'landscape-orientation_16',
|
|
1067
|
+
replaceWith: 'file-horizontal-o_16'
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
replace: 'license_16',
|
|
1071
|
+
replaceWith: 'certificate-horizontal_16'
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
replace: 'license_24',
|
|
1075
|
+
replaceWith: 'certificate-horizontal_24'
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
replace: 'limit_16',
|
|
1079
|
+
replaceWith: 'scissors_16'
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
replace: 'link-group_16',
|
|
1083
|
+
replaceWith: 'link-multiple_16'
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
replace: 'link-group_24',
|
|
1087
|
+
replaceWith: 'link-multiple_24'
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
replace: 'link-partial_16',
|
|
1091
|
+
replaceWith: 'link-dot_16'
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
replace: 'loader-circle_16',
|
|
1095
|
+
replaceWith: 'spinner_16'
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
replace: 'lock-locked_16',
|
|
1099
|
+
replaceWith: 'lock_16'
|
|
1100
|
+
},
|
|
1101
|
+
{
|
|
1102
|
+
replace: 'lock-locked_24',
|
|
1103
|
+
replaceWith: 'lock_24'
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
replace: 'lock-locked-o_16',
|
|
1107
|
+
replaceWith: 'lock_16'
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
replace: 'lock-locked-o_24',
|
|
1111
|
+
replaceWith: 'lock_24'
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
replace: 'lock-unlocked_16',
|
|
1115
|
+
replaceWith: 'lock-open_16'
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
replace: 'log_24',
|
|
1119
|
+
replaceWith: 'scroll-o_24'
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
replace: 'log-o_16',
|
|
1123
|
+
replaceWith: 'scroll-o_16'
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
replace: 'log-o_24',
|
|
1127
|
+
replaceWith: 'scroll-o_24'
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
replace: 'login_24',
|
|
1131
|
+
replaceWith: 'arrow-right-to-rectangle_24'
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
replace: 'maximize_16',
|
|
1135
|
+
replaceWith: 'chevrons-expand_16'
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
replace: 'minimize_16',
|
|
1139
|
+
replaceWith: 'compress_16'
|
|
1140
|
+
},
|
|
1141
|
+
{
|
|
1142
|
+
replace: 'minus-circle-small_16',
|
|
1143
|
+
replaceWith: 'minus-circle-s_16'
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
replace: 'minus-circle-xs_16',
|
|
1147
|
+
replaceWith: 'minus-circle-s_16'
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
replace: 'net-packet_16',
|
|
1151
|
+
replaceWith: 'network-device_16'
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
replace: 'net-packet-group_16',
|
|
1155
|
+
replaceWith: 'network-device-multiple_16'
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
replace: 'new-tab_16',
|
|
1159
|
+
replaceWith: 'arrow-up-right-from-square_16'
|
|
1160
|
+
},
|
|
1161
|
+
{
|
|
1162
|
+
replace: 'parent-link_16',
|
|
1163
|
+
replaceWith: 'arrow-up-left_16'
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
replace: 'pause-on-time_16',
|
|
1167
|
+
replaceWith: 'clock-badge-pause_16'
|
|
1168
|
+
},
|
|
1169
|
+
{
|
|
1170
|
+
replace: 'play-o_16',
|
|
1171
|
+
replaceWith: 'play_16'
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
replace: 'play-on-time_16',
|
|
1175
|
+
replaceWith: 'clock-badge-play_16'
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
replace: 'plug-o_16',
|
|
1179
|
+
replaceWith: 'plug_16'
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
replace: 'plug-o_24',
|
|
1183
|
+
replaceWith: 'plug_24'
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
replace: 'plus-circle-xs_16',
|
|
1187
|
+
replaceWith: 'plus-circle-s_16'
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
replace: 'policies_16',
|
|
1191
|
+
replaceWith: 'robot_16'
|
|
1192
|
+
},
|
|
1193
|
+
{
|
|
1194
|
+
replace: 'policy_24',
|
|
1195
|
+
replaceWith: 'clipboard-check_24'
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
replace: 'policy-o_24',
|
|
1199
|
+
replaceWith: 'clipboard-check-o_24'
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
replace: 'portrait-orientation_16',
|
|
1203
|
+
replaceWith: 'file-o_16'
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
replace: 'project_16',
|
|
1207
|
+
replaceWith: 'bars-vertical_16'
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
replace: 'protection-active_16',
|
|
1211
|
+
replaceWith: 'shield-check_16'
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
replace: 'protection-half_16',
|
|
1215
|
+
replaceWith: 'shield-half_16'
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
replace: 'protection-off_16',
|
|
1219
|
+
replaceWith: 'shield-slash_16'
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
replace: 'question-circle-o_16',
|
|
1223
|
+
replaceWith: 'question-circle_16'
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
replace: 'question-circle-o_24',
|
|
1227
|
+
replaceWith: 'question-circle_24'
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
replace: 'refresh_16',
|
|
1231
|
+
replaceWith: 'arrows-rotate-reverse_16'
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
replace: 'refresh_24',
|
|
1235
|
+
replaceWith: 'arrows-rotate-reverse_24'
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
replace: 'refresh_48',
|
|
1239
|
+
replaceWith: 'arrows-rotate_48'
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
replace: 'refresh-off_16',
|
|
1243
|
+
replaceWith: 'arrows-rotate-reverse-slash_16'
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
replace: 'registry-group_16',
|
|
1247
|
+
replaceWith: 'registry-multiple_16'
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
replace: 'remove-from-list_16',
|
|
1251
|
+
replaceWith: 'list-badge-xmark_16'
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
replace: 'report_16',
|
|
1255
|
+
replaceWith: 'file-o_16'
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
replace: 'report_24',
|
|
1259
|
+
replaceWith: 'file-o_24'
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
replace: 'report_32',
|
|
1263
|
+
replaceWith: 'file-lines-o_32'
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
replace: 'report-errors_16',
|
|
1267
|
+
replaceWith: 'file-exclamation-o_16'
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
replace: 'report-o_16',
|
|
1271
|
+
replaceWith: 'file-o_16'
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
replace: 'report-o_24',
|
|
1275
|
+
replaceWith: 'file-o_24'
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
replace: 'retro-analysis_16',
|
|
1279
|
+
replaceWith: 'arrow-rotate-right-dot_16'
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
replace: 'satellite_16',
|
|
1283
|
+
replaceWith: 'satellite-dish_16'
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
replace: 'save_16',
|
|
1287
|
+
replaceWith: 'floppy-disk_16'
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
replace: 'scan_32',
|
|
1291
|
+
replaceWith: 'radar-o_32'
|
|
1292
|
+
},
|
|
1293
|
+
{
|
|
1294
|
+
replace: 'search_16',
|
|
1295
|
+
replaceWith: 'magnifying-glass_16'
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
replace: 'search_24',
|
|
1299
|
+
replaceWith: 'magnifying-glass_24'
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
replace: 'search-sparkles_16',
|
|
1303
|
+
replaceWith: 'magnifying-glass-badge-sparkles_16'
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
replace: 'share_16',
|
|
1307
|
+
replaceWith: 'arrow-up-from-rectangle_16'
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
replace: 'siem-vulner-level-critical_16',
|
|
1311
|
+
replaceWith: 'rectangle-triangle-vertical-thin_16'
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
replace: 'siem-vulner-level-high_16',
|
|
1315
|
+
replaceWith: 'rectangle-vertical-thin_16'
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
replace: 'siem-vulner-level-low_16',
|
|
1319
|
+
replaceWith: 'rectangle-vertical-thin-o_16'
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
replace: 'siem-vulner-level-medium_16',
|
|
1323
|
+
replaceWith: 'rectangle-vertical-thin-half_16'
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
replace: 'siem-vulner-level-not-defined_16',
|
|
1327
|
+
replaceWith: 'rectangle-vertical-thin-lines_16'
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
replace: 'significance-high_16',
|
|
1331
|
+
replaceWith: 'shield-star_16'
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
replace: 'significance-low_16',
|
|
1335
|
+
replaceWith: 'shield-o_16'
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
replace: 'significance-medium_16',
|
|
1339
|
+
replaceWith: 'shield-ribbon_16'
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
replace: 'significance-na_16',
|
|
1343
|
+
replaceWith: 'shield-o_16'
|
|
1344
|
+
},
|
|
1345
|
+
{
|
|
1346
|
+
replace: 'sliders-active_16',
|
|
1347
|
+
replaceWith: 'sliders-dot_16'
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
replace: 'sort_16',
|
|
1351
|
+
replaceWith: 'arrow-up-arrow-down_16'
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
replace: 'sort-active_16',
|
|
1355
|
+
replaceWith: 'arrow-up-arrow-down-dot_16'
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
replace: 'square-partial_16',
|
|
1359
|
+
replaceWith: 'square-dot_16'
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
replace: 'startline_16',
|
|
1363
|
+
replaceWith: 'diamond_16'
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
replace: 'stop-on-time_16',
|
|
1367
|
+
replaceWith: 'clock-badge-stop_16'
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
replace: 'storage_16',
|
|
1371
|
+
replaceWith: 'database_16'
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
replace: 'storage_32',
|
|
1375
|
+
replaceWith: 'database-o_32'
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
replace: 'storage-normal_16',
|
|
1379
|
+
replaceWith: 'database-normal_16'
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
replace: 'storage-raw_16',
|
|
1383
|
+
replaceWith: 'database-raw_16'
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
replace: 'success_16',
|
|
1387
|
+
replaceWith: 'check-circle_16'
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
replace: 'success-small_16',
|
|
1391
|
+
replaceWith: 'check-circle_16'
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
replace: 'summ_16',
|
|
1395
|
+
replaceWith: 'sigma_16'
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
replace: 'table-download_32',
|
|
1399
|
+
replaceWith: 'table-badge-arrow-down-circle_32'
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
replace: 'table-list_16',
|
|
1403
|
+
replaceWith: 'table_16'
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
replace: 'table-list_24',
|
|
1407
|
+
replaceWith: 'table_24'
|
|
1408
|
+
},
|
|
1409
|
+
{
|
|
1410
|
+
replace: 'table-list-ttl_16',
|
|
1411
|
+
replaceWith: 'table-badge-clock_16'
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
replace: 'table-list-ttl_24',
|
|
1415
|
+
replaceWith: 'table-badge-clock_24'
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
replace: 'tags_16',
|
|
1419
|
+
replaceWith: 'tag-multiple_16'
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
replace: 'tasks_16',
|
|
1423
|
+
replaceWith: 'bars-progress_16'
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
replace: 'tasks_24',
|
|
1427
|
+
replaceWith: 'bars-progress_24'
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
replace: 'text-block_16',
|
|
1431
|
+
replaceWith: 'text-font_16'
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
replace: 'theme_16',
|
|
1435
|
+
replaceWith: 'sun-moon_16'
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
replace: 'trend-down_16',
|
|
1439
|
+
replaceWith: 'arrow-down-right_16'
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
replace: 'trend-up_16',
|
|
1443
|
+
replaceWith: 'arrow-up-right_16'
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
replace: 'triangle-down_16',
|
|
1447
|
+
replaceWith: 'chevron-down-s_16'
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
replace: 'triangle-left_16',
|
|
1451
|
+
replaceWith: 'chevron-left-s_16'
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
replace: 'triangle-right_16',
|
|
1455
|
+
replaceWith: 'chevron-right-s_16'
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
replace: 'triangle-up_16',
|
|
1459
|
+
replaceWith: 'chevron-up-s_16'
|
|
1460
|
+
},
|
|
1461
|
+
{
|
|
1462
|
+
replace: 'unique_16',
|
|
1463
|
+
replaceWith: 'arrow-down-on-rectangles_16'
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
replace: 'unlink_16',
|
|
1467
|
+
replaceWith: 'link-broken_16'
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
replace: 'unpin_16',
|
|
1471
|
+
replaceWith: 'pin-slash_16'
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
replace: 'update_16',
|
|
1475
|
+
replaceWith: 'arrow-rotate-left_16'
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
replace: 'update_24',
|
|
1479
|
+
replaceWith: 'arrow-rotate-left_24'
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
replace: 'update-o_24',
|
|
1483
|
+
replaceWith: 'arrow-rotate-left_24'
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
replace: 'upload-to-cloud_16',
|
|
1487
|
+
replaceWith: 'arrow-up-from-line_16'
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
replace: 'upload-to-cloud_24',
|
|
1491
|
+
replaceWith: 'cloud-arrow-up-o_24'
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
replace: 'upload-to-cloud_32',
|
|
1495
|
+
replaceWith: 'cloud-arrow-up-o_32'
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
replace: 'upload-to-cloud_64',
|
|
1499
|
+
replaceWith: 'cloud-arrow-up-o_64'
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
replace: 'user-o_16',
|
|
1503
|
+
replaceWith: 'user_16'
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
replace: 'user-o_24',
|
|
1507
|
+
replaceWith: 'user_24'
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
replace: 'users-group_16',
|
|
1511
|
+
replaceWith: 'user-multiple_16'
|
|
1512
|
+
},
|
|
1513
|
+
{
|
|
1514
|
+
replace: 'users-group_24',
|
|
1515
|
+
replaceWith: 'user-multiple_24'
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
replace: 'users-group-o_24',
|
|
1519
|
+
replaceWith: 'user-multiple_24'
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
replace: 'vulner-exploitable_16',
|
|
1523
|
+
replaceWith: 'burst_16'
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
replace: 'vulner-level-abovemedium_16',
|
|
1527
|
+
replaceWith: 'eject_16'
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
replace: 'vulner-level-belowmedium_16',
|
|
1531
|
+
replaceWith: 'eject-down_16'
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
replace: 'vulner-level-high_16',
|
|
1535
|
+
replaceWith: 'arrow-up_16'
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
replace: 'vulner-level-low_16',
|
|
1539
|
+
replaceWith: 'arrow-down_16'
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
replace: 'vulner-level-medium_16',
|
|
1543
|
+
replaceWith: 'stop_16'
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
replace: 'vulner-lpe_16',
|
|
1547
|
+
replaceWith: 'user-arrow-triangle-up_16'
|
|
1548
|
+
},
|
|
1549
|
+
{
|
|
1550
|
+
replace: 'vulner-network_16',
|
|
1551
|
+
replaceWith: 'chart-network_16'
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
replace: 'vulner-patch_16',
|
|
1555
|
+
replaceWith: 'capsule_16'
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
replace: 'vulner-rce_16',
|
|
1559
|
+
replaceWith: 'code_16'
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
replace: 'whitelist_16',
|
|
1563
|
+
replaceWith: 'file-badge-arrow-through-line-o_16'
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
replace: 'word-wrap_16',
|
|
1567
|
+
replaceWith: 'wrap-text_16'
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
replace: 'word-wrap-slash_16',
|
|
1571
|
+
replaceWith: 'wrap-text-slash_16'
|
|
1572
|
+
},
|
|
1573
|
+
{
|
|
1574
|
+
replace: 'zoom-to-fit_16',
|
|
1575
|
+
replaceWith: 'arrows-left-right-to-line_16'
|
|
1576
|
+
}
|
|
1577
|
+
];
|
|
1578
|
+
|
|
1579
|
+
exports.iconClassReplacements = iconClassReplacements;
|
|
1580
|
+
exports.iconsMapping = iconsMapping;
|