@gitlab/ui 94.6.0 → 94.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/components/base/breadcrumb/breadcrumb.js +2 -1
  3. package/dist/components/base/dropdown/dropdown.js +1 -1
  4. package/dist/components/base/dropdown/dropdown_item.js +1 -1
  5. package/dist/components/base/new_dropdowns/disclosure/disclosure_dropdown_group.js +3 -3
  6. package/dist/components/base/new_dropdowns/listbox/listbox.js +4 -4
  7. package/dist/components/base/new_dropdowns/listbox/listbox_group.js +1 -1
  8. package/dist/index.css +2 -2
  9. package/dist/index.css.map +1 -1
  10. package/dist/tailwind.css +1 -1
  11. package/dist/tailwind.css.map +1 -1
  12. package/dist/tokens/build/js/tokens.dark.js +20 -1
  13. package/dist/tokens/build/js/tokens.js +20 -1
  14. package/dist/tokens/css/tokens.css +19 -0
  15. package/dist/tokens/css/tokens.dark.css +19 -0
  16. package/dist/tokens/js/tokens.dark.js +19 -0
  17. package/dist/tokens/js/tokens.js +19 -0
  18. package/dist/tokens/json/tokens.dark.json +457 -0
  19. package/dist/tokens/json/tokens.json +457 -0
  20. package/dist/tokens/scss/_tokens.dark.scss +19 -0
  21. package/dist/tokens/scss/_tokens.scss +19 -0
  22. package/dist/tokens/scss/_tokens_custom_properties.scss +19 -0
  23. package/dist/tokens/tailwind/tokens.cjs +2 -0
  24. package/dist/vendor/bootstrap-vue/src/constants/components.js +1 -4
  25. package/dist/vendor/bootstrap-vue/src/constants/regex.js +1 -6
  26. package/dist/vendor/bootstrap-vue/src/index.js +0 -4
  27. package/dist/vendor/bootstrap-vue/src/utils/string.js +2 -8
  28. package/package.json +1 -1
  29. package/src/components/base/breadcrumb/breadcrumb.vue +2 -1
  30. package/src/components/base/dropdown/dropdown.scss +6 -9
  31. package/src/components/base/dropdown/dropdown.vue +1 -1
  32. package/src/components/base/dropdown/dropdown_divider.scss +1 -1
  33. package/src/components/base/dropdown/dropdown_item.scss +8 -12
  34. package/src/components/base/dropdown/dropdown_item.vue +1 -1
  35. package/src/components/base/dropdown/dropdown_section_header.scss +1 -1
  36. package/src/components/base/filtered_search/filtered_search_suggestion.scss +2 -2
  37. package/src/components/base/filtered_search/filtered_search_suggestion_list.scss +2 -1
  38. package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown.scss +1 -1
  39. package/src/components/base/new_dropdowns/disclosure/disclosure_dropdown_group.vue +3 -3
  40. package/src/components/base/new_dropdowns/dropdown.scss +5 -5
  41. package/src/components/base/new_dropdowns/dropdown_item.scss +29 -12
  42. package/src/components/base/new_dropdowns/listbox/listbox.scss +2 -2
  43. package/src/components/base/new_dropdowns/listbox/listbox.vue +5 -5
  44. package/src/components/base/new_dropdowns/listbox/listbox_group.vue +1 -1
  45. package/src/tokens/build/css/tokens.css +19 -0
  46. package/src/tokens/build/css/tokens.dark.css +19 -0
  47. package/src/tokens/build/js/tokens.dark.js +19 -0
  48. package/src/tokens/build/js/tokens.js +19 -0
  49. package/src/tokens/build/json/tokens.dark.json +457 -0
  50. package/src/tokens/build/json/tokens.json +457 -0
  51. package/src/tokens/build/scss/_tokens.dark.scss +19 -0
  52. package/src/tokens/build/scss/_tokens.scss +19 -0
  53. package/src/tokens/build/scss/_tokens_custom_properties.scss +19 -0
  54. package/src/tokens/build/tailwind/tokens.cjs +2 -0
  55. package/src/tokens/contextual/dropdown.tokens.json +148 -0
  56. package/src/vendor/bootstrap-vue/nuxt/index.js +1 -13
  57. package/src/vendor/bootstrap-vue/nuxt/plugin.template.js +0 -6
  58. package/src/vendor/bootstrap-vue/package.json +1 -4
  59. package/src/vendor/bootstrap-vue/src/_variables.scss +0 -14
  60. package/src/vendor/bootstrap-vue/src/components/breadcrumb/README.md +0 -1
  61. package/src/vendor/bootstrap-vue/src/components/input-group/README.md +1 -1
  62. package/src/vendor/bootstrap-vue/src/components/navbar/README.md +1 -2
  63. package/src/vendor/bootstrap-vue/src/constants/components.js +0 -3
  64. package/src/vendor/bootstrap-vue/src/constants/regex.js +0 -5
  65. package/src/vendor/bootstrap-vue/src/index.d.ts +0 -3
  66. package/src/vendor/bootstrap-vue/src/index.js +0 -9
  67. package/src/vendor/bootstrap-vue/src/index.scss +0 -3
  68. package/src/vendor/bootstrap-vue/src/utils/string.js +1 -8
  69. package/src/vendor/bootstrap-vue/src/utils/string.spec.js +1 -11
  70. package/dist/vendor/bootstrap-vue/src/browser-icons.js +0 -8
  71. package/dist/vendor/bootstrap-vue/src/icons/helpers/icon-base.js +0 -139
  72. package/dist/vendor/bootstrap-vue/src/icons/helpers/make-icon.js +0 -56
  73. package/dist/vendor/bootstrap-vue/src/icons/icon.js +0 -56
  74. package/dist/vendor/bootstrap-vue/src/icons/icons.js +0 -1377
  75. package/dist/vendor/bootstrap-vue/src/icons/iconstack.js +0 -31
  76. package/dist/vendor/bootstrap-vue/src/icons/index.js +0 -4
  77. package/dist/vendor/bootstrap-vue/src/icons/plugin.js +0 -1410
  78. package/dist/vendor/bootstrap-vue/src/icons-only.js +0 -10
  79. package/src/vendor/bootstrap-vue/src/browser-icons.js +0 -9
  80. package/src/vendor/bootstrap-vue/src/icons/README.md +0 -874
  81. package/src/vendor/bootstrap-vue/src/icons/_icons.scss +0 -156
  82. package/src/vendor/bootstrap-vue/src/icons/helpers/icon-base.js +0 -134
  83. package/src/vendor/bootstrap-vue/src/icons/helpers/make-icon.js +0 -48
  84. package/src/vendor/bootstrap-vue/src/icons/icon.js +0 -54
  85. package/src/vendor/bootstrap-vue/src/icons/icons.d.ts +0 -2757
  86. package/src/vendor/bootstrap-vue/src/icons/icons.js +0 -8241
  87. package/src/vendor/bootstrap-vue/src/icons/icons.spec.js +0 -522
  88. package/src/vendor/bootstrap-vue/src/icons/iconstack.js +0 -31
  89. package/src/vendor/bootstrap-vue/src/icons/iconstack.spec.js +0 -161
  90. package/src/vendor/bootstrap-vue/src/icons/index.d.ts +0 -18
  91. package/src/vendor/bootstrap-vue/src/icons/index.js +0 -16
  92. package/src/vendor/bootstrap-vue/src/icons/index.scss +0 -1
  93. package/src/vendor/bootstrap-vue/src/icons/package.json +0 -72782
  94. package/src/vendor/bootstrap-vue/src/icons/plugin.js +0 -4159
  95. package/src/vendor/bootstrap-vue/src/icons-only.js +0 -33
  96. package/src/vendor/bootstrap-vue/src/icons.scss +0 -8
