@blueprintjs/icons 5.2.0 → 5.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/blueprint-icons-all-paths-loader.bundle.js +1 -1
- package/dist/blueprint-icons-split-paths-by-size-loader.bundle.js +1 -1
- package/dist/icons.bundle.js +1 -1
- package/lib/cjs/allPaths.d.ts +1 -1
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/index.js.map +1 -1
- package/lib/cjs/svgIconProps.d.ts +1 -1
- package/lib/cjs/type-utils/camel-case.d.ts +2 -2
- package/lib/cjs/type-utils/delimiter-case.d.ts +1 -1
- package/lib/cjs/type-utils/index.d.ts +6 -3
- package/lib/cjs/type-utils/pascal-case.d.ts +1 -1
- package/lib/cjs/type-utils/screaming-snake-case.d.ts +3 -3
- package/lib/cjs/type-utils/snake-case.d.ts +1 -1
- package/lib/esm/allPaths.d.ts +1 -1
- package/lib/esm/iconNames.d.ts +335 -335
- package/lib/esm/index.js +1 -0
- package/lib/esm/index.js.map +1 -1
- package/lib/esm/svgIconProps.d.ts +1 -1
- package/lib/esm/type-utils/camel-case.d.ts +2 -2
- package/lib/esm/type-utils/delimiter-case.d.ts +1 -1
- package/lib/esm/type-utils/index.d.ts +6 -3
- package/lib/esm/type-utils/pascal-case.d.ts +1 -1
- package/lib/esm/type-utils/screaming-snake-case.d.ts +3 -3
- package/lib/esm/type-utils/snake-case.d.ts +1 -1
- package/lib/esnext/allPaths.d.ts +1 -1
- package/lib/esnext/index.js +1 -0
- package/lib/esnext/index.js.map +1 -1
- package/lib/esnext/svgIconProps.d.ts +1 -1
- package/lib/esnext/type-utils/camel-case.d.ts +2 -2
- package/lib/esnext/type-utils/delimiter-case.d.ts +1 -1
- package/lib/esnext/type-utils/index.d.ts +6 -3
- package/lib/esnext/type-utils/pascal-case.d.ts +1 -1
- package/lib/esnext/type-utils/screaming-snake-case.d.ts +3 -3
- package/lib/esnext/type-utils/snake-case.d.ts +1 -1
- package/package.json +3 -3
- package/src/allPaths.ts +1 -1
- package/src/paths-loaders/splitPathsBySizeLoader.ts +1 -1
- package/src/svgIconProps.ts +1 -1
- package/src/type-utils/camel-case.ts +2 -2
- package/src/type-utils/delimiter-case.ts +1 -1
- package/src/type-utils/index.ts +6 -3
- package/src/type-utils/pascal-case.ts +1 -1
- package/src/type-utils/screaming-snake-case.ts +3 -3
- package/src/type-utils/snake-case.ts +1 -1
package/lib/esm/iconNames.d.ts
CHANGED
|
@@ -2,10 +2,60 @@ import { BlueprintIcons_16Id as IconName } from "./generated/16px/blueprint-icon
|
|
|
2
2
|
export type { IconName };
|
|
3
3
|
export declare const IconNames: {
|
|
4
4
|
FUNCTION: IconName;
|
|
5
|
+
SEARCH: IconName;
|
|
6
|
+
REPEAT: IconName;
|
|
7
|
+
ANCHOR: IconName;
|
|
8
|
+
BOLD: IconName;
|
|
9
|
+
LINK: IconName;
|
|
10
|
+
AT: IconName;
|
|
11
|
+
MAP: IconName;
|
|
12
|
+
FILTER: IconName;
|
|
13
|
+
SORT: IconName;
|
|
14
|
+
CODE: IconName;
|
|
5
15
|
ADD: IconName;
|
|
16
|
+
ERROR: IconName;
|
|
17
|
+
KEY: IconName;
|
|
18
|
+
RECORD: IconName;
|
|
19
|
+
MEDIA: IconName;
|
|
20
|
+
PAUSE: IconName;
|
|
21
|
+
PLAY: IconName;
|
|
22
|
+
STOP: IconName;
|
|
23
|
+
SQUARE: IconName;
|
|
24
|
+
GEOLOCATION: IconName;
|
|
25
|
+
NOTIFICATIONS: IconName;
|
|
26
|
+
MANUAL: IconName;
|
|
27
|
+
REMOVE: IconName;
|
|
28
|
+
CLIP: IconName;
|
|
29
|
+
FONT: IconName;
|
|
30
|
+
GRID: IconName;
|
|
31
|
+
TRANSLATE: IconName;
|
|
32
|
+
MOVE: IconName;
|
|
33
|
+
FORM: IconName;
|
|
34
|
+
HEADER: IconName;
|
|
35
|
+
LABEL: IconName;
|
|
36
|
+
MENU: IconName;
|
|
37
|
+
SELECT: IconName;
|
|
38
|
+
STYLE: IconName;
|
|
39
|
+
TH: IconName;
|
|
40
|
+
TIME: IconName;
|
|
41
|
+
VIDEO: IconName;
|
|
42
|
+
CIRCLE: IconName;
|
|
43
|
+
PATH: IconName;
|
|
44
|
+
SWITCH: IconName;
|
|
45
|
+
CUT: IconName;
|
|
46
|
+
RESET: IconName;
|
|
47
|
+
OFFLINE: IconName;
|
|
48
|
+
TARGET: IconName;
|
|
49
|
+
REFRESH: IconName;
|
|
50
|
+
DELTA: IconName;
|
|
51
|
+
DOCUMENT: IconName;
|
|
52
|
+
HISTORY: IconName;
|
|
53
|
+
CONFIRM: IconName;
|
|
54
|
+
PRINT: IconName;
|
|
55
|
+
USER: IconName;
|
|
56
|
+
CALENDAR: IconName;
|
|
6
57
|
AIRPLANE: IconName;
|
|
7
58
|
AMMUNITION: IconName;
|
|
8
|
-
ANCHOR: IconName;
|
|
9
59
|
ANNOTATION: IconName;
|
|
10
60
|
ANTENNA: IconName;
|
|
11
61
|
APPLICATION: IconName;
|
|
@@ -13,13 +63,11 @@ export declare const IconNames: {
|
|
|
13
63
|
ARCHIVE: IconName;
|
|
14
64
|
ARRAY: IconName;
|
|
15
65
|
ASTERISK: IconName;
|
|
16
|
-
AT: IconName;
|
|
17
66
|
AXLE: IconName;
|
|
18
67
|
BACKLINK: IconName;
|
|
19
68
|
BADGE: IconName;
|
|
20
69
|
BARCODE: IconName;
|
|
21
70
|
BLANK: IconName;
|
|
22
|
-
BOLD: IconName;
|
|
23
71
|
BOOK: IconName;
|
|
24
72
|
BOOKMARK: IconName;
|
|
25
73
|
BOX: IconName;
|
|
@@ -28,42 +76,34 @@ export declare const IconNames: {
|
|
|
28
76
|
BUGGY: IconName;
|
|
29
77
|
BUILD: IconName;
|
|
30
78
|
CALCULATOR: IconName;
|
|
31
|
-
CALENDAR: IconName;
|
|
32
79
|
CAMERA: IconName;
|
|
33
80
|
CHANGES: IconName;
|
|
34
81
|
CHART: IconName;
|
|
35
82
|
CHAT: IconName;
|
|
36
|
-
CIRCLE: IconName;
|
|
37
83
|
CITATION: IconName;
|
|
38
84
|
CLEAN: IconName;
|
|
39
|
-
CLIP: IconName;
|
|
40
85
|
CLIPBOARD: IconName;
|
|
41
86
|
CLOUD: IconName;
|
|
42
|
-
CODE: IconName;
|
|
43
87
|
COG: IconName;
|
|
44
88
|
COMMENT: IconName;
|
|
45
89
|
COMPARISON: IconName;
|
|
46
90
|
COMPASS: IconName;
|
|
47
91
|
COMPRESSED: IconName;
|
|
48
|
-
CONFIRM: IconName;
|
|
49
92
|
CONSOLE: IconName;
|
|
50
93
|
CONTRAST: IconName;
|
|
51
94
|
CONTROL: IconName;
|
|
52
95
|
CROSS: IconName;
|
|
53
96
|
CROWN: IconName;
|
|
54
97
|
CUBE: IconName;
|
|
55
|
-
CUT: IconName;
|
|
56
98
|
CYCLE: IconName;
|
|
57
99
|
DASHBOARD: IconName;
|
|
58
100
|
DATABASE: IconName;
|
|
59
101
|
DELETE: IconName;
|
|
60
|
-
DELTA: IconName;
|
|
61
102
|
DESKTOP: IconName;
|
|
62
103
|
DETECTION: IconName;
|
|
63
104
|
DIAGNOSIS: IconName;
|
|
64
105
|
DISABLE: IconName;
|
|
65
106
|
DIVIDE: IconName;
|
|
66
|
-
DOCUMENT: IconName;
|
|
67
107
|
DOLLAR: IconName;
|
|
68
108
|
DOT: IconName;
|
|
69
109
|
DOWNLOAD: IconName;
|
|
@@ -76,42 +116,34 @@ export declare const IconNames: {
|
|
|
76
116
|
ENVELOPE: IconName;
|
|
77
117
|
EQUALS: IconName;
|
|
78
118
|
ERASER: IconName;
|
|
79
|
-
ERROR: IconName;
|
|
80
119
|
EURO: IconName;
|
|
81
120
|
EXCHANGE: IconName;
|
|
82
121
|
EXPORT: IconName;
|
|
83
122
|
FEED: IconName;
|
|
84
123
|
FILM: IconName;
|
|
85
|
-
FILTER: IconName;
|
|
86
124
|
FLAG: IconName;
|
|
87
125
|
FLAME: IconName;
|
|
88
126
|
FLASH: IconName;
|
|
89
127
|
FLOWS: IconName;
|
|
90
128
|
FOLLOWER: IconName;
|
|
91
129
|
FOLLOWING: IconName;
|
|
92
|
-
FONT: IconName;
|
|
93
130
|
FORK: IconName;
|
|
94
|
-
FORM: IconName;
|
|
95
131
|
FUEL: IconName;
|
|
96
132
|
FULLSCREEN: IconName;
|
|
97
133
|
GEOFENCE: IconName;
|
|
98
|
-
GEOLOCATION: IconName;
|
|
99
134
|
GEOSEARCH: IconName;
|
|
100
135
|
GEOTIME: IconName;
|
|
101
136
|
GLASS: IconName;
|
|
102
137
|
GLOBE: IconName;
|
|
103
138
|
GRAPH: IconName;
|
|
104
|
-
GRID: IconName;
|
|
105
139
|
HAND: IconName;
|
|
106
140
|
HAT: IconName;
|
|
107
|
-
HEADER: IconName;
|
|
108
141
|
HEADSET: IconName;
|
|
109
142
|
HEART: IconName;
|
|
110
143
|
HEATMAP: IconName;
|
|
111
144
|
HELICOPTER: IconName;
|
|
112
145
|
HELP: IconName;
|
|
113
146
|
HIGHLIGHT: IconName;
|
|
114
|
-
HISTORY: IconName;
|
|
115
147
|
HOME: IconName;
|
|
116
148
|
HURRICANE: IconName;
|
|
117
149
|
IMPORT: IconName;
|
|
@@ -122,8 +154,6 @@ export declare const IconNames: {
|
|
|
122
154
|
INTERSECTION: IconName;
|
|
123
155
|
ISSUE: IconName;
|
|
124
156
|
ITALIC: IconName;
|
|
125
|
-
KEY: IconName;
|
|
126
|
-
LABEL: IconName;
|
|
127
157
|
LAYER: IconName;
|
|
128
158
|
LAYERS: IconName;
|
|
129
159
|
LAYOUT: IconName;
|
|
@@ -131,16 +161,11 @@ export declare const IconNames: {
|
|
|
131
161
|
LIFESAVER: IconName;
|
|
132
162
|
LIGHTBULB: IconName;
|
|
133
163
|
LIGHTNING: IconName;
|
|
134
|
-
LINK: IconName;
|
|
135
164
|
LIST: IconName;
|
|
136
165
|
LOCATE: IconName;
|
|
137
166
|
LOCK: IconName;
|
|
138
167
|
LOCOMOTIVE: IconName;
|
|
139
|
-
MANUAL: IconName;
|
|
140
|
-
MAP: IconName;
|
|
141
168
|
MAXIMIZE: IconName;
|
|
142
|
-
MEDIA: IconName;
|
|
143
|
-
MENU: IconName;
|
|
144
169
|
MICROPHONE: IconName;
|
|
145
170
|
MINIMIZE: IconName;
|
|
146
171
|
MINUS: IconName;
|
|
@@ -149,47 +174,35 @@ export declare const IconNames: {
|
|
|
149
174
|
MOON: IconName;
|
|
150
175
|
MORE: IconName;
|
|
151
176
|
MOUNTAIN: IconName;
|
|
152
|
-
MOVE: IconName;
|
|
153
177
|
MUGSHOT: IconName;
|
|
154
178
|
MUSIC: IconName;
|
|
155
179
|
NEST: IconName;
|
|
156
180
|
NINJA: IconName;
|
|
157
|
-
NOTIFICATIONS: IconName;
|
|
158
181
|
NUMERICAL: IconName;
|
|
159
182
|
OFFICE: IconName;
|
|
160
|
-
OFFLINE: IconName;
|
|
161
183
|
OUTDATED: IconName;
|
|
162
184
|
PAPERCLIP: IconName;
|
|
163
185
|
PARAGRAPH: IconName;
|
|
164
|
-
PATH: IconName;
|
|
165
|
-
PAUSE: IconName;
|
|
166
186
|
PEOPLE: IconName;
|
|
167
187
|
PERCENTAGE: IconName;
|
|
168
188
|
PERSON: IconName;
|
|
169
189
|
PHONE: IconName;
|
|
170
190
|
PIN: IconName;
|
|
171
191
|
PIVOT: IconName;
|
|
172
|
-
PLAY: IconName;
|
|
173
192
|
PLAYBOOK: IconName;
|
|
174
193
|
PLUS: IconName;
|
|
175
194
|
POWER: IconName;
|
|
176
195
|
PRESCRIPTION: IconName;
|
|
177
196
|
PRESENTATION: IconName;
|
|
178
|
-
PRINT: IconName;
|
|
179
197
|
PROJECTS: IconName;
|
|
180
198
|
PROPERTIES: IconName;
|
|
181
199
|
PROPERTY: IconName;
|
|
182
200
|
PULSE: IconName;
|
|
183
201
|
RAIN: IconName;
|
|
184
202
|
RANDOM: IconName;
|
|
185
|
-
RECORD: IconName;
|
|
186
203
|
RECTANGLE: IconName;
|
|
187
204
|
REDO: IconName;
|
|
188
|
-
REFRESH: IconName;
|
|
189
205
|
REGEX: IconName;
|
|
190
|
-
REMOVE: IconName;
|
|
191
|
-
REPEAT: IconName;
|
|
192
|
-
RESET: IconName;
|
|
193
206
|
RESOLVE: IconName;
|
|
194
207
|
RIG: IconName;
|
|
195
208
|
RING: IconName;
|
|
@@ -197,8 +210,6 @@ export declare const IconNames: {
|
|
|
197
210
|
ROUTE: IconName;
|
|
198
211
|
SATELLITE: IconName;
|
|
199
212
|
SAVED: IconName;
|
|
200
|
-
SEARCH: IconName;
|
|
201
|
-
SELECT: IconName;
|
|
202
213
|
SELECTION: IconName;
|
|
203
214
|
SENSOR: IconName;
|
|
204
215
|
SETTINGS: IconName;
|
|
@@ -209,30 +220,21 @@ export declare const IconNames: {
|
|
|
209
220
|
SHOP: IconName;
|
|
210
221
|
SLASH: IconName;
|
|
211
222
|
SNOWFLAKE: IconName;
|
|
212
|
-
SORT: IconName;
|
|
213
|
-
SQUARE: IconName;
|
|
214
223
|
STAR: IconName;
|
|
215
|
-
STOP: IconName;
|
|
216
224
|
STOPWATCH: IconName;
|
|
217
225
|
STRIKETHROUGH: IconName;
|
|
218
|
-
STYLE: IconName;
|
|
219
226
|
SUBSCRIPT: IconName;
|
|
220
227
|
SUPERSCRIPT: IconName;
|
|
221
|
-
SWITCH: IconName;
|
|
222
228
|
SYRINGE: IconName;
|
|
223
229
|
TAG: IconName;
|
|
224
230
|
TANK: IconName;
|
|
225
|
-
TARGET: IconName;
|
|
226
231
|
TAXI: IconName;
|
|
227
232
|
TEMPERATURE: IconName;
|
|
228
|
-
TH: IconName;
|
|
229
233
|
TICK: IconName;
|
|
230
|
-
TIME: IconName;
|
|
231
234
|
TINT: IconName;
|
|
232
235
|
TORCH: IconName;
|
|
233
236
|
TRACTOR: IconName;
|
|
234
237
|
TRAIN: IconName;
|
|
235
|
-
TRANSLATE: IconName;
|
|
236
238
|
TRASH: IconName;
|
|
237
239
|
TREE: IconName;
|
|
238
240
|
TRUCK: IconName;
|
|
@@ -245,9 +247,7 @@ export declare const IconNames: {
|
|
|
245
247
|
UNRESOLVE: IconName;
|
|
246
248
|
UPDATED: IconName;
|
|
247
249
|
UPLOAD: IconName;
|
|
248
|
-
USER: IconName;
|
|
249
250
|
VARIABLE: IconName;
|
|
250
|
-
VIDEO: IconName;
|
|
251
251
|
VIRUS: IconName;
|
|
252
252
|
WALK: IconName;
|
|
253
253
|
WAVES: IconName;
|
|
@@ -582,94 +582,109 @@ export declare const IconNames: {
|
|
|
582
582
|
ZOOM_IN: IconName;
|
|
583
583
|
ZOOM_OUT: IconName;
|
|
584
584
|
ZOOM_TO_FIT: IconName;
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
ArrowLeft: IconName;
|
|
594
|
-
ArrowRight: IconName;
|
|
595
|
-
ArrowUp: IconName;
|
|
596
|
-
Download: IconName;
|
|
597
|
-
Upload: IconName;
|
|
598
|
-
Layout: IconName;
|
|
585
|
+
AddClip: IconName;
|
|
586
|
+
AddColumnLeft: IconName;
|
|
587
|
+
AddColumnRight: IconName;
|
|
588
|
+
AddLocation: IconName;
|
|
589
|
+
AddRowBottom: IconName;
|
|
590
|
+
AddRowTop: IconName;
|
|
591
|
+
AddToArtifact: IconName;
|
|
592
|
+
AddToFolder: IconName;
|
|
599
593
|
Add: IconName;
|
|
600
|
-
|
|
601
|
-
Chart: IconName;
|
|
602
|
-
Tree: IconName;
|
|
603
|
-
Share: IconName;
|
|
604
|
-
ChevronDown: IconName;
|
|
605
|
-
ChevronLeft: IconName;
|
|
606
|
-
ChevronRight: IconName;
|
|
607
|
-
ChevronUp: IconName;
|
|
608
|
-
Time: IconName;
|
|
609
|
-
List: IconName;
|
|
610
|
-
StackedChart: IconName;
|
|
611
|
-
Grid: IconName;
|
|
612
|
-
Search: IconName;
|
|
613
|
-
Control: IconName;
|
|
614
|
-
Delete: IconName;
|
|
615
|
-
Phone: IconName;
|
|
616
|
-
Video: IconName;
|
|
617
|
-
Select: IconName;
|
|
618
|
-
Layer: IconName;
|
|
619
|
-
Layers: IconName;
|
|
620
|
-
Link: IconName;
|
|
621
|
-
Prescription: IconName;
|
|
622
|
-
Box: IconName;
|
|
623
|
-
Updated: IconName;
|
|
624
|
-
Application: IconName;
|
|
625
|
-
Filter: IconName;
|
|
626
|
-
Function: IconName;
|
|
627
|
-
Document: IconName;
|
|
628
|
-
Graph: IconName;
|
|
629
|
-
Map: IconName;
|
|
630
|
-
Cross: IconName;
|
|
631
|
-
InfoSign: IconName;
|
|
632
|
-
Minus: IconName;
|
|
633
|
-
Plus: IconName;
|
|
634
|
-
Square: IconName;
|
|
635
|
-
Tick: IconName;
|
|
636
|
-
Media: IconName;
|
|
637
|
-
Numerical: IconName;
|
|
638
|
-
Rectangle: IconName;
|
|
639
|
-
Highlight: IconName;
|
|
594
|
+
AimpointsTarget: IconName;
|
|
640
595
|
Airplane: IconName;
|
|
596
|
+
AlignCenter: IconName;
|
|
597
|
+
AlignJustify: IconName;
|
|
598
|
+
AlignLeft: IconName;
|
|
599
|
+
AlignRight: IconName;
|
|
600
|
+
AlignmentBottom: IconName;
|
|
601
|
+
AlignmentHorizontalCenter: IconName;
|
|
602
|
+
AlignmentLeft: IconName;
|
|
603
|
+
AlignmentRight: IconName;
|
|
604
|
+
AlignmentTop: IconName;
|
|
605
|
+
AlignmentVerticalCenter: IconName;
|
|
641
606
|
Ammunition: IconName;
|
|
642
607
|
Anchor: IconName;
|
|
643
608
|
Annotation: IconName;
|
|
644
609
|
Antenna: IconName;
|
|
610
|
+
AppHeader: IconName;
|
|
611
|
+
Application: IconName;
|
|
645
612
|
Applications: IconName;
|
|
646
613
|
Archive: IconName;
|
|
614
|
+
AreaOfInterest: IconName;
|
|
615
|
+
ArrayBoolean: IconName;
|
|
616
|
+
ArrayDate: IconName;
|
|
617
|
+
ArrayFloatingPoint: IconName;
|
|
618
|
+
ArrayNumeric: IconName;
|
|
619
|
+
ArrayString: IconName;
|
|
620
|
+
ArrayTimestamp: IconName;
|
|
647
621
|
Array: IconName;
|
|
622
|
+
ArrowBottomLeft: IconName;
|
|
623
|
+
ArrowBottomRight: IconName;
|
|
624
|
+
ArrowDown: IconName;
|
|
625
|
+
ArrowLeft: IconName;
|
|
626
|
+
ArrowRight: IconName;
|
|
627
|
+
ArrowTopLeft: IconName;
|
|
628
|
+
ArrowTopRight: IconName;
|
|
629
|
+
ArrowUp: IconName;
|
|
630
|
+
ArrowsHorizontal: IconName;
|
|
631
|
+
ArrowsVertical: IconName;
|
|
648
632
|
Asterisk: IconName;
|
|
649
633
|
At: IconName;
|
|
634
|
+
AutomaticUpdates: IconName;
|
|
650
635
|
Axle: IconName;
|
|
651
636
|
Backlink: IconName;
|
|
652
637
|
Badge: IconName;
|
|
638
|
+
BanCircle: IconName;
|
|
639
|
+
BankAccount: IconName;
|
|
653
640
|
Barcode: IconName;
|
|
654
641
|
Blank: IconName;
|
|
642
|
+
BlockedPerson: IconName;
|
|
655
643
|
Bold: IconName;
|
|
656
644
|
Book: IconName;
|
|
657
645
|
Bookmark: IconName;
|
|
646
|
+
Box: IconName;
|
|
658
647
|
Briefcase: IconName;
|
|
648
|
+
BringData: IconName;
|
|
659
649
|
Bug: IconName;
|
|
660
650
|
Buggy: IconName;
|
|
661
651
|
Build: IconName;
|
|
662
652
|
Calculator: IconName;
|
|
663
653
|
Calendar: IconName;
|
|
664
654
|
Camera: IconName;
|
|
655
|
+
CaretDown: IconName;
|
|
656
|
+
CaretLeft: IconName;
|
|
657
|
+
CaretRight: IconName;
|
|
658
|
+
CaretUp: IconName;
|
|
659
|
+
CargoShip: IconName;
|
|
660
|
+
CellTower: IconName;
|
|
665
661
|
Changes: IconName;
|
|
662
|
+
Chart: IconName;
|
|
666
663
|
Chat: IconName;
|
|
664
|
+
ChevronBackward: IconName;
|
|
665
|
+
ChevronDown: IconName;
|
|
666
|
+
ChevronForward: IconName;
|
|
667
|
+
ChevronLeft: IconName;
|
|
668
|
+
ChevronRight: IconName;
|
|
669
|
+
ChevronUp: IconName;
|
|
670
|
+
CircleArrowDown: IconName;
|
|
671
|
+
CircleArrowLeft: IconName;
|
|
672
|
+
CircleArrowRight: IconName;
|
|
673
|
+
CircleArrowUp: IconName;
|
|
674
|
+
Circle: IconName;
|
|
667
675
|
Citation: IconName;
|
|
668
676
|
Clean: IconName;
|
|
677
|
+
Clip: IconName;
|
|
669
678
|
Clipboard: IconName;
|
|
679
|
+
CloudDownload: IconName;
|
|
680
|
+
CloudUpload: IconName;
|
|
670
681
|
Cloud: IconName;
|
|
682
|
+
CodeBlock: IconName;
|
|
671
683
|
Code: IconName;
|
|
672
684
|
Cog: IconName;
|
|
685
|
+
CollapseAll: IconName;
|
|
686
|
+
ColorFill: IconName;
|
|
687
|
+
ColumnLayout: IconName;
|
|
673
688
|
Comment: IconName;
|
|
674
689
|
Comparison: IconName;
|
|
675
690
|
Compass: IconName;
|
|
@@ -677,25 +692,57 @@ export declare const IconNames: {
|
|
|
677
692
|
Confirm: IconName;
|
|
678
693
|
Console: IconName;
|
|
679
694
|
Contrast: IconName;
|
|
695
|
+
Control: IconName;
|
|
696
|
+
CreditCard: IconName;
|
|
697
|
+
CrossCircle: IconName;
|
|
698
|
+
Cross: IconName;
|
|
680
699
|
Crown: IconName;
|
|
700
|
+
CubeAdd: IconName;
|
|
701
|
+
CubeRemove: IconName;
|
|
681
702
|
Cube: IconName;
|
|
703
|
+
CurvedRangeChart: IconName;
|
|
682
704
|
Cut: IconName;
|
|
683
705
|
Cycle: IconName;
|
|
684
706
|
Dashboard: IconName;
|
|
707
|
+
DataConnection: IconName;
|
|
708
|
+
DataLineage: IconName;
|
|
685
709
|
Database: IconName;
|
|
710
|
+
Delete: IconName;
|
|
686
711
|
Delta: IconName;
|
|
712
|
+
DeriveColumn: IconName;
|
|
687
713
|
Desktop: IconName;
|
|
688
714
|
Detection: IconName;
|
|
689
715
|
Diagnosis: IconName;
|
|
716
|
+
DiagramTree: IconName;
|
|
717
|
+
DirectionLeft: IconName;
|
|
718
|
+
DirectionRight: IconName;
|
|
690
719
|
Disable: IconName;
|
|
691
720
|
Divide: IconName;
|
|
721
|
+
DocumentOpen: IconName;
|
|
722
|
+
DocumentShare: IconName;
|
|
723
|
+
Document: IconName;
|
|
692
724
|
Dollar: IconName;
|
|
693
725
|
Dot: IconName;
|
|
726
|
+
DoubleCaretHorizontal: IconName;
|
|
727
|
+
DoubleCaretVertical: IconName;
|
|
728
|
+
DoubleChevronDown: IconName;
|
|
729
|
+
DoubleChevronLeft: IconName;
|
|
730
|
+
DoubleChevronRight: IconName;
|
|
731
|
+
DoubleChevronUp: IconName;
|
|
732
|
+
DoughnutChart: IconName;
|
|
733
|
+
Download: IconName;
|
|
734
|
+
DragHandleHorizontal: IconName;
|
|
735
|
+
DragHandleVertical: IconName;
|
|
694
736
|
Draw: IconName;
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
737
|
+
DrawerLeftFilled: IconName;
|
|
738
|
+
DrawerLeft: IconName;
|
|
739
|
+
DrawerRightFilled: IconName;
|
|
740
|
+
DrawerRight: IconName;
|
|
741
|
+
DriveTime: IconName;
|
|
742
|
+
Duplicate: IconName;
|
|
743
|
+
Edit: IconName;
|
|
744
|
+
Eject: IconName;
|
|
745
|
+
Emoji: IconName;
|
|
699
746
|
Endorsed: IconName;
|
|
700
747
|
Envelope: IconName;
|
|
701
748
|
Equals: IconName;
|
|
@@ -703,258 +750,53 @@ export declare const IconNames: {
|
|
|
703
750
|
Error: IconName;
|
|
704
751
|
Euro: IconName;
|
|
705
752
|
Exchange: IconName;
|
|
706
|
-
Export: IconName;
|
|
707
|
-
Feed: IconName;
|
|
708
|
-
Film: IconName;
|
|
709
|
-
Flag: IconName;
|
|
710
|
-
Flame: IconName;
|
|
711
|
-
Flash: IconName;
|
|
712
|
-
Flows: IconName;
|
|
713
|
-
Follower: IconName;
|
|
714
|
-
Following: IconName;
|
|
715
|
-
Font: IconName;
|
|
716
|
-
Fork: IconName;
|
|
717
|
-
Form: IconName;
|
|
718
|
-
Fuel: IconName;
|
|
719
|
-
Fullscreen: IconName;
|
|
720
|
-
Geofence: IconName;
|
|
721
|
-
Geolocation: IconName;
|
|
722
|
-
Geosearch: IconName;
|
|
723
|
-
Geotime: IconName;
|
|
724
|
-
Glass: IconName;
|
|
725
|
-
Globe: IconName;
|
|
726
|
-
Hand: IconName;
|
|
727
|
-
Hat: IconName;
|
|
728
|
-
Headset: IconName;
|
|
729
|
-
Heart: IconName;
|
|
730
|
-
Heatmap: IconName;
|
|
731
|
-
Helicopter: IconName;
|
|
732
|
-
Help: IconName;
|
|
733
|
-
History: IconName;
|
|
734
|
-
Home: IconName;
|
|
735
|
-
Hurricane: IconName;
|
|
736
|
-
Import: IconName;
|
|
737
|
-
Inbox: IconName;
|
|
738
|
-
Inheritance: IconName;
|
|
739
|
-
Insert: IconName;
|
|
740
|
-
Intelligence: IconName;
|
|
741
|
-
Intersection: IconName;
|
|
742
|
-
Issue: IconName;
|
|
743
|
-
Italic: IconName;
|
|
744
|
-
Key: IconName;
|
|
745
|
-
Label: IconName;
|
|
746
|
-
Learning: IconName;
|
|
747
|
-
Lifesaver: IconName;
|
|
748
|
-
Lightbulb: IconName;
|
|
749
|
-
Lightning: IconName;
|
|
750
|
-
Locate: IconName;
|
|
751
|
-
Lock: IconName;
|
|
752
|
-
Locomotive: IconName;
|
|
753
|
-
Manual: IconName;
|
|
754
|
-
Maximize: IconName;
|
|
755
|
-
Menu: IconName;
|
|
756
|
-
Microphone: IconName;
|
|
757
|
-
Minimize: IconName;
|
|
758
|
-
Modal: IconName;
|
|
759
|
-
Model: IconName;
|
|
760
|
-
Moon: IconName;
|
|
761
|
-
More: IconName;
|
|
762
|
-
Mountain: IconName;
|
|
763
|
-
Move: IconName;
|
|
764
|
-
Mugshot: IconName;
|
|
765
|
-
Music: IconName;
|
|
766
|
-
Nest: IconName;
|
|
767
|
-
Ninja: IconName;
|
|
768
|
-
Notifications: IconName;
|
|
769
|
-
Office: IconName;
|
|
770
|
-
Offline: IconName;
|
|
771
|
-
Outdated: IconName;
|
|
772
|
-
Paperclip: IconName;
|
|
773
|
-
Paragraph: IconName;
|
|
774
|
-
Path: IconName;
|
|
775
|
-
Pause: IconName;
|
|
776
|
-
People: IconName;
|
|
777
|
-
Percentage: IconName;
|
|
778
|
-
Pin: IconName;
|
|
779
|
-
Pivot: IconName;
|
|
780
|
-
Play: IconName;
|
|
781
|
-
Playbook: IconName;
|
|
782
|
-
Power: IconName;
|
|
783
|
-
Presentation: IconName;
|
|
784
|
-
Print: IconName;
|
|
785
|
-
Projects: IconName;
|
|
786
|
-
Properties: IconName;
|
|
787
|
-
Property: IconName;
|
|
788
|
-
Pulse: IconName;
|
|
789
|
-
Rain: IconName;
|
|
790
|
-
Random: IconName;
|
|
791
|
-
Record: IconName;
|
|
792
|
-
Redo: IconName;
|
|
793
|
-
Refresh: IconName;
|
|
794
|
-
Regex: IconName;
|
|
795
|
-
Repeat: IconName;
|
|
796
|
-
Reset: IconName;
|
|
797
|
-
Resolve: IconName;
|
|
798
|
-
Rig: IconName;
|
|
799
|
-
Ring: IconName;
|
|
800
|
-
Rocket: IconName;
|
|
801
|
-
Route: IconName;
|
|
802
|
-
Satellite: IconName;
|
|
803
|
-
Saved: IconName;
|
|
804
|
-
Selection: IconName;
|
|
805
|
-
Sensor: IconName;
|
|
806
|
-
Settings: IconName;
|
|
807
|
-
Shapes: IconName;
|
|
808
|
-
Shield: IconName;
|
|
809
|
-
Shop: IconName;
|
|
810
|
-
Slash: IconName;
|
|
811
|
-
Snowflake: IconName;
|
|
812
|
-
Sort: IconName;
|
|
813
|
-
Star: IconName;
|
|
814
|
-
Stop: IconName;
|
|
815
|
-
Stopwatch: IconName;
|
|
816
|
-
Strikethrough: IconName;
|
|
817
|
-
Style: IconName;
|
|
818
|
-
Subscript: IconName;
|
|
819
|
-
Superscript: IconName;
|
|
820
|
-
Switch: IconName;
|
|
821
|
-
Syringe: IconName;
|
|
822
|
-
Tag: IconName;
|
|
823
|
-
Tank: IconName;
|
|
824
|
-
Taxi: IconName;
|
|
825
|
-
Temperature: IconName;
|
|
826
|
-
Th: IconName;
|
|
827
|
-
Tint: IconName;
|
|
828
|
-
Torch: IconName;
|
|
829
|
-
Tractor: IconName;
|
|
830
|
-
Train: IconName;
|
|
831
|
-
Translate: IconName;
|
|
832
|
-
Trash: IconName;
|
|
833
|
-
Truck: IconName;
|
|
834
|
-
Unarchive: IconName;
|
|
835
|
-
Underline: IconName;
|
|
836
|
-
Undo: IconName;
|
|
837
|
-
Unlink: IconName;
|
|
838
|
-
Unlock: IconName;
|
|
839
|
-
Unpin: IconName;
|
|
840
|
-
Unresolve: IconName;
|
|
841
|
-
User: IconName;
|
|
842
|
-
Variable: IconName;
|
|
843
|
-
Virus: IconName;
|
|
844
|
-
Walk: IconName;
|
|
845
|
-
Waves: IconName;
|
|
846
|
-
Widget: IconName;
|
|
847
|
-
Wind: IconName;
|
|
848
|
-
Wrench: IconName;
|
|
849
|
-
AddClip: IconName;
|
|
850
|
-
AddColumnLeft: IconName;
|
|
851
|
-
AddColumnRight: IconName;
|
|
852
|
-
AddLocation: IconName;
|
|
853
|
-
AddRowBottom: IconName;
|
|
854
|
-
AddRowTop: IconName;
|
|
855
|
-
AddToArtifact: IconName;
|
|
856
|
-
AddToFolder: IconName;
|
|
857
|
-
AimpointsTarget: IconName;
|
|
858
|
-
AlignCenter: IconName;
|
|
859
|
-
AlignJustify: IconName;
|
|
860
|
-
AlignLeft: IconName;
|
|
861
|
-
AlignRight: IconName;
|
|
862
|
-
AlignmentBottom: IconName;
|
|
863
|
-
AlignmentHorizontalCenter: IconName;
|
|
864
|
-
AlignmentLeft: IconName;
|
|
865
|
-
AlignmentRight: IconName;
|
|
866
|
-
AlignmentTop: IconName;
|
|
867
|
-
AlignmentVerticalCenter: IconName;
|
|
868
|
-
AppHeader: IconName;
|
|
869
|
-
AreaOfInterest: IconName;
|
|
870
|
-
ArrayBoolean: IconName;
|
|
871
|
-
ArrayDate: IconName;
|
|
872
|
-
ArrayFloatingPoint: IconName;
|
|
873
|
-
ArrayNumeric: IconName;
|
|
874
|
-
ArrayString: IconName;
|
|
875
|
-
ArrayTimestamp: IconName;
|
|
876
|
-
ArrowBottomLeft: IconName;
|
|
877
|
-
ArrowBottomRight: IconName;
|
|
878
|
-
ArrowTopLeft: IconName;
|
|
879
|
-
ArrowTopRight: IconName;
|
|
880
|
-
ArrowsHorizontal: IconName;
|
|
881
|
-
ArrowsVertical: IconName;
|
|
882
|
-
AutomaticUpdates: IconName;
|
|
883
|
-
BanCircle: IconName;
|
|
884
|
-
BankAccount: IconName;
|
|
885
|
-
BlockedPerson: IconName;
|
|
886
|
-
BringData: IconName;
|
|
887
|
-
CaretDown: IconName;
|
|
888
|
-
CaretLeft: IconName;
|
|
889
|
-
CaretRight: IconName;
|
|
890
|
-
CaretUp: IconName;
|
|
891
|
-
CargoShip: IconName;
|
|
892
|
-
CellTower: IconName;
|
|
893
|
-
ChevronBackward: IconName;
|
|
894
|
-
ChevronForward: IconName;
|
|
895
|
-
CircleArrowDown: IconName;
|
|
896
|
-
CircleArrowLeft: IconName;
|
|
897
|
-
CircleArrowRight: IconName;
|
|
898
|
-
CircleArrowUp: IconName;
|
|
899
|
-
CloudDownload: IconName;
|
|
900
|
-
CloudUpload: IconName;
|
|
901
|
-
CodeBlock: IconName;
|
|
902
|
-
CollapseAll: IconName;
|
|
903
|
-
ColorFill: IconName;
|
|
904
|
-
ColumnLayout: IconName;
|
|
905
|
-
CreditCard: IconName;
|
|
906
|
-
CrossCircle: IconName;
|
|
907
|
-
CubeAdd: IconName;
|
|
908
|
-
CubeRemove: IconName;
|
|
909
|
-
CurvedRangeChart: IconName;
|
|
910
|
-
DataConnection: IconName;
|
|
911
|
-
DataLineage: IconName;
|
|
912
|
-
DeriveColumn: IconName;
|
|
913
|
-
DiagramTree: IconName;
|
|
914
|
-
DirectionLeft: IconName;
|
|
915
|
-
DirectionRight: IconName;
|
|
916
|
-
DocumentOpen: IconName;
|
|
917
|
-
DocumentShare: IconName;
|
|
918
|
-
DoubleCaretHorizontal: IconName;
|
|
919
|
-
DoubleCaretVertical: IconName;
|
|
920
|
-
DoubleChevronDown: IconName;
|
|
921
|
-
DoubleChevronLeft: IconName;
|
|
922
|
-
DoubleChevronRight: IconName;
|
|
923
|
-
DoubleChevronUp: IconName;
|
|
924
|
-
DoughnutChart: IconName;
|
|
925
|
-
DragHandleHorizontal: IconName;
|
|
926
|
-
DragHandleVertical: IconName;
|
|
927
|
-
DrawerLeftFilled: IconName;
|
|
928
|
-
DrawerLeft: IconName;
|
|
929
|
-
DrawerRightFilled: IconName;
|
|
930
|
-
DrawerRight: IconName;
|
|
931
|
-
DriveTime: IconName;
|
|
932
753
|
ExcludeRow: IconName;
|
|
933
754
|
ExpandAll: IconName;
|
|
755
|
+
Export: IconName;
|
|
934
756
|
EyeOff: IconName;
|
|
935
757
|
EyeOn: IconName;
|
|
936
758
|
EyeOpen: IconName;
|
|
937
759
|
FastBackward: IconName;
|
|
938
760
|
FastForward: IconName;
|
|
939
761
|
FeedSubscribed: IconName;
|
|
762
|
+
Feed: IconName;
|
|
763
|
+
Film: IconName;
|
|
940
764
|
FilterKeep: IconName;
|
|
941
765
|
FilterList: IconName;
|
|
942
766
|
FilterOpen: IconName;
|
|
943
767
|
FilterRemove: IconName;
|
|
768
|
+
Filter: IconName;
|
|
769
|
+
Flag: IconName;
|
|
770
|
+
Flame: IconName;
|
|
771
|
+
Flash: IconName;
|
|
772
|
+
FloatingPoint: IconName;
|
|
944
773
|
FloppyDisk: IconName;
|
|
945
774
|
FlowBranch: IconName;
|
|
946
775
|
FlowEnd: IconName;
|
|
947
776
|
FlowLinear: IconName;
|
|
948
777
|
FlowReviewBranch: IconName;
|
|
949
778
|
FlowReview: IconName;
|
|
779
|
+
Flows: IconName;
|
|
950
780
|
FolderClose: IconName;
|
|
951
781
|
FolderNew: IconName;
|
|
952
782
|
FolderOpen: IconName;
|
|
953
783
|
FolderSharedOpen: IconName;
|
|
954
784
|
FolderShared: IconName;
|
|
785
|
+
Follower: IconName;
|
|
786
|
+
Following: IconName;
|
|
787
|
+
Font: IconName;
|
|
788
|
+
Fork: IconName;
|
|
789
|
+
Form: IconName;
|
|
790
|
+
Fuel: IconName;
|
|
955
791
|
FullCircle: IconName;
|
|
956
792
|
FullStackedChart: IconName;
|
|
793
|
+
Fullscreen: IconName;
|
|
794
|
+
Function: IconName;
|
|
957
795
|
GanttChart: IconName;
|
|
796
|
+
Geofence: IconName;
|
|
797
|
+
Geolocation: IconName;
|
|
798
|
+
Geosearch: IconName;
|
|
799
|
+
Geotime: IconName;
|
|
958
800
|
GitBranch: IconName;
|
|
959
801
|
GitCommit: IconName;
|
|
960
802
|
GitMerge: IconName;
|
|
@@ -962,42 +804,67 @@ export declare const IconNames: {
|
|
|
962
804
|
GitPull: IconName;
|
|
963
805
|
GitPush: IconName;
|
|
964
806
|
GitRepo: IconName;
|
|
807
|
+
Glass: IconName;
|
|
965
808
|
GlobeNetwork: IconName;
|
|
809
|
+
Globe: IconName;
|
|
966
810
|
GraphRemove: IconName;
|
|
811
|
+
Graph: IconName;
|
|
967
812
|
GreaterThanOrEqualTo: IconName;
|
|
968
813
|
GreaterThan: IconName;
|
|
969
814
|
GridView: IconName;
|
|
815
|
+
Grid: IconName;
|
|
970
816
|
GroupObjects: IconName;
|
|
971
817
|
GroupedBarChart: IconName;
|
|
972
818
|
HandDown: IconName;
|
|
973
819
|
HandLeft: IconName;
|
|
974
820
|
HandRight: IconName;
|
|
975
821
|
HandUp: IconName;
|
|
822
|
+
Hand: IconName;
|
|
823
|
+
Hat: IconName;
|
|
976
824
|
HeaderOne: IconName;
|
|
977
825
|
HeaderThree: IconName;
|
|
978
826
|
HeaderTwo: IconName;
|
|
827
|
+
Header: IconName;
|
|
828
|
+
Headset: IconName;
|
|
979
829
|
HeartBroken: IconName;
|
|
830
|
+
Heart: IconName;
|
|
980
831
|
HeatGrid: IconName;
|
|
832
|
+
Heatmap: IconName;
|
|
833
|
+
Helicopter: IconName;
|
|
834
|
+
Help: IconName;
|
|
981
835
|
HelperManagement: IconName;
|
|
982
836
|
HighPriority: IconName;
|
|
983
837
|
HighVoltagePole: IconName;
|
|
838
|
+
Highlight: IconName;
|
|
839
|
+
History: IconName;
|
|
840
|
+
Home: IconName;
|
|
984
841
|
HorizontalBarChartAsc: IconName;
|
|
985
842
|
HorizontalBarChartDesc: IconName;
|
|
986
843
|
HorizontalBarChart: IconName;
|
|
987
844
|
HorizontalDistribution: IconName;
|
|
988
845
|
HorizontalInbetween: IconName;
|
|
846
|
+
Hurricane: IconName;
|
|
989
847
|
IdNumber: IconName;
|
|
990
848
|
ImageRotateLeft: IconName;
|
|
991
849
|
ImageRotateRight: IconName;
|
|
850
|
+
Import: IconName;
|
|
992
851
|
InboxFiltered: IconName;
|
|
993
852
|
InboxGeo: IconName;
|
|
994
853
|
InboxSearch: IconName;
|
|
995
854
|
InboxUpdate: IconName;
|
|
855
|
+
Inbox: IconName;
|
|
856
|
+
InfoSign: IconName;
|
|
857
|
+
Inheritance: IconName;
|
|
996
858
|
InheritedGroup: IconName;
|
|
997
859
|
InnerJoin: IconName;
|
|
860
|
+
Insert: IconName;
|
|
861
|
+
Intelligence: IconName;
|
|
862
|
+
Intersection: IconName;
|
|
998
863
|
IpAddress: IconName;
|
|
999
864
|
IssueClosed: IconName;
|
|
1000
865
|
IssueNew: IconName;
|
|
866
|
+
Issue: IconName;
|
|
867
|
+
Italic: IconName;
|
|
1001
868
|
JoinTable: IconName;
|
|
1002
869
|
KeyBackspace: IconName;
|
|
1003
870
|
KeyCommand: IconName;
|
|
@@ -1008,9 +875,13 @@ export declare const IconNames: {
|
|
|
1008
875
|
KeyOption: IconName;
|
|
1009
876
|
KeyShift: IconName;
|
|
1010
877
|
KeyTab: IconName;
|
|
878
|
+
Key: IconName;
|
|
1011
879
|
KnownVehicle: IconName;
|
|
1012
880
|
LabTest: IconName;
|
|
881
|
+
Label: IconName;
|
|
1013
882
|
LayerOutline: IconName;
|
|
883
|
+
Layer: IconName;
|
|
884
|
+
Layers: IconName;
|
|
1014
885
|
LayoutAuto: IconName;
|
|
1015
886
|
LayoutBalloon: IconName;
|
|
1016
887
|
LayoutCircle: IconName;
|
|
@@ -1020,28 +891,55 @@ export declare const IconNames: {
|
|
|
1020
891
|
LayoutLinear: IconName;
|
|
1021
892
|
LayoutSkewGrid: IconName;
|
|
1022
893
|
LayoutSortedClusters: IconName;
|
|
894
|
+
Layout: IconName;
|
|
895
|
+
Learning: IconName;
|
|
1023
896
|
LeftJoin: IconName;
|
|
1024
897
|
LengthenText: IconName;
|
|
1025
898
|
LessThanOrEqualTo: IconName;
|
|
1026
899
|
LessThan: IconName;
|
|
900
|
+
Lifesaver: IconName;
|
|
901
|
+
Lightbulb: IconName;
|
|
902
|
+
Lightning: IconName;
|
|
903
|
+
Link: IconName;
|
|
1027
904
|
ListColumns: IconName;
|
|
1028
905
|
ListDetailView: IconName;
|
|
906
|
+
List: IconName;
|
|
907
|
+
Locate: IconName;
|
|
908
|
+
Lock: IconName;
|
|
909
|
+
Locomotive: IconName;
|
|
1029
910
|
LogIn: IconName;
|
|
1030
911
|
LogOut: IconName;
|
|
1031
912
|
LowVoltagePole: IconName;
|
|
913
|
+
Manual: IconName;
|
|
1032
914
|
ManuallyEnteredData: IconName;
|
|
1033
915
|
ManyToMany: IconName;
|
|
1034
916
|
ManyToOne: IconName;
|
|
1035
917
|
MapCreate: IconName;
|
|
1036
918
|
MapMarker: IconName;
|
|
919
|
+
Map: IconName;
|
|
920
|
+
Maximize: IconName;
|
|
921
|
+
Media: IconName;
|
|
1037
922
|
MenuClosed: IconName;
|
|
1038
923
|
MenuOpen: IconName;
|
|
924
|
+
Menu: IconName;
|
|
1039
925
|
MergeColumns: IconName;
|
|
1040
926
|
MergeLinks: IconName;
|
|
927
|
+
Microphone: IconName;
|
|
928
|
+
Minimize: IconName;
|
|
929
|
+
Minus: IconName;
|
|
1041
930
|
MobilePhone: IconName;
|
|
1042
931
|
MobileVideo: IconName;
|
|
1043
932
|
ModalFilled: IconName;
|
|
933
|
+
Modal: IconName;
|
|
934
|
+
Model: IconName;
|
|
935
|
+
Moon: IconName;
|
|
936
|
+
More: IconName;
|
|
937
|
+
Mountain: IconName;
|
|
938
|
+
Move: IconName;
|
|
939
|
+
Mugshot: IconName;
|
|
1044
940
|
MultiSelect: IconName;
|
|
941
|
+
Music: IconName;
|
|
942
|
+
Nest: IconName;
|
|
1045
943
|
NewDrawing: IconName;
|
|
1046
944
|
NewGridItem: IconName;
|
|
1047
945
|
NewLayer: IconName;
|
|
@@ -1051,61 +949,117 @@ export declare const IconNames: {
|
|
|
1051
949
|
NewPerson: IconName;
|
|
1052
950
|
NewPrescription: IconName;
|
|
1053
951
|
NewTextBox: IconName;
|
|
952
|
+
Ninja: IconName;
|
|
1054
953
|
NotEqualTo: IconName;
|
|
1055
954
|
NotificationsSnooze: IconName;
|
|
1056
955
|
NotificationsUpdated: IconName;
|
|
956
|
+
Notifications: IconName;
|
|
1057
957
|
NumberedList: IconName;
|
|
958
|
+
Numerical: IconName;
|
|
959
|
+
Office: IconName;
|
|
960
|
+
Offline: IconName;
|
|
1058
961
|
OilField: IconName;
|
|
1059
962
|
OneColumn: IconName;
|
|
1060
963
|
OneToMany: IconName;
|
|
1061
964
|
OneToOne: IconName;
|
|
1062
965
|
OpenApplication: IconName;
|
|
966
|
+
Outdated: IconName;
|
|
1063
967
|
PageLayout: IconName;
|
|
1064
968
|
PanelStats: IconName;
|
|
1065
969
|
PanelTable: IconName;
|
|
970
|
+
Paperclip: IconName;
|
|
971
|
+
Paragraph: IconName;
|
|
1066
972
|
PathSearch: IconName;
|
|
973
|
+
Path: IconName;
|
|
974
|
+
Pause: IconName;
|
|
975
|
+
People: IconName;
|
|
976
|
+
Percentage: IconName;
|
|
977
|
+
Person: IconName;
|
|
978
|
+
Phone: IconName;
|
|
1067
979
|
PieChart: IconName;
|
|
980
|
+
Pin: IconName;
|
|
1068
981
|
PivotTable: IconName;
|
|
982
|
+
Pivot: IconName;
|
|
983
|
+
Play: IconName;
|
|
984
|
+
Playbook: IconName;
|
|
985
|
+
Plus: IconName;
|
|
1069
986
|
PolygonFilter: IconName;
|
|
987
|
+
Power: IconName;
|
|
1070
988
|
PredictiveAnalysis: IconName;
|
|
989
|
+
Prescription: IconName;
|
|
990
|
+
Presentation: IconName;
|
|
991
|
+
Print: IconName;
|
|
992
|
+
Projects: IconName;
|
|
993
|
+
Properties: IconName;
|
|
994
|
+
Property: IconName;
|
|
1071
995
|
PublishFunction: IconName;
|
|
996
|
+
Pulse: IconName;
|
|
997
|
+
Rain: IconName;
|
|
998
|
+
Random: IconName;
|
|
999
|
+
Record: IconName;
|
|
1072
1000
|
RectHeight: IconName;
|
|
1073
1001
|
RectWidth: IconName;
|
|
1002
|
+
Rectangle: IconName;
|
|
1003
|
+
Redo: IconName;
|
|
1004
|
+
Refresh: IconName;
|
|
1005
|
+
Regex: IconName;
|
|
1074
1006
|
RegressionChart: IconName;
|
|
1075
1007
|
RemoveColumnLeft: IconName;
|
|
1076
1008
|
RemoveColumnRight: IconName;
|
|
1077
1009
|
RemoveColumn: IconName;
|
|
1078
1010
|
RemoveRowBottom: IconName;
|
|
1079
1011
|
RemoveRowTop: IconName;
|
|
1012
|
+
Remove: IconName;
|
|
1013
|
+
Repeat: IconName;
|
|
1014
|
+
Reset: IconName;
|
|
1015
|
+
Resolve: IconName;
|
|
1016
|
+
Rig: IconName;
|
|
1080
1017
|
RightJoin: IconName;
|
|
1018
|
+
Ring: IconName;
|
|
1081
1019
|
RocketSlant: IconName;
|
|
1020
|
+
Rocket: IconName;
|
|
1082
1021
|
RotateDocument: IconName;
|
|
1083
1022
|
RotatePage: IconName;
|
|
1023
|
+
Route: IconName;
|
|
1024
|
+
Satellite: IconName;
|
|
1025
|
+
Saved: IconName;
|
|
1084
1026
|
ScatterPlot: IconName;
|
|
1085
1027
|
SearchAround: IconName;
|
|
1086
1028
|
SearchTemplate: IconName;
|
|
1087
1029
|
SearchText: IconName;
|
|
1030
|
+
Search: IconName;
|
|
1088
1031
|
SegmentedControl: IconName;
|
|
1032
|
+
Select: IconName;
|
|
1033
|
+
Selection: IconName;
|
|
1089
1034
|
SendMessage: IconName;
|
|
1090
1035
|
SendToGraph: IconName;
|
|
1091
1036
|
SendToMap: IconName;
|
|
1092
1037
|
SendTo: IconName;
|
|
1038
|
+
Sensor: IconName;
|
|
1093
1039
|
SeriesAdd: IconName;
|
|
1094
1040
|
SeriesConfiguration: IconName;
|
|
1095
1041
|
SeriesDerived: IconName;
|
|
1096
1042
|
SeriesFiltered: IconName;
|
|
1097
1043
|
SeriesSearch: IconName;
|
|
1044
|
+
Settings: IconName;
|
|
1045
|
+
Shapes: IconName;
|
|
1046
|
+
Share: IconName;
|
|
1098
1047
|
SharedFilter: IconName;
|
|
1048
|
+
Shield: IconName;
|
|
1049
|
+
Ship: IconName;
|
|
1050
|
+
Shop: IconName;
|
|
1099
1051
|
ShoppingCart: IconName;
|
|
1100
1052
|
ShortenText: IconName;
|
|
1101
1053
|
SignalSearch: IconName;
|
|
1102
1054
|
SimCard: IconName;
|
|
1055
|
+
Slash: IconName;
|
|
1103
1056
|
SmallCross: IconName;
|
|
1104
1057
|
SmallInfoSign: IconName;
|
|
1105
1058
|
SmallMinus: IconName;
|
|
1106
1059
|
SmallPlus: IconName;
|
|
1107
1060
|
SmallSquare: IconName;
|
|
1108
1061
|
SmallTick: IconName;
|
|
1062
|
+
Snowflake: IconName;
|
|
1109
1063
|
SocialMedia: IconName;
|
|
1110
1064
|
SortAlphabeticalDesc: IconName;
|
|
1111
1065
|
SortAlphabetical: IconName;
|
|
@@ -1113,15 +1067,26 @@ export declare const IconNames: {
|
|
|
1113
1067
|
SortDesc: IconName;
|
|
1114
1068
|
SortNumericalDesc: IconName;
|
|
1115
1069
|
SortNumerical: IconName;
|
|
1070
|
+
Sort: IconName;
|
|
1116
1071
|
SpellCheck: IconName;
|
|
1117
1072
|
SplitColumns: IconName;
|
|
1073
|
+
Square: IconName;
|
|
1074
|
+
StackedChart: IconName;
|
|
1118
1075
|
StadiumGeometry: IconName;
|
|
1119
1076
|
StarEmpty: IconName;
|
|
1077
|
+
Star: IconName;
|
|
1120
1078
|
StepBackward: IconName;
|
|
1121
1079
|
StepChart: IconName;
|
|
1122
1080
|
StepForward: IconName;
|
|
1081
|
+
Stop: IconName;
|
|
1082
|
+
Stopwatch: IconName;
|
|
1083
|
+
Strikethrough: IconName;
|
|
1084
|
+
Style: IconName;
|
|
1085
|
+
Subscript: IconName;
|
|
1086
|
+
Superscript: IconName;
|
|
1123
1087
|
SwapHorizontal: IconName;
|
|
1124
1088
|
SwapVertical: IconName;
|
|
1089
|
+
Switch: IconName;
|
|
1125
1090
|
SymbolCircle: IconName;
|
|
1126
1091
|
SymbolCross: IconName;
|
|
1127
1092
|
SymbolDiamond: IconName;
|
|
@@ -1129,37 +1094,72 @@ export declare const IconNames: {
|
|
|
1129
1094
|
SymbolSquare: IconName;
|
|
1130
1095
|
SymbolTriangleDown: IconName;
|
|
1131
1096
|
SymbolTriangleUp: IconName;
|
|
1097
|
+
Syringe: IconName;
|
|
1098
|
+
Tag: IconName;
|
|
1132
1099
|
TakeAction: IconName;
|
|
1100
|
+
Tank: IconName;
|
|
1101
|
+
Target: IconName;
|
|
1102
|
+
Taxi: IconName;
|
|
1103
|
+
Temperature: IconName;
|
|
1133
1104
|
TextHighlight: IconName;
|
|
1134
1105
|
ThDerived: IconName;
|
|
1135
1106
|
ThDisconnect: IconName;
|
|
1136
1107
|
ThFiltered: IconName;
|
|
1137
1108
|
ThList: IconName;
|
|
1109
|
+
Th: IconName;
|
|
1138
1110
|
ThirdParty: IconName;
|
|
1139
1111
|
ThumbsDown: IconName;
|
|
1140
1112
|
ThumbsUp: IconName;
|
|
1141
1113
|
TickCircle: IconName;
|
|
1114
|
+
Tick: IconName;
|
|
1115
|
+
Time: IconName;
|
|
1142
1116
|
TimelineAreaChart: IconName;
|
|
1143
1117
|
TimelineBarChart: IconName;
|
|
1144
1118
|
TimelineEvents: IconName;
|
|
1145
1119
|
TimelineLineChart: IconName;
|
|
1120
|
+
Tint: IconName;
|
|
1121
|
+
Torch: IconName;
|
|
1122
|
+
Tractor: IconName;
|
|
1123
|
+
Train: IconName;
|
|
1124
|
+
Translate: IconName;
|
|
1125
|
+
Trash: IconName;
|
|
1126
|
+
Tree: IconName;
|
|
1146
1127
|
TrendingDown: IconName;
|
|
1147
1128
|
TrendingUp: IconName;
|
|
1129
|
+
Truck: IconName;
|
|
1148
1130
|
TwoColumns: IconName;
|
|
1131
|
+
Unarchive: IconName;
|
|
1132
|
+
Underline: IconName;
|
|
1133
|
+
Undo: IconName;
|
|
1149
1134
|
UngroupObjects: IconName;
|
|
1150
1135
|
UnknownVehicle: IconName;
|
|
1136
|
+
Unlink: IconName;
|
|
1137
|
+
Unlock: IconName;
|
|
1138
|
+
Unpin: IconName;
|
|
1139
|
+
Unresolve: IconName;
|
|
1140
|
+
Updated: IconName;
|
|
1141
|
+
Upload: IconName;
|
|
1142
|
+
User: IconName;
|
|
1143
|
+
Variable: IconName;
|
|
1151
1144
|
VerticalBarChartAsc: IconName;
|
|
1152
1145
|
VerticalBarChartDesc: IconName;
|
|
1153
1146
|
VerticalDistribution: IconName;
|
|
1154
1147
|
VerticalInbetween: IconName;
|
|
1148
|
+
Video: IconName;
|
|
1149
|
+
Virus: IconName;
|
|
1155
1150
|
VolumeDown: IconName;
|
|
1156
1151
|
VolumeOff: IconName;
|
|
1157
1152
|
VolumeUp: IconName;
|
|
1153
|
+
Walk: IconName;
|
|
1158
1154
|
WarningSign: IconName;
|
|
1159
1155
|
WaterfallChart: IconName;
|
|
1156
|
+
Waves: IconName;
|
|
1160
1157
|
WidgetButton: IconName;
|
|
1161
1158
|
WidgetFooter: IconName;
|
|
1162
1159
|
WidgetHeader: IconName;
|
|
1160
|
+
Widget: IconName;
|
|
1161
|
+
Wind: IconName;
|
|
1162
|
+
Wrench: IconName;
|
|
1163
1163
|
ZoomIn: IconName;
|
|
1164
1164
|
ZoomOut: IconName;
|
|
1165
1165
|
ZoomToFit: IconName;
|