am-shared-assets 1.1.5 → 1.1.7

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.
Files changed (54) hide show
  1. package/dist/arrowIcons.d.ts +2 -0
  2. package/dist/arrowIcons.js +487 -0
  3. package/dist/essetionalIcons.js +463 -18
  4. package/dist/icons/components/arrow/chevron-down/ChevronDownBoldIcon.d.ts +5 -0
  5. package/dist/icons/components/arrow/chevron-down/ChevronDownBrokenIcon.d.ts +5 -0
  6. package/dist/icons/components/arrow/chevron-down/ChevronDownBulkIcon.d.ts +5 -0
  7. package/dist/icons/components/arrow/chevron-down/ChevronDownLinearIcon.d.ts +5 -0
  8. package/dist/icons/components/arrow/chevron-down/ChevronDownOutlineIcon.d.ts +5 -0
  9. package/dist/icons/components/arrow/chevron-down/ChevronDownTwotoneIcon.d.ts +5 -0
  10. package/dist/icons/components/arrow/chevron-left/ChevronLeftBoldIcon.d.ts +5 -0
  11. package/dist/icons/components/arrow/chevron-left/ChevronLeftBrokenIcon.d.ts +5 -0
  12. package/dist/icons/components/arrow/chevron-left/ChevronLeftBulkIcon.d.ts +5 -0
  13. package/dist/icons/components/arrow/chevron-left/ChevronLeftLinearIcon.d.ts +5 -0
  14. package/dist/icons/components/arrow/chevron-left/ChevronLeftOutlineIcon.d.ts +5 -0
  15. package/dist/icons/components/arrow/chevron-left/ChevronLeftTwotoneIcon.d.ts +5 -0
  16. package/dist/icons/components/arrow/chevron-up/ChevronUpBoldIcon.d.ts +5 -0
  17. package/dist/icons/components/arrow/chevron-up/ChevronUpBrokenIcon.d.ts +5 -0
  18. package/dist/icons/components/arrow/chevron-up/ChevronUpBulkIcon.d.ts +5 -0
  19. package/dist/icons/components/arrow/chevron-up/ChevronUpLinearIcon.d.ts +5 -0
  20. package/dist/icons/components/arrow/chevron-up/ChevronUpOutlineIcon.d.ts +5 -0
  21. package/dist/icons/components/arrow/chevron-up/ChevronUpTwotoneIcon.d.ts +5 -0
  22. package/dist/icons/components/arrow/index.d.ts +19 -11
  23. package/dist/icons/components/essetional/battery-empty/BatteryEmptyBoldIcon.d.ts +5 -0
  24. package/dist/icons/components/essetional/battery-empty/BatteryEmptyBrokenIcon.d.ts +5 -0
  25. package/dist/icons/components/essetional/battery-empty/BatteryEmptyBulkIcon.d.ts +5 -0
  26. package/dist/icons/components/essetional/battery-empty/BatteryEmptyLinearIcon.d.ts +5 -0
  27. package/dist/icons/components/essetional/battery-empty/BatteryEmptyOutlineIcon.d.ts +5 -0
  28. package/dist/icons/components/essetional/battery-empty/BatteryEmptyTwotoneIcon.d.ts +5 -0
  29. package/dist/icons/components/essetional/battery-low/BatteryLowBoldIcon.d.ts +5 -0
  30. package/dist/icons/components/essetional/battery-low/BatteryLowBrokenIcon.d.ts +5 -0
  31. package/dist/icons/components/essetional/battery-low/BatteryLowBulkIcon.d.ts +5 -0
  32. package/dist/icons/components/essetional/battery-low/BatteryLowLinearIcon.d.ts +5 -0
  33. package/dist/icons/components/essetional/battery-low/BatteryLowOutlineIcon.d.ts +5 -0
  34. package/dist/icons/components/essetional/battery-low/BatteryLowTwotoneIcon.d.ts +5 -0
  35. package/dist/icons/components/essetional/index.d.ts +13 -1
  36. package/dist/icons/components/money/index.d.ts +7 -0
  37. package/dist/icons/components/money/walletThird/WalletThirdBoldIcon.d.ts +5 -0
  38. package/dist/icons/components/money/walletThird/WalletThirdBrokenIcon.d.ts +5 -0
  39. package/dist/icons/components/money/walletThird/WalletThirdBulkIcon.d.ts +5 -0
  40. package/dist/icons/components/money/walletThird/WalletThirdLinearIcon.d.ts +5 -0
  41. package/dist/icons/components/money/walletThird/WalletThirdOutlineIcon.d.ts +5 -0
  42. package/dist/icons/components/money/walletThird/WalletThirdTwotoneIcon.d.ts +5 -0
  43. package/dist/icons/components/users/index.d.ts +7 -0
  44. package/dist/icons/components/{arrow/arrow-up/ArrowUpLinear.d.ts → users/profile/ProfileBoldIcon.d.ts} +2 -2
  45. package/dist/icons/components/users/profile/ProfileBrokenIcon.d.ts +5 -0
  46. package/dist/icons/components/users/profile/ProfileBulkIcon.d.ts +5 -0
  47. package/dist/icons/components/users/profile/ProfileLinearIcon.d.ts +5 -0
  48. package/dist/icons/components/users/profile/ProfileOutlineIcon.d.ts +5 -0
  49. package/dist/icons/components/users/profile/ProfileTwotoneIcon.d.ts +5 -0
  50. package/dist/moneyIcons.d.ts +2 -0
  51. package/dist/moneyIcons.js +310 -0
  52. package/dist/usersIcons.d.ts +2 -0
  53. package/dist/usersIcons.js +204 -0
  54. package/package.json +13 -1
