@trackunit/iris-app-api 0.2.4 → 0.2.5

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
4
 
5
+ ## [0.2.5](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.4...iris-app-api/0.2.5) (2024-09-25)
6
+
5
7
  ## [0.2.4](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.3...iris-app-api/0.2.4) (2024-09-16)
6
8
 
7
9
  ## [0.2.3](https://github.com/Trackunit/manager/compare/iris-app-api/0.2.2...iris-app-api/0.2.3) (2024-09-11)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-api",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "engines": {
@@ -4,6 +4,8 @@ export declare const iconNames: {
4
4
  readonly Timeline: "Timeline";
5
5
  readonly Timeline1: "Timeline1";
6
6
  readonly Slash: "Slash";
7
+ readonly SidebarOpen: "SidebarOpen";
8
+ readonly SidebarClose: "SidebarClose";
7
9
  readonly RawDevice: "RawDevice";
8
10
  readonly Plug: "Plug";
9
11
  readonly Pin: "Pin";
@@ -28,6 +30,7 @@ export declare const iconNames: {
28
30
  readonly Bucket: "Bucket";
29
31
  readonly Bluetooth: "Bluetooth";
30
32
  readonly BatteryBig: "BatteryBig";
33
+ readonly Asset: "Asset";
31
34
  readonly XMark: "XMark";
32
35
  readonly XCircle: "XCircle";
33
36
  readonly Wrench: "Wrench";
@@ -46,6 +49,7 @@ export declare const iconNames: {
46
49
  readonly UserMinus: "UserMinus";
47
50
  readonly UserGroup: "UserGroup";
48
51
  readonly UserCircle: "UserCircle";
52
+ readonly Underline: "Underline";
49
53
  readonly Tv: "Tv";
50
54
  readonly Truck: "Truck";
51
55
  readonly Trophy: "Trophy";
@@ -55,6 +59,7 @@ export declare const iconNames: {
55
59
  readonly TableCells: "TableCells";
56
60
  readonly Swatch: "Swatch";
57
61
  readonly Sun: "Sun";
62
+ readonly Strikethrough: "Strikethrough";
58
63
  readonly Stop: "Stop";
59
64
  readonly StopCircle: "StopCircle";
60
65
  readonly Star: "Star";
@@ -92,7 +97,6 @@ export declare const iconNames: {
92
97
  readonly PresentationChartBar: "PresentationChartBar";
93
98
  readonly Power: "Power";
94
99
  readonly Plus: "Plus";
95
- readonly PlusSmall: "PlusSmall";
96
100
  readonly PlusCircle: "PlusCircle";
97
101
  readonly Play: "Play";
98
102
  readonly PlayPause: "PlayPause";
@@ -102,6 +106,7 @@ export declare const iconNames: {
102
106
  readonly PhoneXMark: "PhoneXMark";
103
107
  readonly PhoneArrowUpRight: "PhoneArrowUpRight";
104
108
  readonly PhoneArrowDownLeft: "PhoneArrowDownLeft";
109
+ readonly PercentBadge: "PercentBadge";
105
110
  readonly Pencil: "Pencil";
106
111
  readonly PencilSquare: "PencilSquare";
107
112
  readonly Pause: "Pause";
@@ -109,12 +114,12 @@ export declare const iconNames: {
109
114
  readonly PaperClip: "PaperClip";
110
115
  readonly PaperAirplane: "PaperAirplane";
111
116
  readonly PaintBrush: "PaintBrush";
117
+ readonly NumberedList: "NumberedList";
112
118
  readonly NoSymbol: "NoSymbol";
113
119
  readonly Newspaper: "Newspaper";
114
120
  readonly MusicalNote: "MusicalNote";
115
121
  readonly Moon: "Moon";
116
122
  readonly Minus: "Minus";
117
- readonly MinusSmall: "MinusSmall";
118
123
  readonly MinusCircle: "MinusCircle";
119
124
  readonly Microphone: "Microphone";
120
125
  readonly Megaphone: "Megaphone";
@@ -128,10 +133,12 @@ export declare const iconNames: {
128
133
  readonly LockClosed: "LockClosed";
129
134
  readonly ListBullet: "ListBullet";
130
135
  readonly Link: "Link";
136
+ readonly LinkSlash: "LinkSlash";
131
137
  readonly LightBulb: "LightBulb";
132
138
  readonly Lifebuoy: "Lifebuoy";
133
139
  readonly Language: "Language";
134
140
  readonly Key: "Key";
141
+ readonly Italic: "Italic";
135
142
  readonly InformationCircle: "InformationCircle";
136
143
  readonly Inbox: "Inbox";
137
144
  readonly InboxStack: "InboxStack";
@@ -144,6 +151,9 @@ export declare const iconNames: {
144
151
  readonly HandThumbUp: "HandThumbUp";
145
152
  readonly HandThumbDown: "HandThumbDown";
146
153
  readonly HandRaised: "HandRaised";
154
+ readonly H3: "H3";
155
+ readonly H2: "H2";
156
+ readonly H1: "H1";
147
157
  readonly GlobeEuropeAfrica: "GlobeEuropeAfrica";
148
158
  readonly GlobeAsiaAustralia: "GlobeAsiaAustralia";
149
159
  readonly GlobeAmericas: "GlobeAmericas";
@@ -169,6 +179,7 @@ export declare const iconNames: {
169
179
  readonly EyeDropper: "EyeDropper";
170
180
  readonly ExclamationTriangle: "ExclamationTriangle";
171
181
  readonly ExclamationCircle: "ExclamationCircle";
182
+ readonly Equals: "Equals";
172
183
  readonly Envelope: "Envelope";
173
184
  readonly EnvelopeOpen: "EnvelopeOpen";
174
185
  readonly EllipsisVertical: "EllipsisVertical";
@@ -180,10 +191,17 @@ export declare const iconNames: {
180
191
  readonly DocumentMinus: "DocumentMinus";
181
192
  readonly DocumentMagnifyingGlass: "DocumentMagnifyingGlass";
182
193
  readonly DocumentDuplicate: "DocumentDuplicate";
194
+ readonly DocumentCurrencyYen: "DocumentCurrencyYen";
195
+ readonly DocumentCurrencyRupee: "DocumentCurrencyRupee";
196
+ readonly DocumentCurrencyPound: "DocumentCurrencyPound";
197
+ readonly DocumentCurrencyEuro: "DocumentCurrencyEuro";
198
+ readonly DocumentCurrencyDollar: "DocumentCurrencyDollar";
199
+ readonly DocumentCurrencyBangladeshi: "DocumentCurrencyBangladeshi";
183
200
  readonly DocumentCheck: "DocumentCheck";
184
201
  readonly DocumentChartBar: "DocumentChartBar";
185
202
  readonly DocumentArrowUp: "DocumentArrowUp";
186
203
  readonly DocumentArrowDown: "DocumentArrowDown";
204
+ readonly Divide: "Divide";
187
205
  readonly DeviceTablet: "DeviceTablet";
188
206
  readonly DevicePhoneMobile: "DevicePhoneMobile";
189
207
  readonly CursorArrowRipple: "CursorArrowRipple";
@@ -239,6 +257,7 @@ export declare const iconNames: {
239
257
  readonly Camera: "Camera";
240
258
  readonly Calendar: "Calendar";
241
259
  readonly CalendarDays: "CalendarDays";
260
+ readonly CalendarDateRange: "CalendarDateRange";
242
261
  readonly Calculator: "Calculator";
243
262
  readonly Cake: "Cake";
244
263
  readonly BuildingStorefront: "BuildingStorefront";
@@ -253,6 +272,7 @@ export declare const iconNames: {
253
272
  readonly BookOpen: "BookOpen";
254
273
  readonly Bolt: "Bolt";
255
274
  readonly BoltSlash: "BoltSlash";
275
+ readonly Bold: "Bold";
256
276
  readonly Bell: "Bell";
257
277
  readonly BellSnooze: "BellSnooze";
258
278
  readonly BellSlash: "BellSlash";
@@ -288,15 +308,20 @@ export declare const iconNames: {
288
308
  readonly ArrowUpOnSquareStack: "ArrowUpOnSquareStack";
289
309
  readonly ArrowUpLeft: "ArrowUpLeft";
290
310
  readonly ArrowUpCircle: "ArrowUpCircle";
311
+ readonly ArrowTurnUpRight: "ArrowTurnUpRight";
312
+ readonly ArrowTurnUpLeft: "ArrowTurnUpLeft";
313
+ readonly ArrowTurnRightUp: "ArrowTurnRightUp";
314
+ readonly ArrowTurnRightDown: "ArrowTurnRightDown";
315
+ readonly ArrowTurnLeftUp: "ArrowTurnLeftUp";
316
+ readonly ArrowTurnLeftDown: "ArrowTurnLeftDown";
317
+ readonly ArrowTurnDownRight: "ArrowTurnDownRight";
318
+ readonly ArrowTurnDownLeft: "ArrowTurnDownLeft";
291
319
  readonly ArrowTrendingUp: "ArrowTrendingUp";
292
320
  readonly ArrowTrendingDown: "ArrowTrendingDown";
293
321
  readonly ArrowTopRightOnSquare: "ArrowTopRightOnSquare";
294
- readonly ArrowSmallUp: "ArrowSmallUp";
295
- readonly ArrowSmallRight: "ArrowSmallRight";
296
- readonly ArrowSmallLeft: "ArrowSmallLeft";
297
- readonly ArrowSmallDown: "ArrowSmallDown";
298
322
  readonly ArrowRight: "ArrowRight";
299
- readonly ArrowRightOnRectangle: "ArrowRightOnRectangle";
323
+ readonly ArrowRightStartOnRectangle: "ArrowRightStartOnRectangle";
324
+ readonly ArrowRightEndOnRectangle: "ArrowRightEndOnRectangle";
300
325
  readonly ArrowRightCircle: "ArrowRightCircle";
301
326
  readonly ArrowPath: "ArrowPath";
302
327
  readonly ArrowPathRoundedSquare: "ArrowPathRoundedSquare";
@@ -305,7 +330,8 @@ export declare const iconNames: {
305
330
  readonly ArrowLongLeft: "ArrowLongLeft";
306
331
  readonly ArrowLongDown: "ArrowLongDown";
307
332
  readonly ArrowLeft: "ArrowLeft";
308
- readonly ArrowLeftOnRectangle: "ArrowLeftOnRectangle";
333
+ readonly ArrowLeftStartOnRectangle: "ArrowLeftStartOnRectangle";
334
+ readonly ArrowLeftEndOnRectangle: "ArrowLeftEndOnRectangle";
309
335
  readonly ArrowLeftCircle: "ArrowLeftCircle";
310
336
  readonly ArrowDown: "ArrowDown";
311
337
  readonly ArrowDownTray: "ArrowDownTray";
@@ -7,6 +7,8 @@ exports.iconNames = {
7
7
  Timeline: "Timeline",
8
8
  Timeline1: "Timeline1",
9
9
  Slash: "Slash",
10
+ SidebarOpen: "SidebarOpen",
11
+ SidebarClose: "SidebarClose",
10
12
  RawDevice: "RawDevice",
11
13
  Plug: "Plug",
12
14
  Pin: "Pin",
@@ -31,6 +33,7 @@ exports.iconNames = {
31
33
  Bucket: "Bucket",
32
34
  Bluetooth: "Bluetooth",
33
35
  BatteryBig: "BatteryBig",
36
+ Asset: "Asset",
34
37
  XMark: "XMark",
35
38
  XCircle: "XCircle",
36
39
  Wrench: "Wrench",
@@ -49,6 +52,7 @@ exports.iconNames = {
49
52
  UserMinus: "UserMinus",
50
53
  UserGroup: "UserGroup",
51
54
  UserCircle: "UserCircle",
55
+ Underline: "Underline",
52
56
  Tv: "Tv",
53
57
  Truck: "Truck",
54
58
  Trophy: "Trophy",
@@ -58,6 +62,7 @@ exports.iconNames = {
58
62
  TableCells: "TableCells",
59
63
  Swatch: "Swatch",
60
64
  Sun: "Sun",
65
+ Strikethrough: "Strikethrough",
61
66
  Stop: "Stop",
62
67
  StopCircle: "StopCircle",
63
68
  Star: "Star",
@@ -95,7 +100,6 @@ exports.iconNames = {
95
100
  PresentationChartBar: "PresentationChartBar",
96
101
  Power: "Power",
97
102
  Plus: "Plus",
98
- PlusSmall: "PlusSmall",
99
103
  PlusCircle: "PlusCircle",
100
104
  Play: "Play",
101
105
  PlayPause: "PlayPause",
@@ -105,6 +109,7 @@ exports.iconNames = {
105
109
  PhoneXMark: "PhoneXMark",
106
110
  PhoneArrowUpRight: "PhoneArrowUpRight",
107
111
  PhoneArrowDownLeft: "PhoneArrowDownLeft",
112
+ PercentBadge: "PercentBadge",
108
113
  Pencil: "Pencil",
109
114
  PencilSquare: "PencilSquare",
110
115
  Pause: "Pause",
@@ -112,12 +117,12 @@ exports.iconNames = {
112
117
  PaperClip: "PaperClip",
113
118
  PaperAirplane: "PaperAirplane",
114
119
  PaintBrush: "PaintBrush",
120
+ NumberedList: "NumberedList",
115
121
  NoSymbol: "NoSymbol",
116
122
  Newspaper: "Newspaper",
117
123
  MusicalNote: "MusicalNote",
118
124
  Moon: "Moon",
119
125
  Minus: "Minus",
120
- MinusSmall: "MinusSmall",
121
126
  MinusCircle: "MinusCircle",
122
127
  Microphone: "Microphone",
123
128
  Megaphone: "Megaphone",
@@ -131,10 +136,12 @@ exports.iconNames = {
131
136
  LockClosed: "LockClosed",
132
137
  ListBullet: "ListBullet",
133
138
  Link: "Link",
139
+ LinkSlash: "LinkSlash",
134
140
  LightBulb: "LightBulb",
135
141
  Lifebuoy: "Lifebuoy",
136
142
  Language: "Language",
137
143
  Key: "Key",
144
+ Italic: "Italic",
138
145
  InformationCircle: "InformationCircle",
139
146
  Inbox: "Inbox",
140
147
  InboxStack: "InboxStack",
@@ -147,6 +154,9 @@ exports.iconNames = {
147
154
  HandThumbUp: "HandThumbUp",
148
155
  HandThumbDown: "HandThumbDown",
149
156
  HandRaised: "HandRaised",
157
+ H3: "H3",
158
+ H2: "H2",
159
+ H1: "H1",
150
160
  GlobeEuropeAfrica: "GlobeEuropeAfrica",
151
161
  GlobeAsiaAustralia: "GlobeAsiaAustralia",
152
162
  GlobeAmericas: "GlobeAmericas",
@@ -172,6 +182,7 @@ exports.iconNames = {
172
182
  EyeDropper: "EyeDropper",
173
183
  ExclamationTriangle: "ExclamationTriangle",
174
184
  ExclamationCircle: "ExclamationCircle",
185
+ Equals: "Equals",
175
186
  Envelope: "Envelope",
176
187
  EnvelopeOpen: "EnvelopeOpen",
177
188
  EllipsisVertical: "EllipsisVertical",
@@ -183,10 +194,17 @@ exports.iconNames = {
183
194
  DocumentMinus: "DocumentMinus",
184
195
  DocumentMagnifyingGlass: "DocumentMagnifyingGlass",
185
196
  DocumentDuplicate: "DocumentDuplicate",
197
+ DocumentCurrencyYen: "DocumentCurrencyYen",
198
+ DocumentCurrencyRupee: "DocumentCurrencyRupee",
199
+ DocumentCurrencyPound: "DocumentCurrencyPound",
200
+ DocumentCurrencyEuro: "DocumentCurrencyEuro",
201
+ DocumentCurrencyDollar: "DocumentCurrencyDollar",
202
+ DocumentCurrencyBangladeshi: "DocumentCurrencyBangladeshi",
186
203
  DocumentCheck: "DocumentCheck",
187
204
  DocumentChartBar: "DocumentChartBar",
188
205
  DocumentArrowUp: "DocumentArrowUp",
189
206
  DocumentArrowDown: "DocumentArrowDown",
207
+ Divide: "Divide",
190
208
  DeviceTablet: "DeviceTablet",
191
209
  DevicePhoneMobile: "DevicePhoneMobile",
192
210
  CursorArrowRipple: "CursorArrowRipple",
@@ -242,6 +260,7 @@ exports.iconNames = {
242
260
  Camera: "Camera",
243
261
  Calendar: "Calendar",
244
262
  CalendarDays: "CalendarDays",
263
+ CalendarDateRange: "CalendarDateRange",
245
264
  Calculator: "Calculator",
246
265
  Cake: "Cake",
247
266
  BuildingStorefront: "BuildingStorefront",
@@ -256,6 +275,7 @@ exports.iconNames = {
256
275
  BookOpen: "BookOpen",
257
276
  Bolt: "Bolt",
258
277
  BoltSlash: "BoltSlash",
278
+ Bold: "Bold",
259
279
  Bell: "Bell",
260
280
  BellSnooze: "BellSnooze",
261
281
  BellSlash: "BellSlash",
@@ -291,15 +311,20 @@ exports.iconNames = {
291
311
  ArrowUpOnSquareStack: "ArrowUpOnSquareStack",
292
312
  ArrowUpLeft: "ArrowUpLeft",
293
313
  ArrowUpCircle: "ArrowUpCircle",
314
+ ArrowTurnUpRight: "ArrowTurnUpRight",
315
+ ArrowTurnUpLeft: "ArrowTurnUpLeft",
316
+ ArrowTurnRightUp: "ArrowTurnRightUp",
317
+ ArrowTurnRightDown: "ArrowTurnRightDown",
318
+ ArrowTurnLeftUp: "ArrowTurnLeftUp",
319
+ ArrowTurnLeftDown: "ArrowTurnLeftDown",
320
+ ArrowTurnDownRight: "ArrowTurnDownRight",
321
+ ArrowTurnDownLeft: "ArrowTurnDownLeft",
294
322
  ArrowTrendingUp: "ArrowTrendingUp",
295
323
  ArrowTrendingDown: "ArrowTrendingDown",
296
324
  ArrowTopRightOnSquare: "ArrowTopRightOnSquare",
297
- ArrowSmallUp: "ArrowSmallUp",
298
- ArrowSmallRight: "ArrowSmallRight",
299
- ArrowSmallLeft: "ArrowSmallLeft",
300
- ArrowSmallDown: "ArrowSmallDown",
301
325
  ArrowRight: "ArrowRight",
302
- ArrowRightOnRectangle: "ArrowRightOnRectangle",
326
+ ArrowRightStartOnRectangle: "ArrowRightStartOnRectangle",
327
+ ArrowRightEndOnRectangle: "ArrowRightEndOnRectangle",
303
328
  ArrowRightCircle: "ArrowRightCircle",
304
329
  ArrowPath: "ArrowPath",
305
330
  ArrowPathRoundedSquare: "ArrowPathRoundedSquare",
@@ -308,7 +333,8 @@ exports.iconNames = {
308
333
  ArrowLongLeft: "ArrowLongLeft",
309
334
  ArrowLongDown: "ArrowLongDown",
310
335
  ArrowLeft: "ArrowLeft",
311
- ArrowLeftOnRectangle: "ArrowLeftOnRectangle",
336
+ ArrowLeftStartOnRectangle: "ArrowLeftStartOnRectangle",
337
+ ArrowLeftEndOnRectangle: "ArrowLeftEndOnRectangle",
312
338
  ArrowLeftCircle: "ArrowLeftCircle",
313
339
  ArrowDown: "ArrowDown",
314
340
  ArrowDownTray: "ArrowDownTray",
@@ -1 +1 @@
1
- {"version":3,"file":"icons.generated.js","sourceRoot":"","sources":["../../../../../../libs/iris-app-sdk/iris-app-api/src/types/icons.generated.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG;IACvB,IAAI,EAAE,MAAM;IACZ,wBAAwB,EAAE,0BAA0B;IACpD,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,oBAAoB,EAAE,sBAAsB;IAC5C,mBAAmB,EAAE,qBAAqB;IAC1C,oBAAoB,EAAE,sBAAsB;IAC5C,mBAAmB,EAAE,qBAAqB;IAC1C,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,GAAG,EAAE,KAAK;IACV,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;IACtB,YAAY,EAAE,cAAc;IAC5B,UAAU,EAAE,YAAY;IACxB,gBAAgB,EAAE,kBAAkB;IACpC,gBAAgB,EAAE,kBAAkB;IACpC,aAAa,EAAE,eAAe;IAC9B,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,iBAAiB,EAAE,mBAAmB;IACtC,MAAM,EAAE,QAAQ;IAChB,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;IAChB,gBAAgB,EAAE,kBAAkB;IACpC,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,gBAAgB,EAAE,kBAAkB;IACpC,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,EAAE,EAAE,IAAI;IACR,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;IACV,UAAU,EAAE,YAAY;IACxB,MAAM,EAAE,QAAQ;IAChB,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,aAAa;IAC1B,UAAU,EAAE,YAAY;IACxB,cAAc,EAAE,gBAAgB;IAChC,YAAY,EAAE,cAAc;IAC5B,YAAY,EAAE,cAAc;IAC5B,WAAW,EAAE,aAAa;IAC1B,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;IAC5B,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,mBAAmB;IACtC,WAAW,EAAE,aAAa;IAC1B,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;IAC1B,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,OAAO;IACd,GAAG,EAAE,KAAK;IACV,YAAY,EAAE,cAAc;IAC5B,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,kBAAkB,EAAE,oBAAoB;IACxC,MAAM,EAAE,QAAQ;IAChB,WAAW,EAAE,aAAa;IAC1B,OAAO,EAAE,SAAS;IAClB,qBAAqB,EAAE,uBAAuB;IAC9C,oBAAoB,EAAE,sBAAsB;IAC5C,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;IACxB,iBAAiB,EAAE,mBAAmB;IACtC,kBAAkB,EAAE,oBAAoB;IACxC,MAAM,EAAE,QAAQ;IAChB,YAAY,EAAE,cAAc;IAC5B,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;IACtB,aAAa,EAAE,eAAe;IAC9B,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,MAAM;IACZ,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,aAAa;IAC1B,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;IACtB,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,oBAAoB,EAAE,sBAAsB;IAC5C,qBAAqB,EAAE,uBAAuB;IAC9C,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,GAAG,EAAE,KAAK;IACV,iBAAiB,EAAE,mBAAmB;IACtC,KAAK,EAAE,OAAO;IACd,UAAU,EAAE,YAAY;IACxB,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,IAAI,EAAE,MAAM;IACZ,UAAU,EAAE,YAAY;IACxB,KAAK,EAAE,OAAO;IACd,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;IAC9B,UAAU,EAAE,YAAY;IACxB,iBAAiB,EAAE,mBAAmB;IACtC,kBAAkB,EAAE,oBAAoB;IACxC,aAAa,EAAE,eAAe;IAC9B,QAAQ,EAAE,UAAU;IACpB,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;IAClB,GAAG,EAAE,KAAK;IACV,MAAM,EAAE,QAAQ;IAChB,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;IACxB,WAAW,EAAE,aAAa;IAC1B,eAAe,EAAE,iBAAiB;IAClC,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,WAAW,EAAE,aAAa;IAC1B,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,GAAG,EAAE,KAAK;IACV,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,YAAY;IACxB,mBAAmB,EAAE,qBAAqB;IAC1C,iBAAiB,EAAE,mBAAmB;IACtC,QAAQ,EAAE,UAAU;IACpB,YAAY,EAAE,cAAc;IAC5B,gBAAgB,EAAE,kBAAkB;IACpC,kBAAkB,EAAE,oBAAoB;IACxC,wBAAwB,EAAE,0BAA0B;IACpD,QAAQ,EAAE,UAAU;IACpB,YAAY,EAAE,cAAc;IAC5B,YAAY,EAAE,cAAc;IAC5B,aAAa,EAAE,eAAe;IAC9B,uBAAuB,EAAE,yBAAyB;IAClD,iBAAiB,EAAE,mBAAmB;IACtC,aAAa,EAAE,eAAe;IAC9B,gBAAgB,EAAE,kBAAkB;IACpC,eAAe,EAAE,iBAAiB;IAClC,iBAAiB,EAAE,mBAAmB;IACtC,YAAY,EAAE,cAAc;IAC5B,iBAAiB,EAAE,mBAAmB;IACtC,iBAAiB,EAAE,mBAAmB;IACtC,eAAe,EAAE,iBAAiB;IAClC,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;IAC9B,aAAa,EAAE,eAAe;IAC9B,YAAY,EAAE,cAAc;IAC5B,cAAc,EAAE,gBAAgB;IAChC,mBAAmB,EAAE,qBAAqB;IAC1C,IAAI,EAAE,MAAM;IACZ,eAAe,EAAE,iBAAiB;IAClC,UAAU,EAAE,YAAY;IACxB,OAAO,EAAE,SAAS;IAClB,eAAe,EAAE,iBAAiB;IAClC,WAAW,EAAE,aAAa;IAC1B,GAAG,EAAE,KAAK;IACV,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,WAAW,EAAE,aAAa;IAC1B,iBAAiB,EAAE,mBAAmB;IACtC,KAAK,EAAE,OAAO;IACd,YAAY,EAAE,cAAc;IAC5B,cAAc,EAAE,gBAAgB;IAChC,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,iBAAiB,EAAE,mBAAmB;IACtC,qBAAqB,EAAE,uBAAuB;IAC9C,sBAAsB,EAAE,wBAAwB;IAChD,WAAW,EAAE,aAAa;IAC1B,SAAS,EAAE,WAAW;IACtB,aAAa,EAAE,eAAe;IAC9B,YAAY,EAAE,cAAc;IAC5B,WAAW,EAAE,aAAa;IAC1B,WAAW,EAAE,aAAa;IAC1B,eAAe,EAAE,iBAAiB;IAClC,kBAAkB,EAAE,oBAAoB;IACxC,iBAAiB,EAAE,mBAAmB;IACtC,iBAAiB,EAAE,mBAAmB;IACtC,KAAK,EAAE,OAAO;IACd,WAAW,EAAE,aAAa;IAC1B,UAAU,EAAE,YAAY;IACxB,kBAAkB,EAAE,oBAAoB;IACxC,0BAA0B,EAAE,4BAA4B;IACxD,cAAc,EAAE,gBAAgB;IAChC,mBAAmB,EAAE,qBAAqB;IAC1C,sBAAsB,EAAE,wBAAwB;IAChD,sBAAsB,EAAE,wBAAwB;IAChD,0BAA0B,EAAE,4BAA4B;IACxD,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,cAAc,EAAE,gBAAgB;IAChC,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,YAAY,EAAE,cAAc;IAC5B,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;IACZ,kBAAkB,EAAE,oBAAoB;IACxC,cAAc,EAAE,gBAAgB;IAChC,eAAe,EAAE,iBAAiB;IAClC,eAAe,EAAE,iBAAiB;IAClC,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,QAAQ,EAAE,UAAU;IACpB,IAAI,EAAE,MAAM;IACZ,SAAS,EAAE,WAAW;IACtB,IAAI,EAAE,MAAM;IACZ,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;IACtB,SAAS,EAAE,WAAW;IACtB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;IACtB,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,UAAU;IACpB,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;IAC9B,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,eAAe,EAAE,iBAAiB;IAClC,gBAAgB,EAAE,kBAAkB;IACpC,eAAe,EAAE,iBAAiB;IAClC,KAAK,EAAE,OAAO;IACd,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;IACpB,YAAY,EAAE,cAAc;IAC5B,eAAe,EAAE,iBAAiB;IAClC,iBAAiB,EAAE,mBAAmB;IACtC,gBAAgB,EAAE,kBAAkB;IACpC,YAAY,EAAE,cAAc;IAC5B,eAAe,EAAE,iBAAiB;IAClC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,OAAO,EAAE,SAAS;IAClB,WAAW,EAAE,aAAa;IAC1B,YAAY,EAAE,cAAc;IAC5B,eAAe,EAAE,iBAAiB;IAClC,oBAAoB,EAAE,sBAAsB;IAC5C,WAAW,EAAE,aAAa;IAC1B,aAAa,EAAE,eAAe;IAC9B,eAAe,EAAE,iBAAiB;IAClC,iBAAiB,EAAE,mBAAmB;IACtC,qBAAqB,EAAE,uBAAuB;IAC9C,YAAY,EAAE,cAAc;IAC5B,eAAe,EAAE,iBAAiB;IAClC,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,UAAU,EAAE,YAAY;IACxB,qBAAqB,EAAE,uBAAuB;IAC9C,gBAAgB,EAAE,kBAAkB;IACpC,SAAS,EAAE,WAAW;IACtB,sBAAsB,EAAE,wBAAwB;IAChD,WAAW,EAAE,aAAa;IAC1B,cAAc,EAAE,gBAAgB;IAChC,aAAa,EAAE,eAAe;IAC9B,aAAa,EAAE,eAAe;IAC9B,SAAS,EAAE,WAAW;IACtB,oBAAoB,EAAE,sBAAsB;IAC5C,eAAe,EAAE,iBAAiB;IAClC,SAAS,EAAE,WAAW;IACtB,aAAa,EAAE,eAAe;IAC9B,cAAc,EAAE,gBAAgB;IAChC,iBAAiB,EAAE,mBAAmB;IACtC,sBAAsB,EAAE,wBAAwB;IAChD,aAAa,EAAE,eAAe;IAC9B,eAAe,EAAE,iBAAiB;IAClC,UAAU,EAAE,YAAY;IACxB,eAAe,EAAE,iBAAiB;IAClC,mBAAmB,EAAE,qBAAqB;IAC1C,mBAAmB,EAAE,qBAAqB;IAC1C,qBAAqB,EAAE,uBAAuB;IAC9C,WAAW,EAAE,aAAa;CAClB,CAAC","sourcesContent":["export const iconNames = {\n Zone: \"Zone\",\n WackerNeusonZeroEmission: \"WackerNeusonZeroEmission\",\n Timeline: \"Timeline\",\n Timeline1: \"Timeline1\",\n Slash: \"Slash\",\n RawDevice: \"RawDevice\",\n Plug: \"Plug\",\n Pin: \"Pin\",\n MapMarkerPointSquare: \"MapMarkerPointSquare\",\n MapMarkerPointRound: \"MapMarkerPointRound\",\n MapMarkerLabelSquare: \"MapMarkerLabelSquare\",\n MapMarkerLabelRound: \"MapMarkerLabelRound\",\n Leaf: \"Leaf\",\n IrisX: \"IrisX\",\n Hierarchy: \"Hierarchy\",\n Gps: \"Gps\",\n FitToWidth: \"FitToWidth\",\n FitToHeight: \"FitToHeight\",\n Excavator: \"Excavator\",\n EllipsisDrag: \"EllipsisDrag\",\n Directions: \"Directions\",\n DemolitionHammer: \"DemolitionHammer\",\n ConstructionCone: \"ConstructionCone\",\n ConcreteMixer: \"ConcreteMixer\",\n Co2: \"Co2\",\n CloudX: \"CloudX\",\n Bucket: \"Bucket\",\n Bluetooth: \"Bluetooth\",\n BatteryBig: \"BatteryBig\",\n XMark: \"XMark\",\n XCircle: \"XCircle\",\n Wrench: \"Wrench\",\n WrenchScrewdriver: \"WrenchScrewdriver\",\n Window: \"Window\",\n Wifi: \"Wifi\",\n Wallet: \"Wallet\",\n ViewfinderCircle: \"ViewfinderCircle\",\n ViewColumns: \"ViewColumns\",\n VideoCamera: \"VideoCamera\",\n VideoCameraSlash: \"VideoCameraSlash\",\n Variable: \"Variable\",\n Users: \"Users\",\n User: \"User\",\n UserPlus: \"UserPlus\",\n UserMinus: \"UserMinus\",\n UserGroup: \"UserGroup\",\n UserCircle: \"UserCircle\",\n Tv: \"Tv\",\n Truck: \"Truck\",\n Trophy: \"Trophy\",\n Trash: \"Trash\",\n Ticket: \"Ticket\",\n Tag: \"Tag\",\n TableCells: \"TableCells\",\n Swatch: \"Swatch\",\n Sun: \"Sun\",\n Stop: \"Stop\",\n StopCircle: \"StopCircle\",\n Star: \"Star\",\n SquaresPlus: \"SquaresPlus\",\n Squares2X2: \"Squares2X2\",\n Square3Stack3D: \"Square3Stack3D\",\n Square2Stack: \"Square2Stack\",\n SpeakerXMark: \"SpeakerXMark\",\n SpeakerWave: \"SpeakerWave\",\n Sparkles: \"Sparkles\",\n Signal: \"Signal\",\n SignalSlash: \"SignalSlash\",\n ShoppingCart: \"ShoppingCart\",\n ShoppingBag: \"ShoppingBag\",\n ShieldExclamation: \"ShieldExclamation\",\n ShieldCheck: \"ShieldCheck\",\n Share: \"Share\",\n Server: \"Server\",\n ServerStack: \"ServerStack\",\n Scissors: \"Scissors\",\n Scale: \"Scale\",\n Rss: \"Rss\",\n RocketLaunch: \"RocketLaunch\",\n RectangleStack: \"RectangleStack\",\n RectangleGroup: \"RectangleGroup\",\n ReceiptRefund: \"ReceiptRefund\",\n ReceiptPercent: \"ReceiptPercent\",\n Radio: \"Radio\",\n QueueList: \"QueueList\",\n QuestionMarkCircle: \"QuestionMarkCircle\",\n QrCode: \"QrCode\",\n PuzzlePiece: \"PuzzlePiece\",\n Printer: \"Printer\",\n PresentationChartLine: \"PresentationChartLine\",\n PresentationChartBar: \"PresentationChartBar\",\n Power: \"Power\",\n Plus: \"Plus\",\n PlusSmall: \"PlusSmall\",\n PlusCircle: \"PlusCircle\",\n Play: \"Play\",\n PlayPause: \"PlayPause\",\n PlayCircle: \"PlayCircle\",\n Photo: \"Photo\",\n Phone: \"Phone\",\n PhoneXMark: \"PhoneXMark\",\n PhoneArrowUpRight: \"PhoneArrowUpRight\",\n PhoneArrowDownLeft: \"PhoneArrowDownLeft\",\n Pencil: \"Pencil\",\n PencilSquare: \"PencilSquare\",\n Pause: \"Pause\",\n PauseCircle: \"PauseCircle\",\n PaperClip: \"PaperClip\",\n PaperAirplane: \"PaperAirplane\",\n PaintBrush: \"PaintBrush\",\n NoSymbol: \"NoSymbol\",\n Newspaper: \"Newspaper\",\n MusicalNote: \"MusicalNote\",\n Moon: \"Moon\",\n Minus: \"Minus\",\n MinusSmall: \"MinusSmall\",\n MinusCircle: \"MinusCircle\",\n Microphone: \"Microphone\",\n Megaphone: \"Megaphone\",\n Map: \"Map\",\n MapPin: \"MapPin\",\n MagnifyingGlass: \"MagnifyingGlass\",\n MagnifyingGlassPlus: \"MagnifyingGlassPlus\",\n MagnifyingGlassMinus: \"MagnifyingGlassMinus\",\n MagnifyingGlassCircle: \"MagnifyingGlassCircle\",\n LockOpen: \"LockOpen\",\n LockClosed: \"LockClosed\",\n ListBullet: \"ListBullet\",\n Link: \"Link\",\n LightBulb: \"LightBulb\",\n Lifebuoy: \"Lifebuoy\",\n Language: \"Language\",\n Key: \"Key\",\n InformationCircle: \"InformationCircle\",\n Inbox: \"Inbox\",\n InboxStack: \"InboxStack\",\n InboxArrowDown: \"InboxArrowDown\",\n Identification: \"Identification\",\n Home: \"Home\",\n HomeModern: \"HomeModern\",\n Heart: \"Heart\",\n Hashtag: \"Hashtag\",\n HandThumbUp: \"HandThumbUp\",\n HandThumbDown: \"HandThumbDown\",\n HandRaised: \"HandRaised\",\n GlobeEuropeAfrica: \"GlobeEuropeAfrica\",\n GlobeAsiaAustralia: \"GlobeAsiaAustralia\",\n GlobeAmericas: \"GlobeAmericas\",\n GlobeAlt: \"GlobeAlt\",\n Gift: \"Gift\",\n GiftTop: \"GiftTop\",\n Gif: \"Gif\",\n Funnel: \"Funnel\",\n Forward: \"Forward\",\n Folder: \"Folder\",\n FolderPlus: \"FolderPlus\",\n FolderOpen: \"FolderOpen\",\n FolderMinus: \"FolderMinus\",\n FolderArrowDown: \"FolderArrowDown\",\n Flag: \"Flag\",\n Fire: \"Fire\",\n FingerPrint: \"FingerPrint\",\n Film: \"Film\",\n FaceSmile: \"FaceSmile\",\n FaceFrown: \"FaceFrown\",\n Eye: \"Eye\",\n EyeSlash: \"EyeSlash\",\n EyeDropper: \"EyeDropper\",\n ExclamationTriangle: \"ExclamationTriangle\",\n ExclamationCircle: \"ExclamationCircle\",\n Envelope: \"Envelope\",\n EnvelopeOpen: \"EnvelopeOpen\",\n EllipsisVertical: \"EllipsisVertical\",\n EllipsisHorizontal: \"EllipsisHorizontal\",\n EllipsisHorizontalCircle: \"EllipsisHorizontalCircle\",\n Document: \"Document\",\n DocumentText: \"DocumentText\",\n DocumentPlus: \"DocumentPlus\",\n DocumentMinus: \"DocumentMinus\",\n DocumentMagnifyingGlass: \"DocumentMagnifyingGlass\",\n DocumentDuplicate: \"DocumentDuplicate\",\n DocumentCheck: \"DocumentCheck\",\n DocumentChartBar: \"DocumentChartBar\",\n DocumentArrowUp: \"DocumentArrowUp\",\n DocumentArrowDown: \"DocumentArrowDown\",\n DeviceTablet: \"DeviceTablet\",\n DevicePhoneMobile: \"DevicePhoneMobile\",\n CursorArrowRipple: \"CursorArrowRipple\",\n CursorArrowRays: \"CursorArrowRays\",\n CurrencyYen: \"CurrencyYen\",\n CurrencyRupee: \"CurrencyRupee\",\n CurrencyPound: \"CurrencyPound\",\n CurrencyEuro: \"CurrencyEuro\",\n CurrencyDollar: \"CurrencyDollar\",\n CurrencyBangladeshi: \"CurrencyBangladeshi\",\n Cube: \"Cube\",\n CubeTransparent: \"CubeTransparent\",\n CreditCard: \"CreditCard\",\n CpuChip: \"CpuChip\",\n ComputerDesktop: \"ComputerDesktop\",\n CommandLine: \"CommandLine\",\n Cog: \"Cog\",\n Cog8Tooth: \"Cog8Tooth\",\n Cog6Tooth: \"Cog6Tooth\",\n CodeBracket: \"CodeBracket\",\n CodeBracketSquare: \"CodeBracketSquare\",\n Cloud: \"Cloud\",\n CloudArrowUp: \"CloudArrowUp\",\n CloudArrowDown: \"CloudArrowDown\",\n Clock: \"Clock\",\n Clipboard: \"Clipboard\",\n ClipboardDocument: \"ClipboardDocument\",\n ClipboardDocumentList: \"ClipboardDocumentList\",\n ClipboardDocumentCheck: \"ClipboardDocumentCheck\",\n CircleStack: \"CircleStack\",\n ChevronUp: \"ChevronUp\",\n ChevronUpDown: \"ChevronUpDown\",\n ChevronRight: \"ChevronRight\",\n ChevronLeft: \"ChevronLeft\",\n ChevronDown: \"ChevronDown\",\n ChevronDoubleUp: \"ChevronDoubleUp\",\n ChevronDoubleRight: \"ChevronDoubleRight\",\n ChevronDoubleLeft: \"ChevronDoubleLeft\",\n ChevronDoubleDown: \"ChevronDoubleDown\",\n Check: \"Check\",\n CheckCircle: \"CheckCircle\",\n CheckBadge: \"CheckBadge\",\n ChatBubbleOvalLeft: \"ChatBubbleOvalLeft\",\n ChatBubbleOvalLeftEllipsis: \"ChatBubbleOvalLeftEllipsis\",\n ChatBubbleLeft: \"ChatBubbleLeft\",\n ChatBubbleLeftRight: \"ChatBubbleLeftRight\",\n ChatBubbleLeftEllipsis: \"ChatBubbleLeftEllipsis\",\n ChatBubbleBottomCenter: \"ChatBubbleBottomCenter\",\n ChatBubbleBottomCenterText: \"ChatBubbleBottomCenterText\",\n ChartPie: \"ChartPie\",\n ChartBar: \"ChartBar\",\n ChartBarSquare: \"ChartBarSquare\",\n Camera: \"Camera\",\n Calendar: \"Calendar\",\n CalendarDays: \"CalendarDays\",\n Calculator: \"Calculator\",\n Cake: \"Cake\",\n BuildingStorefront: \"BuildingStorefront\",\n BuildingOffice: \"BuildingOffice\",\n BuildingOffice2: \"BuildingOffice2\",\n BuildingLibrary: \"BuildingLibrary\",\n BugAnt: \"BugAnt\",\n Briefcase: \"Briefcase\",\n Bookmark: \"Bookmark\",\n BookmarkSquare: \"BookmarkSquare\",\n BookmarkSlash: \"BookmarkSlash\",\n BookOpen: \"BookOpen\",\n Bolt: \"Bolt\",\n BoltSlash: \"BoltSlash\",\n Bell: \"Bell\",\n BellSnooze: \"BellSnooze\",\n BellSlash: \"BellSlash\",\n BellAlert: \"BellAlert\",\n Beaker: \"Beaker\",\n Battery50: \"Battery50\",\n Battery100: \"Battery100\",\n Battery0: \"Battery0\",\n BarsArrowUp: \"BarsArrowUp\",\n BarsArrowDown: \"BarsArrowDown\",\n Bars4: \"Bars4\",\n Bars3: \"Bars3\",\n Bars3CenterLeft: \"Bars3CenterLeft\",\n Bars3BottomRight: \"Bars3BottomRight\",\n Bars3BottomLeft: \"Bars3BottomLeft\",\n Bars2: \"Bars2\",\n Banknotes: \"Banknotes\",\n Backward: \"Backward\",\n Backspace: \"Backspace\",\n AtSymbol: \"AtSymbol\",\n ArrowsUpDown: \"ArrowsUpDown\",\n ArrowsRightLeft: \"ArrowsRightLeft\",\n ArrowsPointingOut: \"ArrowsPointingOut\",\n ArrowsPointingIn: \"ArrowsPointingIn\",\n ArrowUturnUp: \"ArrowUturnUp\",\n ArrowUturnRight: \"ArrowUturnRight\",\n ArrowUturnLeft: \"ArrowUturnLeft\",\n ArrowUturnDown: \"ArrowUturnDown\",\n ArrowUp: \"ArrowUp\",\n ArrowUpTray: \"ArrowUpTray\",\n ArrowUpRight: \"ArrowUpRight\",\n ArrowUpOnSquare: \"ArrowUpOnSquare\",\n ArrowUpOnSquareStack: \"ArrowUpOnSquareStack\",\n ArrowUpLeft: \"ArrowUpLeft\",\n ArrowUpCircle: \"ArrowUpCircle\",\n ArrowTrendingUp: \"ArrowTrendingUp\",\n ArrowTrendingDown: \"ArrowTrendingDown\",\n ArrowTopRightOnSquare: \"ArrowTopRightOnSquare\",\n ArrowSmallUp: \"ArrowSmallUp\",\n ArrowSmallRight: \"ArrowSmallRight\",\n ArrowSmallLeft: \"ArrowSmallLeft\",\n ArrowSmallDown: \"ArrowSmallDown\",\n ArrowRight: \"ArrowRight\",\n ArrowRightOnRectangle: \"ArrowRightOnRectangle\",\n ArrowRightCircle: \"ArrowRightCircle\",\n ArrowPath: \"ArrowPath\",\n ArrowPathRoundedSquare: \"ArrowPathRoundedSquare\",\n ArrowLongUp: \"ArrowLongUp\",\n ArrowLongRight: \"ArrowLongRight\",\n ArrowLongLeft: \"ArrowLongLeft\",\n ArrowLongDown: \"ArrowLongDown\",\n ArrowLeft: \"ArrowLeft\",\n ArrowLeftOnRectangle: \"ArrowLeftOnRectangle\",\n ArrowLeftCircle: \"ArrowLeftCircle\",\n ArrowDown: \"ArrowDown\",\n ArrowDownTray: \"ArrowDownTray\",\n ArrowDownRight: \"ArrowDownRight\",\n ArrowDownOnSquare: \"ArrowDownOnSquare\",\n ArrowDownOnSquareStack: \"ArrowDownOnSquareStack\",\n ArrowDownLeft: \"ArrowDownLeft\",\n ArrowDownCircle: \"ArrowDownCircle\",\n ArchiveBox: \"ArchiveBox\",\n ArchiveBoxXMark: \"ArchiveBoxXMark\",\n ArchiveBoxArrowDown: \"ArchiveBoxArrowDown\",\n AdjustmentsVertical: \"AdjustmentsVertical\",\n AdjustmentsHorizontal: \"AdjustmentsHorizontal\",\n AcademicCap: \"AcademicCap\",\n} as const;\nexport type IconName = keyof typeof iconNames;\n"]}
1
+ {"version":3,"file":"icons.generated.js","sourceRoot":"","sources":["../../../../../../libs/iris-app-sdk/iris-app-api/src/types/icons.generated.ts"],"names":[],"mappings":"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","sourcesContent":["export const iconNames = {\n Zone: \"Zone\",\n WackerNeusonZeroEmission: \"WackerNeusonZeroEmission\",\n Timeline: \"Timeline\",\n Timeline1: \"Timeline1\",\n Slash: \"Slash\",\n SidebarOpen: \"SidebarOpen\",\n SidebarClose: \"SidebarClose\",\n RawDevice: \"RawDevice\",\n Plug: \"Plug\",\n Pin: \"Pin\",\n MapMarkerPointSquare: \"MapMarkerPointSquare\",\n MapMarkerPointRound: \"MapMarkerPointRound\",\n MapMarkerLabelSquare: \"MapMarkerLabelSquare\",\n MapMarkerLabelRound: \"MapMarkerLabelRound\",\n Leaf: \"Leaf\",\n IrisX: \"IrisX\",\n Hierarchy: \"Hierarchy\",\n Gps: \"Gps\",\n FitToWidth: \"FitToWidth\",\n FitToHeight: \"FitToHeight\",\n Excavator: \"Excavator\",\n EllipsisDrag: \"EllipsisDrag\",\n Directions: \"Directions\",\n DemolitionHammer: \"DemolitionHammer\",\n ConstructionCone: \"ConstructionCone\",\n ConcreteMixer: \"ConcreteMixer\",\n Co2: \"Co2\",\n CloudX: \"CloudX\",\n Bucket: \"Bucket\",\n Bluetooth: \"Bluetooth\",\n BatteryBig: \"BatteryBig\",\n Asset: \"Asset\",\n XMark: \"XMark\",\n XCircle: \"XCircle\",\n Wrench: \"Wrench\",\n WrenchScrewdriver: \"WrenchScrewdriver\",\n Window: \"Window\",\n Wifi: \"Wifi\",\n Wallet: \"Wallet\",\n ViewfinderCircle: \"ViewfinderCircle\",\n ViewColumns: \"ViewColumns\",\n VideoCamera: \"VideoCamera\",\n VideoCameraSlash: \"VideoCameraSlash\",\n Variable: \"Variable\",\n Users: \"Users\",\n User: \"User\",\n UserPlus: \"UserPlus\",\n UserMinus: \"UserMinus\",\n UserGroup: \"UserGroup\",\n UserCircle: \"UserCircle\",\n Underline: \"Underline\",\n Tv: \"Tv\",\n Truck: \"Truck\",\n Trophy: \"Trophy\",\n Trash: \"Trash\",\n Ticket: \"Ticket\",\n Tag: \"Tag\",\n TableCells: \"TableCells\",\n Swatch: \"Swatch\",\n Sun: \"Sun\",\n Strikethrough: \"Strikethrough\",\n Stop: \"Stop\",\n StopCircle: \"StopCircle\",\n Star: \"Star\",\n SquaresPlus: \"SquaresPlus\",\n Squares2X2: \"Squares2X2\",\n Square3Stack3D: \"Square3Stack3D\",\n Square2Stack: \"Square2Stack\",\n SpeakerXMark: \"SpeakerXMark\",\n SpeakerWave: \"SpeakerWave\",\n Sparkles: \"Sparkles\",\n Signal: \"Signal\",\n SignalSlash: \"SignalSlash\",\n ShoppingCart: \"ShoppingCart\",\n ShoppingBag: \"ShoppingBag\",\n ShieldExclamation: \"ShieldExclamation\",\n ShieldCheck: \"ShieldCheck\",\n Share: \"Share\",\n Server: \"Server\",\n ServerStack: \"ServerStack\",\n Scissors: \"Scissors\",\n Scale: \"Scale\",\n Rss: \"Rss\",\n RocketLaunch: \"RocketLaunch\",\n RectangleStack: \"RectangleStack\",\n RectangleGroup: \"RectangleGroup\",\n ReceiptRefund: \"ReceiptRefund\",\n ReceiptPercent: \"ReceiptPercent\",\n Radio: \"Radio\",\n QueueList: \"QueueList\",\n QuestionMarkCircle: \"QuestionMarkCircle\",\n QrCode: \"QrCode\",\n PuzzlePiece: \"PuzzlePiece\",\n Printer: \"Printer\",\n PresentationChartLine: \"PresentationChartLine\",\n PresentationChartBar: \"PresentationChartBar\",\n Power: \"Power\",\n Plus: \"Plus\",\n PlusCircle: \"PlusCircle\",\n Play: \"Play\",\n PlayPause: \"PlayPause\",\n PlayCircle: \"PlayCircle\",\n Photo: \"Photo\",\n Phone: \"Phone\",\n PhoneXMark: \"PhoneXMark\",\n PhoneArrowUpRight: \"PhoneArrowUpRight\",\n PhoneArrowDownLeft: \"PhoneArrowDownLeft\",\n PercentBadge: \"PercentBadge\",\n Pencil: \"Pencil\",\n PencilSquare: \"PencilSquare\",\n Pause: \"Pause\",\n PauseCircle: \"PauseCircle\",\n PaperClip: \"PaperClip\",\n PaperAirplane: \"PaperAirplane\",\n PaintBrush: \"PaintBrush\",\n NumberedList: \"NumberedList\",\n NoSymbol: \"NoSymbol\",\n Newspaper: \"Newspaper\",\n MusicalNote: \"MusicalNote\",\n Moon: \"Moon\",\n Minus: \"Minus\",\n MinusCircle: \"MinusCircle\",\n Microphone: \"Microphone\",\n Megaphone: \"Megaphone\",\n Map: \"Map\",\n MapPin: \"MapPin\",\n MagnifyingGlass: \"MagnifyingGlass\",\n MagnifyingGlassPlus: \"MagnifyingGlassPlus\",\n MagnifyingGlassMinus: \"MagnifyingGlassMinus\",\n MagnifyingGlassCircle: \"MagnifyingGlassCircle\",\n LockOpen: \"LockOpen\",\n LockClosed: \"LockClosed\",\n ListBullet: \"ListBullet\",\n Link: \"Link\",\n LinkSlash: \"LinkSlash\",\n LightBulb: \"LightBulb\",\n Lifebuoy: \"Lifebuoy\",\n Language: \"Language\",\n Key: \"Key\",\n Italic: \"Italic\",\n InformationCircle: \"InformationCircle\",\n Inbox: \"Inbox\",\n InboxStack: \"InboxStack\",\n InboxArrowDown: \"InboxArrowDown\",\n Identification: \"Identification\",\n Home: \"Home\",\n HomeModern: \"HomeModern\",\n Heart: \"Heart\",\n Hashtag: \"Hashtag\",\n HandThumbUp: \"HandThumbUp\",\n HandThumbDown: \"HandThumbDown\",\n HandRaised: \"HandRaised\",\n H3: \"H3\",\n H2: \"H2\",\n H1: \"H1\",\n GlobeEuropeAfrica: \"GlobeEuropeAfrica\",\n GlobeAsiaAustralia: \"GlobeAsiaAustralia\",\n GlobeAmericas: \"GlobeAmericas\",\n GlobeAlt: \"GlobeAlt\",\n Gift: \"Gift\",\n GiftTop: \"GiftTop\",\n Gif: \"Gif\",\n Funnel: \"Funnel\",\n Forward: \"Forward\",\n Folder: \"Folder\",\n FolderPlus: \"FolderPlus\",\n FolderOpen: \"FolderOpen\",\n FolderMinus: \"FolderMinus\",\n FolderArrowDown: \"FolderArrowDown\",\n Flag: \"Flag\",\n Fire: \"Fire\",\n FingerPrint: \"FingerPrint\",\n Film: \"Film\",\n FaceSmile: \"FaceSmile\",\n FaceFrown: \"FaceFrown\",\n Eye: \"Eye\",\n EyeSlash: \"EyeSlash\",\n EyeDropper: \"EyeDropper\",\n ExclamationTriangle: \"ExclamationTriangle\",\n ExclamationCircle: \"ExclamationCircle\",\n Equals: \"Equals\",\n Envelope: \"Envelope\",\n EnvelopeOpen: \"EnvelopeOpen\",\n EllipsisVertical: \"EllipsisVertical\",\n EllipsisHorizontal: \"EllipsisHorizontal\",\n EllipsisHorizontalCircle: \"EllipsisHorizontalCircle\",\n Document: \"Document\",\n DocumentText: \"DocumentText\",\n DocumentPlus: \"DocumentPlus\",\n DocumentMinus: \"DocumentMinus\",\n DocumentMagnifyingGlass: \"DocumentMagnifyingGlass\",\n DocumentDuplicate: \"DocumentDuplicate\",\n DocumentCurrencyYen: \"DocumentCurrencyYen\",\n DocumentCurrencyRupee: \"DocumentCurrencyRupee\",\n DocumentCurrencyPound: \"DocumentCurrencyPound\",\n DocumentCurrencyEuro: \"DocumentCurrencyEuro\",\n DocumentCurrencyDollar: \"DocumentCurrencyDollar\",\n DocumentCurrencyBangladeshi: \"DocumentCurrencyBangladeshi\",\n DocumentCheck: \"DocumentCheck\",\n DocumentChartBar: \"DocumentChartBar\",\n DocumentArrowUp: \"DocumentArrowUp\",\n DocumentArrowDown: \"DocumentArrowDown\",\n Divide: \"Divide\",\n DeviceTablet: \"DeviceTablet\",\n DevicePhoneMobile: \"DevicePhoneMobile\",\n CursorArrowRipple: \"CursorArrowRipple\",\n CursorArrowRays: \"CursorArrowRays\",\n CurrencyYen: \"CurrencyYen\",\n CurrencyRupee: \"CurrencyRupee\",\n CurrencyPound: \"CurrencyPound\",\n CurrencyEuro: \"CurrencyEuro\",\n CurrencyDollar: \"CurrencyDollar\",\n CurrencyBangladeshi: \"CurrencyBangladeshi\",\n Cube: \"Cube\",\n CubeTransparent: \"CubeTransparent\",\n CreditCard: \"CreditCard\",\n CpuChip: \"CpuChip\",\n ComputerDesktop: \"ComputerDesktop\",\n CommandLine: \"CommandLine\",\n Cog: \"Cog\",\n Cog8Tooth: \"Cog8Tooth\",\n Cog6Tooth: \"Cog6Tooth\",\n CodeBracket: \"CodeBracket\",\n CodeBracketSquare: \"CodeBracketSquare\",\n Cloud: \"Cloud\",\n CloudArrowUp: \"CloudArrowUp\",\n CloudArrowDown: \"CloudArrowDown\",\n Clock: \"Clock\",\n Clipboard: \"Clipboard\",\n ClipboardDocument: \"ClipboardDocument\",\n ClipboardDocumentList: \"ClipboardDocumentList\",\n ClipboardDocumentCheck: \"ClipboardDocumentCheck\",\n CircleStack: \"CircleStack\",\n ChevronUp: \"ChevronUp\",\n ChevronUpDown: \"ChevronUpDown\",\n ChevronRight: \"ChevronRight\",\n ChevronLeft: \"ChevronLeft\",\n ChevronDown: \"ChevronDown\",\n ChevronDoubleUp: \"ChevronDoubleUp\",\n ChevronDoubleRight: \"ChevronDoubleRight\",\n ChevronDoubleLeft: \"ChevronDoubleLeft\",\n ChevronDoubleDown: \"ChevronDoubleDown\",\n Check: \"Check\",\n CheckCircle: \"CheckCircle\",\n CheckBadge: \"CheckBadge\",\n ChatBubbleOvalLeft: \"ChatBubbleOvalLeft\",\n ChatBubbleOvalLeftEllipsis: \"ChatBubbleOvalLeftEllipsis\",\n ChatBubbleLeft: \"ChatBubbleLeft\",\n ChatBubbleLeftRight: \"ChatBubbleLeftRight\",\n ChatBubbleLeftEllipsis: \"ChatBubbleLeftEllipsis\",\n ChatBubbleBottomCenter: \"ChatBubbleBottomCenter\",\n ChatBubbleBottomCenterText: \"ChatBubbleBottomCenterText\",\n ChartPie: \"ChartPie\",\n ChartBar: \"ChartBar\",\n ChartBarSquare: \"ChartBarSquare\",\n Camera: \"Camera\",\n Calendar: \"Calendar\",\n CalendarDays: \"CalendarDays\",\n CalendarDateRange: \"CalendarDateRange\",\n Calculator: \"Calculator\",\n Cake: \"Cake\",\n BuildingStorefront: \"BuildingStorefront\",\n BuildingOffice: \"BuildingOffice\",\n BuildingOffice2: \"BuildingOffice2\",\n BuildingLibrary: \"BuildingLibrary\",\n BugAnt: \"BugAnt\",\n Briefcase: \"Briefcase\",\n Bookmark: \"Bookmark\",\n BookmarkSquare: \"BookmarkSquare\",\n BookmarkSlash: \"BookmarkSlash\",\n BookOpen: \"BookOpen\",\n Bolt: \"Bolt\",\n BoltSlash: \"BoltSlash\",\n Bold: \"Bold\",\n Bell: \"Bell\",\n BellSnooze: \"BellSnooze\",\n BellSlash: \"BellSlash\",\n BellAlert: \"BellAlert\",\n Beaker: \"Beaker\",\n Battery50: \"Battery50\",\n Battery100: \"Battery100\",\n Battery0: \"Battery0\",\n BarsArrowUp: \"BarsArrowUp\",\n BarsArrowDown: \"BarsArrowDown\",\n Bars4: \"Bars4\",\n Bars3: \"Bars3\",\n Bars3CenterLeft: \"Bars3CenterLeft\",\n Bars3BottomRight: \"Bars3BottomRight\",\n Bars3BottomLeft: \"Bars3BottomLeft\",\n Bars2: \"Bars2\",\n Banknotes: \"Banknotes\",\n Backward: \"Backward\",\n Backspace: \"Backspace\",\n AtSymbol: \"AtSymbol\",\n ArrowsUpDown: \"ArrowsUpDown\",\n ArrowsRightLeft: \"ArrowsRightLeft\",\n ArrowsPointingOut: \"ArrowsPointingOut\",\n ArrowsPointingIn: \"ArrowsPointingIn\",\n ArrowUturnUp: \"ArrowUturnUp\",\n ArrowUturnRight: \"ArrowUturnRight\",\n ArrowUturnLeft: \"ArrowUturnLeft\",\n ArrowUturnDown: \"ArrowUturnDown\",\n ArrowUp: \"ArrowUp\",\n ArrowUpTray: \"ArrowUpTray\",\n ArrowUpRight: \"ArrowUpRight\",\n ArrowUpOnSquare: \"ArrowUpOnSquare\",\n ArrowUpOnSquareStack: \"ArrowUpOnSquareStack\",\n ArrowUpLeft: \"ArrowUpLeft\",\n ArrowUpCircle: \"ArrowUpCircle\",\n ArrowTurnUpRight: \"ArrowTurnUpRight\",\n ArrowTurnUpLeft: \"ArrowTurnUpLeft\",\n ArrowTurnRightUp: \"ArrowTurnRightUp\",\n ArrowTurnRightDown: \"ArrowTurnRightDown\",\n ArrowTurnLeftUp: \"ArrowTurnLeftUp\",\n ArrowTurnLeftDown: \"ArrowTurnLeftDown\",\n ArrowTurnDownRight: \"ArrowTurnDownRight\",\n ArrowTurnDownLeft: \"ArrowTurnDownLeft\",\n ArrowTrendingUp: \"ArrowTrendingUp\",\n ArrowTrendingDown: \"ArrowTrendingDown\",\n ArrowTopRightOnSquare: \"ArrowTopRightOnSquare\",\n ArrowRight: \"ArrowRight\",\n ArrowRightStartOnRectangle: \"ArrowRightStartOnRectangle\",\n ArrowRightEndOnRectangle: \"ArrowRightEndOnRectangle\",\n ArrowRightCircle: \"ArrowRightCircle\",\n ArrowPath: \"ArrowPath\",\n ArrowPathRoundedSquare: \"ArrowPathRoundedSquare\",\n ArrowLongUp: \"ArrowLongUp\",\n ArrowLongRight: \"ArrowLongRight\",\n ArrowLongLeft: \"ArrowLongLeft\",\n ArrowLongDown: \"ArrowLongDown\",\n ArrowLeft: \"ArrowLeft\",\n ArrowLeftStartOnRectangle: \"ArrowLeftStartOnRectangle\",\n ArrowLeftEndOnRectangle: \"ArrowLeftEndOnRectangle\",\n ArrowLeftCircle: \"ArrowLeftCircle\",\n ArrowDown: \"ArrowDown\",\n ArrowDownTray: \"ArrowDownTray\",\n ArrowDownRight: \"ArrowDownRight\",\n ArrowDownOnSquare: \"ArrowDownOnSquare\",\n ArrowDownOnSquareStack: \"ArrowDownOnSquareStack\",\n ArrowDownLeft: \"ArrowDownLeft\",\n ArrowDownCircle: \"ArrowDownCircle\",\n ArchiveBox: \"ArchiveBox\",\n ArchiveBoxXMark: \"ArchiveBoxXMark\",\n ArchiveBoxArrowDown: \"ArchiveBoxArrowDown\",\n AdjustmentsVertical: \"AdjustmentsVertical\",\n AdjustmentsHorizontal: \"AdjustmentsHorizontal\",\n AcademicCap: \"AcademicCap\",\n} as const;\nexport type IconName = keyof typeof iconNames;\n"]}