@ni/nimble-tokens 1.0.0 → 2.1.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/dist/styledictionary/css/variables.css +38 -2
- package/dist/styledictionary/js/tokens.d.ts +37 -1
- package/dist/styledictionary/js/tokens.js +38 -2
- package/dist/styledictionary/properties/colors.json +1 -1
- package/dist/styledictionary/properties/fonts.json +77 -0
- package/dist/styledictionary/properties/sizes.json +47 -1
- package/dist/styledictionary/scss/variables.scss +38 -2
- package/dist-icons/nimble-icons-inline.ts +697 -817
- package/dist-icons-esm/nimble-icons-inline.d.ts +285 -345
- package/dist-icons-esm/nimble-icons-inline.js +426 -486
- package/dist-icons-esm/nimble-icons-inline.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,632 +1,572 @@
|
|
|
1
|
-
export declare const
|
|
2
|
-
name: '
|
|
1
|
+
export declare const add16X16: {
|
|
2
|
+
name: 'add_16_x_16';
|
|
3
3
|
data: string;
|
|
4
4
|
};
|
|
5
|
-
export declare const
|
|
6
|
-
name: '
|
|
5
|
+
export declare const arrowDownRightAndArrowUpLeft16X16: {
|
|
6
|
+
name: 'arrow_down_right_and_arrow_up_left_16_x_16';
|
|
7
7
|
data: string;
|
|
8
8
|
};
|
|
9
|
-
export declare const
|
|
10
|
-
name: '
|
|
9
|
+
export declare const arrowExpanderDown16X16: {
|
|
10
|
+
name: 'arrow_expander_down_16_x_16';
|
|
11
11
|
data: string;
|
|
12
12
|
};
|
|
13
|
-
export declare const
|
|
14
|
-
name: '
|
|
13
|
+
export declare const arrowExpanderLeft16X16: {
|
|
14
|
+
name: 'arrow_expander_left_16_x_16';
|
|
15
15
|
data: string;
|
|
16
16
|
};
|
|
17
|
-
export declare const
|
|
18
|
-
name: '
|
|
17
|
+
export declare const arrowExpanderRight16X16: {
|
|
18
|
+
name: 'arrow_expander_right_16_x_16';
|
|
19
19
|
data: string;
|
|
20
20
|
};
|
|
21
|
-
export declare const
|
|
22
|
-
name: '
|
|
21
|
+
export declare const arrowExpanderUp16X16: {
|
|
22
|
+
name: 'arrow_expander_up_16_x_16';
|
|
23
23
|
data: string;
|
|
24
24
|
};
|
|
25
|
-
export declare const
|
|
26
|
-
name: '
|
|
25
|
+
export declare const arrowLeftFromLine16X16: {
|
|
26
|
+
name: 'arrow_left_from_line_16_x_16';
|
|
27
27
|
data: string;
|
|
28
28
|
};
|
|
29
|
-
export declare const
|
|
30
|
-
name: '
|
|
29
|
+
export declare const arrowPartialRotateLeft16X16: {
|
|
30
|
+
name: 'arrow_partial_rotate_left_16_x_16';
|
|
31
31
|
data: string;
|
|
32
32
|
};
|
|
33
|
-
export declare const
|
|
34
|
-
name: '
|
|
33
|
+
export declare const arrowRightToLine16X16: {
|
|
34
|
+
name: 'arrow_right_to_line_16_x_16';
|
|
35
35
|
data: string;
|
|
36
36
|
};
|
|
37
|
-
export declare const
|
|
38
|
-
name: '
|
|
37
|
+
export declare const arrowRotateRight16X16: {
|
|
38
|
+
name: 'arrow_rotate_right_16_x_16';
|
|
39
39
|
data: string;
|
|
40
40
|
};
|
|
41
|
-
export declare const
|
|
42
|
-
name: '
|
|
41
|
+
export declare const arrowURotateLeft16X16: {
|
|
42
|
+
name: 'arrow_u_rotate_left_16_x_16';
|
|
43
43
|
data: string;
|
|
44
44
|
};
|
|
45
|
-
export declare const
|
|
46
|
-
name: '
|
|
45
|
+
export declare const arrowUpLeftAndArrowDownRight16X16: {
|
|
46
|
+
name: 'arrow_up_left_and_arrow_down_right_16_x_16';
|
|
47
47
|
data: string;
|
|
48
48
|
};
|
|
49
|
-
export declare const
|
|
50
|
-
name: '
|
|
51
|
-
data: string;
|
|
52
|
-
};
|
|
53
|
-
export declare const calibrate16X16: {
|
|
54
|
-
name: 'calibrate_16_x_16';
|
|
49
|
+
export declare const arrowsMaximize16X16: {
|
|
50
|
+
name: 'arrows_maximize_16_x_16';
|
|
55
51
|
data: string;
|
|
56
52
|
};
|
|
57
|
-
export declare const
|
|
58
|
-
name: '
|
|
53
|
+
export declare const arrowsRepeat16X16: {
|
|
54
|
+
name: 'arrows_repeat_16_x_16';
|
|
59
55
|
data: string;
|
|
60
56
|
};
|
|
61
|
-
export declare const
|
|
62
|
-
name: '
|
|
57
|
+
export declare const bars16X16: {
|
|
58
|
+
name: 'bars_16_x_16';
|
|
63
59
|
data: string;
|
|
64
60
|
};
|
|
65
|
-
export declare const
|
|
66
|
-
name: '
|
|
61
|
+
export declare const bell16X16: {
|
|
62
|
+
name: 'bell_16_x_16';
|
|
67
63
|
data: string;
|
|
68
64
|
};
|
|
69
|
-
export declare const
|
|
70
|
-
name: '
|
|
65
|
+
export declare const bellAndComment16X16: {
|
|
66
|
+
name: 'bell_and_comment_16_x_16';
|
|
71
67
|
data: string;
|
|
72
68
|
};
|
|
73
|
-
export declare const
|
|
74
|
-
name: '
|
|
69
|
+
export declare const bellCircle16X16: {
|
|
70
|
+
name: 'bell_circle_16_x_16';
|
|
75
71
|
data: string;
|
|
76
72
|
};
|
|
77
|
-
export declare const
|
|
78
|
-
name: '
|
|
73
|
+
export declare const bellSolidCircle16X16: {
|
|
74
|
+
name: 'bell_solid_circle_16_x_16';
|
|
79
75
|
data: string;
|
|
80
76
|
};
|
|
81
|
-
export declare const
|
|
82
|
-
name: '
|
|
77
|
+
export declare const blockWithRibbon16X16: {
|
|
78
|
+
name: 'block_with_ribbon_16_x_16';
|
|
83
79
|
data: string;
|
|
84
80
|
};
|
|
85
|
-
export declare const
|
|
86
|
-
name: '
|
|
87
|
-
data: string;
|
|
88
|
-
};
|
|
89
|
-
export declare const clock16X16: {
|
|
90
|
-
name: 'clock_16_x_16';
|
|
91
|
-
data: string;
|
|
92
|
-
};
|
|
93
|
-
export declare const cloudConnectorSwif16X16: {
|
|
94
|
-
name: 'cloud_connector_swif_16_x_16';
|
|
95
|
-
data: string;
|
|
96
|
-
};
|
|
97
|
-
export declare const controlsAddInputField16X16: {
|
|
98
|
-
name: 'controls_add_input_field_16_x_16';
|
|
99
|
-
data: string;
|
|
100
|
-
};
|
|
101
|
-
export declare const controlsArrowExpanderDown16X16: {
|
|
102
|
-
name: 'controls_arrow_expander_down_16_x_16';
|
|
103
|
-
data: string;
|
|
104
|
-
};
|
|
105
|
-
export declare const controlsArrowExpanderLeft16X16: {
|
|
106
|
-
name: 'controls_arrow_expander_left_16_x_16';
|
|
107
|
-
data: string;
|
|
108
|
-
};
|
|
109
|
-
export declare const controlsArrowExpanderRight16X16: {
|
|
110
|
-
name: 'controls_arrow_expander_right_16_x_16';
|
|
111
|
-
data: string;
|
|
112
|
-
};
|
|
113
|
-
export declare const controlsArrowExpanderUp16X16: {
|
|
114
|
-
name: 'controls_arrow_expander_up_16_x_16';
|
|
115
|
-
data: string;
|
|
116
|
-
};
|
|
117
|
-
export declare const controlsCheckboxCheck16X16: {
|
|
118
|
-
name: 'controls_checkbox_check_16_x_16';
|
|
119
|
-
data: string;
|
|
120
|
-
};
|
|
121
|
-
export declare const controlsClose16X16: {
|
|
122
|
-
name: 'controls_close_16_x_16';
|
|
123
|
-
data: string;
|
|
124
|
-
};
|
|
125
|
-
export declare const controlsError16X16: {
|
|
126
|
-
name: 'controls_error_16_x_16';
|
|
127
|
-
data: string;
|
|
128
|
-
};
|
|
129
|
-
export declare const controlsMinusInputField16X16: {
|
|
130
|
-
name: 'controls_minus_input_field_16_x_16';
|
|
131
|
-
data: string;
|
|
132
|
-
};
|
|
133
|
-
export declare const controlsMixedCheckbox16X16: {
|
|
134
|
-
name: 'controls_mixed_checkbox_16_x_16';
|
|
135
|
-
data: string;
|
|
136
|
-
};
|
|
137
|
-
export declare const controlsNarling16X16: {
|
|
138
|
-
name: 'controls_narling_16_x_16';
|
|
139
|
-
data: string;
|
|
140
|
-
};
|
|
141
|
-
export declare const controlsOptionsOpen16X16: {
|
|
142
|
-
name: 'controls_options_open_16_x_16';
|
|
81
|
+
export declare const calendar16X16: {
|
|
82
|
+
name: 'calendar_16_x_16';
|
|
143
83
|
data: string;
|
|
144
84
|
};
|
|
145
|
-
export declare const
|
|
146
|
-
name: '
|
|
85
|
+
export declare const chartDiagram16X16: {
|
|
86
|
+
name: 'chart_diagram_16_x_16';
|
|
147
87
|
data: string;
|
|
148
88
|
};
|
|
149
|
-
export declare const
|
|
150
|
-
name: '
|
|
89
|
+
export declare const chartDiagramChildFocus16X16: {
|
|
90
|
+
name: 'chart_diagram_child_focus_16_x_16';
|
|
151
91
|
data: string;
|
|
152
92
|
};
|
|
153
|
-
export declare const
|
|
154
|
-
name: '
|
|
93
|
+
export declare const chartDiagramParentFocus16X16: {
|
|
94
|
+
name: 'chart_diagram_parent_focus_16_x_16';
|
|
155
95
|
data: string;
|
|
156
96
|
};
|
|
157
|
-
export declare const
|
|
158
|
-
name: '
|
|
97
|
+
export declare const chartDiagramParentFocusTwoChild16X16: {
|
|
98
|
+
name: 'chart_diagram_parent_focus_two_child_16_x_16';
|
|
159
99
|
data: string;
|
|
160
100
|
};
|
|
161
|
-
export declare const
|
|
162
|
-
name: '
|
|
101
|
+
export declare const check16X16: {
|
|
102
|
+
name: 'check_16_x_16';
|
|
163
103
|
data: string;
|
|
164
104
|
};
|
|
165
|
-
export declare const
|
|
166
|
-
name: '
|
|
105
|
+
export declare const checkDot16X16: {
|
|
106
|
+
name: 'check_dot_16_x_16';
|
|
167
107
|
data: string;
|
|
168
108
|
};
|
|
169
|
-
export declare const
|
|
170
|
-
name: '
|
|
109
|
+
export declare const circle16X16: {
|
|
110
|
+
name: 'circle_16_x_16';
|
|
171
111
|
data: string;
|
|
172
112
|
};
|
|
173
|
-
export declare const
|
|
174
|
-
name: '
|
|
113
|
+
export declare const circleBroken16X16: {
|
|
114
|
+
name: 'circle_broken_16_x_16';
|
|
175
115
|
data: string;
|
|
176
116
|
};
|
|
177
|
-
export declare const
|
|
178
|
-
name: '
|
|
117
|
+
export declare const circleCheck16X16: {
|
|
118
|
+
name: 'circle_check_16_x_16';
|
|
179
119
|
data: string;
|
|
180
120
|
};
|
|
181
|
-
export declare const
|
|
182
|
-
name: '
|
|
121
|
+
export declare const circlePartialBroken16X16: {
|
|
122
|
+
name: 'circle_partial_broken_16_x_16';
|
|
183
123
|
data: string;
|
|
184
124
|
};
|
|
185
|
-
export declare const
|
|
186
|
-
name: '
|
|
125
|
+
export declare const circleSlash16X16: {
|
|
126
|
+
name: 'circle_slash_16_x_16';
|
|
187
127
|
data: string;
|
|
188
128
|
};
|
|
189
|
-
export declare const
|
|
190
|
-
name: '
|
|
129
|
+
export declare const circleX16X16: {
|
|
130
|
+
name: 'circle_x_16_x_16';
|
|
191
131
|
data: string;
|
|
192
132
|
};
|
|
193
|
-
export declare const
|
|
194
|
-
name: '
|
|
133
|
+
export declare const clipboard16X16: {
|
|
134
|
+
name: 'clipboard_16_x_16';
|
|
195
135
|
data: string;
|
|
196
136
|
};
|
|
197
|
-
export declare const
|
|
198
|
-
name: '
|
|
137
|
+
export declare const clock16X16: {
|
|
138
|
+
name: 'clock_16_x_16';
|
|
199
139
|
data: string;
|
|
200
140
|
};
|
|
201
|
-
export declare const
|
|
202
|
-
name: '
|
|
141
|
+
export declare const clockCog16X16: {
|
|
142
|
+
name: 'clock_cog_16_x_16';
|
|
203
143
|
data: string;
|
|
204
144
|
};
|
|
205
|
-
export declare const
|
|
206
|
-
name: '
|
|
145
|
+
export declare const clockTriangle16X16: {
|
|
146
|
+
name: 'clock_triangle_16_x_16';
|
|
207
147
|
data: string;
|
|
208
148
|
};
|
|
209
|
-
export declare const
|
|
210
|
-
name: '
|
|
149
|
+
export declare const clone16X16: {
|
|
150
|
+
name: 'clone_16_x_16';
|
|
211
151
|
data: string;
|
|
212
152
|
};
|
|
213
|
-
export declare const
|
|
214
|
-
name: '
|
|
153
|
+
export declare const cloudUpload16X16: {
|
|
154
|
+
name: 'cloud_upload_16_x_16';
|
|
215
155
|
data: string;
|
|
216
156
|
};
|
|
217
|
-
export declare const
|
|
218
|
-
name: '
|
|
157
|
+
export declare const cloudWithArrow16X16: {
|
|
158
|
+
name: 'cloud_with_arrow_16_x_16';
|
|
219
159
|
data: string;
|
|
220
160
|
};
|
|
221
|
-
export declare const
|
|
222
|
-
name: '
|
|
161
|
+
export declare const cog16X16: {
|
|
162
|
+
name: 'cog_16_x_16';
|
|
223
163
|
data: string;
|
|
224
164
|
};
|
|
225
|
-
export declare const
|
|
226
|
-
name: '
|
|
165
|
+
export declare const cogDatabase16X16: {
|
|
166
|
+
name: 'cog_database_16_x_16';
|
|
227
167
|
data: string;
|
|
228
168
|
};
|
|
229
|
-
export declare const
|
|
230
|
-
name: '
|
|
169
|
+
export declare const cogDatabaseInset16X16: {
|
|
170
|
+
name: 'cog_database_inset_16_x_16';
|
|
231
171
|
data: string;
|
|
232
172
|
};
|
|
233
|
-
export declare const
|
|
234
|
-
name: '
|
|
173
|
+
export declare const cogSmallCog16X16: {
|
|
174
|
+
name: 'cog_small_cog_16_x_16';
|
|
235
175
|
data: string;
|
|
236
176
|
};
|
|
237
|
-
export declare const
|
|
238
|
-
name: '
|
|
177
|
+
export declare const cogZoomed16X16: {
|
|
178
|
+
name: 'cog_zoomed_16_x_16';
|
|
239
179
|
data: string;
|
|
240
180
|
};
|
|
241
|
-
export declare const
|
|
242
|
-
name: '
|
|
181
|
+
export declare const comment16X16: {
|
|
182
|
+
name: 'comment_16_x_16';
|
|
243
183
|
data: string;
|
|
244
184
|
};
|
|
245
|
-
export declare const
|
|
246
|
-
name: '
|
|
185
|
+
export declare const computerAndMonitor16X16: {
|
|
186
|
+
name: 'computer_and_monitor_16_x_16';
|
|
247
187
|
data: string;
|
|
248
188
|
};
|
|
249
|
-
export declare const
|
|
250
|
-
name: '
|
|
189
|
+
export declare const copy16X16: {
|
|
190
|
+
name: 'copy_16_x_16';
|
|
251
191
|
data: string;
|
|
252
192
|
};
|
|
253
|
-
export declare const
|
|
254
|
-
name: '
|
|
193
|
+
export declare const copyText16X16: {
|
|
194
|
+
name: 'copy_text_16_x_16';
|
|
255
195
|
data: string;
|
|
256
196
|
};
|
|
257
|
-
export declare const
|
|
258
|
-
name: '
|
|
197
|
+
export declare const dashboardBuilder16X16: {
|
|
198
|
+
name: 'dashboard_builder_16_x_16';
|
|
259
199
|
data: string;
|
|
260
200
|
};
|
|
261
|
-
export declare const
|
|
262
|
-
name: '
|
|
201
|
+
export declare const dashboardBuilderLegend16X16: {
|
|
202
|
+
name: 'dashboard_builder_legend_16_x_16';
|
|
263
203
|
data: string;
|
|
264
204
|
};
|
|
265
|
-
export declare const
|
|
266
|
-
name: '
|
|
205
|
+
export declare const dashboardBuilderTemplates16X16: {
|
|
206
|
+
name: 'dashboard_builder_templates_16_x_16';
|
|
267
207
|
data: string;
|
|
268
208
|
};
|
|
269
|
-
export declare const
|
|
270
|
-
name: '
|
|
209
|
+
export declare const dashboardBuilderTile16X16: {
|
|
210
|
+
name: 'dashboard_builder_tile_16_x_16';
|
|
271
211
|
data: string;
|
|
272
212
|
};
|
|
273
|
-
export declare const
|
|
274
|
-
name: '
|
|
213
|
+
export declare const database16X16: {
|
|
214
|
+
name: 'database_16_x_16';
|
|
275
215
|
data: string;
|
|
276
216
|
};
|
|
277
|
-
export declare const
|
|
278
|
-
name: '
|
|
217
|
+
export declare const databaseCheck16X16: {
|
|
218
|
+
name: 'database_check_16_x_16';
|
|
279
219
|
data: string;
|
|
280
220
|
};
|
|
281
|
-
export declare const
|
|
282
|
-
name: '
|
|
221
|
+
export declare const desktop16X16: {
|
|
222
|
+
name: 'desktop_16_x_16';
|
|
283
223
|
data: string;
|
|
284
224
|
};
|
|
285
|
-
export declare const
|
|
286
|
-
name: '
|
|
225
|
+
export declare const donutChart16X16: {
|
|
226
|
+
name: 'donut_chart_16_x_16';
|
|
287
227
|
data: string;
|
|
288
228
|
};
|
|
289
|
-
export declare const
|
|
290
|
-
name: '
|
|
229
|
+
export declare const dotSolidDotStroke16X16: {
|
|
230
|
+
name: 'dot_solid_dot_stroke_16_x_16';
|
|
291
231
|
data: string;
|
|
292
232
|
};
|
|
293
|
-
export declare const
|
|
294
|
-
name: '
|
|
233
|
+
export declare const download16X16: {
|
|
234
|
+
name: 'download_16_x_16';
|
|
295
235
|
data: string;
|
|
296
236
|
};
|
|
297
|
-
export declare const
|
|
298
|
-
name: '
|
|
237
|
+
export declare const electronicChipZoomed16X16: {
|
|
238
|
+
name: 'electronic_chip_zoomed_16_x_16';
|
|
299
239
|
data: string;
|
|
300
240
|
};
|
|
301
|
-
export declare const
|
|
302
|
-
name: '
|
|
241
|
+
export declare const exclamationMark16X16: {
|
|
242
|
+
name: 'exclamation_mark_16_x_16';
|
|
303
243
|
data: string;
|
|
304
244
|
};
|
|
305
|
-
export declare const
|
|
306
|
-
name: '
|
|
245
|
+
export declare const eye16X16: {
|
|
246
|
+
name: 'eye_16_x_16';
|
|
307
247
|
data: string;
|
|
308
248
|
};
|
|
309
|
-
export declare const
|
|
310
|
-
name: '
|
|
249
|
+
export declare const fancyA16X16: {
|
|
250
|
+
name: 'fancy_a_16_x_16';
|
|
311
251
|
data: string;
|
|
312
252
|
};
|
|
313
|
-
export declare const
|
|
314
|
-
name: '
|
|
253
|
+
export declare const file16X16: {
|
|
254
|
+
name: 'file_16_x_16';
|
|
315
255
|
data: string;
|
|
316
256
|
};
|
|
317
|
-
export declare const
|
|
318
|
-
name: '
|
|
257
|
+
export declare const fileDrawer16X16: {
|
|
258
|
+
name: 'file_drawer_16_x_16';
|
|
319
259
|
data: string;
|
|
320
260
|
};
|
|
321
|
-
export declare const
|
|
322
|
-
name: '
|
|
261
|
+
export declare const fileSearch16X16: {
|
|
262
|
+
name: 'file_search_16_x_16';
|
|
323
263
|
data: string;
|
|
324
264
|
};
|
|
325
|
-
export declare const
|
|
326
|
-
name: '
|
|
265
|
+
export declare const filter16X16: {
|
|
266
|
+
name: 'filter_16_x_16';
|
|
327
267
|
data: string;
|
|
328
268
|
};
|
|
329
|
-
export declare const
|
|
330
|
-
name: '
|
|
269
|
+
export declare const floppyDiskCheckmark16X16: {
|
|
270
|
+
name: 'floppy_disk_checkmark_16_x_16';
|
|
331
271
|
data: string;
|
|
332
272
|
};
|
|
333
|
-
export declare const
|
|
334
|
-
name: '
|
|
273
|
+
export declare const floppyDiskStarArrowRight16X16: {
|
|
274
|
+
name: 'floppy_disk_star_arrow_right_16_x_16';
|
|
335
275
|
data: string;
|
|
336
276
|
};
|
|
337
|
-
export declare const
|
|
338
|
-
name: '
|
|
277
|
+
export declare const floppyDiskThreeDots16X16: {
|
|
278
|
+
name: 'floppy_disk_three_dots_16_x_16';
|
|
339
279
|
data: string;
|
|
340
280
|
};
|
|
341
|
-
export declare const
|
|
342
|
-
name: '
|
|
281
|
+
export declare const folder16X16: {
|
|
282
|
+
name: 'folder_16_x_16';
|
|
343
283
|
data: string;
|
|
344
284
|
};
|
|
345
|
-
export declare const
|
|
346
|
-
name: '
|
|
285
|
+
export declare const folderOpen16X16: {
|
|
286
|
+
name: 'folder_open_16_x_16';
|
|
347
287
|
data: string;
|
|
348
288
|
};
|
|
349
|
-
export declare const
|
|
350
|
-
name: '
|
|
289
|
+
export declare const forwardSlash16X16: {
|
|
290
|
+
name: 'forward_slash_16_x_16';
|
|
351
291
|
data: string;
|
|
352
292
|
};
|
|
353
|
-
export declare const
|
|
354
|
-
name: '
|
|
293
|
+
export declare const fourDotsSquare16X16: {
|
|
294
|
+
name: 'four_dots_square_16_x_16';
|
|
355
295
|
data: string;
|
|
356
296
|
};
|
|
357
|
-
export declare const
|
|
358
|
-
name: '
|
|
297
|
+
export declare const function16X16: {
|
|
298
|
+
name: 'function_16_x_16';
|
|
359
299
|
data: string;
|
|
360
300
|
};
|
|
361
|
-
export declare const
|
|
362
|
-
name: '
|
|
301
|
+
export declare const gaugeSimple16X16: {
|
|
302
|
+
name: 'gauge_simple_16_x_16';
|
|
363
303
|
data: string;
|
|
364
304
|
};
|
|
365
|
-
export declare const
|
|
366
|
-
name: '
|
|
305
|
+
export declare const gridThreeByThree16X16: {
|
|
306
|
+
name: 'grid_three_by_three_16_x_16';
|
|
367
307
|
data: string;
|
|
368
308
|
};
|
|
369
|
-
export declare const
|
|
370
|
-
name: '
|
|
309
|
+
export declare const gridTwoByTwo16X16: {
|
|
310
|
+
name: 'grid_two_by_two_16_x_16';
|
|
371
311
|
data: string;
|
|
372
312
|
};
|
|
373
|
-
export declare const
|
|
374
|
-
name: '
|
|
313
|
+
export declare const hammer16X16: {
|
|
314
|
+
name: 'hammer_16_x_16';
|
|
375
315
|
data: string;
|
|
376
316
|
};
|
|
377
|
-
export declare const
|
|
378
|
-
name: '
|
|
317
|
+
export declare const hashtag16X16: {
|
|
318
|
+
name: 'hashtag_16_x_16';
|
|
379
319
|
data: string;
|
|
380
320
|
};
|
|
381
|
-
export declare const
|
|
382
|
-
name: '
|
|
321
|
+
export declare const home16X16: {
|
|
322
|
+
name: 'home_16_x_16';
|
|
383
323
|
data: string;
|
|
384
324
|
};
|
|
385
|
-
export declare const
|
|
386
|
-
name: '
|
|
325
|
+
export declare const hourglass16X16: {
|
|
326
|
+
name: 'hourglass_16_x_16';
|
|
387
327
|
data: string;
|
|
388
328
|
};
|
|
389
|
-
export declare const
|
|
390
|
-
name: '
|
|
329
|
+
export declare const indeterminantCheckbox16X16: {
|
|
330
|
+
name: 'indeterminant_checkbox_16_x_16';
|
|
391
331
|
data: string;
|
|
392
332
|
};
|
|
393
|
-
export declare const
|
|
394
|
-
name: '
|
|
333
|
+
export declare const info16X16: {
|
|
334
|
+
name: 'info_16_x_16';
|
|
395
335
|
data: string;
|
|
396
336
|
};
|
|
397
|
-
export declare const
|
|
398
|
-
name: '
|
|
337
|
+
export declare const infoCircle16X16: {
|
|
338
|
+
name: 'info_circle_16_x_16';
|
|
399
339
|
data: string;
|
|
400
340
|
};
|
|
401
|
-
export declare const
|
|
402
|
-
name: '
|
|
341
|
+
export declare const key16X16: {
|
|
342
|
+
name: 'key_16_x_16';
|
|
403
343
|
data: string;
|
|
404
344
|
};
|
|
405
|
-
export declare const
|
|
406
|
-
name: '
|
|
345
|
+
export declare const laptop16X16: {
|
|
346
|
+
name: 'laptop_16_x_16';
|
|
407
347
|
data: string;
|
|
408
348
|
};
|
|
409
|
-
export declare const
|
|
410
|
-
name: '
|
|
349
|
+
export declare const layerGroup16X16: {
|
|
350
|
+
name: 'layer_group_16_x_16';
|
|
411
351
|
data: string;
|
|
412
352
|
};
|
|
413
|
-
export declare const
|
|
414
|
-
name: '
|
|
353
|
+
export declare const lightningBolt16X16: {
|
|
354
|
+
name: 'lightning_bolt_16_x_16';
|
|
415
355
|
data: string;
|
|
416
356
|
};
|
|
417
|
-
export declare const
|
|
418
|
-
name: '
|
|
357
|
+
export declare const link16X16: {
|
|
358
|
+
name: 'link_16_x_16';
|
|
419
359
|
data: string;
|
|
420
360
|
};
|
|
421
|
-
export declare const
|
|
422
|
-
name: '
|
|
361
|
+
export declare const linkCancel16X16: {
|
|
362
|
+
name: 'link_cancel_16_x_16';
|
|
423
363
|
data: string;
|
|
424
364
|
};
|
|
425
|
-
export declare const
|
|
426
|
-
name: '
|
|
365
|
+
export declare const list16X16: {
|
|
366
|
+
name: 'list_16_x_16';
|
|
427
367
|
data: string;
|
|
428
368
|
};
|
|
429
|
-
export declare const
|
|
430
|
-
name: '
|
|
369
|
+
export declare const listTree16X16: {
|
|
370
|
+
name: 'list_tree_16_x_16';
|
|
431
371
|
data: string;
|
|
432
372
|
};
|
|
433
|
-
export declare const
|
|
434
|
-
name: '
|
|
373
|
+
export declare const listTreeDatabase16X16: {
|
|
374
|
+
name: 'list_tree_database_16_x_16';
|
|
435
375
|
data: string;
|
|
436
376
|
};
|
|
437
|
-
export declare const
|
|
438
|
-
name: '
|
|
377
|
+
export declare const lock16X16: {
|
|
378
|
+
name: 'lock_16_x_16';
|
|
439
379
|
data: string;
|
|
440
380
|
};
|
|
441
|
-
export declare const
|
|
442
|
-
name: '
|
|
381
|
+
export declare const magnifyingGlass16X16: {
|
|
382
|
+
name: 'magnifying_glass_16_x_16';
|
|
443
383
|
data: string;
|
|
444
384
|
};
|
|
445
|
-
export declare const
|
|
446
|
-
name: '
|
|
385
|
+
export declare const markdown16X16: {
|
|
386
|
+
name: 'markdown_16_x_16';
|
|
447
387
|
data: string;
|
|
448
388
|
};
|
|
449
|
-
export declare const
|
|
450
|
-
name: '
|
|
389
|
+
export declare const minus16X16: {
|
|
390
|
+
name: 'minus_16_x_16';
|
|
451
391
|
data: string;
|
|
452
392
|
};
|
|
453
|
-
export declare const
|
|
454
|
-
name: '
|
|
393
|
+
export declare const minusWide16X16: {
|
|
394
|
+
name: 'minus_wide_16_x_16';
|
|
455
395
|
data: string;
|
|
456
396
|
};
|
|
457
|
-
export declare const
|
|
458
|
-
name: '
|
|
397
|
+
export declare const mobile16X16: {
|
|
398
|
+
name: 'mobile_16_x_16';
|
|
459
399
|
data: string;
|
|
460
400
|
};
|
|
461
|
-
export declare const
|
|
462
|
-
name: '
|
|
401
|
+
export declare const notebook16X16: {
|
|
402
|
+
name: 'notebook_16_x_16';
|
|
463
403
|
data: string;
|
|
464
404
|
};
|
|
465
|
-
export declare const
|
|
466
|
-
name: '
|
|
405
|
+
export declare const paste16X16: {
|
|
406
|
+
name: 'paste_16_x_16';
|
|
467
407
|
data: string;
|
|
468
408
|
};
|
|
469
|
-
export declare const
|
|
470
|
-
name: '
|
|
409
|
+
export declare const pencil16X16: {
|
|
410
|
+
name: 'pencil_16_x_16';
|
|
471
411
|
data: string;
|
|
472
412
|
};
|
|
473
|
-
export declare const
|
|
474
|
-
name: '
|
|
413
|
+
export declare const potWithLid16X16: {
|
|
414
|
+
name: 'pot_with_lid_16_x_16';
|
|
475
415
|
data: string;
|
|
476
416
|
};
|
|
477
|
-
export declare const
|
|
478
|
-
name: '
|
|
417
|
+
export declare const question16X16: {
|
|
418
|
+
name: 'question_16_x_16';
|
|
479
419
|
data: string;
|
|
480
420
|
};
|
|
481
|
-
export declare const
|
|
482
|
-
name: '
|
|
421
|
+
export declare const runningArrow16X16: {
|
|
422
|
+
name: 'running_arrow_16_x_16';
|
|
483
423
|
data: string;
|
|
484
424
|
};
|
|
485
|
-
export declare const
|
|
486
|
-
name: '
|
|
425
|
+
export declare const server16X16: {
|
|
426
|
+
name: 'server_16_x_16';
|
|
487
427
|
data: string;
|
|
488
428
|
};
|
|
489
|
-
export declare const
|
|
490
|
-
name: '
|
|
429
|
+
export declare const shareSquare16X16: {
|
|
430
|
+
name: 'share_square_16_x_16';
|
|
491
431
|
data: string;
|
|
492
432
|
};
|
|
493
|
-
export declare const
|
|
494
|
-
name: '
|
|
433
|
+
export declare const shieldCheck16X16: {
|
|
434
|
+
name: 'shield_check_16_x_16';
|
|
495
435
|
data: string;
|
|
496
436
|
};
|
|
497
|
-
export declare const
|
|
498
|
-
name: '
|
|
437
|
+
export declare const shieldXmark16X16: {
|
|
438
|
+
name: 'shield_xmark_16_x_16';
|
|
499
439
|
data: string;
|
|
500
440
|
};
|
|
501
|
-
export declare const
|
|
502
|
-
name: '
|
|
441
|
+
export declare const signalBars16X16: {
|
|
442
|
+
name: 'signal_bars_16_x_16';
|
|
503
443
|
data: string;
|
|
504
444
|
};
|
|
505
|
-
export declare const
|
|
506
|
-
name: '
|
|
445
|
+
export declare const sineGraph16X16: {
|
|
446
|
+
name: 'sine_graph_16_x_16';
|
|
507
447
|
data: string;
|
|
508
448
|
};
|
|
509
|
-
export declare const
|
|
510
|
-
name: '
|
|
449
|
+
export declare const skipArrow16X16: {
|
|
450
|
+
name: 'skip_arrow_16_x_16';
|
|
511
451
|
data: string;
|
|
512
452
|
};
|
|
513
|
-
export declare const
|
|
514
|
-
name: '
|
|
453
|
+
export declare const spinner: {
|
|
454
|
+
name: 'spinner';
|
|
515
455
|
data: string;
|
|
516
456
|
};
|
|
517
|
-
export declare const
|
|
518
|
-
name: '
|
|
457
|
+
export declare const squareCheck16X16: {
|
|
458
|
+
name: 'square_check_16_x_16';
|
|
519
459
|
data: string;
|
|
520
460
|
};
|
|
521
|
-
export declare const
|
|
522
|
-
name: '
|
|
461
|
+
export declare const squareT16X16: {
|
|
462
|
+
name: 'square_t_16_x_16';
|
|
523
463
|
data: string;
|
|
524
464
|
};
|
|
525
|
-
export declare const
|
|
526
|
-
name: '
|
|
465
|
+
export declare const t16X16: {
|
|
466
|
+
name: 't_16_x_16';
|
|
527
467
|
data: string;
|
|
528
468
|
};
|
|
529
|
-
export declare const
|
|
530
|
-
name: '
|
|
469
|
+
export declare const tablet16X16: {
|
|
470
|
+
name: 'tablet_16_x_16';
|
|
531
471
|
data: string;
|
|
532
472
|
};
|
|
533
|
-
export declare const
|
|
534
|
-
name: '
|
|
473
|
+
export declare const tag16X16: {
|
|
474
|
+
name: 'tag_16_x_16';
|
|
535
475
|
data: string;
|
|
536
476
|
};
|
|
537
|
-
export declare const
|
|
538
|
-
name: '
|
|
477
|
+
export declare const tags16X16: {
|
|
478
|
+
name: 'tags_16_x_16';
|
|
539
479
|
data: string;
|
|
540
480
|
};
|
|
541
|
-
export declare const
|
|
542
|
-
name: '
|
|
481
|
+
export declare const targetCrosshairs16X16: {
|
|
482
|
+
name: 'target_crosshairs_16_x_16';
|
|
543
483
|
data: string;
|
|
544
484
|
};
|
|
545
|
-
export declare const
|
|
546
|
-
name: '
|
|
485
|
+
export declare const targetCrosshairsProgress16X16: {
|
|
486
|
+
name: 'target_crosshairs_progress_16_x_16';
|
|
547
487
|
data: string;
|
|
548
488
|
};
|
|
549
|
-
export declare const
|
|
550
|
-
name: '
|
|
489
|
+
export declare const threeDotsLine16X16: {
|
|
490
|
+
name: 'three_dots_line_16_x_16';
|
|
551
491
|
data: string;
|
|
552
492
|
};
|
|
553
|
-
export declare const
|
|
554
|
-
name: '
|
|
493
|
+
export declare const thumbtack16X16: {
|
|
494
|
+
name: 'thumbtack_16_x_16';
|
|
555
495
|
data: string;
|
|
556
496
|
};
|
|
557
|
-
export declare const
|
|
558
|
-
name: '
|
|
497
|
+
export declare const tileSize16X16: {
|
|
498
|
+
name: 'tile_size_16_x_16';
|
|
559
499
|
data: string;
|
|
560
500
|
};
|
|
561
|
-
export declare const
|
|
562
|
-
name: '
|
|
501
|
+
export declare const times16X16: {
|
|
502
|
+
name: 'times_16_x_16';
|
|
563
503
|
data: string;
|
|
564
504
|
};
|
|
565
|
-
export declare const
|
|
566
|
-
name: '
|
|
505
|
+
export declare const trash16X16: {
|
|
506
|
+
name: 'trash_16_x_16';
|
|
567
507
|
data: string;
|
|
568
508
|
};
|
|
569
|
-
export declare const
|
|
570
|
-
name: '
|
|
509
|
+
export declare const triangle16X16: {
|
|
510
|
+
name: 'triangle_16_x_16';
|
|
571
511
|
data: string;
|
|
572
512
|
};
|
|
573
|
-
export declare const
|
|
574
|
-
name: '
|
|
513
|
+
export declare const trueFalseRectangle16X16: {
|
|
514
|
+
name: 'true_false_rectangle_16_x_16';
|
|
575
515
|
data: string;
|
|
576
516
|
};
|
|
577
|
-
export declare const
|
|
578
|
-
name: '
|
|
517
|
+
export declare const unlink16X16: {
|
|
518
|
+
name: 'unlink_16_x_16';
|
|
579
519
|
data: string;
|
|
580
520
|
};
|
|
581
|
-
export declare const
|
|
582
|
-
name: '
|
|
521
|
+
export declare const unlock16X16: {
|
|
522
|
+
name: 'unlock_16_x_16';
|
|
583
523
|
data: string;
|
|
584
524
|
};
|
|
585
|
-
export declare const
|
|
586
|
-
name: '
|
|
525
|
+
export declare const upload16X16: {
|
|
526
|
+
name: 'upload_16_x_16';
|
|
587
527
|
data: string;
|
|
588
528
|
};
|
|
589
|
-
export declare const
|
|
590
|
-
name: '
|
|
529
|
+
export declare const user16X16: {
|
|
530
|
+
name: 'user_16_x_16';
|
|
591
531
|
data: string;
|
|
592
532
|
};
|
|
593
|
-
export declare const
|
|
594
|
-
name: '
|
|
533
|
+
export declare const watch16X16: {
|
|
534
|
+
name: 'watch_16_x_16';
|
|
595
535
|
data: string;
|
|
596
536
|
};
|
|
597
|
-
export declare const
|
|
598
|
-
name: '
|
|
537
|
+
export declare const waveform16X16: {
|
|
538
|
+
name: 'waveform_16_x_16';
|
|
599
539
|
data: string;
|
|
600
540
|
};
|
|
601
|
-
export declare const
|
|
602
|
-
name: '
|
|
541
|
+
export declare const webviCustom16X16: {
|
|
542
|
+
name: 'webvi_custom_16_x_16';
|
|
603
543
|
data: string;
|
|
604
544
|
};
|
|
605
|
-
export declare const
|
|
606
|
-
name: '
|
|
545
|
+
export declare const webviHost16X16: {
|
|
546
|
+
name: 'webvi_host_16_x_16';
|
|
607
547
|
data: string;
|
|
608
548
|
};
|
|
609
|
-
export declare const
|
|
610
|
-
name: '
|
|
549
|
+
export declare const windowCode16X16: {
|
|
550
|
+
name: 'window_code_16_x_16';
|
|
611
551
|
data: string;
|
|
612
552
|
};
|
|
613
|
-
export declare const
|
|
614
|
-
name: '
|
|
553
|
+
export declare const windowText16X16: {
|
|
554
|
+
name: 'window_text_16_x_16';
|
|
615
555
|
data: string;
|
|
616
556
|
};
|
|
617
|
-
export declare const
|
|
618
|
-
name: '
|
|
557
|
+
export declare const wrenchHammer16X16: {
|
|
558
|
+
name: 'wrench_hammer_16_x_16';
|
|
619
559
|
data: string;
|
|
620
560
|
};
|
|
621
|
-
export declare const
|
|
622
|
-
name: '
|
|
561
|
+
export declare const xmark16X16: {
|
|
562
|
+
name: 'xmark_16_x_16';
|
|
623
563
|
data: string;
|
|
624
564
|
};
|
|
625
|
-
export declare const
|
|
626
|
-
name: '
|
|
565
|
+
export declare const xmarkCheck16X16: {
|
|
566
|
+
name: 'xmark_check_16_x_16';
|
|
627
567
|
data: string;
|
|
628
568
|
};
|
|
629
|
-
export declare type NimbleIconName = '
|
|
569
|
+
export declare type NimbleIconName = 'add_16_x_16' | 'arrow_down_right_and_arrow_up_left_16_x_16' | 'arrow_expander_down_16_x_16' | 'arrow_expander_left_16_x_16' | 'arrow_expander_right_16_x_16' | 'arrow_expander_up_16_x_16' | 'arrow_left_from_line_16_x_16' | 'arrow_partial_rotate_left_16_x_16' | 'arrow_right_to_line_16_x_16' | 'arrow_rotate_right_16_x_16' | 'arrow_u_rotate_left_16_x_16' | 'arrow_up_left_and_arrow_down_right_16_x_16' | 'arrows_maximize_16_x_16' | 'arrows_repeat_16_x_16' | 'bars_16_x_16' | 'bell_16_x_16' | 'bell_and_comment_16_x_16' | 'bell_circle_16_x_16' | 'bell_solid_circle_16_x_16' | 'block_with_ribbon_16_x_16' | 'calendar_16_x_16' | 'chart_diagram_16_x_16' | 'chart_diagram_child_focus_16_x_16' | 'chart_diagram_parent_focus_16_x_16' | 'chart_diagram_parent_focus_two_child_16_x_16' | 'check_16_x_16' | 'check_dot_16_x_16' | 'circle_16_x_16' | 'circle_broken_16_x_16' | 'circle_check_16_x_16' | 'circle_partial_broken_16_x_16' | 'circle_slash_16_x_16' | 'circle_x_16_x_16' | 'clipboard_16_x_16' | 'clock_16_x_16' | 'clock_cog_16_x_16' | 'clock_triangle_16_x_16' | 'clone_16_x_16' | 'cloud_upload_16_x_16' | 'cloud_with_arrow_16_x_16' | 'cog_16_x_16' | 'cog_database_16_x_16' | 'cog_database_inset_16_x_16' | 'cog_small_cog_16_x_16' | 'cog_zoomed_16_x_16' | 'comment_16_x_16' | 'computer_and_monitor_16_x_16' | 'copy_16_x_16' | 'copy_text_16_x_16' | 'dashboard_builder_16_x_16' | 'dashboard_builder_legend_16_x_16' | 'dashboard_builder_templates_16_x_16' | 'dashboard_builder_tile_16_x_16' | 'database_16_x_16' | 'database_check_16_x_16' | 'desktop_16_x_16' | 'donut_chart_16_x_16' | 'dot_solid_dot_stroke_16_x_16' | 'download_16_x_16' | 'electronic_chip_zoomed_16_x_16' | 'exclamation_mark_16_x_16' | 'eye_16_x_16' | 'fancy_a_16_x_16' | 'file_16_x_16' | 'file_drawer_16_x_16' | 'file_search_16_x_16' | 'filter_16_x_16' | 'floppy_disk_checkmark_16_x_16' | 'floppy_disk_star_arrow_right_16_x_16' | 'floppy_disk_three_dots_16_x_16' | 'folder_16_x_16' | 'folder_open_16_x_16' | 'forward_slash_16_x_16' | 'four_dots_square_16_x_16' | 'function_16_x_16' | 'gauge_simple_16_x_16' | 'grid_three_by_three_16_x_16' | 'grid_two_by_two_16_x_16' | 'hammer_16_x_16' | 'hashtag_16_x_16' | 'home_16_x_16' | 'hourglass_16_x_16' | 'indeterminant_checkbox_16_x_16' | 'info_16_x_16' | 'info_circle_16_x_16' | 'key_16_x_16' | 'laptop_16_x_16' | 'layer_group_16_x_16' | 'lightning_bolt_16_x_16' | 'link_16_x_16' | 'link_cancel_16_x_16' | 'list_16_x_16' | 'list_tree_16_x_16' | 'list_tree_database_16_x_16' | 'lock_16_x_16' | 'magnifying_glass_16_x_16' | 'markdown_16_x_16' | 'minus_16_x_16' | 'minus_wide_16_x_16' | 'mobile_16_x_16' | 'notebook_16_x_16' | 'paste_16_x_16' | 'pencil_16_x_16' | 'pot_with_lid_16_x_16' | 'question_16_x_16' | 'running_arrow_16_x_16' | 'server_16_x_16' | 'share_square_16_x_16' | 'shield_check_16_x_16' | 'shield_xmark_16_x_16' | 'signal_bars_16_x_16' | 'sine_graph_16_x_16' | 'skip_arrow_16_x_16' | 'spinner' | 'square_check_16_x_16' | 'square_t_16_x_16' | 't_16_x_16' | 'tablet_16_x_16' | 'tag_16_x_16' | 'tags_16_x_16' | 'target_crosshairs_16_x_16' | 'target_crosshairs_progress_16_x_16' | 'three_dots_line_16_x_16' | 'thumbtack_16_x_16' | 'tile_size_16_x_16' | 'times_16_x_16' | 'trash_16_x_16' | 'triangle_16_x_16' | 'true_false_rectangle_16_x_16' | 'unlink_16_x_16' | 'unlock_16_x_16' | 'upload_16_x_16' | 'user_16_x_16' | 'watch_16_x_16' | 'waveform_16_x_16' | 'webvi_custom_16_x_16' | 'webvi_host_16_x_16' | 'window_code_16_x_16' | 'window_text_16_x_16' | 'wrench_hammer_16_x_16' | 'xmark_16_x_16' | 'xmark_check_16_x_16';
|
|
630
570
|
export interface NimbleIcon {
|
|
631
571
|
name: NimbleIconName;
|
|
632
572
|
data: string;
|