@@ -0,0 +1,2 @@
1
+ export * from './icons/components/arrow/index.js'
2
+ export {}
@@ -0,0 +1,487 @@
1
+ import { jsx as o, jsxs as e } from "react/jsx-runtime";
2
+ const l = ({
3
+ color: r,
4
+ size: t = 24
5
+ }) => /* @__PURE__ */ o(
6
+ "svg",
7
+ {
8
+ width: t,
9
+ height: t,
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ style: { color: r },
14
+ children: /* @__PURE__ */ o(
15
+ "path",
16
+ {
17
+ d: "M18.6801 13.98L15.4701 10.77L13.5101 8.79999C12.6801 7.96999 11.3301 7.96999 10.5001 8.79999L5.32007 13.98C4.64007 14.66 5.13007 15.82 6.08007 15.82H11.6901H17.9201C18.8801 15.82 19.3601 14.66 18.6801 13.98Z",
18
+ fill: "currentColor"
19
+ }
20
+ )
21
+ }
22
+ ), i = ({
23
+ color: r,
24
+ size: t = 24
25
+ }) => /* @__PURE__ */ o(
26
+ "svg",
27
+ {
28
+ width: t,
29
+ height: t,
30
+ viewBox: "0 0 24 24",
31
+ fill: "none",
32
+ xmlns: "http://www.w3.org/2000/svg",
33
+ style: { color: r },
34
+ children: /* @__PURE__ */ o(
35
+ "path",
36
+ {
37
+ d: "M19.9201 15.05L13.4001 8.53001C12.6301 7.76001 11.3701 7.76001 10.6001 8.53001L4.08008 15.05",
38
+ stroke: "currentColor",
39
+ "stroke-width": "1.5",
40
+ "stroke-miterlimit": "10",
41
+ "stroke-linecap": "round",
42
+ "stroke-linejoin": "round"
43
+ }
44
+ )
45
+ }
46
+ ), h = ({
47
+ color: r,
48
+ size: t = 24
49
+ }) => /* @__PURE__ */ o(
50
+ "svg",
51
+ {
52
+ width: t,
53
+ height: t,
54
+ viewBox: "0 0 24 24",
55
+ fill: "none",
56
+ xmlns: "http://www.w3.org/2000/svg",
57
+ style: { color: r },
58
+ children: /* @__PURE__ */ o(
59
+ "path",
60
+ {
61
+ d: "M19.92 15.8C19.73 15.8 19.54 15.73 19.39 15.58L12.87 9.05996C12.39 8.57996 11.61 8.57996 11.13 9.05996L4.61002 15.58C4.32002 15.87 3.84002 15.87 3.55002 15.58C3.26002 15.29 3.26002 14.81 3.55002 14.52L10.07 7.99996C11.13 6.93996 12.86 6.93996 13.93 7.99996L20.45 14.52C20.74 14.81 20.74 15.29 20.45 15.58C20.3 15.72 20.11 15.8 19.92 15.8Z",
62
+ fill: "currentColor"
63
+ }
64
+ )
65
+ }
66
+ ), s = ({
67
+ color: r,
68
+ size: t = 24
69
+ }) => /* @__PURE__ */ e(
70
+ "svg",
71
+ {
72
+ width: t,
73
+ height: t,
74
+ viewBox: "0 0 24 24",
75
+ fill: "none",
76
+ xmlns: "http://www.w3.org/2000/svg",
77
+ style: { color: r },
78
+ children: [
79
+ /* @__PURE__ */ o(
80
+ "path",
81
+ {
82
+ d: "M16.0101 11.15L13.4001 8.53001C12.6301 7.76001 11.3701 7.76001 10.6001 8.53001L4.08008 15.05",
83
+ stroke: "currentColor",
84
+ "stroke-width": "1.5",
85
+ "stroke-miterlimit": "10",
86
+ "stroke-linecap": "round",
87
+ "stroke-linejoin": "round"
88
+ }
89
+ ),
90
+ /* @__PURE__ */ o(
91
+ "path",
92
+ {
93
+ d: "M19.9199 15.05L18.8799 14.01",
94
+ stroke: "currentColor",
95
+ "stroke-width": "1.5",
96
+ "stroke-miterlimit": "10",
97
+ "stroke-linecap": "round",
98
+ "stroke-linejoin": "round"
99
+ }
100
+ )
101
+ ]
102
+ }
103
+ ), w = ({
104
+ color: r,
105
+ size: t = 24
106
+ }) => /* @__PURE__ */ o(
107
+ "svg",
108
+ {
109
+ width: t,
110
+ height: t,
111
+ viewBox: "0 0 24 24",
112
+ fill: "none",
113
+ xmlns: "http://www.w3.org/2000/svg",
114
+ style: { color: r },
115
+ children: /* @__PURE__ */ o(
116
+ "path",
117
+ {
118
+ d: "M19.9201 15.05L13.4001 8.53001C12.6301 7.76001 11.3701 7.76001 10.6001 8.53001L4.08008 15.05",
119
+ stroke: "currentColor",
120
+ "stroke-width": "1.5",
121
+ "stroke-miterlimit": "10",
122
+ "stroke-linecap": "round",
123
+ "stroke-linejoin": "round"
124
+ }
125
+ )
126
+ }
127
+ ), d = ({
128
+ color: r,
129
+ size: t = 24
130
+ }) => /* @__PURE__ */ e(
131
+ "svg",
132
+ {
133
+ width: t,
134
+ height: t,
135
+ viewBox: "0 0 24 24",
136
+ fill: "none",
137
+ xmlns: "http://www.w3.org/2000/svg",
138
+ style: { color: r },
139
+ children: [
140
+ /* @__PURE__ */ o(
141
+ "path",
142
+ {
143
+ opacity: "0.4",
144
+ d: "M15.4802 10.77L11.6902 15.82H6.08024C5.12024 15.82 4.64024 14.66 5.32024 13.98L10.5002 8.79999C11.3302 7.96999 12.6802 7.96999 13.5102 8.79999L15.4802 10.77Z",
145
+ fill: "currentColor"
146
+ }
147
+ ),
148
+ /* @__PURE__ */ o(
149
+ "path",
150
+ {
151
+ d: "M17.9199 15.82H11.6899L15.4799 10.77L18.6899 13.98C19.3599 14.66 18.8799 15.82 17.9199 15.82Z",
152
+ fill: "currentColor"
153
+ }
154
+ )
155
+ ]
156
+ }
157
+ ), c = ({
158
+ color: r,
159
+ size: t = 24
160
+ }) => /* @__PURE__ */ o(
161
+ "svg",
162
+ {
163
+ width: t,
164
+ height: t,
165
+ viewBox: "0 0 24 24",
166
+ fill: "none",
167
+ xmlns: "http://www.w3.org/2000/svg",
168
+ style: { color: r },
169
+ children: /* @__PURE__ */ o(
170
+ "path",
171
+ {
172
+ d: "M17.9202 8.18005H11.6902H6.08024C5.12024 8.18005 4.64024 9.34005 5.32024 10.0201L10.5002 15.2001C11.3302 16.0301 12.6802 16.0301 13.5102 15.2001L15.4802 13.2301L18.6902 10.0201C19.3602 9.34005 18.8802 8.18005 17.9202 8.18005Z",
173
+ fill: "currentColor"
174
+ }
175
+ )
176
+ }
177
+ ), C = ({
178
+ color: r,
179
+ size: t = 24
180
+ }) => /* @__PURE__ */ e(
181
+ "svg",
182
+ {
183
+ width: t,
184
+ height: t,
185
+ viewBox: "0 0 24 24",
186
+ fill: "none",
187
+ xmlns: "http://www.w3.org/2000/svg",
188
+ style: { color: r },
189
+ children: [
190
+ /* @__PURE__ */ o(
191
+ "path",
192
+ {
193
+ d: "M16.0101 12.85L13.3901 15.47C12.6201 16.24 11.3601 16.24 10.5901 15.47L4.08008 8.94995",
194
+ stroke: "currentColor",
195
+ "stroke-width": "1.5",
196
+ "stroke-miterlimit": "10",
197
+ "stroke-linecap": "round",
198
+ "stroke-linejoin": "round"
199
+ }
200
+ ),
201
+ /* @__PURE__ */ o(
202
+ "path",
203
+ {
204
+ d: "M19.9199 8.94995L18.8799 9.98995",
205
+ stroke: "currentColor",
206
+ "stroke-width": "1.5",
207
+ "stroke-miterlimit": "10",
208
+ "stroke-linecap": "round",
209
+ "stroke-linejoin": "round"
210
+ }
211
+ )
212
+ ]
213
+ }
214
+ ), g = ({
215
+ color: r,
216
+ size: t = 24
217
+ }) => /* @__PURE__ */ e(
218
+ "svg",
219
+ {
220
+ width: t,
221
+ height: t,
222
+ viewBox: "0 0 24 24",
223
+ fill: "none",
224
+ xmlns: "http://www.w3.org/2000/svg",
225
+ style: { color: r },
226
+ children: [
227
+ /* @__PURE__ */ o(
228
+ "path",
229
+ {
230
+ opacity: "0.4",
231
+ d: "M15.4802 13.2301L11.6902 8.18005H6.08024C5.12024 8.18005 4.64024 9.34005 5.32024 10.0201L10.5002 15.2001C11.3302 16.0301 12.6802 16.0301 13.5102 15.2001L15.4802 13.2301Z",
232
+ fill: "currentColor"
233
+ }
234
+ ),
235
+ /* @__PURE__ */ o(
236
+ "path",
237
+ {
238
+ d: "M17.9199 8.18005H11.6899L15.4799 13.2301L18.6899 10.0201C19.3599 9.34005 18.8799 8.18005 17.9199 8.18005Z",
239
+ fill: "currentColor"
240
+ }
241
+ )
242
+ ]
243
+ }
244
+ ), u = ({
245
+ color: r,
246
+ size: t = 24
247
+ }) => /* @__PURE__ */ o(
248
+ "svg",
249
+ {
250
+ width: t,
251
+ height: t,
252
+ viewBox: "0 0 24 24",
253
+ fill: "none",
254
+ xmlns: "http://www.w3.org/2000/svg",
255
+ style: { color: r },
256
+ children: /* @__PURE__ */ o(
257
+ "path",
258
+ {
259
+ d: "M19.9201 8.94995L13.4001 15.47C12.6301 16.24 11.3701 16.24 10.6001 15.47L4.08008 8.94995",
260
+ stroke: "currentColor",
261
+ "stroke-width": "1.5",
262
+ "stroke-miterlimit": "10",
263
+ "stroke-linecap": "round",
264
+ "stroke-linejoin": "round"
265
+ }
266
+ )
267
+ }
268
+ ), v = ({
269
+ color: r,
270
+ size: t = 24
271
+ }) => /* @__PURE__ */ o(
272
+ "svg",
273
+ {
274
+ width: t,
275
+ height: t,
276
+ viewBox: "0 0 24 24",
277
+ fill: "none",
278
+ xmlns: "http://www.w3.org/2000/svg",
279
+ style: { color: r },
280
+ children: /* @__PURE__ */ o(
281
+ "path",
282
+ {
283
+ d: "M12 16.8C11.3 16.8 10.6 16.53 10.07 16L3.55002 9.48001C3.26002 9.19001 3.26002 8.71001 3.55002 8.42001C3.84002 8.13001 4.32002 8.13001 4.61002 8.42001L11.13 14.94C11.61 15.42 12.39 15.42 12.87 14.94L19.39 8.42001C19.68 8.13001 20.16 8.13001 20.45 8.42001C20.74 8.71001 20.74 9.19001 20.45 9.48001L13.93 16C13.4 16.53 12.7 16.8 12 16.8Z",
284
+ fill: "currentColor"
285
+ }
286
+ )
287
+ }
288
+ ), k = ({
289
+ color: r,
290
+ size: t = 24
291
+ }) => /* @__PURE__ */ o(
292
+ "svg",
293
+ {
294
+ width: t,
295
+ height: t,
296
+ viewBox: "0 0 24 24",
297
+ fill: "none",
298
+ xmlns: "http://www.w3.org/2000/svg",
299
+ style: { color: r },
300
+ children: /* @__PURE__ */ o(
301
+ "path",
302
+ {
303
+ d: "M19.9201 8.94995L13.4001 15.47C12.6301 16.24 11.3701 16.24 10.6001 15.47L4.08008 8.94995",
304
+ stroke: "currentColor",
305
+ "stroke-width": "1.5",
306
+ "stroke-miterlimit": "10",
307
+ "stroke-linecap": "round",
308
+ "stroke-linejoin": "round"
309
+ }
310
+ )
311
+ }
312
+ ), L = ({
313
+ color: r,
314
+ size: t = 24
315
+ }) => /* @__PURE__ */ o(
316
+ "svg",
317
+ {
318
+ width: t,
319
+ height: t,
320
+ viewBox: "0 0 24 24",
321
+ fill: "none",
322
+ xmlns: "http://www.w3.org/2000/svg",
323
+ style: { color: r },
324
+ children: /* @__PURE__ */ o(
325
+ "path",
326
+ {
327
+ d: "M13.9802 5.31999L10.7702 8.52999L8.80023 10.49C7.97023 11.32 7.97023 12.67 8.80023 13.5L13.9802 18.68C14.6602 19.36 15.8202 18.87 15.8202 17.92V12.31V6.07999C15.8202 5.11999 14.6602 4.63999 13.9802 5.31999Z",
328
+ fill: "currentColor"
329
+ }
330
+ )
331
+ }
332
+ ), p = ({
333
+ color: r,
334
+ size: t = 24
335
+ }) => /* @__PURE__ */ e(
336
+ "svg",
337
+ {
338
+ width: t,
339
+ height: t,
340
+ viewBox: "0 0 24 24",
341
+ fill: "none",
342
+ xmlns: "http://www.w3.org/2000/svg",
343
+ style: { color: r },
344
+ children: [
345
+ /* @__PURE__ */ o(
346
+ "path",
347
+ {
348
+ d: "M11.1902 7.93994L8.57018 10.5599C7.80018 11.3299 7.80018 12.5899 8.57018 13.3599L15.0902 19.8799",
349
+ stroke: "currentColor",
350
+ "stroke-width": "1.5",
351
+ "stroke-miterlimit": "10",
352
+ "stroke-linecap": "round",
353
+ "stroke-linejoin": "round"
354
+ }
355
+ ),
356
+ /* @__PURE__ */ o(
357
+ "path",
358
+ {
359
+ d: "M15.0898 4.04004L14.0498 5.08004",
360
+ stroke: "currentColor",
361
+ "stroke-width": "1.5",
362
+ "stroke-miterlimit": "10",
363
+ "stroke-linecap": "round",
364
+ "stroke-linejoin": "round"
365
+ }
366
+ )
367
+ ]
368
+ }
369
+ ), m = ({
370
+ color: r,
371
+ size: t = 24
372
+ }) => /* @__PURE__ */ e(
373
+ "svg",
374
+ {
375
+ width: t,
376
+ height: t,
377
+ viewBox: "0 0 24 24",
378
+ fill: "none",
379
+ xmlns: "http://www.w3.org/2000/svg",
380
+ style: { color: r },
381
+ children: [
382
+ /* @__PURE__ */ o(
383
+ "path",
384
+ {
385
+ opacity: "0.4",
386
+ d: "M10.7702 8.52002L15.8202 12.31V17.92C15.8202 18.88 14.6602 19.36 13.9802 18.68L8.80023 13.51C7.97023 12.68 7.97023 11.33 8.80023 10.5L10.7702 8.52002Z",
387
+ fill: "currentColor"
388
+ }
389
+ ),
390
+ /* @__PURE__ */ o(
391
+ "path",
392
+ {
393
+ d: "M15.82 6.08005V12.31L10.77 8.52005L13.98 5.31005C14.66 4.64005 15.82 5.12005 15.82 6.08005Z",
394
+ fill: "currentColor"
395
+ }
396
+ )
397
+ ]
398
+ }
399
+ ), a = ({
400
+ color: r,
401
+ size: t = 24
402
+ }) => /* @__PURE__ */ o(
403
+ "svg",
404
+ {
405
+ width: t,
406
+ height: t,
407
+ viewBox: "0 0 24 24",
408
+ fill: "none",
409
+ xmlns: "http://www.w3.org/2000/svg",
410
+ style: { color: r },
411
+ children: /* @__PURE__ */ o(
412
+ "path",
413
+ {
414
+ d: "M14.9998 19.92L8.47984 13.4C7.70984 12.63 7.70984 11.37 8.47984 10.6L14.9998 4.07996",
415
+ stroke: "currentColor",
416
+ "stroke-width": "1.5",
417
+ "stroke-miterlimit": "10",
418
+ "stroke-linecap": "round",
419
+ "stroke-linejoin": "round"
420
+ }
421
+ )
422
+ }
423
+ ), x = ({
424
+ color: r,
425
+ size: t = 24
426
+ }) => /* @__PURE__ */ o(
427
+ "svg",
428
+ {
429
+ width: t,
430
+ height: t,
431
+ viewBox: "0 0 24 24",
432
+ fill: "none",
433
+ xmlns: "http://www.w3.org/2000/svg",
434
+ style: { color: r },
435
+ children: /* @__PURE__ */ o(
436
+ "path",
437
+ {
438
+ d: "M14.9998 20.67C14.8098 20.67 14.6198 20.6 14.4698 20.45L7.94979 13.93C6.88979 12.87 6.88979 11.13 7.94979 10.07L14.4698 3.55002C14.7598 3.26002 15.2398 3.26002 15.5298 3.55002C15.8198 3.84002 15.8198 4.32002 15.5298 4.61002L9.00979 11.13C8.52979 11.61 8.52979 12.39 9.00979 12.87L15.5298 19.39C15.8198 19.68 15.8198 20.16 15.5298 20.45C15.3798 20.59 15.1898 20.67 14.9998 20.67Z",
439
+ fill: "currentColor"
440
+ }
441
+ )
442
+ }
443
+ ), f = ({
444
+ color: r,
445
+ size: t = 24
446
+ }) => /* @__PURE__ */ o(
447
+ "svg",
448
+ {
449
+ width: t,
450
+ height: t,
451
+ viewBox: "0 0 24 24",
452
+ fill: "none",
453
+ xmlns: "http://www.w3.org/2000/svg",
454
+ style: { color: r },
455
+ children: /* @__PURE__ */ o(
456
+ "path",
457
+ {
458
+ d: "M14.9998 19.92L8.47984 13.4C7.70984 12.63 7.70984 11.37 8.47984 10.6L14.9998 4.07996",
459
+ stroke: "currentColor",
460
+ "stroke-width": "1.5",
461
+ "stroke-miterlimit": "10",
462
+ "stroke-linecap": "round",
463
+ "stroke-linejoin": "round"
464
+ }
465
+ )
466
+ }
467
+ );
468
+ export {
469
+ c as ChevronDownBoldIcon,
470
+ C as ChevronDownBrokenIcon,
471
+ g as ChevronDownBulkIcon,
472
+ u as ChevronDownLinearIcon,
473
+ v as ChevronDownOutlineIcon,
474
+ k as ChevronDownTwotoneIcon,
475
+ L as ChevronLeftBoldIcon,
476
+ p as ChevronLeftBrokenIcon,
477
+ m as ChevronLeftBulkIcon,
478
+ a as ChevronLeftLinearIcon,
479
+ x as ChevronLeftOutlineIcon,
480
+ f as ChevronLeftTwotoneIcon,
481
+ l as ChevronUpBoldIcon,
482
+ s as ChevronUpBrokenIcon,
483
+ d as ChevronUpBulkIcon,
484
+ i as ChevronUpLinearIcon,
485
+ h as ChevronUpOutlineIcon,
486
+ w as ChevronUpTwotoneIcon
487
+ };