@loomhq/lens 12.12.2 → 12.12.3
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/cjs/icons/admin.js +53 -0
- package/dist/cjs/icons/admin.js.map +7 -0
- package/dist/cjs/icons/confluence-inverse.js +76 -0
- package/dist/cjs/icons/confluence-inverse.js.map +7 -0
- package/dist/cjs/icons/confluence-neutral.js +20 -6
- package/dist/cjs/icons/confluence-neutral.js.map +2 -2
- package/dist/cjs/icons/facebook.js +81 -0
- package/dist/cjs/icons/facebook.js.map +7 -0
- package/dist/cjs/icons/index.js +971 -810
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/jira-neutral.js +24 -13
- package/dist/cjs/icons/jira-neutral.js.map +2 -2
- package/dist/cjs/icons/spaces.js +53 -0
- package/dist/cjs/icons/spaces.js.map +7 -0
- package/dist/cjs/icons/trello.js +69 -0
- package/dist/cjs/icons/trello.js.map +7 -0
- package/dist/cjs/icons/x-twitter.js +72 -0
- package/dist/cjs/icons/x-twitter.js.map +7 -0
- package/dist/cjs/index.js +9 -5
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/icons/admin.js +8 -0
- package/dist/esm/icons/admin.js.map +7 -0
- package/dist/esm/icons/chunk-3T4Y3MZ7.js +37 -0
- package/dist/esm/icons/chunk-3T4Y3MZ7.js.map +7 -0
- package/dist/esm/icons/chunk-774PQBBN.js +24 -0
- package/dist/esm/icons/chunk-774PQBBN.js.map +7 -0
- package/dist/esm/icons/chunk-ESRRXLZJ.js +24 -0
- package/dist/esm/icons/chunk-ESRRXLZJ.js.map +7 -0
- package/dist/esm/icons/chunk-HBVUD5LH.js +30 -0
- package/dist/esm/icons/chunk-HBVUD5LH.js.map +7 -0
- package/dist/esm/icons/chunk-JR7FDBMN.js +31 -0
- package/dist/esm/icons/chunk-JR7FDBMN.js.map +7 -0
- package/dist/esm/icons/chunk-JRTGKL53.js +37 -0
- package/dist/esm/icons/chunk-JRTGKL53.js.map +7 -0
- package/dist/esm/icons/chunk-XEMYW3LC.js +37 -0
- package/dist/esm/icons/chunk-XEMYW3LC.js.map +7 -0
- package/dist/esm/icons/chunk-YZBANLJ6.js +40 -0
- package/dist/esm/icons/chunk-YZBANLJ6.js.map +7 -0
- package/dist/esm/icons/confluence-inverse.js +8 -0
- package/dist/esm/icons/confluence-inverse.js.map +7 -0
- package/dist/esm/icons/confluence-neutral.js +1 -1
- package/dist/esm/icons/facebook.js +8 -0
- package/dist/esm/icons/facebook.js.map +7 -0
- package/dist/esm/icons/index.js +243 -219
- package/dist/esm/icons/jira-neutral.js +1 -1
- package/dist/esm/icons/spaces.js +8 -0
- package/dist/esm/icons/spaces.js.map +7 -0
- package/dist/esm/icons/trello.js +8 -0
- package/dist/esm/icons/trello.js.map +7 -0
- package/dist/esm/icons/x-twitter.js +8 -0
- package/dist/esm/icons/x-twitter.js.map +7 -0
- package/dist/esm/index.js +9 -5
- package/dist/esm/index.js.map +2 -2
- package/dist/types/icons/admin.d.ts +3 -0
- package/dist/types/icons/admin.d.ts.map +1 -0
- package/dist/types/icons/confluence-inverse.d.ts +3 -0
- package/dist/types/icons/confluence-inverse.d.ts.map +1 -0
- package/dist/types/icons/confluence-neutral.d.ts.map +1 -1
- package/dist/types/icons/facebook.d.ts +3 -0
- package/dist/types/icons/facebook.d.ts.map +1 -0
- package/dist/types/icons/index.d.ts +6 -0
- package/dist/types/icons/index.d.ts.map +1 -1
- package/dist/types/icons/jira-neutral.d.ts.map +1 -1
- package/dist/types/icons/spaces.d.ts +3 -0
- package/dist/types/icons/spaces.d.ts.map +1 -0
- package/dist/types/icons/trello.d.ts +3 -0
- package/dist/types/icons/trello.d.ts.map +1 -0
- package/dist/types/icons/x-twitter.d.ts +3 -0
- package/dist/types/icons/x-twitter.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/admin.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/admin.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/confluence-inverse.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/confluence-inverse.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/confluence-neutral.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/facebook.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/facebook.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts +6 -0
- package/dist/types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/jira-neutral.d.ts.map +1 -1
- package/dist/types/src/components/icon/available-icons/spaces.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/spaces.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/trello.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/trello.d.ts.map +1 -0
- package/dist/types/src/components/icon/available-icons/x-twitter.d.ts +3 -0
- package/dist/types/src/components/icon/available-icons/x-twitter.d.ts.map +1 -0
- package/dist/types/src/components/icon-button/icon-button.d.ts +4 -0
- package/dist/types/src/components/icon-button/icon-button.d.ts.map +1 -1
- package/dist/types/src/components/modal/modal.d.ts.map +1 -1
- package/dist/types/src/components/toast/toast.d.ts +1 -1
- package/dist/types/src/components/toast/toast.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/esm/icons/chunk-2J7646L6.js +0 -26
- package/dist/esm/icons/chunk-2J7646L6.js.map +0 -7
- package/dist/esm/icons/chunk-3XM7NCIA.js +0 -33
- package/dist/esm/icons/chunk-3XM7NCIA.js.map +0 -7
package/dist/esm/icons/index.js
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import {
|
|
5
|
-
SvgWriteMessage
|
|
6
|
-
} from "./chunk-NZVDBUCK.js";
|
|
7
|
-
import {
|
|
8
|
-
SvgXCircle
|
|
9
|
-
} from "./chunk-QHLM45W4.js";
|
|
2
|
+
SvgXLogo
|
|
3
|
+
} from "./chunk-JR7FDBMN.js";
|
|
10
4
|
import {
|
|
11
5
|
SvgZapOutline
|
|
12
6
|
} from "./chunk-OOLVJGG2.js";
|
|
@@ -22,15 +16,6 @@ import {
|
|
|
22
16
|
import {
|
|
23
17
|
SvgZoomOut
|
|
24
18
|
} from "./chunk-M35LKLMJ.js";
|
|
25
|
-
import {
|
|
26
|
-
SvgWarningAlert
|
|
27
|
-
} from "./chunk-EKNLUIM2.js";
|
|
28
|
-
import {
|
|
29
|
-
SvgWarningAmber
|
|
30
|
-
} from "./chunk-I4ITA7EL.js";
|
|
31
|
-
import {
|
|
32
|
-
SvgWatchLaterAdded
|
|
33
|
-
} from "./chunk-BFPFVG5V.js";
|
|
34
19
|
import {
|
|
35
20
|
SvgWatchLaterRemove
|
|
36
21
|
} from "./chunk-VSKPW4OH.js";
|
|
@@ -47,14 +32,14 @@ import {
|
|
|
47
32
|
SvgWindows
|
|
48
33
|
} from "./chunk-NLJWFPWA.js";
|
|
49
34
|
import {
|
|
50
|
-
|
|
51
|
-
} from "./chunk-
|
|
35
|
+
SvgWriteDocument
|
|
36
|
+
} from "./chunk-OBT2YRVO.js";
|
|
52
37
|
import {
|
|
53
|
-
|
|
54
|
-
} from "./chunk-
|
|
38
|
+
SvgWriteMessage
|
|
39
|
+
} from "./chunk-NZVDBUCK.js";
|
|
55
40
|
import {
|
|
56
|
-
|
|
57
|
-
} from "./chunk-
|
|
41
|
+
SvgXCircle
|
|
42
|
+
} from "./chunk-QHLM45W4.js";
|
|
58
43
|
import {
|
|
59
44
|
SvgVolumeOff
|
|
60
45
|
} from "./chunk-E5N2ZJOF.js";
|
|
@@ -71,14 +56,14 @@ import {
|
|
|
71
56
|
SvgVolume2
|
|
72
57
|
} from "./chunk-DHTMHG3V.js";
|
|
73
58
|
import {
|
|
74
|
-
|
|
75
|
-
} from "./chunk-
|
|
59
|
+
SvgWarningAlert
|
|
60
|
+
} from "./chunk-EKNLUIM2.js";
|
|
76
61
|
import {
|
|
77
|
-
|
|
78
|
-
} from "./chunk-
|
|
62
|
+
SvgWarningAmber
|
|
63
|
+
} from "./chunk-I4ITA7EL.js";
|
|
79
64
|
import {
|
|
80
|
-
|
|
81
|
-
} from "./chunk-
|
|
65
|
+
SvgWatchLaterAdded
|
|
66
|
+
} from "./chunk-BFPFVG5V.js";
|
|
82
67
|
import {
|
|
83
68
|
SvgVideoCam
|
|
84
69
|
} from "./chunk-3IFD2STQ.js";
|
|
@@ -95,14 +80,14 @@ import {
|
|
|
95
80
|
SvgVideocam
|
|
96
81
|
} from "./chunk-RDA3AFVD.js";
|
|
97
82
|
import {
|
|
98
|
-
|
|
99
|
-
} from "./chunk-
|
|
83
|
+
SvgViewList
|
|
84
|
+
} from "./chunk-HQMCOUIT.js";
|
|
100
85
|
import {
|
|
101
|
-
|
|
102
|
-
} from "./chunk-
|
|
86
|
+
SvgVolumeDown
|
|
87
|
+
} from "./chunk-EUZW57TP.js";
|
|
103
88
|
import {
|
|
104
|
-
|
|
105
|
-
} from "./chunk-
|
|
89
|
+
SvgVolumeMute
|
|
90
|
+
} from "./chunk-XLYJ5RGM.js";
|
|
106
91
|
import {
|
|
107
92
|
SvgUndo
|
|
108
93
|
} from "./chunk-OSEHZ2FL.js";
|
|
@@ -119,17 +104,14 @@ import {
|
|
|
119
104
|
SvgUsers
|
|
120
105
|
} from "./chunk-HXT75SNG.js";
|
|
121
106
|
import {
|
|
122
|
-
|
|
123
|
-
} from "./chunk-
|
|
124
|
-
import {
|
|
125
|
-
SvgTimelineEditor
|
|
126
|
-
} from "./chunk-SOFWAOZ4.js";
|
|
107
|
+
SvgVariables
|
|
108
|
+
} from "./chunk-E7NOP4A2.js";
|
|
127
109
|
import {
|
|
128
|
-
|
|
129
|
-
} from "./chunk-
|
|
110
|
+
SvgVersionControl
|
|
111
|
+
} from "./chunk-VIGGSGOL.js";
|
|
130
112
|
import {
|
|
131
|
-
|
|
132
|
-
} from "./chunk-
|
|
113
|
+
SvgVerticalAlignBottom
|
|
114
|
+
} from "./chunk-U4IMY2H2.js";
|
|
133
115
|
import {
|
|
134
116
|
SvgTranscript
|
|
135
117
|
} from "./chunk-2JPBEH6W.js";
|
|
@@ -143,17 +125,17 @@ import {
|
|
|
143
125
|
SvgTrelloNeutral
|
|
144
126
|
} from "./chunk-XQB6D65H.js";
|
|
145
127
|
import {
|
|
146
|
-
|
|
147
|
-
} from "./chunk-
|
|
128
|
+
SvgTrello
|
|
129
|
+
} from "./chunk-HBVUD5LH.js";
|
|
148
130
|
import {
|
|
149
|
-
|
|
150
|
-
} from "./chunk-
|
|
131
|
+
SvgTune
|
|
132
|
+
} from "./chunk-XW7TC77Y.js";
|
|
151
133
|
import {
|
|
152
|
-
|
|
153
|
-
} from "./chunk-
|
|
134
|
+
SvgUnderline
|
|
135
|
+
} from "./chunk-Q2DXN42B.js";
|
|
154
136
|
import {
|
|
155
|
-
|
|
156
|
-
} from "./chunk-
|
|
137
|
+
SvgUndoAlt
|
|
138
|
+
} from "./chunk-EIKAXIVU.js";
|
|
157
139
|
import {
|
|
158
140
|
SvgTeamworkGraph
|
|
159
141
|
} from "./chunk-UP7WLXQW.js";
|
|
@@ -167,17 +149,17 @@ import {
|
|
|
167
149
|
SvgThumbsDown
|
|
168
150
|
} from "./chunk-M4GAFFLM.js";
|
|
169
151
|
import {
|
|
170
|
-
|
|
171
|
-
} from "./chunk-
|
|
152
|
+
SvgThumbsUp
|
|
153
|
+
} from "./chunk-F5L4NQJW.js";
|
|
172
154
|
import {
|
|
173
|
-
|
|
174
|
-
} from "./chunk-
|
|
155
|
+
SvgTimelineEditor
|
|
156
|
+
} from "./chunk-SOFWAOZ4.js";
|
|
175
157
|
import {
|
|
176
|
-
|
|
177
|
-
} from "./chunk-
|
|
158
|
+
SvgTimer
|
|
159
|
+
} from "./chunk-IPK2TGIQ.js";
|
|
178
160
|
import {
|
|
179
|
-
|
|
180
|
-
} from "./chunk-
|
|
161
|
+
SvgTouchApp
|
|
162
|
+
} from "./chunk-5PTYY5FO.js";
|
|
181
163
|
import {
|
|
182
164
|
SvgStarOutline
|
|
183
165
|
} from "./chunk-DFYMBHZP.js";
|
|
@@ -191,17 +173,17 @@ import {
|
|
|
191
173
|
SvgSun
|
|
192
174
|
} from "./chunk-UNBBZS6J.js";
|
|
193
175
|
import {
|
|
194
|
-
|
|
195
|
-
} from "./chunk-
|
|
176
|
+
SvgTagFaces
|
|
177
|
+
} from "./chunk-FFUISP3K.js";
|
|
196
178
|
import {
|
|
197
|
-
|
|
198
|
-
} from "./chunk-
|
|
179
|
+
SvgTask
|
|
180
|
+
} from "./chunk-D2QZEZXI.js";
|
|
199
181
|
import {
|
|
200
|
-
|
|
201
|
-
} from "./chunk-
|
|
182
|
+
SvgTeamworkAgentBig
|
|
183
|
+
} from "./chunk-6RMAHJNH.js";
|
|
202
184
|
import {
|
|
203
|
-
|
|
204
|
-
} from "./chunk-
|
|
185
|
+
SvgTeamworkAgentSmall
|
|
186
|
+
} from "./chunk-W3USM4NX.js";
|
|
205
187
|
import {
|
|
206
188
|
SvgSparkle
|
|
207
189
|
} from "./chunk-HE25OX6G.js";
|
|
@@ -214,6 +196,51 @@ import {
|
|
|
214
196
|
import {
|
|
215
197
|
SvgSpeedSlow
|
|
216
198
|
} from "./chunk-CKTMKAKK.js";
|
|
199
|
+
import {
|
|
200
|
+
SvgSpeedXFast
|
|
201
|
+
} from "./chunk-V3JG2NZW.js";
|
|
202
|
+
import {
|
|
203
|
+
SvgSpeedXSlow
|
|
204
|
+
} from "./chunk-ZMBXTFPA.js";
|
|
205
|
+
import {
|
|
206
|
+
SvgSplit
|
|
207
|
+
} from "./chunk-NINABXFB.js";
|
|
208
|
+
import {
|
|
209
|
+
SvgSquare
|
|
210
|
+
} from "./chunk-37YTVMBN.js";
|
|
211
|
+
import {
|
|
212
|
+
SvgShowChart
|
|
213
|
+
} from "./chunk-LZAJY54Z.js";
|
|
214
|
+
import {
|
|
215
|
+
SvgSilenceRemoval
|
|
216
|
+
} from "./chunk-UHAMA5YO.js";
|
|
217
|
+
import {
|
|
218
|
+
SvgSkipBack
|
|
219
|
+
} from "./chunk-4RZH26BD.js";
|
|
220
|
+
import {
|
|
221
|
+
SvgSlack
|
|
222
|
+
} from "./chunk-6LTCMS66.js";
|
|
223
|
+
import {
|
|
224
|
+
SvgSmileAlt
|
|
225
|
+
} from "./chunk-GIN6ZYJC.js";
|
|
226
|
+
import {
|
|
227
|
+
SvgSmileSelect
|
|
228
|
+
} from "./chunk-VV7RTE64.js";
|
|
229
|
+
import {
|
|
230
|
+
SvgSmile
|
|
231
|
+
} from "./chunk-56JQ7YLD.js";
|
|
232
|
+
import {
|
|
233
|
+
SvgSpaces
|
|
234
|
+
} from "./chunk-774PQBBN.js";
|
|
235
|
+
import {
|
|
236
|
+
SvgScissors
|
|
237
|
+
} from "./chunk-NR4EYJPQ.js";
|
|
238
|
+
import {
|
|
239
|
+
SvgScreenCam
|
|
240
|
+
} from "./chunk-WCXLT4Z4.js";
|
|
241
|
+
import {
|
|
242
|
+
SvgSearch
|
|
243
|
+
} from "./chunk-47EYZJ4Q.js";
|
|
217
244
|
import {
|
|
218
245
|
SvgSend
|
|
219
246
|
} from "./chunk-VJDPHGNV.js";
|
|
@@ -230,14 +257,14 @@ import {
|
|
|
230
257
|
SvgShare
|
|
231
258
|
} from "./chunk-JPT4IOPX.js";
|
|
232
259
|
import {
|
|
233
|
-
|
|
234
|
-
} from "./chunk-
|
|
260
|
+
SvgReply
|
|
261
|
+
} from "./chunk-CUJRFEAF.js";
|
|
235
262
|
import {
|
|
236
|
-
|
|
237
|
-
} from "./chunk-
|
|
263
|
+
SvgRewind
|
|
264
|
+
} from "./chunk-TVTTMZZ4.js";
|
|
238
265
|
import {
|
|
239
|
-
|
|
240
|
-
} from "./chunk-
|
|
266
|
+
SvgRotateLeft
|
|
267
|
+
} from "./chunk-V5PKCEDD.js";
|
|
241
268
|
import {
|
|
242
269
|
SvgRovo
|
|
243
270
|
} from "./chunk-5HUPGCDS.js";
|
|
@@ -254,14 +281,14 @@ import {
|
|
|
254
281
|
SvgSchool
|
|
255
282
|
} from "./chunk-DV7DTSLT.js";
|
|
256
283
|
import {
|
|
257
|
-
|
|
258
|
-
} from "./chunk-
|
|
284
|
+
SvgRefresh
|
|
285
|
+
} from "./chunk-VUTVG733.js";
|
|
259
286
|
import {
|
|
260
|
-
|
|
261
|
-
} from "./chunk-
|
|
287
|
+
SvgRemoveCircleOutline
|
|
288
|
+
} from "./chunk-ZVIGWAMV.js";
|
|
262
289
|
import {
|
|
263
|
-
|
|
264
|
-
} from "./chunk-
|
|
290
|
+
SvgRemoveRedEye
|
|
291
|
+
} from "./chunk-GVNO3KAB.js";
|
|
265
292
|
import {
|
|
266
293
|
SvgRepeat
|
|
267
294
|
} from "./chunk-OSWSD6NQ.js";
|
|
@@ -278,14 +305,14 @@ import {
|
|
|
278
305
|
SvgReplyRight
|
|
279
306
|
} from "./chunk-PDJ7WDI4.js";
|
|
280
307
|
import {
|
|
281
|
-
|
|
282
|
-
} from "./chunk-
|
|
308
|
+
SvgPublicOff
|
|
309
|
+
} from "./chunk-WIDBKSIN.js";
|
|
283
310
|
import {
|
|
284
|
-
|
|
285
|
-
} from "./chunk-
|
|
311
|
+
SvgPublicOn
|
|
312
|
+
} from "./chunk-4FI6A6B7.js";
|
|
286
313
|
import {
|
|
287
|
-
|
|
288
|
-
} from "./chunk-
|
|
314
|
+
SvgPublicon
|
|
315
|
+
} from "./chunk-ONN3RIRK.js";
|
|
289
316
|
import {
|
|
290
317
|
SvgPullRequest
|
|
291
318
|
} from "./chunk-ISQWZOBA.js";
|
|
@@ -302,14 +329,14 @@ import {
|
|
|
302
329
|
SvgRedo
|
|
303
330
|
} from "./chunk-JVD64AVJ.js";
|
|
304
331
|
import {
|
|
305
|
-
|
|
306
|
-
} from "./chunk-
|
|
332
|
+
SvgPlayCircleFilled
|
|
333
|
+
} from "./chunk-HCXUVVM6.js";
|
|
307
334
|
import {
|
|
308
|
-
|
|
309
|
-
} from "./chunk-
|
|
335
|
+
SvgPlayCircle
|
|
336
|
+
} from "./chunk-PPB2A6RQ.js";
|
|
310
337
|
import {
|
|
311
|
-
|
|
312
|
-
} from "./chunk-
|
|
338
|
+
SvgPlay
|
|
339
|
+
} from "./chunk-VSSSRXRI.js";
|
|
313
340
|
import {
|
|
314
341
|
SvgPlusCircle
|
|
315
342
|
} from "./chunk-2WM7CTYF.js";
|
|
@@ -326,14 +353,14 @@ import {
|
|
|
326
353
|
SvgPronunciation
|
|
327
354
|
} from "./chunk-HZJRA7SF.js";
|
|
328
355
|
import {
|
|
329
|
-
|
|
330
|
-
} from "./chunk-
|
|
356
|
+
SvgPeople
|
|
357
|
+
} from "./chunk-7KHUK7CK.js";
|
|
331
358
|
import {
|
|
332
|
-
|
|
333
|
-
} from "./chunk-
|
|
359
|
+
SvgPerson
|
|
360
|
+
} from "./chunk-N2JRCTGF.js";
|
|
334
361
|
import {
|
|
335
|
-
|
|
336
|
-
} from "./chunk-
|
|
362
|
+
SvgPhotoSizeSelectActual
|
|
363
|
+
} from "./chunk-CU7Y5BBX.js";
|
|
337
364
|
import {
|
|
338
365
|
PictureInPicture
|
|
339
366
|
} from "./chunk-HDZJKE7H.js";
|
|
@@ -350,14 +377,14 @@ import {
|
|
|
350
377
|
SvgPlayArrow
|
|
351
378
|
} from "./chunk-33YWYPE7.js";
|
|
352
379
|
import {
|
|
353
|
-
|
|
354
|
-
} from "./chunk-
|
|
380
|
+
SvgNotion
|
|
381
|
+
} from "./chunk-ZIKNP5HT.js";
|
|
355
382
|
import {
|
|
356
|
-
|
|
357
|
-
} from "./chunk-
|
|
383
|
+
SvgNumberedList
|
|
384
|
+
} from "./chunk-43B5J3EU.js";
|
|
358
385
|
import {
|
|
359
|
-
|
|
360
|
-
} from "./chunk-
|
|
386
|
+
SvgOfflineBolt
|
|
387
|
+
} from "./chunk-KKJEVJGK.js";
|
|
361
388
|
import {
|
|
362
389
|
SvgOutlook
|
|
363
390
|
} from "./chunk-KHP3RVG4.js";
|
|
@@ -374,14 +401,14 @@ import {
|
|
|
374
401
|
SvgPause
|
|
375
402
|
} from "./chunk-6NWQRPUY.js";
|
|
376
403
|
import {
|
|
377
|
-
|
|
378
|
-
} from "./chunk-
|
|
404
|
+
SvgMoney
|
|
405
|
+
} from "./chunk-EGS26V5P.js";
|
|
379
406
|
import {
|
|
380
|
-
|
|
381
|
-
} from "./chunk-
|
|
407
|
+
SvgMoon
|
|
408
|
+
} from "./chunk-2XIPBRGX.js";
|
|
382
409
|
import {
|
|
383
|
-
|
|
384
|
-
} from "./chunk-
|
|
410
|
+
SvgMoreHoriz
|
|
411
|
+
} from "./chunk-HZPHRZ5J.js";
|
|
385
412
|
import {
|
|
386
413
|
SvgMovieFilter
|
|
387
414
|
} from "./chunk-3LQBN542.js";
|
|
@@ -398,14 +425,14 @@ import {
|
|
|
398
425
|
SvgNotifications
|
|
399
426
|
} from "./chunk-7BUGMAD3.js";
|
|
400
427
|
import {
|
|
401
|
-
|
|
402
|
-
} from "./chunk-
|
|
428
|
+
SvgMicrosoftExcel
|
|
429
|
+
} from "./chunk-QWF6NZT3.js";
|
|
403
430
|
import {
|
|
404
|
-
|
|
405
|
-
} from "./chunk-
|
|
431
|
+
SvgMicrosoftOneNote
|
|
432
|
+
} from "./chunk-FOSSWZIU.js";
|
|
406
433
|
import {
|
|
407
|
-
|
|
408
|
-
} from "./chunk-
|
|
434
|
+
SvgMicrosoftPowerpoint
|
|
435
|
+
} from "./chunk-LFYDVORH.js";
|
|
409
436
|
import {
|
|
410
437
|
SvgMicrosoftWord
|
|
411
438
|
} from "./chunk-27MMXUO5.js";
|
|
@@ -422,14 +449,14 @@ import {
|
|
|
422
449
|
SvgMobileDevices
|
|
423
450
|
} from "./chunk-FL7WZQA7.js";
|
|
424
451
|
import {
|
|
425
|
-
|
|
426
|
-
} from "./chunk-
|
|
452
|
+
SvgMail
|
|
453
|
+
} from "./chunk-XZNFR7L7.js";
|
|
427
454
|
import {
|
|
428
|
-
|
|
429
|
-
} from "./chunk-
|
|
455
|
+
SvgMaximize
|
|
456
|
+
} from "./chunk-PY6LUFHU.js";
|
|
430
457
|
import {
|
|
431
|
-
|
|
432
|
-
} from "./chunk-
|
|
458
|
+
SvgMenuHide
|
|
459
|
+
} from "./chunk-6NTXV7FB.js";
|
|
433
460
|
import {
|
|
434
461
|
SvgMenuShow
|
|
435
462
|
} from "./chunk-X7A4Z2CJ.js";
|
|
@@ -446,14 +473,14 @@ import {
|
|
|
446
473
|
SvgMicrosoftTeamsLogo
|
|
447
474
|
} from "./chunk-24RL2WNZ.js";
|
|
448
475
|
import {
|
|
449
|
-
|
|
450
|
-
} from "./chunk-
|
|
476
|
+
SvgLink
|
|
477
|
+
} from "./chunk-23KFCWJL.js";
|
|
451
478
|
import {
|
|
452
|
-
|
|
453
|
-
} from "./chunk-
|
|
479
|
+
SvgLinkedIn
|
|
480
|
+
} from "./chunk-6WPCXCEV.js";
|
|
454
481
|
import {
|
|
455
|
-
|
|
456
|
-
} from "./chunk-
|
|
482
|
+
SvgList
|
|
483
|
+
} from "./chunk-TLW24HLY.js";
|
|
457
484
|
import {
|
|
458
485
|
SvgLockFill
|
|
459
486
|
} from "./chunk-S2YQZFRO.js";
|
|
@@ -467,14 +494,14 @@ import {
|
|
|
467
494
|
SvgLucidchart
|
|
468
495
|
} from "./chunk-2S6VYRXG.js";
|
|
469
496
|
import {
|
|
470
|
-
|
|
471
|
-
} from "./chunk-
|
|
497
|
+
SvgKeyboardArrowRight
|
|
498
|
+
} from "./chunk-6JFUNHZZ.js";
|
|
472
499
|
import {
|
|
473
|
-
|
|
474
|
-
} from "./chunk-
|
|
500
|
+
SvgKeyboardArrowUp
|
|
501
|
+
} from "./chunk-WC5NUE22.js";
|
|
475
502
|
import {
|
|
476
|
-
|
|
477
|
-
} from "./chunk-
|
|
503
|
+
SvgLaunch
|
|
504
|
+
} from "./chunk-IOMJDTOW.js";
|
|
478
505
|
import {
|
|
479
506
|
SvgLightbulbOutline
|
|
480
507
|
} from "./chunk-RE5YUC67.js";
|
|
@@ -491,20 +518,20 @@ import {
|
|
|
491
518
|
SvgLinkOff
|
|
492
519
|
} from "./chunk-KRDPKGQU.js";
|
|
493
520
|
import {
|
|
494
|
-
|
|
495
|
-
} from "./chunk-
|
|
521
|
+
SvgInfoFill
|
|
522
|
+
} from "./chunk-3CRP27HY.js";
|
|
496
523
|
import {
|
|
497
|
-
|
|
498
|
-
} from "./chunk-
|
|
524
|
+
SvgInfoOutline
|
|
525
|
+
} from "./chunk-TQBN3EAV.js";
|
|
499
526
|
import {
|
|
500
|
-
|
|
501
|
-
} from "./chunk-
|
|
527
|
+
SvgInfo
|
|
528
|
+
} from "./chunk-MQAJJVWH.js";
|
|
502
529
|
import {
|
|
503
530
|
SvgItalics
|
|
504
531
|
} from "./chunk-5YFCJG3Y.js";
|
|
505
532
|
import {
|
|
506
533
|
SvgJiraNeutral
|
|
507
|
-
} from "./chunk-
|
|
534
|
+
} from "./chunk-3T4Y3MZ7.js";
|
|
508
535
|
import {
|
|
509
536
|
SvgJira
|
|
510
537
|
} from "./chunk-7DXLMQ7D.js";
|
|
@@ -515,14 +542,14 @@ import {
|
|
|
515
542
|
SvgKeyboardArrowLeft
|
|
516
543
|
} from "./chunk-6NX5OUP7.js";
|
|
517
544
|
import {
|
|
518
|
-
|
|
519
|
-
} from "./chunk-
|
|
545
|
+
SvgHome
|
|
546
|
+
} from "./chunk-MRZGD3DF.js";
|
|
520
547
|
import {
|
|
521
|
-
|
|
522
|
-
} from "./chunk-
|
|
548
|
+
SvgImageInline
|
|
549
|
+
} from "./chunk-2JTYYRGS.js";
|
|
523
550
|
import {
|
|
524
|
-
|
|
525
|
-
} from "./chunk-
|
|
551
|
+
SvgImageStrikethrough
|
|
552
|
+
} from "./chunk-K6JVLXSS.js";
|
|
526
553
|
import {
|
|
527
554
|
SvgImage
|
|
528
555
|
} from "./chunk-VKMX2WL3.js";
|
|
@@ -536,14 +563,14 @@ import {
|
|
|
536
563
|
SvgImport
|
|
537
564
|
} from "./chunk-EOBCFXCG.js";
|
|
538
565
|
import {
|
|
539
|
-
|
|
540
|
-
} from "./chunk-
|
|
566
|
+
SvgGoogleSheets
|
|
567
|
+
} from "./chunk-2LIQYH5D.js";
|
|
541
568
|
import {
|
|
542
|
-
|
|
543
|
-
} from "./chunk-
|
|
569
|
+
SvgGoogleSlides
|
|
570
|
+
} from "./chunk-NLPEZTZW.js";
|
|
544
571
|
import {
|
|
545
|
-
|
|
546
|
-
} from "./chunk-
|
|
572
|
+
SvgGrid
|
|
573
|
+
} from "./chunk-JT3UJFUA.js";
|
|
547
574
|
import {
|
|
548
575
|
SvgGroupAdd
|
|
549
576
|
} from "./chunk-UIQU5F6E.js";
|
|
@@ -560,14 +587,14 @@ import {
|
|
|
560
587
|
SvgHighlightText
|
|
561
588
|
} from "./chunk-43MA57P2.js";
|
|
562
589
|
import {
|
|
563
|
-
|
|
564
|
-
} from "./chunk-
|
|
590
|
+
SvgFullscreen
|
|
591
|
+
} from "./chunk-QCPPIAW2.js";
|
|
565
592
|
import {
|
|
566
|
-
|
|
567
|
-
} from "./chunk-
|
|
593
|
+
SvgGithub
|
|
594
|
+
} from "./chunk-MT7JK6II.js";
|
|
568
595
|
import {
|
|
569
|
-
|
|
570
|
-
} from "./chunk-
|
|
596
|
+
SvgGlobe
|
|
597
|
+
} from "./chunk-PMVSTVAX.js";
|
|
571
598
|
import {
|
|
572
599
|
SvgGoogleCalendarLogo
|
|
573
600
|
} from "./chunk-RJFOILDN.js";
|
|
@@ -584,14 +611,14 @@ import {
|
|
|
584
611
|
SvgGoogleForms
|
|
585
612
|
} from "./chunk-P32PSGWS.js";
|
|
586
613
|
import {
|
|
587
|
-
|
|
588
|
-
} from "./chunk-
|
|
614
|
+
SvgFirstPage
|
|
615
|
+
} from "./chunk-BDJYPOQF.js";
|
|
589
616
|
import {
|
|
590
|
-
|
|
591
|
-
} from "./chunk-
|
|
617
|
+
FolderPlus
|
|
618
|
+
} from "./chunk-GVLXNX6D.js";
|
|
592
619
|
import {
|
|
593
|
-
|
|
594
|
-
} from "./chunk-
|
|
620
|
+
SvgFolderShared
|
|
621
|
+
} from "./chunk-GAV52C5I.js";
|
|
595
622
|
import {
|
|
596
623
|
SvgFolder
|
|
597
624
|
} from "./chunk-GCQLGUVE.js";
|
|
@@ -608,17 +635,17 @@ import {
|
|
|
608
635
|
SvgFullscreenExit
|
|
609
636
|
} from "./chunk-3VTCJYNO.js";
|
|
610
637
|
import {
|
|
611
|
-
|
|
612
|
-
} from "./chunk-
|
|
613
|
-
import {
|
|
614
|
-
SvgGithub
|
|
615
|
-
} from "./chunk-MT7JK6II.js";
|
|
638
|
+
SvgExternalLink
|
|
639
|
+
} from "./chunk-RR2USMMV.js";
|
|
616
640
|
import {
|
|
617
|
-
|
|
618
|
-
} from "./chunk-
|
|
641
|
+
SvgEyeOff
|
|
642
|
+
} from "./chunk-HXWQNGH4.js";
|
|
619
643
|
import {
|
|
620
644
|
SvgEye
|
|
621
645
|
} from "./chunk-GTUDJXYC.js";
|
|
646
|
+
import {
|
|
647
|
+
SvgFacebook
|
|
648
|
+
} from "./chunk-YZBANLJ6.js";
|
|
622
649
|
import {
|
|
623
650
|
SvgFiberManualRecord
|
|
624
651
|
} from "./chunk-LFQ7F5MO.js";
|
|
@@ -632,14 +659,11 @@ import {
|
|
|
632
659
|
SvgFirefoxLogo
|
|
633
660
|
} from "./chunk-LFV2G7IY.js";
|
|
634
661
|
import {
|
|
635
|
-
|
|
636
|
-
} from "./chunk-
|
|
637
|
-
import {
|
|
638
|
-
FolderPlus
|
|
639
|
-
} from "./chunk-GVLXNX6D.js";
|
|
662
|
+
SvgEditBorder
|
|
663
|
+
} from "./chunk-KKDUUWDW.js";
|
|
640
664
|
import {
|
|
641
|
-
|
|
642
|
-
} from "./chunk-
|
|
665
|
+
SvgEdit
|
|
666
|
+
} from "./chunk-UU2MGRM5.js";
|
|
643
667
|
import {
|
|
644
668
|
SvgEditions
|
|
645
669
|
} from "./chunk-SPTM4NUO.js";
|
|
@@ -656,11 +680,11 @@ import {
|
|
|
656
680
|
SvgExtension
|
|
657
681
|
} from "./chunk-L5ZPSV3X.js";
|
|
658
682
|
import {
|
|
659
|
-
|
|
660
|
-
} from "./chunk-
|
|
683
|
+
SvgCursor
|
|
684
|
+
} from "./chunk-KVOGDZ34.js";
|
|
661
685
|
import {
|
|
662
|
-
|
|
663
|
-
} from "./chunk-
|
|
686
|
+
SvgCut
|
|
687
|
+
} from "./chunk-NHRDAMUT.js";
|
|
664
688
|
import {
|
|
665
689
|
SvgDeleteForever
|
|
666
690
|
} from "./chunk-ZESRCECW.js";
|
|
@@ -680,11 +704,11 @@ import {
|
|
|
680
704
|
SvgEdgeLogo
|
|
681
705
|
} from "./chunk-HZTGQJYD.js";
|
|
682
706
|
import {
|
|
683
|
-
|
|
684
|
-
} from "./chunk-
|
|
707
|
+
SvgCopy
|
|
708
|
+
} from "./chunk-A7S7BUZG.js";
|
|
685
709
|
import {
|
|
686
|
-
|
|
687
|
-
} from "./chunk-
|
|
710
|
+
SvgCreateTicket
|
|
711
|
+
} from "./chunk-QMW2HATK.js";
|
|
688
712
|
import {
|
|
689
713
|
SvgCreate
|
|
690
714
|
} from "./chunk-MOWIQSFA.js";
|
|
@@ -701,20 +725,20 @@ import {
|
|
|
701
725
|
SvgCrop169Expanded
|
|
702
726
|
} from "./chunk-MBVDHFO7.js";
|
|
703
727
|
import {
|
|
704
|
-
|
|
705
|
-
} from "./chunk-
|
|
706
|
-
import {
|
|
707
|
-
SvgCut
|
|
708
|
-
} from "./chunk-NHRDAMUT.js";
|
|
728
|
+
SvgCommentAdd
|
|
729
|
+
} from "./chunk-X3OLNRRS.js";
|
|
709
730
|
import {
|
|
710
731
|
SvgComment
|
|
711
732
|
} from "./chunk-NGRWAPLN.js";
|
|
712
733
|
import {
|
|
713
734
|
SvgConfetti
|
|
714
735
|
} from "./chunk-A62IIGFG.js";
|
|
736
|
+
import {
|
|
737
|
+
SvgConfluenceInverse
|
|
738
|
+
} from "./chunk-XEMYW3LC.js";
|
|
715
739
|
import {
|
|
716
740
|
SvgConfluenceNeutral
|
|
717
|
-
} from "./chunk-
|
|
741
|
+
} from "./chunk-JRTGKL53.js";
|
|
718
742
|
import {
|
|
719
743
|
SvgConfluence
|
|
720
744
|
} from "./chunk-7TNQK2NH.js";
|
|
@@ -725,11 +749,8 @@ import {
|
|
|
725
749
|
SvgCopyPlus
|
|
726
750
|
} from "./chunk-INF2HDAO.js";
|
|
727
751
|
import {
|
|
728
|
-
|
|
729
|
-
} from "./chunk-
|
|
730
|
-
import {
|
|
731
|
-
SvgCreateTicket
|
|
732
|
-
} from "./chunk-QMW2HATK.js";
|
|
752
|
+
SvgClock
|
|
753
|
+
} from "./chunk-VHFXR25I.js";
|
|
733
754
|
import {
|
|
734
755
|
SvgClose
|
|
735
756
|
} from "./chunk-WVKHMLWO.js";
|
|
@@ -752,8 +773,8 @@ import {
|
|
|
752
773
|
SvgColorNone
|
|
753
774
|
} from "./chunk-H3KNCQWK.js";
|
|
754
775
|
import {
|
|
755
|
-
|
|
756
|
-
} from "./chunk-
|
|
776
|
+
SvgChevronSmallRight
|
|
777
|
+
} from "./chunk-BUYNOYOF.js";
|
|
757
778
|
import {
|
|
758
779
|
SvgChevronSmallUp
|
|
759
780
|
} from "./chunk-DCUCX55W.js";
|
|
@@ -776,8 +797,8 @@ import {
|
|
|
776
797
|
SvgClip
|
|
777
798
|
} from "./chunk-JRVAE4EQ.js";
|
|
778
799
|
import {
|
|
779
|
-
|
|
780
|
-
} from "./chunk-
|
|
800
|
+
SvgCheckCircleOutline
|
|
801
|
+
} from "./chunk-OOC5532F.js";
|
|
781
802
|
import {
|
|
782
803
|
SvgCheckCircleSmall
|
|
783
804
|
} from "./chunk-XG4QY5UD.js";
|
|
@@ -800,8 +821,8 @@ import {
|
|
|
800
821
|
SvgChevronSmallLeft
|
|
801
822
|
} from "./chunk-5WR3Q2XT.js";
|
|
802
823
|
import {
|
|
803
|
-
|
|
804
|
-
} from "./chunk-
|
|
824
|
+
SvgCamera
|
|
825
|
+
} from "./chunk-M2BLOGSQ.js";
|
|
805
826
|
import {
|
|
806
827
|
SvgCanvas
|
|
807
828
|
} from "./chunk-J2WF5I7K.js";
|
|
@@ -824,8 +845,8 @@ import {
|
|
|
824
845
|
SvgCheckCircleFill
|
|
825
846
|
} from "./chunk-JZ42LZF6.js";
|
|
826
847
|
import {
|
|
827
|
-
|
|
828
|
-
} from "./chunk-
|
|
848
|
+
SvgBorderColor
|
|
849
|
+
} from "./chunk-JE7VWMUB.js";
|
|
829
850
|
import {
|
|
830
851
|
SvgBug
|
|
831
852
|
} from "./chunk-7P55ATBS.js";
|
|
@@ -848,8 +869,8 @@ import {
|
|
|
848
869
|
SvgCamBubble
|
|
849
870
|
} from "./chunk-7ZAKNS6B.js";
|
|
850
871
|
import {
|
|
851
|
-
|
|
852
|
-
} from "./chunk-
|
|
872
|
+
SvgBarChart
|
|
873
|
+
} from "./chunk-BF4GOGIM.js";
|
|
853
874
|
import {
|
|
854
875
|
SvgBellOff
|
|
855
876
|
} from "./chunk-AQQFDIWW.js";
|
|
@@ -872,8 +893,8 @@ import {
|
|
|
872
893
|
SvgBook
|
|
873
894
|
} from "./chunk-6WJ5SW36.js";
|
|
874
895
|
import {
|
|
875
|
-
|
|
876
|
-
} from "./chunk-
|
|
896
|
+
SvgAtlassian
|
|
897
|
+
} from "./chunk-AP23UZUY.js";
|
|
877
898
|
import {
|
|
878
899
|
SvgAutoChapters
|
|
879
900
|
} from "./chunk-JMAS7HF6.js";
|
|
@@ -896,8 +917,8 @@ import {
|
|
|
896
917
|
SvgBannerVectorUp
|
|
897
918
|
} from "./chunk-3OR7GMMB.js";
|
|
898
919
|
import {
|
|
899
|
-
|
|
900
|
-
} from "./chunk-
|
|
920
|
+
SvgArrowForward
|
|
921
|
+
} from "./chunk-QGQZVLOL.js";
|
|
901
922
|
import {
|
|
902
923
|
SvgArrowLeftAlt
|
|
903
924
|
} from "./chunk-IYZYMH35.js";
|
|
@@ -920,8 +941,8 @@ import {
|
|
|
920
941
|
SvgAtMention
|
|
921
942
|
} from "./chunk-PL4EIDC6.js";
|
|
922
943
|
import {
|
|
923
|
-
|
|
924
|
-
} from "./chunk-
|
|
944
|
+
SvgAlignRight
|
|
945
|
+
} from "./chunk-6SQCU6IN.js";
|
|
925
946
|
import {
|
|
926
947
|
SvgApple
|
|
927
948
|
} from "./chunk-32YIK5SS.js";
|
|
@@ -944,8 +965,8 @@ import {
|
|
|
944
965
|
SvgArrowDropUp
|
|
945
966
|
} from "./chunk-O7P4LDS5.js";
|
|
946
967
|
import {
|
|
947
|
-
|
|
948
|
-
} from "./chunk-
|
|
968
|
+
SvgAdmin
|
|
969
|
+
} from "./chunk-ESRRXLZJ.js";
|
|
949
970
|
import {
|
|
950
971
|
SvgAiGenerativeAudio
|
|
951
972
|
} from "./chunk-7BJ2VKTS.js";
|
|
@@ -967,9 +988,6 @@ import {
|
|
|
967
988
|
import {
|
|
968
989
|
SvgAlignLeft
|
|
969
990
|
} from "./chunk-YPE5T5MS.js";
|
|
970
|
-
import {
|
|
971
|
-
SvgAlignRight
|
|
972
|
-
} from "./chunk-6SQCU6IN.js";
|
|
973
991
|
import {
|
|
974
992
|
SvgAccountCircle
|
|
975
993
|
} from "./chunk-PCM47JLY.js";
|
|
@@ -1006,6 +1024,7 @@ export {
|
|
|
1006
1024
|
SvgAddCircleOutline,
|
|
1007
1025
|
SvgAddClip,
|
|
1008
1026
|
SvgAddPhoto,
|
|
1027
|
+
SvgAdmin,
|
|
1009
1028
|
SvgAiGenerativeAudio,
|
|
1010
1029
|
SvgAirtable,
|
|
1011
1030
|
SvgAlertBulb,
|
|
@@ -1089,6 +1108,7 @@ export {
|
|
|
1089
1108
|
SvgCommentAdd,
|
|
1090
1109
|
SvgConfetti,
|
|
1091
1110
|
SvgConfluence,
|
|
1111
|
+
SvgConfluenceInverse,
|
|
1092
1112
|
SvgConfluenceNeutral,
|
|
1093
1113
|
SvgContactSupport,
|
|
1094
1114
|
SvgCopy,
|
|
@@ -1117,6 +1137,7 @@ export {
|
|
|
1117
1137
|
SvgExternalLink,
|
|
1118
1138
|
SvgEye,
|
|
1119
1139
|
SvgEyeOff,
|
|
1140
|
+
SvgFacebook,
|
|
1120
1141
|
SvgFiberManualRecord,
|
|
1121
1142
|
SvgFigma,
|
|
1122
1143
|
SvgFillerWordRemoval,
|
|
@@ -1260,6 +1281,7 @@ export {
|
|
|
1260
1281
|
SvgSmile,
|
|
1261
1282
|
SvgSmileAlt,
|
|
1262
1283
|
SvgSmileSelect,
|
|
1284
|
+
SvgSpaces,
|
|
1263
1285
|
SvgSparkle,
|
|
1264
1286
|
SvgSpeedFast,
|
|
1265
1287
|
SvgSpeedMedium,
|
|
@@ -1287,6 +1309,7 @@ export {
|
|
|
1287
1309
|
SvgTranscript,
|
|
1288
1310
|
SvgTrash,
|
|
1289
1311
|
SvgTrashForever,
|
|
1312
|
+
SvgTrello,
|
|
1290
1313
|
SvgTrelloNeutral,
|
|
1291
1314
|
SvgTune,
|
|
1292
1315
|
SvgUnderline,
|
|
@@ -1323,6 +1346,7 @@ export {
|
|
|
1323
1346
|
SvgWriteDocument,
|
|
1324
1347
|
SvgWriteMessage,
|
|
1325
1348
|
SvgXCircle,
|
|
1349
|
+
SvgXLogo,
|
|
1326
1350
|
SvgZap,
|
|
1327
1351
|
SvgZapOutline,
|
|
1328
1352
|
SvgZoomIn,
|