@@ -1,4159 +0,0 @@
1
- // --- BEGIN AUTO-GENERATED FILE ---
2
- //
3
- // @IconsVersion: 1.5.0
4
- // @Generated: 2022-04-17T12:11:59.345Z
5
- //
6
- // This file is generated on each build. Do not edit this file!
7
-
8
- import { pluginFactoryNoConfig } from '../utils/plugins'
9
-
10
- // Icon helper component
11
- import { BIcon } from './icon'
12
-
13
- // Icon stacking component
14
- import { BIconstack } from './iconstack'
15
-
16
- import {
17
- // BootstrapVue custom icons
18
- BIconBlank,
19
- // Bootstrap icons
20
- BIconAlarm,
21
- BIconAlarmFill,
22
- BIconAlignBottom,
23
- BIconAlignCenter,
24
- BIconAlignEnd,
25
- BIconAlignMiddle,
26
- BIconAlignStart,
27
- BIconAlignTop,
28
- BIconAlt,
29
- BIconApp,
30
- BIconAppIndicator,
31
- BIconArchive,
32
- BIconArchiveFill,
33
- BIconArrow90degDown,
34
- BIconArrow90degLeft,
35
- BIconArrow90degRight,
36
- BIconArrow90degUp,
37
- BIconArrowBarDown,
38
- BIconArrowBarLeft,
39
- BIconArrowBarRight,
40
- BIconArrowBarUp,
41
- BIconArrowClockwise,
42
- BIconArrowCounterclockwise,
43
- BIconArrowDown,
44
- BIconArrowDownCircle,
45
- BIconArrowDownCircleFill,
46
- BIconArrowDownLeft,
47
- BIconArrowDownLeftCircle,
48
- BIconArrowDownLeftCircleFill,
49
- BIconArrowDownLeftSquare,
50
- BIconArrowDownLeftSquareFill,
51
- BIconArrowDownRight,
52
- BIconArrowDownRightCircle,
53
- BIconArrowDownRightCircleFill,
54
- BIconArrowDownRightSquare,
55
- BIconArrowDownRightSquareFill,
56
- BIconArrowDownShort,
57
- BIconArrowDownSquare,
58
- BIconArrowDownSquareFill,
59
- BIconArrowDownUp,
60
- BIconArrowLeft,
61
- BIconArrowLeftCircle,
62
- BIconArrowLeftCircleFill,
63
- BIconArrowLeftRight,
64
- BIconArrowLeftShort,
65
- BIconArrowLeftSquare,
66
- BIconArrowLeftSquareFill,
67
- BIconArrowRepeat,
68
- BIconArrowReturnLeft,
69
- BIconArrowReturnRight,
70
- BIconArrowRight,
71
- BIconArrowRightCircle,
72
- BIconArrowRightCircleFill,
73
- BIconArrowRightShort,
74
- BIconArrowRightSquare,
75
- BIconArrowRightSquareFill,
76
- BIconArrowUp,
77
- BIconArrowUpCircle,
78
- BIconArrowUpCircleFill,
79
- BIconArrowUpLeft,
80
- BIconArrowUpLeftCircle,
81
- BIconArrowUpLeftCircleFill,
82
- BIconArrowUpLeftSquare,
83
- BIconArrowUpLeftSquareFill,
84
- BIconArrowUpRight,
85
- BIconArrowUpRightCircle,
86
- BIconArrowUpRightCircleFill,
87
- BIconArrowUpRightSquare,
88
- BIconArrowUpRightSquareFill,
89
- BIconArrowUpShort,
90
- BIconArrowUpSquare,
91
- BIconArrowUpSquareFill,
92
- BIconArrowsAngleContract,
93
- BIconArrowsAngleExpand,
94
- BIconArrowsCollapse,
95
- BIconArrowsExpand,
96
- BIconArrowsFullscreen,
97
- BIconArrowsMove,
98
- BIconAspectRatio,
99
- BIconAspectRatioFill,
100
- BIconAsterisk,
101
- BIconAt,
102
- BIconAward,
103
- BIconAwardFill,
104
- BIconBack,
105
- BIconBackspace,
106
- BIconBackspaceFill,
107
- BIconBackspaceReverse,
108
- BIconBackspaceReverseFill,
109
- BIconBadge3d,
110
- BIconBadge3dFill,
111
- BIconBadge4k,
112
- BIconBadge4kFill,
113
- BIconBadge8k,
114
- BIconBadge8kFill,
115
- BIconBadgeAd,
116
- BIconBadgeAdFill,
117
- BIconBadgeAr,
118
- BIconBadgeArFill,
119
- BIconBadgeCc,
120
- BIconBadgeCcFill,
121
- BIconBadgeHd,
122
- BIconBadgeHdFill,
123
- BIconBadgeTm,
124
- BIconBadgeTmFill,
125
- BIconBadgeVo,
126
- BIconBadgeVoFill,
127
- BIconBadgeVr,
128
- BIconBadgeVrFill,
129
- BIconBadgeWc,
130
- BIconBadgeWcFill,
131
- BIconBag,
132
- BIconBagCheck,
133
- BIconBagCheckFill,
134
- BIconBagDash,
135
- BIconBagDashFill,
136
- BIconBagFill,
137
- BIconBagPlus,
138
- BIconBagPlusFill,
139
- BIconBagX,
140
- BIconBagXFill,
141
- BIconBank,
142
- BIconBank2,
143
- BIconBarChart,
144
- BIconBarChartFill,
145
- BIconBarChartLine,
146
- BIconBarChartLineFill,
147
- BIconBarChartSteps,
148
- BIconBasket,
149
- BIconBasket2,
150
- BIconBasket2Fill,
151
- BIconBasket3,
152
- BIconBasket3Fill,
153
- BIconBasketFill,
154
- BIconBattery,
155
- BIconBatteryCharging,
156
- BIconBatteryFull,
157
- BIconBatteryHalf,
158
- BIconBell,
159
- BIconBellFill,
160
- BIconBellSlash,
161
- BIconBellSlashFill,
162
- BIconBezier,
163
- BIconBezier2,
164
- BIconBicycle,
165
- BIconBinoculars,
166
- BIconBinocularsFill,
167
- BIconBlockquoteLeft,
168
- BIconBlockquoteRight,
169
- BIconBook,
170
- BIconBookFill,
171
- BIconBookHalf,
172
- BIconBookmark,
173
- BIconBookmarkCheck,
174
- BIconBookmarkCheckFill,
175
- BIconBookmarkDash,
176
- BIconBookmarkDashFill,
177
- BIconBookmarkFill,
178
- BIconBookmarkHeart,
179
- BIconBookmarkHeartFill,
180
- BIconBookmarkPlus,
181
- BIconBookmarkPlusFill,
182
- BIconBookmarkStar,
183
- BIconBookmarkStarFill,
184
- BIconBookmarkX,
185
- BIconBookmarkXFill,
186
- BIconBookmarks,
187
- BIconBookmarksFill,
188
- BIconBookshelf,
189
- BIconBootstrap,
190
- BIconBootstrapFill,
191
- BIconBootstrapReboot,
192
- BIconBorder,
193
- BIconBorderAll,
194
- BIconBorderBottom,
195
- BIconBorderCenter,
196
- BIconBorderInner,
197
- BIconBorderLeft,
198
- BIconBorderMiddle,
199
- BIconBorderOuter,
200
- BIconBorderRight,
201
- BIconBorderStyle,
202
- BIconBorderTop,
203
- BIconBorderWidth,
204
- BIconBoundingBox,
205
- BIconBoundingBoxCircles,
206
- BIconBox,
207
- BIconBoxArrowDown,
208
- BIconBoxArrowDownLeft,
209
- BIconBoxArrowDownRight,
210
- BIconBoxArrowInDown,
211
- BIconBoxArrowInDownLeft,
212
- BIconBoxArrowInDownRight,
213
- BIconBoxArrowInLeft,
214
- BIconBoxArrowInRight,
215
- BIconBoxArrowInUp,
216
- BIconBoxArrowInUpLeft,
217
- BIconBoxArrowInUpRight,
218
- BIconBoxArrowLeft,
219
- BIconBoxArrowRight,
220
- BIconBoxArrowUp,
221
- BIconBoxArrowUpLeft,
222
- BIconBoxArrowUpRight,
223
- BIconBoxSeam,
224
- BIconBraces,
225
- BIconBricks,
226
- BIconBriefcase,
227
- BIconBriefcaseFill,
228
- BIconBrightnessAltHigh,
229
- BIconBrightnessAltHighFill,
230
- BIconBrightnessAltLow,
231
- BIconBrightnessAltLowFill,
232
- BIconBrightnessHigh,
233
- BIconBrightnessHighFill,
234
- BIconBrightnessLow,
235
- BIconBrightnessLowFill,
236
- BIconBroadcast,
237
- BIconBroadcastPin,
238
- BIconBrush,
239
- BIconBrushFill,
240
- BIconBucket,
241
- BIconBucketFill,
242
- BIconBug,
243
- BIconBugFill,
244
- BIconBuilding,
245
- BIconBullseye,
246
- BIconCalculator,
247
- BIconCalculatorFill,
248
- BIconCalendar,
249
- BIconCalendar2,
250
- BIconCalendar2Check,
251
- BIconCalendar2CheckFill,
252
- BIconCalendar2Date,
253
- BIconCalendar2DateFill,
254
- BIconCalendar2Day,
255
- BIconCalendar2DayFill,
256
- BIconCalendar2Event,
257
- BIconCalendar2EventFill,
258
- BIconCalendar2Fill,
259
- BIconCalendar2Minus,
260
- BIconCalendar2MinusFill,
261
- BIconCalendar2Month,
262
- BIconCalendar2MonthFill,
263
- BIconCalendar2Plus,
264
- BIconCalendar2PlusFill,
265
- BIconCalendar2Range,
266
- BIconCalendar2RangeFill,
267
- BIconCalendar2Week,
268
- BIconCalendar2WeekFill,
269
- BIconCalendar2X,
270
- BIconCalendar2XFill,
271
- BIconCalendar3,
272
- BIconCalendar3Event,
273
- BIconCalendar3EventFill,
274
- BIconCalendar3Fill,
275
- BIconCalendar3Range,
276
- BIconCalendar3RangeFill,
277
- BIconCalendar3Week,
278
- BIconCalendar3WeekFill,
279
- BIconCalendar4,
280
- BIconCalendar4Event,
281
- BIconCalendar4Range,
282
- BIconCalendar4Week,
283
- BIconCalendarCheck,
284
- BIconCalendarCheckFill,
285
- BIconCalendarDate,
286
- BIconCalendarDateFill,
287
- BIconCalendarDay,
288
- BIconCalendarDayFill,
289
- BIconCalendarEvent,
290
- BIconCalendarEventFill,
291
- BIconCalendarFill,
292
- BIconCalendarMinus,
293
- BIconCalendarMinusFill,
294
- BIconCalendarMonth,
295
- BIconCalendarMonthFill,
296
- BIconCalendarPlus,
297
- BIconCalendarPlusFill,
298
- BIconCalendarRange,
299
- BIconCalendarRangeFill,
300
- BIconCalendarWeek,
301
- BIconCalendarWeekFill,
302
- BIconCalendarX,
303
- BIconCalendarXFill,
304
- BIconCamera,
305
- BIconCamera2,
306
- BIconCameraFill,
307
- BIconCameraReels,
308
- BIconCameraReelsFill,
309
- BIconCameraVideo,
310
- BIconCameraVideoFill,
311
- BIconCameraVideoOff,
312
- BIconCameraVideoOffFill,
313
- BIconCapslock,
314
- BIconCapslockFill,
315
- BIconCardChecklist,
316
- BIconCardHeading,
317
- BIconCardImage,
318
- BIconCardList,
319
- BIconCardText,
320
- BIconCaretDown,
321
- BIconCaretDownFill,
322
- BIconCaretDownSquare,
323
- BIconCaretDownSquareFill,
324
- BIconCaretLeft,
325
- BIconCaretLeftFill,
326
- BIconCaretLeftSquare,
327
- BIconCaretLeftSquareFill,
328
- BIconCaretRight,
329
- BIconCaretRightFill,
330
- BIconCaretRightSquare,
331
- BIconCaretRightSquareFill,
332
- BIconCaretUp,
333
- BIconCaretUpFill,
334
- BIconCaretUpSquare,
335
- BIconCaretUpSquareFill,
336
- BIconCart,
337
- BIconCart2,
338
- BIconCart3,
339
- BIconCart4,
340
- BIconCartCheck,
341
- BIconCartCheckFill,
342
- BIconCartDash,
343
- BIconCartDashFill,
344
- BIconCartFill,
345
- BIconCartPlus,
346
- BIconCartPlusFill,
347
- BIconCartX,
348
- BIconCartXFill,
349
- BIconCash,
350
- BIconCashCoin,
351
- BIconCashStack,
352
- BIconCast,
353
- BIconChat,
354
- BIconChatDots,
355
- BIconChatDotsFill,
356
- BIconChatFill,
357
- BIconChatLeft,
358
- BIconChatLeftDots,
359
- BIconChatLeftDotsFill,
360
- BIconChatLeftFill,
361
- BIconChatLeftQuote,
362
- BIconChatLeftQuoteFill,
363
- BIconChatLeftText,
364
- BIconChatLeftTextFill,
365
- BIconChatQuote,
366
- BIconChatQuoteFill,
367
- BIconChatRight,
368
- BIconChatRightDots,
369
- BIconChatRightDotsFill,
370
- BIconChatRightFill,
371
- BIconChatRightQuote,
372
- BIconChatRightQuoteFill,
373
- BIconChatRightText,
374
- BIconChatRightTextFill,
375
- BIconChatSquare,
376
- BIconChatSquareDots,
377
- BIconChatSquareDotsFill,
378
- BIconChatSquareFill,
379
- BIconChatSquareQuote,
380
- BIconChatSquareQuoteFill,
381
- BIconChatSquareText,
382
- BIconChatSquareTextFill,
383
- BIconChatText,
384
- BIconChatTextFill,
385
- BIconCheck,
386
- BIconCheck2,
387
- BIconCheck2All,
388
- BIconCheck2Circle,
389
- BIconCheck2Square,
390
- BIconCheckAll,
391
- BIconCheckCircle,
392
- BIconCheckCircleFill,
393
- BIconCheckLg,
394
- BIconCheckSquare,
395
- BIconCheckSquareFill,
396
- BIconChevronBarContract,
397
- BIconChevronBarDown,
398
- BIconChevronBarExpand,
399
- BIconChevronBarLeft,
400
- BIconChevronBarRight,
401
- BIconChevronBarUp,
402
- BIconChevronCompactDown,
403
- BIconChevronCompactLeft,
404
- BIconChevronCompactRight,
405
- BIconChevronCompactUp,
406
- BIconChevronContract,
407
- BIconChevronDoubleDown,
408
- BIconChevronDoubleLeft,
409
- BIconChevronDoubleRight,
410
- BIconChevronDoubleUp,
411
- BIconChevronDown,
412
- BIconChevronExpand,
413
- BIconChevronLeft,
414
- BIconChevronRight,
415
- BIconChevronUp,
416
- BIconCircle,
417
- BIconCircleFill,
418
- BIconCircleHalf,
419
- BIconCircleSquare,
420
- BIconClipboard,
421
- BIconClipboardCheck,
422
- BIconClipboardData,
423
- BIconClipboardMinus,
424
- BIconClipboardPlus,
425
- BIconClipboardX,
426
- BIconClock,
427
- BIconClockFill,
428
- BIconClockHistory,
429
- BIconCloud,
430
- BIconCloudArrowDown,
431
- BIconCloudArrowDownFill,
432
- BIconCloudArrowUp,
433
- BIconCloudArrowUpFill,
434
- BIconCloudCheck,
435
- BIconCloudCheckFill,
436
- BIconCloudDownload,
437
- BIconCloudDownloadFill,
438
- BIconCloudDrizzle,
439
- BIconCloudDrizzleFill,
440
- BIconCloudFill,
441
- BIconCloudFog,
442
- BIconCloudFog2,
443
- BIconCloudFog2Fill,
444
- BIconCloudFogFill,
445
- BIconCloudHail,
446
- BIconCloudHailFill,
447
- BIconCloudHaze,
448
- BIconCloudHaze1,
449
- BIconCloudHaze2Fill,
450
- BIconCloudHazeFill,
451
- BIconCloudLightning,
452
- BIconCloudLightningFill,
453
- BIconCloudLightningRain,
454
- BIconCloudLightningRainFill,
455
- BIconCloudMinus,
456
- BIconCloudMinusFill,
457
- BIconCloudMoon,
458
- BIconCloudMoonFill,
459
- BIconCloudPlus,
460
- BIconCloudPlusFill,
461
- BIconCloudRain,
462
- BIconCloudRainFill,
463
- BIconCloudRainHeavy,
464
- BIconCloudRainHeavyFill,
465
- BIconCloudSlash,
466
- BIconCloudSlashFill,
467
- BIconCloudSleet,
468
- BIconCloudSleetFill,
469
- BIconCloudSnow,
470
- BIconCloudSnowFill,
471
- BIconCloudSun,
472
- BIconCloudSunFill,
473
- BIconCloudUpload,
474
- BIconCloudUploadFill,
475
- BIconClouds,
476
- BIconCloudsFill,
477
- BIconCloudy,
478
- BIconCloudyFill,
479
- BIconCode,
480
- BIconCodeSlash,
481
- BIconCodeSquare,
482
- BIconCoin,
483
- BIconCollection,
484
- BIconCollectionFill,
485
- BIconCollectionPlay,
486
- BIconCollectionPlayFill,
487
- BIconColumns,
488
- BIconColumnsGap,
489
- BIconCommand,
490
- BIconCompass,
491
- BIconCompassFill,
492
- BIconCone,
493
- BIconConeStriped,
494
- BIconController,
495
- BIconCpu,
496
- BIconCpuFill,
497
- BIconCreditCard,
498
- BIconCreditCard2Back,
499
- BIconCreditCard2BackFill,
500
- BIconCreditCard2Front,
501
- BIconCreditCard2FrontFill,
502
- BIconCreditCardFill,
503
- BIconCrop,
504
- BIconCup,
505
- BIconCupFill,
506
- BIconCupStraw,
507
- BIconCurrencyBitcoin,
508
- BIconCurrencyDollar,
509
- BIconCurrencyEuro,
510
- BIconCurrencyExchange,
511
- BIconCurrencyPound,
512
- BIconCurrencyYen,
513
- BIconCursor,
514
- BIconCursorFill,
515
- BIconCursorText,
516
- BIconDash,
517
- BIconDashCircle,
518
- BIconDashCircleDotted,
519
- BIconDashCircleFill,
520
- BIconDashLg,
521
- BIconDashSquare,
522
- BIconDashSquareDotted,
523
- BIconDashSquareFill,
524
- BIconDiagram2,
525
- BIconDiagram2Fill,
526
- BIconDiagram3,
527
- BIconDiagram3Fill,
528
- BIconDiamond,
529
- BIconDiamondFill,
530
- BIconDiamondHalf,
531
- BIconDice1,
532
- BIconDice1Fill,
533
- BIconDice2,
534
- BIconDice2Fill,
535
- BIconDice3,
536
- BIconDice3Fill,
537
- BIconDice4,
538
- BIconDice4Fill,
539
- BIconDice5,
540
- BIconDice5Fill,
541
- BIconDice6,
542
- BIconDice6Fill,
543
- BIconDisc,
544
- BIconDiscFill,
545
- BIconDiscord,
546
- BIconDisplay,
547
- BIconDisplayFill,
548
- BIconDistributeHorizontal,
549
- BIconDistributeVertical,
550
- BIconDoorClosed,
551
- BIconDoorClosedFill,
552
- BIconDoorOpen,
553
- BIconDoorOpenFill,
554
- BIconDot,
555
- BIconDownload,
556
- BIconDroplet,
557
- BIconDropletFill,
558
- BIconDropletHalf,
559
- BIconEarbuds,
560
- BIconEasel,
561
- BIconEaselFill,
562
- BIconEgg,
563
- BIconEggFill,
564
- BIconEggFried,
565
- BIconEject,
566
- BIconEjectFill,
567
- BIconEmojiAngry,
568
- BIconEmojiAngryFill,
569
- BIconEmojiDizzy,
570
- BIconEmojiDizzyFill,
571
- BIconEmojiExpressionless,
572
- BIconEmojiExpressionlessFill,
573
- BIconEmojiFrown,
574
- BIconEmojiFrownFill,
575
- BIconEmojiHeartEyes,
576
- BIconEmojiHeartEyesFill,
577
- BIconEmojiLaughing,
578
- BIconEmojiLaughingFill,
579
- BIconEmojiNeutral,
580
- BIconEmojiNeutralFill,
581
- BIconEmojiSmile,
582
- BIconEmojiSmileFill,
583
- BIconEmojiSmileUpsideDown,
584
- BIconEmojiSmileUpsideDownFill,
585
- BIconEmojiSunglasses,
586
- BIconEmojiSunglassesFill,
587
- BIconEmojiWink,
588
- BIconEmojiWinkFill,
589
- BIconEnvelope,
590
- BIconEnvelopeFill,
591
- BIconEnvelopeOpen,
592
- BIconEnvelopeOpenFill,
593
- BIconEraser,
594
- BIconEraserFill,
595
- BIconExclamation,
596
- BIconExclamationCircle,
597
- BIconExclamationCircleFill,
598
- BIconExclamationDiamond,
599
- BIconExclamationDiamondFill,
600
- BIconExclamationLg,
601
- BIconExclamationOctagon,
602
- BIconExclamationOctagonFill,
603
- BIconExclamationSquare,
604
- BIconExclamationSquareFill,
605
- BIconExclamationTriangle,
606
- BIconExclamationTriangleFill,
607
- BIconExclude,
608
- BIconEye,
609
- BIconEyeFill,
610
- BIconEyeSlash,
611
- BIconEyeSlashFill,
612
- BIconEyedropper,
613
- BIconEyeglasses,
614
- BIconFacebook,
615
- BIconFile,
616
- BIconFileArrowDown,
617
- BIconFileArrowDownFill,
618
- BIconFileArrowUp,
619
- BIconFileArrowUpFill,
620
- BIconFileBarGraph,
621
- BIconFileBarGraphFill,
622
- BIconFileBinary,
623
- BIconFileBinaryFill,
624
- BIconFileBreak,
625
- BIconFileBreakFill,
626
- BIconFileCheck,
627
- BIconFileCheckFill,
628
- BIconFileCode,
629
- BIconFileCodeFill,
630
- BIconFileDiff,
631
- BIconFileDiffFill,
632
- BIconFileEarmark,
633
- BIconFileEarmarkArrowDown,
634
- BIconFileEarmarkArrowDownFill,
635
- BIconFileEarmarkArrowUp,
636
- BIconFileEarmarkArrowUpFill,
637
- BIconFileEarmarkBarGraph,
638
- BIconFileEarmarkBarGraphFill,
639
- BIconFileEarmarkBinary,
640
- BIconFileEarmarkBinaryFill,
641
- BIconFileEarmarkBreak,
642
- BIconFileEarmarkBreakFill,
643
- BIconFileEarmarkCheck,
644
- BIconFileEarmarkCheckFill,
645
- BIconFileEarmarkCode,
646
- BIconFileEarmarkCodeFill,
647
- BIconFileEarmarkDiff,
648
- BIconFileEarmarkDiffFill,
649
- BIconFileEarmarkEasel,
650
- BIconFileEarmarkEaselFill,
651
- BIconFileEarmarkExcel,
652
- BIconFileEarmarkExcelFill,
653
- BIconFileEarmarkFill,
654
- BIconFileEarmarkFont,
655
- BIconFileEarmarkFontFill,
656
- BIconFileEarmarkImage,
657
- BIconFileEarmarkImageFill,
658
- BIconFileEarmarkLock,
659
- BIconFileEarmarkLock2,
660
- BIconFileEarmarkLock2Fill,
661
- BIconFileEarmarkLockFill,
662
- BIconFileEarmarkMedical,
663
- BIconFileEarmarkMedicalFill,
664
- BIconFileEarmarkMinus,
665
- BIconFileEarmarkMinusFill,
666
- BIconFileEarmarkMusic,
667
- BIconFileEarmarkMusicFill,
668
- BIconFileEarmarkPdf,
669
- BIconFileEarmarkPdfFill,
670
- BIconFileEarmarkPerson,
671
- BIconFileEarmarkPersonFill,
672
- BIconFileEarmarkPlay,
673
- BIconFileEarmarkPlayFill,
674
- BIconFileEarmarkPlus,
675
- BIconFileEarmarkPlusFill,
676
- BIconFileEarmarkPost,
677
- BIconFileEarmarkPostFill,
678
- BIconFileEarmarkPpt,
679
- BIconFileEarmarkPptFill,
680
- BIconFileEarmarkRichtext,
681
- BIconFileEarmarkRichtextFill,
682
- BIconFileEarmarkRuled,
683
- BIconFileEarmarkRuledFill,
684
- BIconFileEarmarkSlides,
685
- BIconFileEarmarkSlidesFill,
686
- BIconFileEarmarkSpreadsheet,
687
- BIconFileEarmarkSpreadsheetFill,
688
- BIconFileEarmarkText,
689
- BIconFileEarmarkTextFill,
690
- BIconFileEarmarkWord,
691
- BIconFileEarmarkWordFill,
692
- BIconFileEarmarkX,
693
- BIconFileEarmarkXFill,
694
- BIconFileEarmarkZip,
695
- BIconFileEarmarkZipFill,
696
- BIconFileEasel,
697
- BIconFileEaselFill,
698
- BIconFileExcel,
699
- BIconFileExcelFill,
700
- BIconFileFill,
701
- BIconFileFont,
702
- BIconFileFontFill,
703
- BIconFileImage,
704
- BIconFileImageFill,
705
- BIconFileLock,
706
- BIconFileLock2,
707
- BIconFileLock2Fill,
708
- BIconFileLockFill,
709
- BIconFileMedical,
710
- BIconFileMedicalFill,
711
- BIconFileMinus,
712
- BIconFileMinusFill,
713
- BIconFileMusic,
714
- BIconFileMusicFill,
715
- BIconFilePdf,
716
- BIconFilePdfFill,
717
- BIconFilePerson,
718
- BIconFilePersonFill,
719
- BIconFilePlay,
720
- BIconFilePlayFill,
721
- BIconFilePlus,
722
- BIconFilePlusFill,
723
- BIconFilePost,
724
- BIconFilePostFill,
725
- BIconFilePpt,
726
- BIconFilePptFill,
727
- BIconFileRichtext,
728
- BIconFileRichtextFill,
729
- BIconFileRuled,
730
- BIconFileRuledFill,
731
- BIconFileSlides,
732
- BIconFileSlidesFill,
733
- BIconFileSpreadsheet,
734
- BIconFileSpreadsheetFill,
735
- BIconFileText,
736
- BIconFileTextFill,
737
- BIconFileWord,
738
- BIconFileWordFill,
739
- BIconFileX,
740
- BIconFileXFill,
741
- BIconFileZip,
742
- BIconFileZipFill,
743
- BIconFiles,
744
- BIconFilesAlt,
745
- BIconFilm,
746
- BIconFilter,
747
- BIconFilterCircle,
748
- BIconFilterCircleFill,
749
- BIconFilterLeft,
750
- BIconFilterRight,
751
- BIconFilterSquare,
752
- BIconFilterSquareFill,
753
- BIconFlag,
754
- BIconFlagFill,
755
- BIconFlower1,
756
- BIconFlower2,
757
- BIconFlower3,
758
- BIconFolder,
759
- BIconFolder2,
760
- BIconFolder2Open,
761
- BIconFolderCheck,
762
- BIconFolderFill,
763
- BIconFolderMinus,
764
- BIconFolderPlus,
765
- BIconFolderSymlink,
766
- BIconFolderSymlinkFill,
767
- BIconFolderX,
768
- BIconFonts,
769
- BIconForward,
770
- BIconForwardFill,
771
- BIconFront,
772
- BIconFullscreen,
773
- BIconFullscreenExit,
774
- BIconFunnel,
775
- BIconFunnelFill,
776
- BIconGear,
777
- BIconGearFill,
778
- BIconGearWide,
779
- BIconGearWideConnected,
780
- BIconGem,
781
- BIconGenderAmbiguous,
782
- BIconGenderFemale,
783
- BIconGenderMale,
784
- BIconGenderTrans,
785
- BIconGeo,
786
- BIconGeoAlt,
787
- BIconGeoAltFill,
788
- BIconGeoFill,
789
- BIconGift,
790
- BIconGiftFill,
791
- BIconGithub,
792
- BIconGlobe,
793
- BIconGlobe2,
794
- BIconGoogle,
795
- BIconGraphDown,
796
- BIconGraphUp,
797
- BIconGrid,
798
- BIconGrid1x2,
799
- BIconGrid1x2Fill,
800
- BIconGrid3x2,
801
- BIconGrid3x2Gap,
802
- BIconGrid3x2GapFill,
803
- BIconGrid3x3,
804
- BIconGrid3x3Gap,
805
- BIconGrid3x3GapFill,
806
- BIconGridFill,
807
- BIconGripHorizontal,
808
- BIconGripVertical,
809
- BIconHammer,
810
- BIconHandIndex,
811
- BIconHandIndexFill,
812
- BIconHandIndexThumb,
813
- BIconHandIndexThumbFill,
814
- BIconHandThumbsDown,
815
- BIconHandThumbsDownFill,
816
- BIconHandThumbsUp,
817
- BIconHandThumbsUpFill,
818
- BIconHandbag,
819
- BIconHandbagFill,
820
- BIconHash,
821
- BIconHdd,
822
- BIconHddFill,
823
- BIconHddNetwork,
824
- BIconHddNetworkFill,
825
- BIconHddRack,
826
- BIconHddRackFill,
827
- BIconHddStack,
828
- BIconHddStackFill,
829
- BIconHeadphones,
830
- BIconHeadset,
831
- BIconHeadsetVr,
832
- BIconHeart,
833
- BIconHeartFill,
834
- BIconHeartHalf,
835
- BIconHeptagon,
836
- BIconHeptagonFill,
837
- BIconHeptagonHalf,
838
- BIconHexagon,
839
- BIconHexagonFill,
840
- BIconHexagonHalf,
841
- BIconHourglass,
842
- BIconHourglassBottom,
843
- BIconHourglassSplit,
844
- BIconHourglassTop,
845
- BIconHouse,
846
- BIconHouseDoor,
847
- BIconHouseDoorFill,
848
- BIconHouseFill,
849
- BIconHr,
850
- BIconHurricane,
851
- BIconImage,
852
- BIconImageAlt,
853
- BIconImageFill,
854
- BIconImages,
855
- BIconInbox,
856
- BIconInboxFill,
857
- BIconInboxes,
858
- BIconInboxesFill,
859
- BIconInfo,
860
- BIconInfoCircle,
861
- BIconInfoCircleFill,
862
- BIconInfoLg,
863
- BIconInfoSquare,
864
- BIconInfoSquareFill,
865
- BIconInputCursor,
866
- BIconInputCursorText,
867
- BIconInstagram,
868
- BIconIntersect,
869
- BIconJournal,
870
- BIconJournalAlbum,
871
- BIconJournalArrowDown,
872
- BIconJournalArrowUp,
873
- BIconJournalBookmark,
874
- BIconJournalBookmarkFill,
875
- BIconJournalCheck,
876
- BIconJournalCode,
877
- BIconJournalMedical,
878
- BIconJournalMinus,
879
- BIconJournalPlus,
880
- BIconJournalRichtext,
881
- BIconJournalText,
882
- BIconJournalX,
883
- BIconJournals,
884
- BIconJoystick,
885
- BIconJustify,
886
- BIconJustifyLeft,
887
- BIconJustifyRight,
888
- BIconKanban,
889
- BIconKanbanFill,
890
- BIconKey,
891
- BIconKeyFill,
892
- BIconKeyboard,
893
- BIconKeyboardFill,
894
- BIconLadder,
895
- BIconLamp,
896
- BIconLampFill,
897
- BIconLaptop,
898
- BIconLaptopFill,
899
- BIconLayerBackward,
900
- BIconLayerForward,
901
- BIconLayers,
902
- BIconLayersFill,
903
- BIconLayersHalf,
904
- BIconLayoutSidebar,
905
- BIconLayoutSidebarInset,
906
- BIconLayoutSidebarInsetReverse,
907
- BIconLayoutSidebarReverse,
908
- BIconLayoutSplit,
909
- BIconLayoutTextSidebar,
910
- BIconLayoutTextSidebarReverse,
911
- BIconLayoutTextWindow,
912
- BIconLayoutTextWindowReverse,
913
- BIconLayoutThreeColumns,
914
- BIconLayoutWtf,
915
- BIconLifePreserver,
916
- BIconLightbulb,
917
- BIconLightbulbFill,
918
- BIconLightbulbOff,
919
- BIconLightbulbOffFill,
920
- BIconLightning,
921
- BIconLightningCharge,
922
- BIconLightningChargeFill,
923
- BIconLightningFill,
924
- BIconLink,
925
- BIconLink45deg,
926
- BIconLinkedin,
927
- BIconList,
928
- BIconListCheck,
929
- BIconListNested,
930
- BIconListOl,
931
- BIconListStars,
932
- BIconListTask,
933
- BIconListUl,
934
- BIconLock,
935
- BIconLockFill,
936
- BIconMailbox,
937
- BIconMailbox2,
938
- BIconMap,
939
- BIconMapFill,
940
- BIconMarkdown,
941
- BIconMarkdownFill,
942
- BIconMask,
943
- BIconMastodon,
944
- BIconMegaphone,
945
- BIconMegaphoneFill,
946
- BIconMenuApp,
947
- BIconMenuAppFill,
948
- BIconMenuButton,
949
- BIconMenuButtonFill,
950
- BIconMenuButtonWide,
951
- BIconMenuButtonWideFill,
952
- BIconMenuDown,
953
- BIconMenuUp,
954
- BIconMessenger,
955
- BIconMic,
956
- BIconMicFill,
957
- BIconMicMute,
958
- BIconMicMuteFill,
959
- BIconMinecart,
960
- BIconMinecartLoaded,
961
- BIconMoisture,
962
- BIconMoon,
963
- BIconMoonFill,
964
- BIconMoonStars,
965
- BIconMoonStarsFill,
966
- BIconMouse,
967
- BIconMouse2,
968
- BIconMouse2Fill,
969
- BIconMouse3,
970
- BIconMouse3Fill,
971
- BIconMouseFill,
972
- BIconMusicNote,
973
- BIconMusicNoteBeamed,
974
- BIconMusicNoteList,
975
- BIconMusicPlayer,
976
- BIconMusicPlayerFill,
977
- BIconNewspaper,
978
- BIconNodeMinus,
979
- BIconNodeMinusFill,
980
- BIconNodePlus,
981
- BIconNodePlusFill,
982
- BIconNut,
983
- BIconNutFill,
984
- BIconOctagon,
985
- BIconOctagonFill,
986
- BIconOctagonHalf,
987
- BIconOption,
988
- BIconOutlet,
989
- BIconPaintBucket,
990
- BIconPalette,
991
- BIconPalette2,
992
- BIconPaletteFill,
993
- BIconPaperclip,
994
- BIconParagraph,
995
- BIconPatchCheck,
996
- BIconPatchCheckFill,
997
- BIconPatchExclamation,
998
- BIconPatchExclamationFill,
999
- BIconPatchMinus,
1000
- BIconPatchMinusFill,
1001
- BIconPatchPlus,
1002
- BIconPatchPlusFill,
1003
- BIconPatchQuestion,
1004
- BIconPatchQuestionFill,
1005
- BIconPause,
1006
- BIconPauseBtn,
1007
- BIconPauseBtnFill,
1008
- BIconPauseCircle,
1009
- BIconPauseCircleFill,
1010
- BIconPauseFill,
1011
- BIconPeace,
1012
- BIconPeaceFill,
1013
- BIconPen,
1014
- BIconPenFill,
1015
- BIconPencil,
1016
- BIconPencilFill,
1017
- BIconPencilSquare,
1018
- BIconPentagon,
1019
- BIconPentagonFill,
1020
- BIconPentagonHalf,
1021
- BIconPeople,
1022
- BIconPeopleFill,
1023
- BIconPercent,
1024
- BIconPerson,
1025
- BIconPersonBadge,
1026
- BIconPersonBadgeFill,
1027
- BIconPersonBoundingBox,
1028
- BIconPersonCheck,
1029
- BIconPersonCheckFill,
1030
- BIconPersonCircle,
1031
- BIconPersonDash,
1032
- BIconPersonDashFill,
1033
- BIconPersonFill,
1034
- BIconPersonLinesFill,
1035
- BIconPersonPlus,
1036
- BIconPersonPlusFill,
1037
- BIconPersonSquare,
1038
- BIconPersonX,
1039
- BIconPersonXFill,
1040
- BIconPhone,
1041
- BIconPhoneFill,
1042
- BIconPhoneLandscape,
1043
- BIconPhoneLandscapeFill,
1044
- BIconPhoneVibrate,
1045
- BIconPhoneVibrateFill,
1046
- BIconPieChart,
1047
- BIconPieChartFill,
1048
- BIconPiggyBank,
1049
- BIconPiggyBankFill,
1050
- BIconPin,
1051
- BIconPinAngle,
1052
- BIconPinAngleFill,
1053
- BIconPinFill,
1054
- BIconPinMap,
1055
- BIconPinMapFill,
1056
- BIconPip,
1057
- BIconPipFill,
1058
- BIconPlay,
1059
- BIconPlayBtn,
1060
- BIconPlayBtnFill,
1061
- BIconPlayCircle,
1062
- BIconPlayCircleFill,
1063
- BIconPlayFill,
1064
- BIconPlug,
1065
- BIconPlugFill,
1066
- BIconPlus,
1067
- BIconPlusCircle,
1068
- BIconPlusCircleDotted,
1069
- BIconPlusCircleFill,
1070
- BIconPlusLg,
1071
- BIconPlusSquare,
1072
- BIconPlusSquareDotted,
1073
- BIconPlusSquareFill,
1074
- BIconPower,
1075
- BIconPrinter,
1076
- BIconPrinterFill,
1077
- BIconPuzzle,
1078
- BIconPuzzleFill,
1079
- BIconQuestion,
1080
- BIconQuestionCircle,
1081
- BIconQuestionCircleFill,
1082
- BIconQuestionDiamond,
1083
- BIconQuestionDiamondFill,
1084
- BIconQuestionLg,
1085
- BIconQuestionOctagon,
1086
- BIconQuestionOctagonFill,
1087
- BIconQuestionSquare,
1088
- BIconQuestionSquareFill,
1089
- BIconRainbow,
1090
- BIconReceipt,
1091
- BIconReceiptCutoff,
1092
- BIconReception0,
1093
- BIconReception1,
1094
- BIconReception2,
1095
- BIconReception3,
1096
- BIconReception4,
1097
- BIconRecord,
1098
- BIconRecord2,
1099
- BIconRecord2Fill,
1100
- BIconRecordBtn,
1101
- BIconRecordBtnFill,
1102
- BIconRecordCircle,
1103
- BIconRecordCircleFill,
1104
- BIconRecordFill,
1105
- BIconRecycle,
1106
- BIconReddit,
1107
- BIconReply,
1108
- BIconReplyAll,
1109
- BIconReplyAllFill,
1110
- BIconReplyFill,
1111
- BIconRss,
1112
- BIconRssFill,
1113
- BIconRulers,
1114
- BIconSafe,
1115
- BIconSafe2,
1116
- BIconSafe2Fill,
1117
- BIconSafeFill,
1118
- BIconSave,
1119
- BIconSave2,
1120
- BIconSave2Fill,
1121
- BIconSaveFill,
1122
- BIconScissors,
1123
- BIconScrewdriver,
1124
- BIconSdCard,
1125
- BIconSdCardFill,
1126
- BIconSearch,
1127
- BIconSegmentedNav,
1128
- BIconServer,
1129
- BIconShare,
1130
- BIconShareFill,
1131
- BIconShield,
1132
- BIconShieldCheck,
1133
- BIconShieldExclamation,
1134
- BIconShieldFill,
1135
- BIconShieldFillCheck,
1136
- BIconShieldFillExclamation,
1137
- BIconShieldFillMinus,
1138
- BIconShieldFillPlus,
1139
- BIconShieldFillX,
1140
- BIconShieldLock,
1141
- BIconShieldLockFill,
1142
- BIconShieldMinus,
1143
- BIconShieldPlus,
1144
- BIconShieldShaded,
1145
- BIconShieldSlash,
1146
- BIconShieldSlashFill,
1147
- BIconShieldX,
1148
- BIconShift,
1149
- BIconShiftFill,
1150
- BIconShop,
1151
- BIconShopWindow,
1152
- BIconShuffle,
1153
- BIconSignpost,
1154
- BIconSignpost2,
1155
- BIconSignpost2Fill,
1156
- BIconSignpostFill,
1157
- BIconSignpostSplit,
1158
- BIconSignpostSplitFill,
1159
- BIconSim,
1160
- BIconSimFill,
1161
- BIconSkipBackward,
1162
- BIconSkipBackwardBtn,
1163
- BIconSkipBackwardBtnFill,
1164
- BIconSkipBackwardCircle,
1165
- BIconSkipBackwardCircleFill,
1166
- BIconSkipBackwardFill,
1167
- BIconSkipEnd,
1168
- BIconSkipEndBtn,
1169
- BIconSkipEndBtnFill,
1170
- BIconSkipEndCircle,
1171
- BIconSkipEndCircleFill,
1172
- BIconSkipEndFill,
1173
- BIconSkipForward,
1174
- BIconSkipForwardBtn,
1175
- BIconSkipForwardBtnFill,
1176
- BIconSkipForwardCircle,
1177
- BIconSkipForwardCircleFill,
1178
- BIconSkipForwardFill,
1179
- BIconSkipStart,
1180
- BIconSkipStartBtn,
1181
- BIconSkipStartBtnFill,
1182
- BIconSkipStartCircle,
1183
- BIconSkipStartCircleFill,
1184
- BIconSkipStartFill,
1185
- BIconSkype,
1186
- BIconSlack,
1187
- BIconSlash,
1188
- BIconSlashCircle,
1189
- BIconSlashCircleFill,
1190
- BIconSlashLg,
1191
- BIconSlashSquare,
1192
- BIconSlashSquareFill,
1193
- BIconSliders,
1194
- BIconSmartwatch,
1195
- BIconSnow,
1196
- BIconSnow2,
1197
- BIconSnow3,
1198
- BIconSortAlphaDown,
1199
- BIconSortAlphaDownAlt,
1200
- BIconSortAlphaUp,
1201
- BIconSortAlphaUpAlt,
1202
- BIconSortDown,
1203
- BIconSortDownAlt,
1204
- BIconSortNumericDown,
1205
- BIconSortNumericDownAlt,
1206
- BIconSortNumericUp,
1207
- BIconSortNumericUpAlt,
1208
- BIconSortUp,
1209
- BIconSortUpAlt,
1210
- BIconSoundwave,
1211
- BIconSpeaker,
1212
- BIconSpeakerFill,
1213
- BIconSpeedometer,
1214
- BIconSpeedometer2,
1215
- BIconSpellcheck,
1216
- BIconSquare,
1217
- BIconSquareFill,
1218
- BIconSquareHalf,
1219
- BIconStack,
1220
- BIconStar,
1221
- BIconStarFill,
1222
- BIconStarHalf,
1223
- BIconStars,
1224
- BIconStickies,
1225
- BIconStickiesFill,
1226
- BIconSticky,
1227
- BIconStickyFill,
1228
- BIconStop,
1229
- BIconStopBtn,
1230
- BIconStopBtnFill,
1231
- BIconStopCircle,
1232
- BIconStopCircleFill,
1233
- BIconStopFill,
1234
- BIconStoplights,
1235
- BIconStoplightsFill,
1236
- BIconStopwatch,
1237
- BIconStopwatchFill,
1238
- BIconSubtract,
1239
- BIconSuitClub,
1240
- BIconSuitClubFill,
1241
- BIconSuitDiamond,
1242
- BIconSuitDiamondFill,
1243
- BIconSuitHeart,
1244
- BIconSuitHeartFill,
1245
- BIconSuitSpade,
1246
- BIconSuitSpadeFill,
1247
- BIconSun,
1248
- BIconSunFill,
1249
- BIconSunglasses,
1250
- BIconSunrise,
1251
- BIconSunriseFill,
1252
- BIconSunset,
1253
- BIconSunsetFill,
1254
- BIconSymmetryHorizontal,
1255
- BIconSymmetryVertical,
1256
- BIconTable,
1257
- BIconTablet,
1258
- BIconTabletFill,
1259
- BIconTabletLandscape,
1260
- BIconTabletLandscapeFill,
1261
- BIconTag,
1262
- BIconTagFill,
1263
- BIconTags,
1264
- BIconTagsFill,
1265
- BIconTelegram,
1266
- BIconTelephone,
1267
- BIconTelephoneFill,
1268
- BIconTelephoneForward,
1269
- BIconTelephoneForwardFill,
1270
- BIconTelephoneInbound,
1271
- BIconTelephoneInboundFill,
1272
- BIconTelephoneMinus,
1273
- BIconTelephoneMinusFill,
1274
- BIconTelephoneOutbound,
1275
- BIconTelephoneOutboundFill,
1276
- BIconTelephonePlus,
1277
- BIconTelephonePlusFill,
1278
- BIconTelephoneX,
1279
- BIconTelephoneXFill,
1280
- BIconTerminal,
1281
- BIconTerminalFill,
1282
- BIconTextCenter,
1283
- BIconTextIndentLeft,
1284
- BIconTextIndentRight,
1285
- BIconTextLeft,
1286
- BIconTextParagraph,
1287
- BIconTextRight,
1288
- BIconTextarea,
1289
- BIconTextareaResize,
1290
- BIconTextareaT,
1291
- BIconThermometer,
1292
- BIconThermometerHalf,
1293
- BIconThermometerHigh,
1294
- BIconThermometerLow,
1295
- BIconThermometerSnow,
1296
- BIconThermometerSun,
1297
- BIconThreeDots,
1298
- BIconThreeDotsVertical,
1299
- BIconToggle2Off,
1300
- BIconToggle2On,
1301
- BIconToggleOff,
1302
- BIconToggleOn,
1303
- BIconToggles,
1304
- BIconToggles2,
1305
- BIconTools,
1306
- BIconTornado,
1307
- BIconTranslate,
1308
- BIconTrash,
1309
- BIconTrash2,
1310
- BIconTrash2Fill,
1311
- BIconTrashFill,
1312
- BIconTree,
1313
- BIconTreeFill,
1314
- BIconTriangle,
1315
- BIconTriangleFill,
1316
- BIconTriangleHalf,
1317
- BIconTrophy,
1318
- BIconTrophyFill,
1319
- BIconTropicalStorm,
1320
- BIconTruck,
1321
- BIconTruckFlatbed,
1322
- BIconTsunami,
1323
- BIconTv,
1324
- BIconTvFill,
1325
- BIconTwitch,
1326
- BIconTwitter,
1327
- BIconType,
1328
- BIconTypeBold,
1329
- BIconTypeH1,
1330
- BIconTypeH2,
1331
- BIconTypeH3,
1332
- BIconTypeItalic,
1333
- BIconTypeStrikethrough,
1334
- BIconTypeUnderline,
1335
- BIconUiChecks,
1336
- BIconUiChecksGrid,
1337
- BIconUiRadios,
1338
- BIconUiRadiosGrid,
1339
- BIconUmbrella,
1340
- BIconUmbrellaFill,
1341
- BIconUnion,
1342
- BIconUnlock,
1343
- BIconUnlockFill,
1344
- BIconUpc,
1345
- BIconUpcScan,
1346
- BIconUpload,
1347
- BIconVectorPen,
1348
- BIconViewList,
1349
- BIconViewStacked,
1350
- BIconVinyl,
1351
- BIconVinylFill,
1352
- BIconVoicemail,
1353
- BIconVolumeDown,
1354
- BIconVolumeDownFill,
1355
- BIconVolumeMute,
1356
- BIconVolumeMuteFill,
1357
- BIconVolumeOff,
1358
- BIconVolumeOffFill,
1359
- BIconVolumeUp,
1360
- BIconVolumeUpFill,
1361
- BIconVr,
1362
- BIconWallet,
1363
- BIconWallet2,
1364
- BIconWalletFill,
1365
- BIconWatch,
1366
- BIconWater,
1367
- BIconWhatsapp,
1368
- BIconWifi,
1369
- BIconWifi1,
1370
- BIconWifi2,
1371
- BIconWifiOff,
1372
- BIconWind,
1373
- BIconWindow,
1374
- BIconWindowDock,
1375
- BIconWindowSidebar,
1376
- BIconWrench,
1377
- BIconX,
1378
- BIconXCircle,
1379
- BIconXCircleFill,
1380
- BIconXDiamond,
1381
- BIconXDiamondFill,
1382
- BIconXLg,
1383
- BIconXOctagon,
1384
- BIconXOctagonFill,
1385
- BIconXSquare,
1386
- BIconXSquareFill,
1387
- BIconYoutube,
1388
- BIconZoomIn,
1389
- BIconZoomOut
1390
- } from './icons'
1391
-
1392
- // Icon component names for used in the docs
1393
- export const iconNames = [
1394
- // BootstrapVue custom icon component names
1395
- 'BIconBlank',
1396
- // Bootstrap icon component names
1397
- 'BIconAlarm',
1398
- 'BIconAlarmFill',
1399
- 'BIconAlignBottom',
1400
- 'BIconAlignCenter',
1401
- 'BIconAlignEnd',
1402
- 'BIconAlignMiddle',
1403
- 'BIconAlignStart',
1404
- 'BIconAlignTop',
1405
- 'BIconAlt',
1406
- 'BIconApp',
1407
- 'BIconAppIndicator',
1408
- 'BIconArchive',
1409
- 'BIconArchiveFill',
1410
- 'BIconArrow90degDown',
1411
- 'BIconArrow90degLeft',
1412
- 'BIconArrow90degRight',
1413
- 'BIconArrow90degUp',
1414
- 'BIconArrowBarDown',
1415
- 'BIconArrowBarLeft',
1416
- 'BIconArrowBarRight',
1417
- 'BIconArrowBarUp',
1418
- 'BIconArrowClockwise',
1419
- 'BIconArrowCounterclockwise',
1420
- 'BIconArrowDown',
1421
- 'BIconArrowDownCircle',
1422
- 'BIconArrowDownCircleFill',
1423
- 'BIconArrowDownLeft',
1424
- 'BIconArrowDownLeftCircle',
1425
- 'BIconArrowDownLeftCircleFill',
1426
- 'BIconArrowDownLeftSquare',
1427
- 'BIconArrowDownLeftSquareFill',
1428
- 'BIconArrowDownRight',
1429
- 'BIconArrowDownRightCircle',
1430
- 'BIconArrowDownRightCircleFill',
1431
- 'BIconArrowDownRightSquare',
1432
- 'BIconArrowDownRightSquareFill',
1433
- 'BIconArrowDownShort',
1434
- 'BIconArrowDownSquare',
1435
- 'BIconArrowDownSquareFill',
1436
- 'BIconArrowDownUp',
1437
- 'BIconArrowLeft',
1438
- 'BIconArrowLeftCircle',
1439
- 'BIconArrowLeftCircleFill',
1440
- 'BIconArrowLeftRight',
1441
- 'BIconArrowLeftShort',
1442
- 'BIconArrowLeftSquare',
1443
- 'BIconArrowLeftSquareFill',
1444
- 'BIconArrowRepeat',
1445
- 'BIconArrowReturnLeft',
1446
- 'BIconArrowReturnRight',
1447
- 'BIconArrowRight',
1448
- 'BIconArrowRightCircle',
1449
- 'BIconArrowRightCircleFill',
1450
- 'BIconArrowRightShort',
1451
- 'BIconArrowRightSquare',
1452
- 'BIconArrowRightSquareFill',
1453
- 'BIconArrowUp',
1454
- 'BIconArrowUpCircle',
1455
- 'BIconArrowUpCircleFill',
1456
- 'BIconArrowUpLeft',
1457
- 'BIconArrowUpLeftCircle',
1458
- 'BIconArrowUpLeftCircleFill',
1459
- 'BIconArrowUpLeftSquare',
1460
- 'BIconArrowUpLeftSquareFill',
1461
- 'BIconArrowUpRight',
1462
- 'BIconArrowUpRightCircle',
1463
- 'BIconArrowUpRightCircleFill',
1464
- 'BIconArrowUpRightSquare',
1465
- 'BIconArrowUpRightSquareFill',
1466
- 'BIconArrowUpShort',
1467
- 'BIconArrowUpSquare',
1468
- 'BIconArrowUpSquareFill',
1469
- 'BIconArrowsAngleContract',
1470
- 'BIconArrowsAngleExpand',
1471
- 'BIconArrowsCollapse',
1472
- 'BIconArrowsExpand',
1473
- 'BIconArrowsFullscreen',
1474
- 'BIconArrowsMove',
1475
- 'BIconAspectRatio',
1476
- 'BIconAspectRatioFill',
1477
- 'BIconAsterisk',
1478
- 'BIconAt',
1479
- 'BIconAward',
1480
- 'BIconAwardFill',
1481
- 'BIconBack',
1482
- 'BIconBackspace',
1483
- 'BIconBackspaceFill',
1484
- 'BIconBackspaceReverse',
1485
- 'BIconBackspaceReverseFill',
1486
- 'BIconBadge3d',
1487
- 'BIconBadge3dFill',
1488
- 'BIconBadge4k',
1489
- 'BIconBadge4kFill',
1490
- 'BIconBadge8k',
1491
- 'BIconBadge8kFill',
1492
- 'BIconBadgeAd',
1493
- 'BIconBadgeAdFill',
1494
- 'BIconBadgeAr',
1495
- 'BIconBadgeArFill',
1496
- 'BIconBadgeCc',
1497
- 'BIconBadgeCcFill',
1498
- 'BIconBadgeHd',
1499
- 'BIconBadgeHdFill',
1500
- 'BIconBadgeTm',
1501
- 'BIconBadgeTmFill',
1502
- 'BIconBadgeVo',
1503
- 'BIconBadgeVoFill',
1504
- 'BIconBadgeVr',
1505
- 'BIconBadgeVrFill',
1506
- 'BIconBadgeWc',
1507
- 'BIconBadgeWcFill',
1508
- 'BIconBag',
1509
- 'BIconBagCheck',
1510
- 'BIconBagCheckFill',
1511
- 'BIconBagDash',
1512
- 'BIconBagDashFill',
1513
- 'BIconBagFill',
1514
- 'BIconBagPlus',
1515
- 'BIconBagPlusFill',
1516
- 'BIconBagX',
1517
- 'BIconBagXFill',
1518
- 'BIconBank',
1519
- 'BIconBank2',
1520
- 'BIconBarChart',
1521
- 'BIconBarChartFill',
1522
- 'BIconBarChartLine',
1523
- 'BIconBarChartLineFill',
1524
- 'BIconBarChartSteps',
1525
- 'BIconBasket',
1526
- 'BIconBasket2',
1527
- 'BIconBasket2Fill',
1528
- 'BIconBasket3',
1529
- 'BIconBasket3Fill',
1530
- 'BIconBasketFill',
1531
- 'BIconBattery',
1532
- 'BIconBatteryCharging',
1533
- 'BIconBatteryFull',
1534
- 'BIconBatteryHalf',
1535
- 'BIconBell',
1536
- 'BIconBellFill',
1537
- 'BIconBellSlash',
1538
- 'BIconBellSlashFill',
1539
- 'BIconBezier',
1540
- 'BIconBezier2',
1541
- 'BIconBicycle',
1542
- 'BIconBinoculars',
1543
- 'BIconBinocularsFill',
1544
- 'BIconBlockquoteLeft',
1545
- 'BIconBlockquoteRight',
1546
- 'BIconBook',
1547
- 'BIconBookFill',
1548
- 'BIconBookHalf',
1549
- 'BIconBookmark',
1550
- 'BIconBookmarkCheck',
1551
- 'BIconBookmarkCheckFill',
1552
- 'BIconBookmarkDash',
1553
- 'BIconBookmarkDashFill',
1554
- 'BIconBookmarkFill',
1555
- 'BIconBookmarkHeart',
1556
- 'BIconBookmarkHeartFill',
1557
- 'BIconBookmarkPlus',
1558
- 'BIconBookmarkPlusFill',
1559
- 'BIconBookmarkStar',
1560
- 'BIconBookmarkStarFill',
1561
- 'BIconBookmarkX',
1562
- 'BIconBookmarkXFill',
1563
- 'BIconBookmarks',
1564
- 'BIconBookmarksFill',
1565
- 'BIconBookshelf',
1566
- 'BIconBootstrap',
1567
- 'BIconBootstrapFill',
1568
- 'BIconBootstrapReboot',
1569
- 'BIconBorder',
1570
- 'BIconBorderAll',
1571
- 'BIconBorderBottom',
1572
- 'BIconBorderCenter',
1573
- 'BIconBorderInner',
1574
- 'BIconBorderLeft',
1575
- 'BIconBorderMiddle',
1576
- 'BIconBorderOuter',
1577
- 'BIconBorderRight',
1578
- 'BIconBorderStyle',
1579
- 'BIconBorderTop',
1580
- 'BIconBorderWidth',
1581
- 'BIconBoundingBox',
1582
- 'BIconBoundingBoxCircles',
1583
- 'BIconBox',
1584
- 'BIconBoxArrowDown',
1585
- 'BIconBoxArrowDownLeft',
1586
- 'BIconBoxArrowDownRight',
1587
- 'BIconBoxArrowInDown',
1588
- 'BIconBoxArrowInDownLeft',
1589
- 'BIconBoxArrowInDownRight',
1590
- 'BIconBoxArrowInLeft',
1591
- 'BIconBoxArrowInRight',
1592
- 'BIconBoxArrowInUp',
1593
- 'BIconBoxArrowInUpLeft',
1594
- 'BIconBoxArrowInUpRight',
1595
- 'BIconBoxArrowLeft',
1596
- 'BIconBoxArrowRight',
1597
- 'BIconBoxArrowUp',
1598
- 'BIconBoxArrowUpLeft',
1599
- 'BIconBoxArrowUpRight',
1600
- 'BIconBoxSeam',
1601
- 'BIconBraces',
1602
- 'BIconBricks',
1603
- 'BIconBriefcase',
1604
- 'BIconBriefcaseFill',
1605
- 'BIconBrightnessAltHigh',
1606
- 'BIconBrightnessAltHighFill',
1607
- 'BIconBrightnessAltLow',
1608
- 'BIconBrightnessAltLowFill',
1609
- 'BIconBrightnessHigh',
1610
- 'BIconBrightnessHighFill',
1611
- 'BIconBrightnessLow',
1612
- 'BIconBrightnessLowFill',
1613
- 'BIconBroadcast',
1614
- 'BIconBroadcastPin',
1615
- 'BIconBrush',
1616
- 'BIconBrushFill',
1617
- 'BIconBucket',
1618
- 'BIconBucketFill',
1619
- 'BIconBug',
1620
- 'BIconBugFill',
1621
- 'BIconBuilding',
1622
- 'BIconBullseye',
1623
- 'BIconCalculator',
1624
- 'BIconCalculatorFill',
1625
- 'BIconCalendar',
1626
- 'BIconCalendar2',
1627
- 'BIconCalendar2Check',
1628
- 'BIconCalendar2CheckFill',
1629
- 'BIconCalendar2Date',
1630
- 'BIconCalendar2DateFill',
1631
- 'BIconCalendar2Day',
1632
- 'BIconCalendar2DayFill',
1633
- 'BIconCalendar2Event',
1634
- 'BIconCalendar2EventFill',
1635
- 'BIconCalendar2Fill',
1636
- 'BIconCalendar2Minus',
1637
- 'BIconCalendar2MinusFill',
1638
- 'BIconCalendar2Month',
1639
- 'BIconCalendar2MonthFill',
1640
- 'BIconCalendar2Plus',
1641
- 'BIconCalendar2PlusFill',
1642
- 'BIconCalendar2Range',
1643
- 'BIconCalendar2RangeFill',
1644
- 'BIconCalendar2Week',
1645
- 'BIconCalendar2WeekFill',
1646
- 'BIconCalendar2X',
1647
- 'BIconCalendar2XFill',
1648
- 'BIconCalendar3',
1649
- 'BIconCalendar3Event',
1650
- 'BIconCalendar3EventFill',
1651
- 'BIconCalendar3Fill',
1652
- 'BIconCalendar3Range',
1653
- 'BIconCalendar3RangeFill',
1654
- 'BIconCalendar3Week',
1655
- 'BIconCalendar3WeekFill',
1656
- 'BIconCalendar4',
1657
- 'BIconCalendar4Event',
1658
- 'BIconCalendar4Range',
1659
- 'BIconCalendar4Week',
1660
- 'BIconCalendarCheck',
1661
- 'BIconCalendarCheckFill',
1662
- 'BIconCalendarDate',
1663
- 'BIconCalendarDateFill',
1664
- 'BIconCalendarDay',
1665
- 'BIconCalendarDayFill',
1666
- 'BIconCalendarEvent',
1667
- 'BIconCalendarEventFill',
1668
- 'BIconCalendarFill',
1669
- 'BIconCalendarMinus',
1670
- 'BIconCalendarMinusFill',
1671
- 'BIconCalendarMonth',
1672
- 'BIconCalendarMonthFill',
1673
- 'BIconCalendarPlus',
1674
- 'BIconCalendarPlusFill',
1675
- 'BIconCalendarRange',
1676
- 'BIconCalendarRangeFill',
1677
- 'BIconCalendarWeek',
1678
- 'BIconCalendarWeekFill',
1679
- 'BIconCalendarX',
1680
- 'BIconCalendarXFill',
1681
- 'BIconCamera',
1682
- 'BIconCamera2',
1683
- 'BIconCameraFill',
1684
- 'BIconCameraReels',
1685
- 'BIconCameraReelsFill',
1686
- 'BIconCameraVideo',
1687
- 'BIconCameraVideoFill',
1688
- 'BIconCameraVideoOff',
1689
- 'BIconCameraVideoOffFill',
1690
- 'BIconCapslock',
1691
- 'BIconCapslockFill',
1692
- 'BIconCardChecklist',
1693
- 'BIconCardHeading',
1694
- 'BIconCardImage',
1695
- 'BIconCardList',
1696
- 'BIconCardText',
1697
- 'BIconCaretDown',
1698
- 'BIconCaretDownFill',
1699
- 'BIconCaretDownSquare',
1700
- 'BIconCaretDownSquareFill',
1701
- 'BIconCaretLeft',
1702
- 'BIconCaretLeftFill',
1703
- 'BIconCaretLeftSquare',
1704
- 'BIconCaretLeftSquareFill',
1705
- 'BIconCaretRight',
1706
- 'BIconCaretRightFill',
1707
- 'BIconCaretRightSquare',
1708
- 'BIconCaretRightSquareFill',
1709
- 'BIconCaretUp',
1710
- 'BIconCaretUpFill',
1711
- 'BIconCaretUpSquare',
1712
- 'BIconCaretUpSquareFill',
1713
- 'BIconCart',
1714
- 'BIconCart2',
1715
- 'BIconCart3',
1716
- 'BIconCart4',
1717
- 'BIconCartCheck',
1718
- 'BIconCartCheckFill',
1719
- 'BIconCartDash',
1720
- 'BIconCartDashFill',
1721
- 'BIconCartFill',
1722
- 'BIconCartPlus',
1723
- 'BIconCartPlusFill',
1724
- 'BIconCartX',
1725
- 'BIconCartXFill',
1726
- 'BIconCash',
1727
- 'BIconCashCoin',
1728
- 'BIconCashStack',
1729
- 'BIconCast',
1730
- 'BIconChat',
1731
- 'BIconChatDots',
1732
- 'BIconChatDotsFill',
1733
- 'BIconChatFill',
1734
- 'BIconChatLeft',
1735
- 'BIconChatLeftDots',
1736
- 'BIconChatLeftDotsFill',
1737
- 'BIconChatLeftFill',
1738
- 'BIconChatLeftQuote',
1739
- 'BIconChatLeftQuoteFill',
1740
- 'BIconChatLeftText',
1741
- 'BIconChatLeftTextFill',
1742
- 'BIconChatQuote',
1743
- 'BIconChatQuoteFill',
1744
- 'BIconChatRight',
1745
- 'BIconChatRightDots',
1746
- 'BIconChatRightDotsFill',
1747
- 'BIconChatRightFill',
1748
- 'BIconChatRightQuote',
1749
- 'BIconChatRightQuoteFill',
1750
- 'BIconChatRightText',
1751
- 'BIconChatRightTextFill',
1752
- 'BIconChatSquare',
1753
- 'BIconChatSquareDots',
1754
- 'BIconChatSquareDotsFill',
1755
- 'BIconChatSquareFill',
1756
- 'BIconChatSquareQuote',
1757
- 'BIconChatSquareQuoteFill',
1758
- 'BIconChatSquareText',
1759
- 'BIconChatSquareTextFill',
1760
- 'BIconChatText',
1761
- 'BIconChatTextFill',
1762
- 'BIconCheck',
1763
- 'BIconCheck2',
1764
- 'BIconCheck2All',
1765
- 'BIconCheck2Circle',
1766
- 'BIconCheck2Square',
1767
- 'BIconCheckAll',
1768
- 'BIconCheckCircle',
1769
- 'BIconCheckCircleFill',
1770
- 'BIconCheckLg',
1771
- 'BIconCheckSquare',
1772
- 'BIconCheckSquareFill',
1773
- 'BIconChevronBarContract',
1774
- 'BIconChevronBarDown',
1775
- 'BIconChevronBarExpand',
1776
- 'BIconChevronBarLeft',
1777
- 'BIconChevronBarRight',
1778
- 'BIconChevronBarUp',
1779
- 'BIconChevronCompactDown',
1780
- 'BIconChevronCompactLeft',
1781
- 'BIconChevronCompactRight',
1782
- 'BIconChevronCompactUp',
1783
- 'BIconChevronContract',
1784
- 'BIconChevronDoubleDown',
1785
- 'BIconChevronDoubleLeft',
1786
- 'BIconChevronDoubleRight',
1787
- 'BIconChevronDoubleUp',
1788
- 'BIconChevronDown',
1789
- 'BIconChevronExpand',
1790
- 'BIconChevronLeft',
1791
- 'BIconChevronRight',
1792
- 'BIconChevronUp',
1793
- 'BIconCircle',
1794
- 'BIconCircleFill',
1795
- 'BIconCircleHalf',
1796
- 'BIconCircleSquare',
1797
- 'BIconClipboard',
1798
- 'BIconClipboardCheck',
1799
- 'BIconClipboardData',
1800
- 'BIconClipboardMinus',
1801
- 'BIconClipboardPlus',
1802
- 'BIconClipboardX',
1803
- 'BIconClock',
1804
- 'BIconClockFill',
1805
- 'BIconClockHistory',
1806
- 'BIconCloud',
1807
- 'BIconCloudArrowDown',
1808
- 'BIconCloudArrowDownFill',
1809
- 'BIconCloudArrowUp',
1810
- 'BIconCloudArrowUpFill',
1811
- 'BIconCloudCheck',
1812
- 'BIconCloudCheckFill',
1813
- 'BIconCloudDownload',
1814
- 'BIconCloudDownloadFill',
1815
- 'BIconCloudDrizzle',
1816
- 'BIconCloudDrizzleFill',
1817
- 'BIconCloudFill',
1818
- 'BIconCloudFog',
1819
- 'BIconCloudFog2',
1820
- 'BIconCloudFog2Fill',
1821
- 'BIconCloudFogFill',
1822
- 'BIconCloudHail',
1823
- 'BIconCloudHailFill',
1824
- 'BIconCloudHaze',
1825
- 'BIconCloudHaze1',
1826
- 'BIconCloudHaze2Fill',
1827
- 'BIconCloudHazeFill',
1828
- 'BIconCloudLightning',
1829
- 'BIconCloudLightningFill',
1830
- 'BIconCloudLightningRain',
1831
- 'BIconCloudLightningRainFill',
1832
- 'BIconCloudMinus',
1833
- 'BIconCloudMinusFill',
1834
- 'BIconCloudMoon',
1835
- 'BIconCloudMoonFill',
1836
- 'BIconCloudPlus',
1837
- 'BIconCloudPlusFill',
1838
- 'BIconCloudRain',
1839
- 'BIconCloudRainFill',
1840
- 'BIconCloudRainHeavy',
1841
- 'BIconCloudRainHeavyFill',
1842
- 'BIconCloudSlash',
1843
- 'BIconCloudSlashFill',
1844
- 'BIconCloudSleet',
1845
- 'BIconCloudSleetFill',
1846
- 'BIconCloudSnow',
1847
- 'BIconCloudSnowFill',
1848
- 'BIconCloudSun',
1849
- 'BIconCloudSunFill',
1850
- 'BIconCloudUpload',
1851
- 'BIconCloudUploadFill',
1852
- 'BIconClouds',
1853
- 'BIconCloudsFill',
1854
- 'BIconCloudy',
1855
- 'BIconCloudyFill',
1856
- 'BIconCode',
1857
- 'BIconCodeSlash',
1858
- 'BIconCodeSquare',
1859
- 'BIconCoin',
1860
- 'BIconCollection',
1861
- 'BIconCollectionFill',
1862
- 'BIconCollectionPlay',
1863
- 'BIconCollectionPlayFill',
1864
- 'BIconColumns',
1865
- 'BIconColumnsGap',
1866
- 'BIconCommand',
1867
- 'BIconCompass',
1868
- 'BIconCompassFill',
1869
- 'BIconCone',
1870
- 'BIconConeStriped',
1871
- 'BIconController',
1872
- 'BIconCpu',
1873
- 'BIconCpuFill',
1874
- 'BIconCreditCard',
1875
- 'BIconCreditCard2Back',
1876
- 'BIconCreditCard2BackFill',
1877
- 'BIconCreditCard2Front',
1878
- 'BIconCreditCard2FrontFill',
1879
- 'BIconCreditCardFill',
1880
- 'BIconCrop',
1881
- 'BIconCup',
1882
- 'BIconCupFill',
1883
- 'BIconCupStraw',
1884
- 'BIconCurrencyBitcoin',
1885
- 'BIconCurrencyDollar',
1886
- 'BIconCurrencyEuro',
1887
- 'BIconCurrencyExchange',
1888
- 'BIconCurrencyPound',
1889
- 'BIconCurrencyYen',
1890
- 'BIconCursor',
1891
- 'BIconCursorFill',
1892
- 'BIconCursorText',
1893
- 'BIconDash',
1894
- 'BIconDashCircle',
1895
- 'BIconDashCircleDotted',
1896
- 'BIconDashCircleFill',
1897
- 'BIconDashLg',
1898
- 'BIconDashSquare',
1899
- 'BIconDashSquareDotted',
1900
- 'BIconDashSquareFill',
1901
- 'BIconDiagram2',
1902
- 'BIconDiagram2Fill',
1903
- 'BIconDiagram3',
1904
- 'BIconDiagram3Fill',
1905
- 'BIconDiamond',
1906
- 'BIconDiamondFill',
1907
- 'BIconDiamondHalf',
1908
- 'BIconDice1',
1909
- 'BIconDice1Fill',
1910
- 'BIconDice2',
1911
- 'BIconDice2Fill',
1912
- 'BIconDice3',
1913
- 'BIconDice3Fill',
1914
- 'BIconDice4',
1915
- 'BIconDice4Fill',
1916
- 'BIconDice5',
1917
- 'BIconDice5Fill',
1918
- 'BIconDice6',
1919
- 'BIconDice6Fill',
1920
- 'BIconDisc',
1921
- 'BIconDiscFill',
1922
- 'BIconDiscord',
1923
- 'BIconDisplay',
1924
- 'BIconDisplayFill',
1925
- 'BIconDistributeHorizontal',
1926
- 'BIconDistributeVertical',
1927
- 'BIconDoorClosed',
1928
- 'BIconDoorClosedFill',
1929
- 'BIconDoorOpen',
1930
- 'BIconDoorOpenFill',
1931
- 'BIconDot',
1932
- 'BIconDownload',
1933
- 'BIconDroplet',
1934
- 'BIconDropletFill',
1935
- 'BIconDropletHalf',
1936
- 'BIconEarbuds',
1937
- 'BIconEasel',
1938
- 'BIconEaselFill',
1939
- 'BIconEgg',
1940
- 'BIconEggFill',
1941
- 'BIconEggFried',
1942
- 'BIconEject',
1943
- 'BIconEjectFill',
1944
- 'BIconEmojiAngry',
1945
- 'BIconEmojiAngryFill',
1946
- 'BIconEmojiDizzy',
1947
- 'BIconEmojiDizzyFill',
1948
- 'BIconEmojiExpressionless',
1949
- 'BIconEmojiExpressionlessFill',
1950
- 'BIconEmojiFrown',
1951
- 'BIconEmojiFrownFill',
1952
- 'BIconEmojiHeartEyes',
1953
- 'BIconEmojiHeartEyesFill',
1954
- 'BIconEmojiLaughing',
1955
- 'BIconEmojiLaughingFill',
1956
- 'BIconEmojiNeutral',
1957
- 'BIconEmojiNeutralFill',
1958
- 'BIconEmojiSmile',
1959
- 'BIconEmojiSmileFill',
1960
- 'BIconEmojiSmileUpsideDown',
1961
- 'BIconEmojiSmileUpsideDownFill',
1962
- 'BIconEmojiSunglasses',
1963
- 'BIconEmojiSunglassesFill',
1964
- 'BIconEmojiWink',
1965
- 'BIconEmojiWinkFill',
1966
- 'BIconEnvelope',
1967
- 'BIconEnvelopeFill',
1968
- 'BIconEnvelopeOpen',
1969
- 'BIconEnvelopeOpenFill',
1970
- 'BIconEraser',
1971
- 'BIconEraserFill',
1972
- 'BIconExclamation',
1973
- 'BIconExclamationCircle',
1974
- 'BIconExclamationCircleFill',
1975
- 'BIconExclamationDiamond',
1976
- 'BIconExclamationDiamondFill',
1977
- 'BIconExclamationLg',
1978
- 'BIconExclamationOctagon',
1979
- 'BIconExclamationOctagonFill',
1980
- 'BIconExclamationSquare',
1981
- 'BIconExclamationSquareFill',
1982
- 'BIconExclamationTriangle',
1983
- 'BIconExclamationTriangleFill',
1984
- 'BIconExclude',
1985
- 'BIconEye',
1986
- 'BIconEyeFill',
1987
- 'BIconEyeSlash',
1988
- 'BIconEyeSlashFill',
1989
- 'BIconEyedropper',
1990
- 'BIconEyeglasses',
1991
- 'BIconFacebook',
1992
- 'BIconFile',
1993
- 'BIconFileArrowDown',
1994
- 'BIconFileArrowDownFill',
1995
- 'BIconFileArrowUp',
1996
- 'BIconFileArrowUpFill',
1997
- 'BIconFileBarGraph',
1998
- 'BIconFileBarGraphFill',
1999
- 'BIconFileBinary',
2000
- 'BIconFileBinaryFill',
2001
- 'BIconFileBreak',
2002
- 'BIconFileBreakFill',
2003
- 'BIconFileCheck',
2004
- 'BIconFileCheckFill',
2005
- 'BIconFileCode',
2006
- 'BIconFileCodeFill',
2007
- 'BIconFileDiff',
2008
- 'BIconFileDiffFill',
2009
- 'BIconFileEarmark',
2010
- 'BIconFileEarmarkArrowDown',
2011
- 'BIconFileEarmarkArrowDownFill',
2012
- 'BIconFileEarmarkArrowUp',
2013
- 'BIconFileEarmarkArrowUpFill',
2014
- 'BIconFileEarmarkBarGraph',
2015
- 'BIconFileEarmarkBarGraphFill',
2016
- 'BIconFileEarmarkBinary',
2017
- 'BIconFileEarmarkBinaryFill',
2018
- 'BIconFileEarmarkBreak',
2019
- 'BIconFileEarmarkBreakFill',
2020
- 'BIconFileEarmarkCheck',
2021
- 'BIconFileEarmarkCheckFill',
2022
- 'BIconFileEarmarkCode',
2023
- 'BIconFileEarmarkCodeFill',
2024
- 'BIconFileEarmarkDiff',
2025
- 'BIconFileEarmarkDiffFill',
2026
- 'BIconFileEarmarkEasel',
2027
- 'BIconFileEarmarkEaselFill',
2028
- 'BIconFileEarmarkExcel',
2029
- 'BIconFileEarmarkExcelFill',
2030
- 'BIconFileEarmarkFill',
2031
- 'BIconFileEarmarkFont',
2032
- 'BIconFileEarmarkFontFill',
2033
- 'BIconFileEarmarkImage',
2034
- 'BIconFileEarmarkImageFill',
2035
- 'BIconFileEarmarkLock',
2036
- 'BIconFileEarmarkLock2',
2037
- 'BIconFileEarmarkLock2Fill',
2038
- 'BIconFileEarmarkLockFill',
2039
- 'BIconFileEarmarkMedical',
2040
- 'BIconFileEarmarkMedicalFill',
2041
- 'BIconFileEarmarkMinus',
2042
- 'BIconFileEarmarkMinusFill',
2043
- 'BIconFileEarmarkMusic',
2044
- 'BIconFileEarmarkMusicFill',
2045
- 'BIconFileEarmarkPdf',
2046
- 'BIconFileEarmarkPdfFill',
2047
- 'BIconFileEarmarkPerson',
2048
- 'BIconFileEarmarkPersonFill',
2049
- 'BIconFileEarmarkPlay',
2050
- 'BIconFileEarmarkPlayFill',
2051
- 'BIconFileEarmarkPlus',
2052
- 'BIconFileEarmarkPlusFill',
2053
- 'BIconFileEarmarkPost',
2054
- 'BIconFileEarmarkPostFill',
2055
- 'BIconFileEarmarkPpt',
2056
- 'BIconFileEarmarkPptFill',
2057
- 'BIconFileEarmarkRichtext',
2058
- 'BIconFileEarmarkRichtextFill',
2059
- 'BIconFileEarmarkRuled',
2060
- 'BIconFileEarmarkRuledFill',
2061
- 'BIconFileEarmarkSlides',
2062
- 'BIconFileEarmarkSlidesFill',
2063
- 'BIconFileEarmarkSpreadsheet',
2064
- 'BIconFileEarmarkSpreadsheetFill',
2065
- 'BIconFileEarmarkText',
2066
- 'BIconFileEarmarkTextFill',
2067
- 'BIconFileEarmarkWord',
2068
- 'BIconFileEarmarkWordFill',
2069
- 'BIconFileEarmarkX',
2070
- 'BIconFileEarmarkXFill',
2071
- 'BIconFileEarmarkZip',
2072
- 'BIconFileEarmarkZipFill',
2073
- 'BIconFileEasel',
2074
- 'BIconFileEaselFill',
2075
- 'BIconFileExcel',
2076
- 'BIconFileExcelFill',
2077
- 'BIconFileFill',
2078
- 'BIconFileFont',
2079
- 'BIconFileFontFill',
2080
- 'BIconFileImage',
2081
- 'BIconFileImageFill',
2082
- 'BIconFileLock',
2083
- 'BIconFileLock2',
2084
- 'BIconFileLock2Fill',
2085
- 'BIconFileLockFill',
2086
- 'BIconFileMedical',
2087
- 'BIconFileMedicalFill',
2088
- 'BIconFileMinus',
2089
- 'BIconFileMinusFill',
2090
- 'BIconFileMusic',
2091
- 'BIconFileMusicFill',
2092
- 'BIconFilePdf',
2093
- 'BIconFilePdfFill',
2094
- 'BIconFilePerson',
2095
- 'BIconFilePersonFill',
2096
- 'BIconFilePlay',
2097
- 'BIconFilePlayFill',
2098
- 'BIconFilePlus',
2099
- 'BIconFilePlusFill',
2100
- 'BIconFilePost',
2101
- 'BIconFilePostFill',
2102
- 'BIconFilePpt',
2103
- 'BIconFilePptFill',
2104
- 'BIconFileRichtext',
2105
- 'BIconFileRichtextFill',
2106
- 'BIconFileRuled',
2107
- 'BIconFileRuledFill',
2108
- 'BIconFileSlides',
2109
- 'BIconFileSlidesFill',
2110
- 'BIconFileSpreadsheet',
2111
- 'BIconFileSpreadsheetFill',
2112
- 'BIconFileText',
2113
- 'BIconFileTextFill',
2114
- 'BIconFileWord',
2115
- 'BIconFileWordFill',
2116
- 'BIconFileX',
2117
- 'BIconFileXFill',
2118
- 'BIconFileZip',
2119
- 'BIconFileZipFill',
2120
- 'BIconFiles',
2121
- 'BIconFilesAlt',
2122
- 'BIconFilm',
2123
- 'BIconFilter',
2124
- 'BIconFilterCircle',
2125
- 'BIconFilterCircleFill',
2126
- 'BIconFilterLeft',
2127
- 'BIconFilterRight',
2128
- 'BIconFilterSquare',
2129
- 'BIconFilterSquareFill',
2130
- 'BIconFlag',
2131
- 'BIconFlagFill',
2132
- 'BIconFlower1',
2133
- 'BIconFlower2',
2134
- 'BIconFlower3',
2135
- 'BIconFolder',
2136
- 'BIconFolder2',
2137
- 'BIconFolder2Open',
2138
- 'BIconFolderCheck',
2139
- 'BIconFolderFill',
2140
- 'BIconFolderMinus',
2141
- 'BIconFolderPlus',
2142
- 'BIconFolderSymlink',
2143
- 'BIconFolderSymlinkFill',
2144
- 'BIconFolderX',
2145
- 'BIconFonts',
2146
- 'BIconForward',
2147
- 'BIconForwardFill',
2148
- 'BIconFront',
2149
- 'BIconFullscreen',
2150
- 'BIconFullscreenExit',
2151
- 'BIconFunnel',
2152
- 'BIconFunnelFill',
2153
- 'BIconGear',
2154
- 'BIconGearFill',
2155
- 'BIconGearWide',
2156
- 'BIconGearWideConnected',
2157
- 'BIconGem',
2158
- 'BIconGenderAmbiguous',
2159
- 'BIconGenderFemale',
2160
- 'BIconGenderMale',
2161
- 'BIconGenderTrans',
2162
- 'BIconGeo',
2163
- 'BIconGeoAlt',
2164
- 'BIconGeoAltFill',
2165
- 'BIconGeoFill',
2166
- 'BIconGift',
2167
- 'BIconGiftFill',
2168
- 'BIconGithub',
2169
- 'BIconGlobe',
2170
- 'BIconGlobe2',
2171
- 'BIconGoogle',
2172
- 'BIconGraphDown',
2173
- 'BIconGraphUp',
2174
- 'BIconGrid',
2175
- 'BIconGrid1x2',
2176
- 'BIconGrid1x2Fill',
2177
- 'BIconGrid3x2',
2178
- 'BIconGrid3x2Gap',
2179
- 'BIconGrid3x2GapFill',
2180
- 'BIconGrid3x3',
2181
- 'BIconGrid3x3Gap',
2182
- 'BIconGrid3x3GapFill',
2183
- 'BIconGridFill',
2184
- 'BIconGripHorizontal',
2185
- 'BIconGripVertical',
2186
- 'BIconHammer',
2187
- 'BIconHandIndex',
2188
- 'BIconHandIndexFill',
2189
- 'BIconHandIndexThumb',
2190
- 'BIconHandIndexThumbFill',
2191
- 'BIconHandThumbsDown',
2192
- 'BIconHandThumbsDownFill',
2193
- 'BIconHandThumbsUp',
2194
- 'BIconHandThumbsUpFill',
2195
- 'BIconHandbag',
2196
- 'BIconHandbagFill',
2197
- 'BIconHash',
2198
- 'BIconHdd',
2199
- 'BIconHddFill',
2200
- 'BIconHddNetwork',
2201
- 'BIconHddNetworkFill',
2202
- 'BIconHddRack',
2203
- 'BIconHddRackFill',
2204
- 'BIconHddStack',
2205
- 'BIconHddStackFill',
2206
- 'BIconHeadphones',
2207
- 'BIconHeadset',
2208
- 'BIconHeadsetVr',
2209
- 'BIconHeart',
2210
- 'BIconHeartFill',
2211
- 'BIconHeartHalf',
2212
- 'BIconHeptagon',
2213
- 'BIconHeptagonFill',
2214
- 'BIconHeptagonHalf',
2215
- 'BIconHexagon',
2216
- 'BIconHexagonFill',
2217
- 'BIconHexagonHalf',
2218
- 'BIconHourglass',
2219
- 'BIconHourglassBottom',
2220
- 'BIconHourglassSplit',
2221
- 'BIconHourglassTop',
2222
- 'BIconHouse',
2223
- 'BIconHouseDoor',
2224
- 'BIconHouseDoorFill',
2225
- 'BIconHouseFill',
2226
- 'BIconHr',
2227
- 'BIconHurricane',
2228
- 'BIconImage',
2229
- 'BIconImageAlt',
2230
- 'BIconImageFill',
2231
- 'BIconImages',
2232
- 'BIconInbox',
2233
- 'BIconInboxFill',
2234
- 'BIconInboxes',
2235
- 'BIconInboxesFill',
2236
- 'BIconInfo',
2237
- 'BIconInfoCircle',
2238
- 'BIconInfoCircleFill',
2239
- 'BIconInfoLg',
2240
- 'BIconInfoSquare',
2241
- 'BIconInfoSquareFill',
2242
- 'BIconInputCursor',
2243
- 'BIconInputCursorText',
2244
- 'BIconInstagram',
2245
- 'BIconIntersect',
2246
- 'BIconJournal',
2247
- 'BIconJournalAlbum',
2248
- 'BIconJournalArrowDown',
2249
- 'BIconJournalArrowUp',
2250
- 'BIconJournalBookmark',
2251
- 'BIconJournalBookmarkFill',
2252
- 'BIconJournalCheck',
2253
- 'BIconJournalCode',
2254
- 'BIconJournalMedical',
2255
- 'BIconJournalMinus',
2256
- 'BIconJournalPlus',
2257
- 'BIconJournalRichtext',
2258
- 'BIconJournalText',
2259
- 'BIconJournalX',
2260
- 'BIconJournals',
2261
- 'BIconJoystick',
2262
- 'BIconJustify',
2263
- 'BIconJustifyLeft',
2264
- 'BIconJustifyRight',
2265
- 'BIconKanban',
2266
- 'BIconKanbanFill',
2267
- 'BIconKey',
2268
- 'BIconKeyFill',
2269
- 'BIconKeyboard',
2270
- 'BIconKeyboardFill',
2271
- 'BIconLadder',
2272
- 'BIconLamp',
2273
- 'BIconLampFill',
2274
- 'BIconLaptop',
2275
- 'BIconLaptopFill',
2276
- 'BIconLayerBackward',
2277
- 'BIconLayerForward',
2278
- 'BIconLayers',
2279
- 'BIconLayersFill',
2280
- 'BIconLayersHalf',
2281
- 'BIconLayoutSidebar',
2282
- 'BIconLayoutSidebarInset',
2283
- 'BIconLayoutSidebarInsetReverse',
2284
- 'BIconLayoutSidebarReverse',
2285
- 'BIconLayoutSplit',
2286
- 'BIconLayoutTextSidebar',
2287
- 'BIconLayoutTextSidebarReverse',
2288
- 'BIconLayoutTextWindow',
2289
- 'BIconLayoutTextWindowReverse',
2290
- 'BIconLayoutThreeColumns',
2291
- 'BIconLayoutWtf',
2292
- 'BIconLifePreserver',
2293
- 'BIconLightbulb',
2294
- 'BIconLightbulbFill',
2295
- 'BIconLightbulbOff',
2296
- 'BIconLightbulbOffFill',
2297
- 'BIconLightning',
2298
- 'BIconLightningCharge',
2299
- 'BIconLightningChargeFill',
2300
- 'BIconLightningFill',
2301
- 'BIconLink',
2302
- 'BIconLink45deg',
2303
- 'BIconLinkedin',
2304
- 'BIconList',
2305
- 'BIconListCheck',
2306
- 'BIconListNested',
2307
- 'BIconListOl',
2308
- 'BIconListStars',
2309
- 'BIconListTask',
2310
- 'BIconListUl',
2311
- 'BIconLock',
2312
- 'BIconLockFill',
2313
- 'BIconMailbox',
2314
- 'BIconMailbox2',
2315
- 'BIconMap',
2316
- 'BIconMapFill',
2317
- 'BIconMarkdown',
2318
- 'BIconMarkdownFill',
2319
- 'BIconMask',
2320
- 'BIconMastodon',
2321
- 'BIconMegaphone',
2322
- 'BIconMegaphoneFill',
2323
- 'BIconMenuApp',
2324
- 'BIconMenuAppFill',
2325
- 'BIconMenuButton',
2326
- 'BIconMenuButtonFill',
2327
- 'BIconMenuButtonWide',
2328
- 'BIconMenuButtonWideFill',
2329
- 'BIconMenuDown',
2330
- 'BIconMenuUp',
2331
- 'BIconMessenger',
2332
- 'BIconMic',
2333
- 'BIconMicFill',
2334
- 'BIconMicMute',
2335
- 'BIconMicMuteFill',
2336
- 'BIconMinecart',
2337
- 'BIconMinecartLoaded',
2338
- 'BIconMoisture',
2339
- 'BIconMoon',
2340
- 'BIconMoonFill',
2341
- 'BIconMoonStars',
2342
- 'BIconMoonStarsFill',
2343
- 'BIconMouse',
2344
- 'BIconMouse2',
2345
- 'BIconMouse2Fill',
2346
- 'BIconMouse3',
2347
- 'BIconMouse3Fill',
2348
- 'BIconMouseFill',
2349
- 'BIconMusicNote',
2350
- 'BIconMusicNoteBeamed',
2351
- 'BIconMusicNoteList',
2352
- 'BIconMusicPlayer',
2353
- 'BIconMusicPlayerFill',
2354
- 'BIconNewspaper',
2355
- 'BIconNodeMinus',
2356
- 'BIconNodeMinusFill',
2357
- 'BIconNodePlus',
2358
- 'BIconNodePlusFill',
2359
- 'BIconNut',
2360
- 'BIconNutFill',
2361
- 'BIconOctagon',
2362
- 'BIconOctagonFill',
2363
- 'BIconOctagonHalf',
2364
- 'BIconOption',
2365
- 'BIconOutlet',
2366
- 'BIconPaintBucket',
2367
- 'BIconPalette',
2368
- 'BIconPalette2',
2369
- 'BIconPaletteFill',
2370
- 'BIconPaperclip',
2371
- 'BIconParagraph',
2372
- 'BIconPatchCheck',
2373
- 'BIconPatchCheckFill',
2374
- 'BIconPatchExclamation',
2375
- 'BIconPatchExclamationFill',
2376
- 'BIconPatchMinus',
2377
- 'BIconPatchMinusFill',
2378
- 'BIconPatchPlus',
2379
- 'BIconPatchPlusFill',
2380
- 'BIconPatchQuestion',
2381
- 'BIconPatchQuestionFill',
2382
- 'BIconPause',
2383
- 'BIconPauseBtn',
2384
- 'BIconPauseBtnFill',
2385
- 'BIconPauseCircle',
2386
- 'BIconPauseCircleFill',
2387
- 'BIconPauseFill',
2388
- 'BIconPeace',
2389
- 'BIconPeaceFill',
2390
- 'BIconPen',
2391
- 'BIconPenFill',
2392
- 'BIconPencil',
2393
- 'BIconPencilFill',
2394
- 'BIconPencilSquare',
2395
- 'BIconPentagon',
2396
- 'BIconPentagonFill',
2397
- 'BIconPentagonHalf',
2398
- 'BIconPeople',
2399
- 'BIconPeopleFill',
2400
- 'BIconPercent',
2401
- 'BIconPerson',
2402
- 'BIconPersonBadge',
2403
- 'BIconPersonBadgeFill',
2404
- 'BIconPersonBoundingBox',
2405
- 'BIconPersonCheck',
2406
- 'BIconPersonCheckFill',
2407
- 'BIconPersonCircle',
2408
- 'BIconPersonDash',
2409
- 'BIconPersonDashFill',
2410
- 'BIconPersonFill',
2411
- 'BIconPersonLinesFill',
2412
- 'BIconPersonPlus',
2413
- 'BIconPersonPlusFill',
2414
- 'BIconPersonSquare',
2415
- 'BIconPersonX',
2416
- 'BIconPersonXFill',
2417
- 'BIconPhone',
2418
- 'BIconPhoneFill',
2419
- 'BIconPhoneLandscape',
2420
- 'BIconPhoneLandscapeFill',
2421
- 'BIconPhoneVibrate',
2422
- 'BIconPhoneVibrateFill',
2423
- 'BIconPieChart',
2424
- 'BIconPieChartFill',
2425
- 'BIconPiggyBank',
2426
- 'BIconPiggyBankFill',
2427
- 'BIconPin',
2428
- 'BIconPinAngle',
2429
- 'BIconPinAngleFill',
2430
- 'BIconPinFill',
2431
- 'BIconPinMap',
2432
- 'BIconPinMapFill',
2433
- 'BIconPip',
2434
- 'BIconPipFill',
2435
- 'BIconPlay',
2436
- 'BIconPlayBtn',
2437
- 'BIconPlayBtnFill',
2438
- 'BIconPlayCircle',
2439
- 'BIconPlayCircleFill',
2440
- 'BIconPlayFill',
2441
- 'BIconPlug',
2442
- 'BIconPlugFill',
2443
- 'BIconPlus',
2444
- 'BIconPlusCircle',
2445
- 'BIconPlusCircleDotted',
2446
- 'BIconPlusCircleFill',
2447
- 'BIconPlusLg',
2448
- 'BIconPlusSquare',
2449
- 'BIconPlusSquareDotted',
2450
- 'BIconPlusSquareFill',
2451
- 'BIconPower',
2452
- 'BIconPrinter',
2453
- 'BIconPrinterFill',
2454
- 'BIconPuzzle',
2455
- 'BIconPuzzleFill',
2456
- 'BIconQuestion',
2457
- 'BIconQuestionCircle',
2458
- 'BIconQuestionCircleFill',
2459
- 'BIconQuestionDiamond',
2460
- 'BIconQuestionDiamondFill',
2461
- 'BIconQuestionLg',
2462
- 'BIconQuestionOctagon',
2463
- 'BIconQuestionOctagonFill',
2464
- 'BIconQuestionSquare',
2465
- 'BIconQuestionSquareFill',
2466
- 'BIconRainbow',
2467
- 'BIconReceipt',
2468
- 'BIconReceiptCutoff',
2469
- 'BIconReception0',
2470
- 'BIconReception1',
2471
- 'BIconReception2',
2472
- 'BIconReception3',
2473
- 'BIconReception4',
2474
- 'BIconRecord',
2475
- 'BIconRecord2',
2476
- 'BIconRecord2Fill',
2477
- 'BIconRecordBtn',
2478
- 'BIconRecordBtnFill',
2479
- 'BIconRecordCircle',
2480
- 'BIconRecordCircleFill',
2481
- 'BIconRecordFill',
2482
- 'BIconRecycle',
2483
- 'BIconReddit',
2484
- 'BIconReply',
2485
- 'BIconReplyAll',
2486
- 'BIconReplyAllFill',
2487
- 'BIconReplyFill',
2488
- 'BIconRss',
2489
- 'BIconRssFill',
2490
- 'BIconRulers',
2491
- 'BIconSafe',
2492
- 'BIconSafe2',
2493
- 'BIconSafe2Fill',
2494
- 'BIconSafeFill',
2495
- 'BIconSave',
2496
- 'BIconSave2',
2497
- 'BIconSave2Fill',
2498
- 'BIconSaveFill',
2499
- 'BIconScissors',
2500
- 'BIconScrewdriver',
2501
- 'BIconSdCard',
2502
- 'BIconSdCardFill',
2503
- 'BIconSearch',
2504
- 'BIconSegmentedNav',
2505
- 'BIconServer',
2506
- 'BIconShare',
2507
- 'BIconShareFill',
2508
- 'BIconShield',
2509
- 'BIconShieldCheck',
2510
- 'BIconShieldExclamation',
2511
- 'BIconShieldFill',
2512
- 'BIconShieldFillCheck',
2513
- 'BIconShieldFillExclamation',
2514
- 'BIconShieldFillMinus',
2515
- 'BIconShieldFillPlus',
2516
- 'BIconShieldFillX',
2517
- 'BIconShieldLock',
2518
- 'BIconShieldLockFill',
2519
- 'BIconShieldMinus',
2520
- 'BIconShieldPlus',
2521
- 'BIconShieldShaded',
2522
- 'BIconShieldSlash',
2523
- 'BIconShieldSlashFill',
2524
- 'BIconShieldX',
2525
- 'BIconShift',
2526
- 'BIconShiftFill',
2527
- 'BIconShop',
2528
- 'BIconShopWindow',
2529
- 'BIconShuffle',
2530
- 'BIconSignpost',
2531
- 'BIconSignpost2',
2532
- 'BIconSignpost2Fill',
2533
- 'BIconSignpostFill',
2534
- 'BIconSignpostSplit',
2535
- 'BIconSignpostSplitFill',
2536
- 'BIconSim',
2537
- 'BIconSimFill',
2538
- 'BIconSkipBackward',
2539
- 'BIconSkipBackwardBtn',
2540
- 'BIconSkipBackwardBtnFill',
2541
- 'BIconSkipBackwardCircle',
2542
- 'BIconSkipBackwardCircleFill',
2543
- 'BIconSkipBackwardFill',
2544
- 'BIconSkipEnd',
2545
- 'BIconSkipEndBtn',
2546
- 'BIconSkipEndBtnFill',
2547
- 'BIconSkipEndCircle',
2548
- 'BIconSkipEndCircleFill',
2549
- 'BIconSkipEndFill',
2550
- 'BIconSkipForward',
2551
- 'BIconSkipForwardBtn',
2552
- 'BIconSkipForwardBtnFill',
2553
- 'BIconSkipForwardCircle',
2554
- 'BIconSkipForwardCircleFill',
2555
- 'BIconSkipForwardFill',
2556
- 'BIconSkipStart',
2557
- 'BIconSkipStartBtn',
2558
- 'BIconSkipStartBtnFill',
2559
- 'BIconSkipStartCircle',
2560
- 'BIconSkipStartCircleFill',
2561
- 'BIconSkipStartFill',
2562
- 'BIconSkype',
2563
- 'BIconSlack',
2564
- 'BIconSlash',
2565
- 'BIconSlashCircle',
2566
- 'BIconSlashCircleFill',
2567
- 'BIconSlashLg',
2568
- 'BIconSlashSquare',
2569
- 'BIconSlashSquareFill',
2570
- 'BIconSliders',
2571
- 'BIconSmartwatch',
2572
- 'BIconSnow',
2573
- 'BIconSnow2',
2574
- 'BIconSnow3',
2575
- 'BIconSortAlphaDown',
2576
- 'BIconSortAlphaDownAlt',
2577
- 'BIconSortAlphaUp',
2578
- 'BIconSortAlphaUpAlt',
2579
- 'BIconSortDown',
2580
- 'BIconSortDownAlt',
2581
- 'BIconSortNumericDown',
2582
- 'BIconSortNumericDownAlt',
2583
- 'BIconSortNumericUp',
2584
- 'BIconSortNumericUpAlt',
2585
- 'BIconSortUp',
2586
- 'BIconSortUpAlt',
2587
- 'BIconSoundwave',
2588
- 'BIconSpeaker',
2589
- 'BIconSpeakerFill',
2590
- 'BIconSpeedometer',
2591
- 'BIconSpeedometer2',
2592
- 'BIconSpellcheck',
2593
- 'BIconSquare',
2594
- 'BIconSquareFill',
2595
- 'BIconSquareHalf',
2596
- 'BIconStack',
2597
- 'BIconStar',
2598
- 'BIconStarFill',
2599
- 'BIconStarHalf',
2600
- 'BIconStars',
2601
- 'BIconStickies',
2602
- 'BIconStickiesFill',
2603
- 'BIconSticky',
2604
- 'BIconStickyFill',
2605
- 'BIconStop',
2606
- 'BIconStopBtn',
2607
- 'BIconStopBtnFill',
2608
- 'BIconStopCircle',
2609
- 'BIconStopCircleFill',
2610
- 'BIconStopFill',
2611
- 'BIconStoplights',
2612
- 'BIconStoplightsFill',
2613
- 'BIconStopwatch',
2614
- 'BIconStopwatchFill',
2615
- 'BIconSubtract',
2616
- 'BIconSuitClub',
2617
- 'BIconSuitClubFill',
2618
- 'BIconSuitDiamond',
2619
- 'BIconSuitDiamondFill',
2620
- 'BIconSuitHeart',
2621
- 'BIconSuitHeartFill',
2622
- 'BIconSuitSpade',
2623
- 'BIconSuitSpadeFill',
2624
- 'BIconSun',
2625
- 'BIconSunFill',
2626
- 'BIconSunglasses',
2627
- 'BIconSunrise',
2628
- 'BIconSunriseFill',
2629
- 'BIconSunset',
2630
- 'BIconSunsetFill',
2631
- 'BIconSymmetryHorizontal',
2632
- 'BIconSymmetryVertical',
2633
- 'BIconTable',
2634
- 'BIconTablet',
2635
- 'BIconTabletFill',
2636
- 'BIconTabletLandscape',
2637
- 'BIconTabletLandscapeFill',
2638
- 'BIconTag',
2639
- 'BIconTagFill',
2640
- 'BIconTags',
2641
- 'BIconTagsFill',
2642
- 'BIconTelegram',
2643
- 'BIconTelephone',
2644
- 'BIconTelephoneFill',
2645
- 'BIconTelephoneForward',
2646
- 'BIconTelephoneForwardFill',
2647
- 'BIconTelephoneInbound',
2648
- 'BIconTelephoneInboundFill',
2649
- 'BIconTelephoneMinus',
2650
- 'BIconTelephoneMinusFill',
2651
- 'BIconTelephoneOutbound',
2652
- 'BIconTelephoneOutboundFill',
2653
- 'BIconTelephonePlus',
2654
- 'BIconTelephonePlusFill',
2655
- 'BIconTelephoneX',
2656
- 'BIconTelephoneXFill',
2657
- 'BIconTerminal',
2658
- 'BIconTerminalFill',
2659
- 'BIconTextCenter',
2660
- 'BIconTextIndentLeft',
2661
- 'BIconTextIndentRight',
2662
- 'BIconTextLeft',
2663
- 'BIconTextParagraph',
2664
- 'BIconTextRight',
2665
- 'BIconTextarea',
2666
- 'BIconTextareaResize',
2667
- 'BIconTextareaT',
2668
- 'BIconThermometer',
2669
- 'BIconThermometerHalf',
2670
- 'BIconThermometerHigh',
2671
- 'BIconThermometerLow',
2672
- 'BIconThermometerSnow',
2673
- 'BIconThermometerSun',
2674
- 'BIconThreeDots',
2675
- 'BIconThreeDotsVertical',
2676
- 'BIconToggle2Off',
2677
- 'BIconToggle2On',
2678
- 'BIconToggleOff',
2679
- 'BIconToggleOn',
2680
- 'BIconToggles',
2681
- 'BIconToggles2',
2682
- 'BIconTools',
2683
- 'BIconTornado',
2684
- 'BIconTranslate',
2685
- 'BIconTrash',
2686
- 'BIconTrash2',
2687
- 'BIconTrash2Fill',
2688
- 'BIconTrashFill',
2689
- 'BIconTree',
2690
- 'BIconTreeFill',
2691
- 'BIconTriangle',
2692
- 'BIconTriangleFill',
2693
- 'BIconTriangleHalf',
2694
- 'BIconTrophy',
2695
- 'BIconTrophyFill',
2696
- 'BIconTropicalStorm',
2697
- 'BIconTruck',
2698
- 'BIconTruckFlatbed',
2699
- 'BIconTsunami',
2700
- 'BIconTv',
2701
- 'BIconTvFill',
2702
- 'BIconTwitch',
2703
- 'BIconTwitter',
2704
- 'BIconType',
2705
- 'BIconTypeBold',
2706
- 'BIconTypeH1',
2707
- 'BIconTypeH2',
2708
- 'BIconTypeH3',
2709
- 'BIconTypeItalic',
2710
- 'BIconTypeStrikethrough',
2711
- 'BIconTypeUnderline',
2712
- 'BIconUiChecks',
2713
- 'BIconUiChecksGrid',
2714
- 'BIconUiRadios',
2715
- 'BIconUiRadiosGrid',
2716
- 'BIconUmbrella',
2717
- 'BIconUmbrellaFill',
2718
- 'BIconUnion',
2719
- 'BIconUnlock',
2720
- 'BIconUnlockFill',
2721
- 'BIconUpc',
2722
- 'BIconUpcScan',
2723
- 'BIconUpload',
2724
- 'BIconVectorPen',
2725
- 'BIconViewList',
2726
- 'BIconViewStacked',
2727
- 'BIconVinyl',
2728
- 'BIconVinylFill',
2729
- 'BIconVoicemail',
2730
- 'BIconVolumeDown',
2731
- 'BIconVolumeDownFill',
2732
- 'BIconVolumeMute',
2733
- 'BIconVolumeMuteFill',
2734
- 'BIconVolumeOff',
2735
- 'BIconVolumeOffFill',
2736
- 'BIconVolumeUp',
2737
- 'BIconVolumeUpFill',
2738
- 'BIconVr',
2739
- 'BIconWallet',
2740
- 'BIconWallet2',
2741
- 'BIconWalletFill',
2742
- 'BIconWatch',
2743
- 'BIconWater',
2744
- 'BIconWhatsapp',
2745
- 'BIconWifi',
2746
- 'BIconWifi1',
2747
- 'BIconWifi2',
2748
- 'BIconWifiOff',
2749
- 'BIconWind',
2750
- 'BIconWindow',
2751
- 'BIconWindowDock',
2752
- 'BIconWindowSidebar',
2753
- 'BIconWrench',
2754
- 'BIconX',
2755
- 'BIconXCircle',
2756
- 'BIconXCircleFill',
2757
- 'BIconXDiamond',
2758
- 'BIconXDiamondFill',
2759
- 'BIconXLg',
2760
- 'BIconXOctagon',
2761
- 'BIconXOctagonFill',
2762
- 'BIconXSquare',
2763
- 'BIconXSquareFill',
2764
- 'BIconYoutube',
2765
- 'BIconZoomIn',
2766
- 'BIconZoomOut'
2767
- ]
2768
-
2769
- // Export the icons plugin
2770
- export const IconsPlugin = /*#__PURE__*/ pluginFactoryNoConfig({
2771
- components: {
2772
- // Icon helper component
2773
- BIcon,
2774
- // Icon stacking component
2775
- BIconstack,
2776
- // BootstrapVue custom icon components
2777
- BIconBlank,
2778
- // Bootstrap icon components
2779
- BIconAlarm,
2780
- BIconAlarmFill,
2781
- BIconAlignBottom,
2782
- BIconAlignCenter,
2783
- BIconAlignEnd,
2784
- BIconAlignMiddle,
2785
- BIconAlignStart,
2786
- BIconAlignTop,
2787
- BIconAlt,
2788
- BIconApp,
2789
- BIconAppIndicator,
2790
- BIconArchive,
2791
- BIconArchiveFill,
2792
- BIconArrow90degDown,
2793
- BIconArrow90degLeft,
2794
- BIconArrow90degRight,
2795
- BIconArrow90degUp,
2796
- BIconArrowBarDown,
2797
- BIconArrowBarLeft,
2798
- BIconArrowBarRight,
2799
- BIconArrowBarUp,
2800
- BIconArrowClockwise,
2801
- BIconArrowCounterclockwise,
2802
- BIconArrowDown,
2803
- BIconArrowDownCircle,
2804
- BIconArrowDownCircleFill,
2805
- BIconArrowDownLeft,
2806
- BIconArrowDownLeftCircle,
2807
- BIconArrowDownLeftCircleFill,
2808
- BIconArrowDownLeftSquare,
2809
- BIconArrowDownLeftSquareFill,
2810
- BIconArrowDownRight,
2811
- BIconArrowDownRightCircle,
2812
- BIconArrowDownRightCircleFill,
2813
- BIconArrowDownRightSquare,
2814
- BIconArrowDownRightSquareFill,
2815
- BIconArrowDownShort,
2816
- BIconArrowDownSquare,
2817
- BIconArrowDownSquareFill,
2818
- BIconArrowDownUp,
2819
- BIconArrowLeft,
2820
- BIconArrowLeftCircle,
2821
- BIconArrowLeftCircleFill,
2822
- BIconArrowLeftRight,
2823
- BIconArrowLeftShort,
2824
- BIconArrowLeftSquare,
2825
- BIconArrowLeftSquareFill,
2826
- BIconArrowRepeat,
2827
- BIconArrowReturnLeft,
2828
- BIconArrowReturnRight,
2829
- BIconArrowRight,
2830
- BIconArrowRightCircle,
2831
- BIconArrowRightCircleFill,
2832
- BIconArrowRightShort,
2833
- BIconArrowRightSquare,
2834
- BIconArrowRightSquareFill,
2835
- BIconArrowUp,
2836
- BIconArrowUpCircle,
2837
- BIconArrowUpCircleFill,
2838
- BIconArrowUpLeft,
2839
- BIconArrowUpLeftCircle,
2840
- BIconArrowUpLeftCircleFill,
2841
- BIconArrowUpLeftSquare,
2842
- BIconArrowUpLeftSquareFill,
2843
- BIconArrowUpRight,
2844
- BIconArrowUpRightCircle,
2845
- BIconArrowUpRightCircleFill,
2846
- BIconArrowUpRightSquare,
2847
- BIconArrowUpRightSquareFill,
2848
- BIconArrowUpShort,
2849
- BIconArrowUpSquare,
2850
- BIconArrowUpSquareFill,
2851
- BIconArrowsAngleContract,
2852
- BIconArrowsAngleExpand,
2853
- BIconArrowsCollapse,
2854
- BIconArrowsExpand,
2855
- BIconArrowsFullscreen,
2856
- BIconArrowsMove,
2857
- BIconAspectRatio,
2858
- BIconAspectRatioFill,
2859
- BIconAsterisk,
2860
- BIconAt,
2861
- BIconAward,
2862
- BIconAwardFill,
2863
- BIconBack,
2864
- BIconBackspace,
2865
- BIconBackspaceFill,
2866
- BIconBackspaceReverse,
2867
- BIconBackspaceReverseFill,
2868
- BIconBadge3d,
2869
- BIconBadge3dFill,
2870
- BIconBadge4k,
2871
- BIconBadge4kFill,
2872
- BIconBadge8k,
2873
- BIconBadge8kFill,
2874
- BIconBadgeAd,
2875
- BIconBadgeAdFill,
2876
- BIconBadgeAr,
2877
- BIconBadgeArFill,
2878
- BIconBadgeCc,
2879
- BIconBadgeCcFill,
2880
- BIconBadgeHd,
2881
- BIconBadgeHdFill,
2882
- BIconBadgeTm,
2883
- BIconBadgeTmFill,
2884
- BIconBadgeVo,
2885
- BIconBadgeVoFill,
2886
- BIconBadgeVr,
2887
- BIconBadgeVrFill,
2888
- BIconBadgeWc,
2889
- BIconBadgeWcFill,
2890
- BIconBag,
2891
- BIconBagCheck,
2892
- BIconBagCheckFill,
2893
- BIconBagDash,
2894
- BIconBagDashFill,
2895
- BIconBagFill,
2896
- BIconBagPlus,
2897
- BIconBagPlusFill,
2898
- BIconBagX,
2899
- BIconBagXFill,
2900
- BIconBank,
2901
- BIconBank2,
2902
- BIconBarChart,
2903
- BIconBarChartFill,
2904
- BIconBarChartLine,
2905
- BIconBarChartLineFill,
2906
- BIconBarChartSteps,
2907
- BIconBasket,
2908
- BIconBasket2,
2909
- BIconBasket2Fill,
2910
- BIconBasket3,
2911
- BIconBasket3Fill,
2912
- BIconBasketFill,
2913
- BIconBattery,
2914
- BIconBatteryCharging,
2915
- BIconBatteryFull,
2916
- BIconBatteryHalf,
2917
- BIconBell,
2918
- BIconBellFill,
2919
- BIconBellSlash,
2920
- BIconBellSlashFill,
2921
- BIconBezier,
2922
- BIconBezier2,
2923
- BIconBicycle,
2924
- BIconBinoculars,
2925
- BIconBinocularsFill,
2926
- BIconBlockquoteLeft,
2927
- BIconBlockquoteRight,
2928
- BIconBook,
2929
- BIconBookFill,
2930
- BIconBookHalf,
2931
- BIconBookmark,
2932
- BIconBookmarkCheck,
2933
- BIconBookmarkCheckFill,
2934
- BIconBookmarkDash,
2935
- BIconBookmarkDashFill,
2936
- BIconBookmarkFill,
2937
- BIconBookmarkHeart,
2938
- BIconBookmarkHeartFill,
2939
- BIconBookmarkPlus,
2940
- BIconBookmarkPlusFill,
2941
- BIconBookmarkStar,
2942
- BIconBookmarkStarFill,
2943
- BIconBookmarkX,
2944
- BIconBookmarkXFill,
2945
- BIconBookmarks,
2946
- BIconBookmarksFill,
2947
- BIconBookshelf,
2948
- BIconBootstrap,
2949
- BIconBootstrapFill,
2950
- BIconBootstrapReboot,
2951
- BIconBorder,
2952
- BIconBorderAll,
2953
- BIconBorderBottom,
2954
- BIconBorderCenter,
2955
- BIconBorderInner,
2956
- BIconBorderLeft,
2957
- BIconBorderMiddle,
2958
- BIconBorderOuter,
2959
- BIconBorderRight,
2960
- BIconBorderStyle,
2961
- BIconBorderTop,
2962
- BIconBorderWidth,
2963
- BIconBoundingBox,
2964
- BIconBoundingBoxCircles,
2965
- BIconBox,
2966
- BIconBoxArrowDown,
2967
- BIconBoxArrowDownLeft,
2968
- BIconBoxArrowDownRight,
2969
- BIconBoxArrowInDown,
2970
- BIconBoxArrowInDownLeft,
2971
- BIconBoxArrowInDownRight,
2972
- BIconBoxArrowInLeft,
2973
- BIconBoxArrowInRight,
2974
- BIconBoxArrowInUp,
2975
- BIconBoxArrowInUpLeft,
2976
- BIconBoxArrowInUpRight,
2977
- BIconBoxArrowLeft,
2978
- BIconBoxArrowRight,
2979
- BIconBoxArrowUp,
2980
- BIconBoxArrowUpLeft,
2981
- BIconBoxArrowUpRight,
2982
- BIconBoxSeam,
2983
- BIconBraces,
2984
- BIconBricks,
2985
- BIconBriefcase,
2986
- BIconBriefcaseFill,
2987
- BIconBrightnessAltHigh,
2988
- BIconBrightnessAltHighFill,
2989
- BIconBrightnessAltLow,
2990
- BIconBrightnessAltLowFill,
2991
- BIconBrightnessHigh,
2992
- BIconBrightnessHighFill,
2993
- BIconBrightnessLow,
2994
- BIconBrightnessLowFill,
2995
- BIconBroadcast,
2996
- BIconBroadcastPin,
2997
- BIconBrush,
2998
- BIconBrushFill,
2999
- BIconBucket,
3000
- BIconBucketFill,
3001
- BIconBug,
3002
- BIconBugFill,
3003
- BIconBuilding,
3004
- BIconBullseye,
3005
- BIconCalculator,
3006
- BIconCalculatorFill,
3007
- BIconCalendar,
3008
- BIconCalendar2,
3009
- BIconCalendar2Check,
3010
- BIconCalendar2CheckFill,
3011
- BIconCalendar2Date,
3012
- BIconCalendar2DateFill,
3013
- BIconCalendar2Day,
3014
- BIconCalendar2DayFill,
3015
- BIconCalendar2Event,
3016
- BIconCalendar2EventFill,
3017
- BIconCalendar2Fill,
3018
- BIconCalendar2Minus,
3019
- BIconCalendar2MinusFill,
3020
- BIconCalendar2Month,
3021
- BIconCalendar2MonthFill,
3022
- BIconCalendar2Plus,
3023
- BIconCalendar2PlusFill,
3024
- BIconCalendar2Range,
3025
- BIconCalendar2RangeFill,
3026
- BIconCalendar2Week,
3027
- BIconCalendar2WeekFill,
3028
- BIconCalendar2X,
3029
- BIconCalendar2XFill,
3030
- BIconCalendar3,
3031
- BIconCalendar3Event,
3032
- BIconCalendar3EventFill,
3033
- BIconCalendar3Fill,
3034
- BIconCalendar3Range,
3035
- BIconCalendar3RangeFill,
3036
- BIconCalendar3Week,
3037
- BIconCalendar3WeekFill,
3038
- BIconCalendar4,
3039
- BIconCalendar4Event,
3040
- BIconCalendar4Range,
3041
- BIconCalendar4Week,
3042
- BIconCalendarCheck,
3043
- BIconCalendarCheckFill,
3044
- BIconCalendarDate,
3045
- BIconCalendarDateFill,
3046
- BIconCalendarDay,
3047
- BIconCalendarDayFill,
3048
- BIconCalendarEvent,
3049
- BIconCalendarEventFill,
3050
- BIconCalendarFill,
3051
- BIconCalendarMinus,
3052
- BIconCalendarMinusFill,
3053
- BIconCalendarMonth,
3054
- BIconCalendarMonthFill,
3055
- BIconCalendarPlus,
3056
- BIconCalendarPlusFill,
3057
- BIconCalendarRange,
3058
- BIconCalendarRangeFill,
3059
- BIconCalendarWeek,
3060
- BIconCalendarWeekFill,
3061
- BIconCalendarX,
3062
- BIconCalendarXFill,
3063
- BIconCamera,
3064
- BIconCamera2,
3065
- BIconCameraFill,
3066
- BIconCameraReels,
3067
- BIconCameraReelsFill,
3068
- BIconCameraVideo,
3069
- BIconCameraVideoFill,
3070
- BIconCameraVideoOff,
3071
- BIconCameraVideoOffFill,
3072
- BIconCapslock,
3073
- BIconCapslockFill,
3074
- BIconCardChecklist,
3075
- BIconCardHeading,
3076
- BIconCardImage,
3077
- BIconCardList,
3078
- BIconCardText,
3079
- BIconCaretDown,
3080
- BIconCaretDownFill,
3081
- BIconCaretDownSquare,
3082
- BIconCaretDownSquareFill,
3083
- BIconCaretLeft,
3084
- BIconCaretLeftFill,
3085
- BIconCaretLeftSquare,
3086
- BIconCaretLeftSquareFill,
3087
- BIconCaretRight,
3088
- BIconCaretRightFill,
3089
- BIconCaretRightSquare,
3090
- BIconCaretRightSquareFill,
3091
- BIconCaretUp,
3092
- BIconCaretUpFill,
3093
- BIconCaretUpSquare,
3094
- BIconCaretUpSquareFill,
3095
- BIconCart,
3096
- BIconCart2,
3097
- BIconCart3,
3098
- BIconCart4,
3099
- BIconCartCheck,
3100
- BIconCartCheckFill,
3101
- BIconCartDash,
3102
- BIconCartDashFill,
3103
- BIconCartFill,
3104
- BIconCartPlus,
3105
- BIconCartPlusFill,
3106
- BIconCartX,
3107
- BIconCartXFill,
3108
- BIconCash,
3109
- BIconCashCoin,
3110
- BIconCashStack,
3111
- BIconCast,
3112
- BIconChat,
3113
- BIconChatDots,
3114
- BIconChatDotsFill,
3115
- BIconChatFill,
3116
- BIconChatLeft,
3117
- BIconChatLeftDots,
3118
- BIconChatLeftDotsFill,
3119
- BIconChatLeftFill,
3120
- BIconChatLeftQuote,
3121
- BIconChatLeftQuoteFill,
3122
- BIconChatLeftText,
3123
- BIconChatLeftTextFill,
3124
- BIconChatQuote,
3125
- BIconChatQuoteFill,
3126
- BIconChatRight,
3127
- BIconChatRightDots,
3128
- BIconChatRightDotsFill,
3129
- BIconChatRightFill,
3130
- BIconChatRightQuote,
3131
- BIconChatRightQuoteFill,
3132
- BIconChatRightText,
3133
- BIconChatRightTextFill,
3134
- BIconChatSquare,
3135
- BIconChatSquareDots,
3136
- BIconChatSquareDotsFill,
3137
- BIconChatSquareFill,
3138
- BIconChatSquareQuote,
3139
- BIconChatSquareQuoteFill,
3140
- BIconChatSquareText,
3141
- BIconChatSquareTextFill,
3142
- BIconChatText,
3143
- BIconChatTextFill,
3144
- BIconCheck,
3145
- BIconCheck2,
3146
- BIconCheck2All,
3147
- BIconCheck2Circle,
3148
- BIconCheck2Square,
3149
- BIconCheckAll,
3150
- BIconCheckCircle,
3151
- BIconCheckCircleFill,
3152
- BIconCheckLg,
3153
- BIconCheckSquare,
3154
- BIconCheckSquareFill,
3155
- BIconChevronBarContract,
3156
- BIconChevronBarDown,
3157
- BIconChevronBarExpand,
3158
- BIconChevronBarLeft,
3159
- BIconChevronBarRight,
3160
- BIconChevronBarUp,
3161
- BIconChevronCompactDown,
3162
- BIconChevronCompactLeft,
3163
- BIconChevronCompactRight,
3164
- BIconChevronCompactUp,
3165
- BIconChevronContract,
3166
- BIconChevronDoubleDown,
3167
- BIconChevronDoubleLeft,
3168
- BIconChevronDoubleRight,
3169
- BIconChevronDoubleUp,
3170
- BIconChevronDown,
3171
- BIconChevronExpand,
3172
- BIconChevronLeft,
3173
- BIconChevronRight,
3174
- BIconChevronUp,
3175
- BIconCircle,
3176
- BIconCircleFill,
3177
- BIconCircleHalf,
3178
- BIconCircleSquare,
3179
- BIconClipboard,
3180
- BIconClipboardCheck,
3181
- BIconClipboardData,
3182
- BIconClipboardMinus,
3183
- BIconClipboardPlus,
3184
- BIconClipboardX,
3185
- BIconClock,
3186
- BIconClockFill,
3187
- BIconClockHistory,
3188
- BIconCloud,
3189
- BIconCloudArrowDown,
3190
- BIconCloudArrowDownFill,
3191
- BIconCloudArrowUp,
3192
- BIconCloudArrowUpFill,
3193
- BIconCloudCheck,
3194
- BIconCloudCheckFill,
3195
- BIconCloudDownload,
3196
- BIconCloudDownloadFill,
3197
- BIconCloudDrizzle,
3198
- BIconCloudDrizzleFill,
3199
- BIconCloudFill,
3200
- BIconCloudFog,
3201
- BIconCloudFog2,
3202
- BIconCloudFog2Fill,
3203
- BIconCloudFogFill,
3204
- BIconCloudHail,
3205
- BIconCloudHailFill,
3206
- BIconCloudHaze,
3207
- BIconCloudHaze1,
3208
- BIconCloudHaze2Fill,
3209
- BIconCloudHazeFill,
3210
- BIconCloudLightning,
3211
- BIconCloudLightningFill,
3212
- BIconCloudLightningRain,
3213
- BIconCloudLightningRainFill,
3214
- BIconCloudMinus,
3215
- BIconCloudMinusFill,
3216
- BIconCloudMoon,
3217
- BIconCloudMoonFill,
3218
- BIconCloudPlus,
3219
- BIconCloudPlusFill,
3220
- BIconCloudRain,
3221
- BIconCloudRainFill,
3222
- BIconCloudRainHeavy,
3223
- BIconCloudRainHeavyFill,
3224
- BIconCloudSlash,
3225
- BIconCloudSlashFill,
3226
- BIconCloudSleet,
3227
- BIconCloudSleetFill,
3228
- BIconCloudSnow,
3229
- BIconCloudSnowFill,
3230
- BIconCloudSun,
3231
- BIconCloudSunFill,
3232
- BIconCloudUpload,
3233
- BIconCloudUploadFill,
3234
- BIconClouds,
3235
- BIconCloudsFill,
3236
- BIconCloudy,
3237
- BIconCloudyFill,
3238
- BIconCode,
3239
- BIconCodeSlash,
3240
- BIconCodeSquare,
3241
- BIconCoin,
3242
- BIconCollection,
3243
- BIconCollectionFill,
3244
- BIconCollectionPlay,
3245
- BIconCollectionPlayFill,
3246
- BIconColumns,
3247
- BIconColumnsGap,
3248
- BIconCommand,
3249
- BIconCompass,
3250
- BIconCompassFill,
3251
- BIconCone,
3252
- BIconConeStriped,
3253
- BIconController,
3254
- BIconCpu,
3255
- BIconCpuFill,
3256
- BIconCreditCard,
3257
- BIconCreditCard2Back,
3258
- BIconCreditCard2BackFill,
3259
- BIconCreditCard2Front,
3260
- BIconCreditCard2FrontFill,
3261
- BIconCreditCardFill,
3262
- BIconCrop,
3263
- BIconCup,
3264
- BIconCupFill,
3265
- BIconCupStraw,
3266
- BIconCurrencyBitcoin,
3267
- BIconCurrencyDollar,
3268
- BIconCurrencyEuro,
3269
- BIconCurrencyExchange,
3270
- BIconCurrencyPound,
3271
- BIconCurrencyYen,
3272
- BIconCursor,
3273
- BIconCursorFill,
3274
- BIconCursorText,
3275
- BIconDash,
3276
- BIconDashCircle,
3277
- BIconDashCircleDotted,
3278
- BIconDashCircleFill,
3279
- BIconDashLg,
3280
- BIconDashSquare,
3281
- BIconDashSquareDotted,
3282
- BIconDashSquareFill,
3283
- BIconDiagram2,
3284
- BIconDiagram2Fill,
3285
- BIconDiagram3,
3286
- BIconDiagram3Fill,
3287
- BIconDiamond,
3288
- BIconDiamondFill,
3289
- BIconDiamondHalf,
3290
- BIconDice1,
3291
- BIconDice1Fill,
3292
- BIconDice2,
3293
- BIconDice2Fill,
3294
- BIconDice3,
3295
- BIconDice3Fill,
3296
- BIconDice4,
3297
- BIconDice4Fill,
3298
- BIconDice5,
3299
- BIconDice5Fill,
3300
- BIconDice6,
3301
- BIconDice6Fill,
3302
- BIconDisc,
3303
- BIconDiscFill,
3304
- BIconDiscord,
3305
- BIconDisplay,
3306
- BIconDisplayFill,
3307
- BIconDistributeHorizontal,
3308
- BIconDistributeVertical,
3309
- BIconDoorClosed,
3310
- BIconDoorClosedFill,
3311
- BIconDoorOpen,
3312
- BIconDoorOpenFill,
3313
- BIconDot,
3314
- BIconDownload,
3315
- BIconDroplet,
3316
- BIconDropletFill,
3317
- BIconDropletHalf,
3318
- BIconEarbuds,
3319
- BIconEasel,
3320
- BIconEaselFill,
3321
- BIconEgg,
3322
- BIconEggFill,
3323
- BIconEggFried,
3324
- BIconEject,
3325
- BIconEjectFill,
3326
- BIconEmojiAngry,
3327
- BIconEmojiAngryFill,
3328
- BIconEmojiDizzy,
3329
- BIconEmojiDizzyFill,
3330
- BIconEmojiExpressionless,
3331
- BIconEmojiExpressionlessFill,
3332
- BIconEmojiFrown,
3333
- BIconEmojiFrownFill,
3334
- BIconEmojiHeartEyes,
3335
- BIconEmojiHeartEyesFill,
3336
- BIconEmojiLaughing,
3337
- BIconEmojiLaughingFill,
3338
- BIconEmojiNeutral,
3339
- BIconEmojiNeutralFill,
3340
- BIconEmojiSmile,
3341
- BIconEmojiSmileFill,
3342
- BIconEmojiSmileUpsideDown,
3343
- BIconEmojiSmileUpsideDownFill,
3344
- BIconEmojiSunglasses,
3345
- BIconEmojiSunglassesFill,
3346
- BIconEmojiWink,
3347
- BIconEmojiWinkFill,
3348
- BIconEnvelope,
3349
- BIconEnvelopeFill,
3350
- BIconEnvelopeOpen,
3351
- BIconEnvelopeOpenFill,
3352
- BIconEraser,
3353
- BIconEraserFill,
3354
- BIconExclamation,
3355
- BIconExclamationCircle,
3356
- BIconExclamationCircleFill,
3357
- BIconExclamationDiamond,
3358
- BIconExclamationDiamondFill,
3359
- BIconExclamationLg,
3360
- BIconExclamationOctagon,
3361
- BIconExclamationOctagonFill,
3362
- BIconExclamationSquare,
3363
- BIconExclamationSquareFill,
3364
- BIconExclamationTriangle,
3365
- BIconExclamationTriangleFill,
3366
- BIconExclude,
3367
- BIconEye,
3368
- BIconEyeFill,
3369
- BIconEyeSlash,
3370
- BIconEyeSlashFill,
3371
- BIconEyedropper,
3372
- BIconEyeglasses,
3373
- BIconFacebook,
3374
- BIconFile,
3375
- BIconFileArrowDown,
3376
- BIconFileArrowDownFill,
3377
- BIconFileArrowUp,
3378
- BIconFileArrowUpFill,
3379
- BIconFileBarGraph,
3380
- BIconFileBarGraphFill,
3381
- BIconFileBinary,
3382
- BIconFileBinaryFill,
3383
- BIconFileBreak,
3384
- BIconFileBreakFill,
3385
- BIconFileCheck,
3386
- BIconFileCheckFill,
3387
- BIconFileCode,
3388
- BIconFileCodeFill,
3389
- BIconFileDiff,
3390
- BIconFileDiffFill,
3391
- BIconFileEarmark,
3392
- BIconFileEarmarkArrowDown,
3393
- BIconFileEarmarkArrowDownFill,
3394
- BIconFileEarmarkArrowUp,
3395
- BIconFileEarmarkArrowUpFill,
3396
- BIconFileEarmarkBarGraph,
3397
- BIconFileEarmarkBarGraphFill,
3398
- BIconFileEarmarkBinary,
3399
- BIconFileEarmarkBinaryFill,
3400
- BIconFileEarmarkBreak,
3401
- BIconFileEarmarkBreakFill,
3402
- BIconFileEarmarkCheck,
3403
- BIconFileEarmarkCheckFill,
3404
- BIconFileEarmarkCode,
3405
- BIconFileEarmarkCodeFill,
3406
- BIconFileEarmarkDiff,
3407
- BIconFileEarmarkDiffFill,
3408
- BIconFileEarmarkEasel,
3409
- BIconFileEarmarkEaselFill,
3410
- BIconFileEarmarkExcel,
3411
- BIconFileEarmarkExcelFill,
3412
- BIconFileEarmarkFill,
3413
- BIconFileEarmarkFont,
3414
- BIconFileEarmarkFontFill,
3415
- BIconFileEarmarkImage,
3416
- BIconFileEarmarkImageFill,
3417
- BIconFileEarmarkLock,
3418
- BIconFileEarmarkLock2,
3419
- BIconFileEarmarkLock2Fill,
3420
- BIconFileEarmarkLockFill,
3421
- BIconFileEarmarkMedical,
3422
- BIconFileEarmarkMedicalFill,
3423
- BIconFileEarmarkMinus,
3424
- BIconFileEarmarkMinusFill,
3425
- BIconFileEarmarkMusic,
3426
- BIconFileEarmarkMusicFill,
3427
- BIconFileEarmarkPdf,
3428
- BIconFileEarmarkPdfFill,
3429
- BIconFileEarmarkPerson,
3430
- BIconFileEarmarkPersonFill,
3431
- BIconFileEarmarkPlay,
3432
- BIconFileEarmarkPlayFill,
3433
- BIconFileEarmarkPlus,
3434
- BIconFileEarmarkPlusFill,
3435
- BIconFileEarmarkPost,
3436
- BIconFileEarmarkPostFill,
3437
- BIconFileEarmarkPpt,
3438
- BIconFileEarmarkPptFill,
3439
- BIconFileEarmarkRichtext,
3440
- BIconFileEarmarkRichtextFill,
3441
- BIconFileEarmarkRuled,
3442
- BIconFileEarmarkRuledFill,
3443
- BIconFileEarmarkSlides,
3444
- BIconFileEarmarkSlidesFill,
3445
- BIconFileEarmarkSpreadsheet,
3446
- BIconFileEarmarkSpreadsheetFill,
3447
- BIconFileEarmarkText,
3448
- BIconFileEarmarkTextFill,
3449
- BIconFileEarmarkWord,
3450
- BIconFileEarmarkWordFill,
3451
- BIconFileEarmarkX,
3452
- BIconFileEarmarkXFill,
3453
- BIconFileEarmarkZip,
3454
- BIconFileEarmarkZipFill,
3455
- BIconFileEasel,
3456
- BIconFileEaselFill,
3457
- BIconFileExcel,
3458
- BIconFileExcelFill,
3459
- BIconFileFill,
3460
- BIconFileFont,
3461
- BIconFileFontFill,
3462
- BIconFileImage,
3463
- BIconFileImageFill,
3464
- BIconFileLock,
3465
- BIconFileLock2,
3466
- BIconFileLock2Fill,
3467
- BIconFileLockFill,
3468
- BIconFileMedical,
3469
- BIconFileMedicalFill,
3470
- BIconFileMinus,
3471
- BIconFileMinusFill,
3472
- BIconFileMusic,
3473
- BIconFileMusicFill,
3474
- BIconFilePdf,
3475
- BIconFilePdfFill,
3476
- BIconFilePerson,
3477
- BIconFilePersonFill,
3478
- BIconFilePlay,
3479
- BIconFilePlayFill,
3480
- BIconFilePlus,
3481
- BIconFilePlusFill,
3482
- BIconFilePost,
3483
- BIconFilePostFill,
3484
- BIconFilePpt,
3485
- BIconFilePptFill,
3486
- BIconFileRichtext,
3487
- BIconFileRichtextFill,
3488
- BIconFileRuled,
3489
- BIconFileRuledFill,
3490
- BIconFileSlides,
3491
- BIconFileSlidesFill,
3492
- BIconFileSpreadsheet,
3493
- BIconFileSpreadsheetFill,
3494
- BIconFileText,
3495
- BIconFileTextFill,
3496
- BIconFileWord,
3497
- BIconFileWordFill,
3498
- BIconFileX,
3499
- BIconFileXFill,
3500
- BIconFileZip,
3501
- BIconFileZipFill,
3502
- BIconFiles,
3503
- BIconFilesAlt,
3504
- BIconFilm,
3505
- BIconFilter,
3506
- BIconFilterCircle,
3507
- BIconFilterCircleFill,
3508
- BIconFilterLeft,
3509
- BIconFilterRight,
3510
- BIconFilterSquare,
3511
- BIconFilterSquareFill,
3512
- BIconFlag,
3513
- BIconFlagFill,
3514
- BIconFlower1,
3515
- BIconFlower2,
3516
- BIconFlower3,
3517
- BIconFolder,
3518
- BIconFolder2,
3519
- BIconFolder2Open,
3520
- BIconFolderCheck,
3521
- BIconFolderFill,
3522
- BIconFolderMinus,
3523
- BIconFolderPlus,
3524
- BIconFolderSymlink,
3525
- BIconFolderSymlinkFill,
3526
- BIconFolderX,
3527
- BIconFonts,
3528
- BIconForward,
3529
- BIconForwardFill,
3530
- BIconFront,
3531
- BIconFullscreen,
3532
- BIconFullscreenExit,
3533
- BIconFunnel,
3534
- BIconFunnelFill,
3535
- BIconGear,
3536
- BIconGearFill,
3537
- BIconGearWide,
3538
- BIconGearWideConnected,
3539
- BIconGem,
3540
- BIconGenderAmbiguous,
3541
- BIconGenderFemale,
3542
- BIconGenderMale,
3543
- BIconGenderTrans,
3544
- BIconGeo,
3545
- BIconGeoAlt,
3546
- BIconGeoAltFill,
3547
- BIconGeoFill,
3548
- BIconGift,
3549
- BIconGiftFill,
3550
- BIconGithub,
3551
- BIconGlobe,
3552
- BIconGlobe2,
3553
- BIconGoogle,
3554
- BIconGraphDown,
3555
- BIconGraphUp,
3556
- BIconGrid,
3557
- BIconGrid1x2,
3558
- BIconGrid1x2Fill,
3559
- BIconGrid3x2,
3560
- BIconGrid3x2Gap,
3561
- BIconGrid3x2GapFill,
3562
- BIconGrid3x3,
3563
- BIconGrid3x3Gap,
3564
- BIconGrid3x3GapFill,
3565
- BIconGridFill,
3566
- BIconGripHorizontal,
3567
- BIconGripVertical,
3568
- BIconHammer,
3569
- BIconHandIndex,
3570
- BIconHandIndexFill,
3571
- BIconHandIndexThumb,
3572
- BIconHandIndexThumbFill,
3573
- BIconHandThumbsDown,
3574
- BIconHandThumbsDownFill,
3575
- BIconHandThumbsUp,
3576
- BIconHandThumbsUpFill,
3577
- BIconHandbag,
3578
- BIconHandbagFill,
3579
- BIconHash,
3580
- BIconHdd,
3581
- BIconHddFill,
3582
- BIconHddNetwork,
3583
- BIconHddNetworkFill,
3584
- BIconHddRack,
3585
- BIconHddRackFill,
3586
- BIconHddStack,
3587
- BIconHddStackFill,
3588
- BIconHeadphones,
3589
- BIconHeadset,
3590
- BIconHeadsetVr,
3591
- BIconHeart,
3592
- BIconHeartFill,
3593
- BIconHeartHalf,
3594
- BIconHeptagon,
3595
- BIconHeptagonFill,
3596
- BIconHeptagonHalf,
3597
- BIconHexagon,
3598
- BIconHexagonFill,
3599
- BIconHexagonHalf,
3600
- BIconHourglass,
3601
- BIconHourglassBottom,
3602
- BIconHourglassSplit,
3603
- BIconHourglassTop,
3604
- BIconHouse,
3605
- BIconHouseDoor,
3606
- BIconHouseDoorFill,
3607
- BIconHouseFill,
3608
- BIconHr,
3609
- BIconHurricane,
3610
- BIconImage,
3611
- BIconImageAlt,
3612
- BIconImageFill,
3613
- BIconImages,
3614
- BIconInbox,
3615
- BIconInboxFill,
3616
- BIconInboxes,
3617
- BIconInboxesFill,
3618
- BIconInfo,
3619
- BIconInfoCircle,
3620
- BIconInfoCircleFill,
3621
- BIconInfoLg,
3622
- BIconInfoSquare,
3623
- BIconInfoSquareFill,
3624
- BIconInputCursor,
3625
- BIconInputCursorText,
3626
- BIconInstagram,
3627
- BIconIntersect,
3628
- BIconJournal,
3629
- BIconJournalAlbum,
3630
- BIconJournalArrowDown,
3631
- BIconJournalArrowUp,
3632
- BIconJournalBookmark,
3633
- BIconJournalBookmarkFill,
3634
- BIconJournalCheck,
3635
- BIconJournalCode,
3636
- BIconJournalMedical,
3637
- BIconJournalMinus,
3638
- BIconJournalPlus,
3639
- BIconJournalRichtext,
3640
- BIconJournalText,
3641
- BIconJournalX,
3642
- BIconJournals,
3643
- BIconJoystick,
3644
- BIconJustify,
3645
- BIconJustifyLeft,
3646
- BIconJustifyRight,
3647
- BIconKanban,
3648
- BIconKanbanFill,
3649
- BIconKey,
3650
- BIconKeyFill,
3651
- BIconKeyboard,
3652
- BIconKeyboardFill,
3653
- BIconLadder,
3654
- BIconLamp,
3655
- BIconLampFill,
3656
- BIconLaptop,
3657
- BIconLaptopFill,
3658
- BIconLayerBackward,
3659
- BIconLayerForward,
3660
- BIconLayers,
3661
- BIconLayersFill,
3662
- BIconLayersHalf,
3663
- BIconLayoutSidebar,
3664
- BIconLayoutSidebarInset,
3665
- BIconLayoutSidebarInsetReverse,
3666
- BIconLayoutSidebarReverse,
3667
- BIconLayoutSplit,
3668
- BIconLayoutTextSidebar,
3669
- BIconLayoutTextSidebarReverse,
3670
- BIconLayoutTextWindow,
3671
- BIconLayoutTextWindowReverse,
3672
- BIconLayoutThreeColumns,
3673
- BIconLayoutWtf,
3674
- BIconLifePreserver,
3675
- BIconLightbulb,
3676
- BIconLightbulbFill,
3677
- BIconLightbulbOff,
3678
- BIconLightbulbOffFill,
3679
- BIconLightning,
3680
- BIconLightningCharge,
3681
- BIconLightningChargeFill,
3682
- BIconLightningFill,
3683
- BIconLink,
3684
- BIconLink45deg,
3685
- BIconLinkedin,
3686
- BIconList,
3687
- BIconListCheck,
3688
- BIconListNested,
3689
- BIconListOl,
3690
- BIconListStars,
3691
- BIconListTask,
3692
- BIconListUl,
3693
- BIconLock,
3694
- BIconLockFill,
3695
- BIconMailbox,
3696
- BIconMailbox2,
3697
- BIconMap,
3698
- BIconMapFill,
3699
- BIconMarkdown,
3700
- BIconMarkdownFill,
3701
- BIconMask,
3702
- BIconMastodon,
3703
- BIconMegaphone,
3704
- BIconMegaphoneFill,
3705
- BIconMenuApp,
3706
- BIconMenuAppFill,
3707
- BIconMenuButton,
3708
- BIconMenuButtonFill,
3709
- BIconMenuButtonWide,
3710
- BIconMenuButtonWideFill,
3711
- BIconMenuDown,
3712
- BIconMenuUp,
3713
- BIconMessenger,
3714
- BIconMic,
3715
- BIconMicFill,
3716
- BIconMicMute,
3717
- BIconMicMuteFill,
3718
- BIconMinecart,
3719
- BIconMinecartLoaded,
3720
- BIconMoisture,
3721
- BIconMoon,
3722
- BIconMoonFill,
3723
- BIconMoonStars,
3724
- BIconMoonStarsFill,
3725
- BIconMouse,
3726
- BIconMouse2,
3727
- BIconMouse2Fill,
3728
- BIconMouse3,
3729
- BIconMouse3Fill,
3730
- BIconMouseFill,
3731
- BIconMusicNote,
3732
- BIconMusicNoteBeamed,
3733
- BIconMusicNoteList,
3734
- BIconMusicPlayer,
3735
- BIconMusicPlayerFill,
3736
- BIconNewspaper,
3737
- BIconNodeMinus,
3738
- BIconNodeMinusFill,
3739
- BIconNodePlus,
3740
- BIconNodePlusFill,
3741
- BIconNut,
3742
- BIconNutFill,
3743
- BIconOctagon,
3744
- BIconOctagonFill,
3745
- BIconOctagonHalf,
3746
- BIconOption,
3747
- BIconOutlet,
3748
- BIconPaintBucket,
3749
- BIconPalette,
3750
- BIconPalette2,
3751
- BIconPaletteFill,
3752
- BIconPaperclip,
3753
- BIconParagraph,
3754
- BIconPatchCheck,
3755
- BIconPatchCheckFill,
3756
- BIconPatchExclamation,
3757
- BIconPatchExclamationFill,
3758
- BIconPatchMinus,
3759
- BIconPatchMinusFill,
3760
- BIconPatchPlus,
3761
- BIconPatchPlusFill,
3762
- BIconPatchQuestion,
3763
- BIconPatchQuestionFill,
3764
- BIconPause,
3765
- BIconPauseBtn,
3766
- BIconPauseBtnFill,
3767
- BIconPauseCircle,
3768
- BIconPauseCircleFill,
3769
- BIconPauseFill,
3770
- BIconPeace,
3771
- BIconPeaceFill,
3772
- BIconPen,
3773
- BIconPenFill,
3774
- BIconPencil,
3775
- BIconPencilFill,
3776
- BIconPencilSquare,
3777
- BIconPentagon,
3778
- BIconPentagonFill,
3779
- BIconPentagonHalf,
3780
- BIconPeople,
3781
- BIconPeopleFill,
3782
- BIconPercent,
3783
- BIconPerson,
3784
- BIconPersonBadge,
3785
- BIconPersonBadgeFill,
3786
- BIconPersonBoundingBox,
3787
- BIconPersonCheck,
3788
- BIconPersonCheckFill,
3789
- BIconPersonCircle,
3790
- BIconPersonDash,
3791
- BIconPersonDashFill,
3792
- BIconPersonFill,
3793
- BIconPersonLinesFill,
3794
- BIconPersonPlus,
3795
- BIconPersonPlusFill,
3796
- BIconPersonSquare,
3797
- BIconPersonX,
3798
- BIconPersonXFill,
3799
- BIconPhone,
3800
- BIconPhoneFill,
3801
- BIconPhoneLandscape,
3802
- BIconPhoneLandscapeFill,
3803
- BIconPhoneVibrate,
3804
- BIconPhoneVibrateFill,
3805
- BIconPieChart,
3806
- BIconPieChartFill,
3807
- BIconPiggyBank,
3808
- BIconPiggyBankFill,
3809
- BIconPin,
3810
- BIconPinAngle,
3811
- BIconPinAngleFill,
3812
- BIconPinFill,
3813
- BIconPinMap,
3814
- BIconPinMapFill,
3815
- BIconPip,
3816
- BIconPipFill,
3817
- BIconPlay,
3818
- BIconPlayBtn,
3819
- BIconPlayBtnFill,
3820
- BIconPlayCircle,
3821
- BIconPlayCircleFill,
3822
- BIconPlayFill,
3823
- BIconPlug,
3824
- BIconPlugFill,
3825
- BIconPlus,
3826
- BIconPlusCircle,
3827
- BIconPlusCircleDotted,
3828
- BIconPlusCircleFill,
3829
- BIconPlusLg,
3830
- BIconPlusSquare,
3831
- BIconPlusSquareDotted,
3832
- BIconPlusSquareFill,
3833
- BIconPower,
3834
- BIconPrinter,
3835
- BIconPrinterFill,
3836
- BIconPuzzle,
3837
- BIconPuzzleFill,
3838
- BIconQuestion,
3839
- BIconQuestionCircle,
3840
- BIconQuestionCircleFill,
3841
- BIconQuestionDiamond,
3842
- BIconQuestionDiamondFill,
3843
- BIconQuestionLg,
3844
- BIconQuestionOctagon,
3845
- BIconQuestionOctagonFill,
3846
- BIconQuestionSquare,
3847
- BIconQuestionSquareFill,
3848
- BIconRainbow,
3849
- BIconReceipt,
3850
- BIconReceiptCutoff,
3851
- BIconReception0,
3852
- BIconReception1,
3853
- BIconReception2,
3854
- BIconReception3,
3855
- BIconReception4,
3856
- BIconRecord,
3857
- BIconRecord2,
3858
- BIconRecord2Fill,
3859
- BIconRecordBtn,
3860
- BIconRecordBtnFill,
3861
- BIconRecordCircle,
3862
- BIconRecordCircleFill,
3863
- BIconRecordFill,
3864
- BIconRecycle,
3865
- BIconReddit,
3866
- BIconReply,
3867
- BIconReplyAll,
3868
- BIconReplyAllFill,
3869
- BIconReplyFill,
3870
- BIconRss,
3871
- BIconRssFill,
3872
- BIconRulers,
3873
- BIconSafe,
3874
- BIconSafe2,
3875
- BIconSafe2Fill,
3876
- BIconSafeFill,
3877
- BIconSave,
3878
- BIconSave2,
3879
- BIconSave2Fill,
3880
- BIconSaveFill,
3881
- BIconScissors,
3882
- BIconScrewdriver,
3883
- BIconSdCard,
3884
- BIconSdCardFill,
3885
- BIconSearch,
3886
- BIconSegmentedNav,
3887
- BIconServer,
3888
- BIconShare,
3889
- BIconShareFill,
3890
- BIconShield,
3891
- BIconShieldCheck,
3892
- BIconShieldExclamation,
3893
- BIconShieldFill,
3894
- BIconShieldFillCheck,
3895
- BIconShieldFillExclamation,
3896
- BIconShieldFillMinus,
3897
- BIconShieldFillPlus,
3898
- BIconShieldFillX,
3899
- BIconShieldLock,
3900
- BIconShieldLockFill,
3901
- BIconShieldMinus,
3902
- BIconShieldPlus,
3903
- BIconShieldShaded,
3904
- BIconShieldSlash,
3905
- BIconShieldSlashFill,
3906
- BIconShieldX,
3907
- BIconShift,
3908
- BIconShiftFill,
3909
- BIconShop,
3910
- BIconShopWindow,
3911
- BIconShuffle,
3912
- BIconSignpost,
3913
- BIconSignpost2,
3914
- BIconSignpost2Fill,
3915
- BIconSignpostFill,
3916
- BIconSignpostSplit,
3917
- BIconSignpostSplitFill,
3918
- BIconSim,
3919
- BIconSimFill,
3920
- BIconSkipBackward,
3921
- BIconSkipBackwardBtn,
3922
- BIconSkipBackwardBtnFill,
3923
- BIconSkipBackwardCircle,
3924
- BIconSkipBackwardCircleFill,
3925
- BIconSkipBackwardFill,
3926
- BIconSkipEnd,
3927
- BIconSkipEndBtn,
3928
- BIconSkipEndBtnFill,
3929
- BIconSkipEndCircle,
3930
- BIconSkipEndCircleFill,
3931
- BIconSkipEndFill,
3932
- BIconSkipForward,
3933
- BIconSkipForwardBtn,
3934
- BIconSkipForwardBtnFill,
3935
- BIconSkipForwardCircle,
3936
- BIconSkipForwardCircleFill,
3937
- BIconSkipForwardFill,
3938
- BIconSkipStart,
3939
- BIconSkipStartBtn,
3940
- BIconSkipStartBtnFill,
3941
- BIconSkipStartCircle,
3942
- BIconSkipStartCircleFill,
3943
- BIconSkipStartFill,
3944
- BIconSkype,
3945
- BIconSlack,
3946
- BIconSlash,
3947
- BIconSlashCircle,
3948
- BIconSlashCircleFill,
3949
- BIconSlashLg,
3950
- BIconSlashSquare,
3951
- BIconSlashSquareFill,
3952
- BIconSliders,
3953
- BIconSmartwatch,
3954
- BIconSnow,
3955
- BIconSnow2,
3956
- BIconSnow3,
3957
- BIconSortAlphaDown,
3958
- BIconSortAlphaDownAlt,
3959
- BIconSortAlphaUp,
3960
- BIconSortAlphaUpAlt,
3961
- BIconSortDown,
3962
- BIconSortDownAlt,
3963
- BIconSortNumericDown,
3964
- BIconSortNumericDownAlt,
3965
- BIconSortNumericUp,
3966
- BIconSortNumericUpAlt,
3967
- BIconSortUp,
3968
- BIconSortUpAlt,
3969
- BIconSoundwave,
3970
- BIconSpeaker,
3971
- BIconSpeakerFill,
3972
- BIconSpeedometer,
3973
- BIconSpeedometer2,
3974
- BIconSpellcheck,
3975
- BIconSquare,
3976
- BIconSquareFill,
3977
- BIconSquareHalf,
3978
- BIconStack,
3979
- BIconStar,
3980
- BIconStarFill,
3981
- BIconStarHalf,
3982
- BIconStars,
3983
- BIconStickies,
3984
- BIconStickiesFill,
3985
- BIconSticky,
3986
- BIconStickyFill,
3987
- BIconStop,
3988
- BIconStopBtn,
3989
- BIconStopBtnFill,
3990
- BIconStopCircle,
3991
- BIconStopCircleFill,
3992
- BIconStopFill,
3993
- BIconStoplights,
3994
- BIconStoplightsFill,
3995
- BIconStopwatch,
3996
- BIconStopwatchFill,
3997
- BIconSubtract,
3998
- BIconSuitClub,
3999
- BIconSuitClubFill,
4000
- BIconSuitDiamond,
4001
- BIconSuitDiamondFill,
4002
- BIconSuitHeart,
4003
- BIconSuitHeartFill,
4004
- BIconSuitSpade,
4005
- BIconSuitSpadeFill,
4006
- BIconSun,
4007
- BIconSunFill,
4008
- BIconSunglasses,
4009
- BIconSunrise,
4010
- BIconSunriseFill,
4011
- BIconSunset,
4012
- BIconSunsetFill,
4013
- BIconSymmetryHorizontal,
4014
- BIconSymmetryVertical,
4015
- BIconTable,
4016
- BIconTablet,
4017
- BIconTabletFill,
4018
- BIconTabletLandscape,
4019
- BIconTabletLandscapeFill,
4020
- BIconTag,
4021
- BIconTagFill,
4022
- BIconTags,
4023
- BIconTagsFill,
4024
- BIconTelegram,
4025
- BIconTelephone,
4026
- BIconTelephoneFill,
4027
- BIconTelephoneForward,
4028
- BIconTelephoneForwardFill,
4029
- BIconTelephoneInbound,
4030
- BIconTelephoneInboundFill,
4031
- BIconTelephoneMinus,
4032
- BIconTelephoneMinusFill,
4033
- BIconTelephoneOutbound,
4034
- BIconTelephoneOutboundFill,
4035
- BIconTelephonePlus,
4036
- BIconTelephonePlusFill,
4037
- BIconTelephoneX,
4038
- BIconTelephoneXFill,
4039
- BIconTerminal,
4040
- BIconTerminalFill,
4041
- BIconTextCenter,
4042
- BIconTextIndentLeft,
4043
- BIconTextIndentRight,
4044
- BIconTextLeft,
4045
- BIconTextParagraph,
4046
- BIconTextRight,
4047
- BIconTextarea,
4048
- BIconTextareaResize,
4049
- BIconTextareaT,
4050
- BIconThermometer,
4051
- BIconThermometerHalf,
4052
- BIconThermometerHigh,
4053
- BIconThermometerLow,
4054
- BIconThermometerSnow,
4055
- BIconThermometerSun,
4056
- BIconThreeDots,
4057
- BIconThreeDotsVertical,
4058
- BIconToggle2Off,
4059
- BIconToggle2On,
4060
- BIconToggleOff,
4061
- BIconToggleOn,
4062
- BIconToggles,
4063
- BIconToggles2,
4064
- BIconTools,
4065
- BIconTornado,
4066
- BIconTranslate,
4067
- BIconTrash,
4068
- BIconTrash2,
4069
- BIconTrash2Fill,
4070
- BIconTrashFill,
4071
- BIconTree,
4072
- BIconTreeFill,
4073
- BIconTriangle,
4074
- BIconTriangleFill,
4075
- BIconTriangleHalf,
4076
- BIconTrophy,
4077
- BIconTrophyFill,
4078
- BIconTropicalStorm,
4079
- BIconTruck,
4080
- BIconTruckFlatbed,
4081
- BIconTsunami,
4082
- BIconTv,
4083
- BIconTvFill,
4084
- BIconTwitch,
4085
- BIconTwitter,
4086
- BIconType,
4087
- BIconTypeBold,
4088
- BIconTypeH1,
4089
- BIconTypeH2,
4090
- BIconTypeH3,
4091
- BIconTypeItalic,
4092
- BIconTypeStrikethrough,
4093
- BIconTypeUnderline,
4094
- BIconUiChecks,
4095
- BIconUiChecksGrid,
4096
- BIconUiRadios,
4097
- BIconUiRadiosGrid,
4098
- BIconUmbrella,
4099
- BIconUmbrellaFill,
4100
- BIconUnion,
4101
- BIconUnlock,
4102
- BIconUnlockFill,
4103
- BIconUpc,
4104
- BIconUpcScan,
4105
- BIconUpload,
4106
- BIconVectorPen,
4107
- BIconViewList,
4108
- BIconViewStacked,
4109
- BIconVinyl,
4110
- BIconVinylFill,
4111
- BIconVoicemail,
4112
- BIconVolumeDown,
4113
- BIconVolumeDownFill,
4114
- BIconVolumeMute,
4115
- BIconVolumeMuteFill,
4116
- BIconVolumeOff,
4117
- BIconVolumeOffFill,
4118
- BIconVolumeUp,
4119
- BIconVolumeUpFill,
4120
- BIconVr,
4121
- BIconWallet,
4122
- BIconWallet2,
4123
- BIconWalletFill,
4124
- BIconWatch,
4125
- BIconWater,
4126
- BIconWhatsapp,
4127
- BIconWifi,
4128
- BIconWifi1,
4129
- BIconWifi2,
4130
- BIconWifiOff,
4131
- BIconWind,
4132
- BIconWindow,
4133
- BIconWindowDock,
4134
- BIconWindowSidebar,
4135
- BIconWrench,
4136
- BIconX,
4137
- BIconXCircle,
4138
- BIconXCircleFill,
4139
- BIconXDiamond,
4140
- BIconXDiamondFill,
4141
- BIconXLg,
4142
- BIconXOctagon,
4143
- BIconXOctagonFill,
4144
- BIconXSquare,
4145
- BIconXSquareFill,
4146
- BIconYoutube,
4147
- BIconZoomIn,
4148
- BIconZoomOut
4149
- }
4150
- })
4151
-
4152
- // Export the BootstrapVueIcons plugin installer
4153
- // Mainly for the stand-alone bootstrap-vue-icons.xxx.js builds
4154
- export const BootstrapVueIcons = /*#__PURE__*/ pluginFactoryNoConfig(
4155
- { plugins: { IconsPlugin } },
4156
- { NAME: 'BootstrapVueIcons' }
4157
- )
4158
-
4159
- // --- END AUTO-GENERATED FILE ---