@openedx/paragon 22.3.2 → 23.0.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3079) hide show
  1. package/README.md +36 -5
  2. package/bin/paragon-scripts.js +128 -9
  3. package/dist/ActionRow/_index.scss +2 -4
  4. package/dist/ActionRow/index.js +5 -5
  5. package/dist/ActionRow/index.js.map +1 -1
  6. package/dist/Alert/index.js +6 -6
  7. package/dist/Alert/index.js.map +1 -1
  8. package/dist/Alert/index.scss +41 -32
  9. package/dist/Annotation/_mixins.scss +104 -0
  10. package/dist/Annotation/index.js.map +1 -1
  11. package/dist/Annotation/index.scss +130 -103
  12. package/dist/Avatar/index.js.map +1 -1
  13. package/dist/Avatar/index.scss +18 -20
  14. package/dist/AvatarButton/index.js.map +1 -1
  15. package/dist/AvatarButton/index.scss +3 -5
  16. package/dist/Badge/index.js.map +1 -1
  17. package/dist/Badge/index.scss +112 -2
  18. package/dist/Breadcrumb/BreadcrumbLink.js +5 -5
  19. package/dist/Breadcrumb/BreadcrumbLink.js.map +1 -1
  20. package/dist/Breadcrumb/index.js.map +1 -1
  21. package/dist/Breadcrumb/index.scss +14 -16
  22. package/dist/Bubble/index.js.map +1 -1
  23. package/dist/Bubble/index.scss +25 -12
  24. package/dist/Button/_mixins.scss +14 -0
  25. package/dist/Button/button-group.scss +126 -0
  26. package/dist/Button/index.js +5 -7
  27. package/dist/Button/index.js.map +1 -1
  28. package/dist/Button/index.scss +855 -370
  29. package/dist/Card/CardBody.js.map +1 -1
  30. package/dist/Card/CardCarousel/CardCarousel.js.map +1 -1
  31. package/dist/Card/CardCarousel/CardCarouselControls.js.map +1 -1
  32. package/dist/Card/CardCarousel/CardCarouselHeader.js.map +1 -1
  33. package/dist/Card/CardCarousel/CardCarouselItems.js.map +1 -1
  34. package/dist/Card/CardCarousel/CardCarouselProvider.js.map +1 -1
  35. package/dist/Card/CardCarousel/CardCarouselSubtitle.js.map +1 -1
  36. package/dist/Card/CardCarousel/CardCarouselTitle.js.map +1 -1
  37. package/dist/Card/CardContext.js.map +1 -1
  38. package/dist/Card/CardDeck.js.map +1 -1
  39. package/dist/Card/CardDivider.js.map +1 -1
  40. package/dist/Card/CardFooter.js.map +1 -1
  41. package/dist/Card/CardGrid.js.map +1 -1
  42. package/dist/Card/CardHeader.js.map +1 -1
  43. package/dist/Card/CardImageCap.js +1 -1
  44. package/dist/Card/CardImageCap.js.map +1 -1
  45. package/dist/Card/CardSection.js.map +1 -1
  46. package/dist/Card/CardStatus.js.map +1 -1
  47. package/dist/Card/card-bootstrap.scss +168 -0
  48. package/dist/Card/index.js +5 -5
  49. package/dist/Card/index.js.map +1 -1
  50. package/dist/Card/index.scss +78 -79
  51. package/dist/Carousel/index.js.map +1 -1
  52. package/dist/Carousel/index.scss +168 -2
  53. package/dist/Chip/ChipIcon.js.map +1 -1
  54. package/dist/Chip/index.js.map +1 -1
  55. package/dist/Chip/index.scss +46 -37
  56. package/dist/Chip/mixins.scss +8 -3
  57. package/dist/ChipCarousel/index.js +5 -5
  58. package/dist/ChipCarousel/index.js.map +1 -1
  59. package/dist/ChipCarousel/index.scss +4 -4
  60. package/dist/CloseButton/index.js.map +1 -1
  61. package/dist/CloseButton/index.scss +31 -2
  62. package/dist/Code/index.scss +47 -2
  63. package/dist/Collapse/index.js.map +1 -1
  64. package/dist/Collapsible/CollapsibleAdvanced.js +4 -4
  65. package/dist/Collapsible/CollapsibleAdvanced.js.map +1 -1
  66. package/dist/Collapsible/CollapsibleBody.js +5 -5
  67. package/dist/Collapsible/CollapsibleBody.js.map +1 -1
  68. package/dist/Collapsible/CollapsibleTrigger.js +5 -5
  69. package/dist/Collapsible/CollapsibleTrigger.js.map +1 -1
  70. package/dist/Collapsible/CollapsibleVisible.js.map +1 -1
  71. package/dist/Collapsible/index.js +5 -6
  72. package/dist/Collapsible/index.js.map +1 -1
  73. package/dist/Collapsible/index.scss +15 -15
  74. package/dist/ColorPicker/index.js +6 -6
  75. package/dist/ColorPicker/index.js.map +1 -1
  76. package/dist/ColorPicker/index.scss +9 -11
  77. package/dist/Container/index.js +5 -5
  78. package/dist/Container/index.js.map +1 -1
  79. package/dist/DataTable/ActionDisplay.js.map +1 -1
  80. package/dist/DataTable/BulkActions.js +1 -1
  81. package/dist/DataTable/BulkActions.js.map +1 -1
  82. package/dist/DataTable/CardView.js.map +1 -1
  83. package/dist/DataTable/CollapsibleButtonGroup.js +8 -8
  84. package/dist/DataTable/CollapsibleButtonGroup.js.map +1 -1
  85. package/dist/DataTable/DataTableContext.js.map +1 -1
  86. package/dist/DataTable/DataTableLayout.js.map +1 -1
  87. package/dist/DataTable/DataViewToggle.js +1 -1
  88. package/dist/DataTable/DataViewToggle.js.map +1 -1
  89. package/dist/DataTable/DropdownFilters.js +1 -1
  90. package/dist/DataTable/DropdownFilters.js.map +1 -1
  91. package/dist/DataTable/EmptyTable.js.map +1 -1
  92. package/dist/DataTable/ExpandAll.js.map +1 -1
  93. package/dist/DataTable/ExpandRow.js.map +1 -1
  94. package/dist/DataTable/FilterStatus.js.map +1 -1
  95. package/dist/DataTable/RowStatus.js.map +1 -1
  96. package/dist/DataTable/SidebarFilters.js.map +1 -1
  97. package/dist/DataTable/SmartStatus.js.map +1 -1
  98. package/dist/DataTable/Table.js.map +1 -1
  99. package/dist/DataTable/TableActions.js.map +1 -1
  100. package/dist/DataTable/TableCell.js.map +1 -1
  101. package/dist/DataTable/TableControlBar.js.map +1 -1
  102. package/dist/DataTable/TableFilters.js.map +1 -1
  103. package/dist/DataTable/TableFooter.js.map +1 -1
  104. package/dist/DataTable/TableHeaderCell.js.map +1 -1
  105. package/dist/DataTable/TableHeaderRow.js.map +1 -1
  106. package/dist/DataTable/TablePagination.js.map +1 -1
  107. package/dist/DataTable/TablePaginationMinimal.js.map +1 -1
  108. package/dist/DataTable/TableRow.js.map +1 -1
  109. package/dist/DataTable/filters/CheckboxFilter.js.map +1 -1
  110. package/dist/DataTable/filters/DropdownFilter.js.map +1 -1
  111. package/dist/DataTable/filters/MultiSelectDropdownFilter.js.map +1 -1
  112. package/dist/DataTable/filters/TextFilter.js +0 -1
  113. package/dist/DataTable/filters/TextFilter.js.map +1 -1
  114. package/dist/DataTable/hooks.js +1 -1
  115. package/dist/DataTable/hooks.js.map +1 -1
  116. package/dist/DataTable/index.js +6 -6
  117. package/dist/DataTable/index.js.map +1 -1
  118. package/dist/DataTable/index.scss +48 -50
  119. package/dist/DataTable/selection/BaseSelectionStatus.js.map +1 -1
  120. package/dist/DataTable/selection/ControlledSelect.js +1 -1
  121. package/dist/DataTable/selection/ControlledSelect.js.map +1 -1
  122. package/dist/DataTable/selection/ControlledSelectHeader.js +1 -1
  123. package/dist/DataTable/selection/ControlledSelectHeader.js.map +1 -1
  124. package/dist/DataTable/selection/ControlledSelectionStatus.js +1 -1
  125. package/dist/DataTable/selection/ControlledSelectionStatus.js.map +1 -1
  126. package/dist/DataTable/selection/SelectionStatus.js.map +1 -1
  127. package/dist/DataTable/utils/getVisibleColumns.js.map +1 -1
  128. package/dist/Dropdown/dropdown-bootstrap.scss +181 -0
  129. package/dist/Dropdown/index.js +6 -8
  130. package/dist/Dropdown/index.js.map +1 -1
  131. package/dist/Dropdown/index.scss +11 -12
  132. package/dist/Dropzone/DefaultContent.js.map +1 -1
  133. package/dist/Dropzone/DragError.js.map +1 -1
  134. package/dist/Dropzone/GenericError.js.map +1 -1
  135. package/dist/Dropzone/UploadProgress.js.map +1 -1
  136. package/dist/Dropzone/index.js +5 -5
  137. package/dist/Dropzone/index.js.map +1 -1
  138. package/dist/Dropzone/index.scss +12 -14
  139. package/dist/Fade/index.js.map +1 -1
  140. package/dist/Form/FormAutosuggest.js +6 -6
  141. package/dist/Form/FormAutosuggest.js.map +1 -1
  142. package/dist/Form/FormAutosuggestOption.js.map +1 -1
  143. package/dist/Form/FormCheckbox.js +5 -5
  144. package/dist/Form/FormCheckbox.js.map +1 -1
  145. package/dist/Form/FormCheckboxSet.js.map +1 -1
  146. package/dist/Form/FormCheckboxSetContext.js +5 -5
  147. package/dist/Form/FormCheckboxSetContext.js.map +1 -1
  148. package/dist/Form/FormControl.js +6 -6
  149. package/dist/Form/FormControl.js.map +1 -1
  150. package/dist/Form/FormControlDecorator.js.map +1 -1
  151. package/dist/Form/FormControlDecoratorGroup.js.map +1 -1
  152. package/dist/Form/FormControlFeedback.js.map +1 -1
  153. package/dist/Form/FormControlFloatingLabel.js.map +1 -1
  154. package/dist/Form/FormControlSet.js +5 -5
  155. package/dist/Form/FormControlSet.js.map +1 -1
  156. package/dist/Form/FormGroup.js +5 -5
  157. package/dist/Form/FormGroup.js.map +1 -1
  158. package/dist/Form/FormGroupContext.js +6 -6
  159. package/dist/Form/FormGroupContext.js.map +1 -1
  160. package/dist/Form/FormLabel.js +5 -5
  161. package/dist/Form/FormLabel.js.map +1 -1
  162. package/dist/Form/FormRadio.js +5 -5
  163. package/dist/Form/FormRadio.js.map +1 -1
  164. package/dist/Form/FormRadioSet.js.map +1 -1
  165. package/dist/Form/FormRadioSetContext.js +5 -5
  166. package/dist/Form/FormRadioSetContext.js.map +1 -1
  167. package/dist/Form/FormSwitch.js +5 -5
  168. package/dist/Form/FormSwitch.js.map +1 -1
  169. package/dist/Form/FormSwitchSet.js.map +1 -1
  170. package/dist/Form/FormText.js +3 -3
  171. package/dist/Form/FormText.js.map +1 -1
  172. package/dist/Form/_FormText.scss +8 -8
  173. package/dist/Form/_bootstrap-custom-forms.scss +551 -0
  174. package/dist/Form/_bootstrap-forms.scss +381 -0
  175. package/dist/Form/_index.scss +168 -146
  176. package/dist/Form/_input-group.scss +188 -0
  177. package/dist/Form/_mixins.scss +216 -3
  178. package/dist/Form/index.js.map +1 -1
  179. package/dist/Form/useCheckboxSetValues.js +1 -1
  180. package/dist/Form/useCheckboxSetValues.js.map +1 -1
  181. package/dist/Hyperlink/index.js.map +1 -1
  182. package/dist/Hyperlink/index.scss +1 -1
  183. package/dist/Icon/index.js +5 -5
  184. package/dist/Icon/index.js.map +1 -1
  185. package/dist/Icon/index.scss +10 -12
  186. package/dist/IconButton/_mixins.scss +4 -0
  187. package/dist/IconButton/index.js +8 -14
  188. package/dist/IconButton/index.js.map +1 -1
  189. package/dist/IconButton/index.scss +387 -74
  190. package/dist/IconButtonToggle/index.js.map +1 -1
  191. package/dist/IconButtonToggle/index.scss +1 -1
  192. package/dist/Image/index.js.map +1 -1
  193. package/dist/Image/index.scss +53 -2
  194. package/dist/Layout/index.js +5 -5
  195. package/dist/Layout/index.js.map +1 -1
  196. package/dist/MailtoLink/index.js +5 -5
  197. package/dist/MailtoLink/index.js.map +1 -1
  198. package/dist/Media/index.js.map +1 -1
  199. package/dist/Menu/MenuItem.js +5 -5
  200. package/dist/Menu/MenuItem.js.map +1 -1
  201. package/dist/Menu/SelectMenu.js +1 -1
  202. package/dist/Menu/SelectMenu.js.map +1 -1
  203. package/dist/Menu/index.js +5 -5
  204. package/dist/Menu/index.js.map +1 -1
  205. package/dist/Menu/index.scss +25 -27
  206. package/dist/Modal/AlertModal.js.map +1 -1
  207. package/dist/Modal/FullscreenModal.js.map +1 -1
  208. package/dist/Modal/MarketingModal.js.map +1 -1
  209. package/dist/Modal/ModalCloseButton.js +5 -5
  210. package/dist/Modal/ModalCloseButton.js.map +1 -1
  211. package/dist/Modal/ModalContext.js.map +1 -1
  212. package/dist/Modal/ModalDialog.js +3 -3
  213. package/dist/Modal/ModalDialog.js.map +1 -1
  214. package/dist/Modal/ModalDialogBody.js +6 -6
  215. package/dist/Modal/ModalDialogBody.js.map +1 -1
  216. package/dist/Modal/ModalDialogFooter.js +5 -5
  217. package/dist/Modal/ModalDialogFooter.js.map +1 -1
  218. package/dist/Modal/ModalDialogHeader.js +5 -5
  219. package/dist/Modal/ModalDialogHeader.js.map +1 -1
  220. package/dist/Modal/ModalDialogHero.js +5 -5
  221. package/dist/Modal/ModalDialogHero.js.map +1 -1
  222. package/dist/Modal/ModalDialogHeroBackground.js +5 -5
  223. package/dist/Modal/ModalDialogHeroBackground.js.map +1 -1
  224. package/dist/Modal/ModalDialogHeroContent.js +5 -5
  225. package/dist/Modal/ModalDialogHeroContent.js.map +1 -1
  226. package/dist/Modal/ModalDialogTitle.js +5 -5
  227. package/dist/Modal/ModalDialogTitle.js.map +1 -1
  228. package/dist/Modal/ModalLayer.js.map +1 -1
  229. package/dist/Modal/ModalPopup.js.map +1 -1
  230. package/dist/Modal/PopperElement.js +6 -6
  231. package/dist/Modal/PopperElement.js.map +1 -1
  232. package/dist/Modal/Portal.js +4 -4
  233. package/dist/Modal/Portal.js.map +1 -1
  234. package/dist/Modal/StandardModal.js.map +1 -1
  235. package/dist/Modal/_ModalDialog.scss +52 -50
  236. package/dist/Modal/index.scss +6 -73
  237. package/dist/Nav/_mixins.scss +4 -4
  238. package/dist/Nav/index.js +5 -5
  239. package/dist/Nav/index.js.map +1 -1
  240. package/dist/Nav/index.scss +70 -66
  241. package/dist/Navbar/index.js +5 -5
  242. package/dist/Navbar/index.js.map +1 -1
  243. package/dist/Navbar/index.scss +276 -2
  244. package/dist/OverflowScroll/OverflowScroll.js +1 -1
  245. package/dist/OverflowScroll/OverflowScroll.js.map +1 -1
  246. package/dist/OverflowScroll/OverflowScrollContext.js.map +1 -1
  247. package/dist/OverflowScroll/OverflowScrollItems.js.map +1 -1
  248. package/dist/OverflowScroll/data/useOverflowScrollElementAttributes.js +3 -3
  249. package/dist/Overlay/index.js +2 -3
  250. package/dist/Overlay/index.js.map +1 -1
  251. package/dist/PageBanner/index.js.map +1 -1
  252. package/dist/PageBanner/index.scss +17 -21
  253. package/dist/Pagination/DefaultPagination.js.map +1 -1
  254. package/dist/Pagination/MinimalPagination.js.map +1 -1
  255. package/dist/Pagination/PaginationContext.js +1 -1
  256. package/dist/Pagination/PaginationContext.js.map +1 -1
  257. package/dist/Pagination/ReducedPagination.js.map +1 -1
  258. package/dist/Pagination/index.js +3 -3
  259. package/dist/Pagination/index.js.map +1 -1
  260. package/dist/Pagination/index.scss +32 -34
  261. package/dist/Pagination/pagination-bootstrap.scss +83 -0
  262. package/dist/Pagination/subcomponents/Ellipsis.js.map +1 -1
  263. package/dist/Pagination/subcomponents/NextPageButton.js.map +1 -1
  264. package/dist/Pagination/subcomponents/PageButton.js.map +1 -1
  265. package/dist/Pagination/subcomponents/PageOfCountButton.js.map +1 -1
  266. package/dist/Pagination/subcomponents/PaginationDropdown.js.map +1 -1
  267. package/dist/Pagination/subcomponents/PreviousPageButton.js.map +1 -1
  268. package/dist/Pagination/subcomponents/ScreenReaderText.js.map +1 -1
  269. package/dist/Popover/index.js +5 -5
  270. package/dist/Popover/index.js.map +1 -1
  271. package/dist/Popover/index.scss +9 -10
  272. package/dist/Popover/popover-bootstrap.scss +198 -0
  273. package/dist/ProductTour/Checkpoint.js +1 -1
  274. package/dist/ProductTour/Checkpoint.js.map +1 -1
  275. package/dist/ProductTour/Checkpoint.scss +71 -43
  276. package/dist/ProductTour/CheckpointActionRow.js.map +1 -1
  277. package/dist/ProductTour/CheckpointBody.js.map +1 -1
  278. package/dist/ProductTour/CheckpointBreadcrumbs.js.map +1 -1
  279. package/dist/ProductTour/CheckpointTitle.js.map +1 -1
  280. package/dist/ProductTour/index.js +1 -1
  281. package/dist/ProductTour/index.js.map +1 -1
  282. package/dist/ProgressBar/_mixins.scss +22 -0
  283. package/dist/ProgressBar/bootstrap-progress.scss +49 -0
  284. package/dist/ProgressBar/index.js.map +1 -1
  285. package/dist/ProgressBar/index.scss +28 -36
  286. package/dist/ResponsiveEmbed/index.js.map +1 -1
  287. package/dist/Scrollable/index.js +4 -4
  288. package/dist/Scrollable/index.js.map +1 -1
  289. package/dist/Scrollable/index.scss +2 -2
  290. package/dist/SearchField/SearchFieldAdvanced.js +1 -1
  291. package/dist/SearchField/SearchFieldAdvanced.js.map +1 -1
  292. package/dist/SearchField/SearchFieldClearButton.js.map +1 -1
  293. package/dist/SearchField/SearchFieldInput.js +2 -2
  294. package/dist/SearchField/SearchFieldInput.js.map +1 -1
  295. package/dist/SearchField/SearchFieldLabel.js.map +1 -1
  296. package/dist/SearchField/SearchFieldSubmitButton.js.map +1 -1
  297. package/dist/SearchField/index.js.map +1 -1
  298. package/dist/SearchField/index.scss +15 -17
  299. package/dist/SelectableBox/SelectableBoxSet.js +5 -5
  300. package/dist/SelectableBox/SelectableBoxSet.js.map +1 -1
  301. package/dist/SelectableBox/index.js +5 -5
  302. package/dist/SelectableBox/index.js.map +1 -1
  303. package/dist/SelectableBox/index.scss +11 -13
  304. package/dist/Sheet/SheetContainer.js +4 -4
  305. package/dist/Sheet/SheetContainer.js.map +1 -1
  306. package/dist/Sheet/index.js +4 -4
  307. package/dist/Sheet/index.js.map +1 -1
  308. package/dist/Sheet/index.scss +10 -10
  309. package/dist/Skeleton/index.js.map +1 -1
  310. package/dist/Spinner/index.js +5 -5
  311. package/dist/Spinner/index.js.map +1 -1
  312. package/dist/Spinner/index.scss +57 -2
  313. package/dist/Stack/index.js.map +1 -1
  314. package/dist/Stack/index.scss +1 -3
  315. package/dist/StatefulButton/index.js.map +1 -1
  316. package/dist/Stepper/Stepper.js.map +1 -1
  317. package/dist/Stepper/StepperActionRow.js.map +1 -1
  318. package/dist/Stepper/StepperContext.js +1 -1
  319. package/dist/Stepper/StepperContext.js.map +1 -1
  320. package/dist/Stepper/StepperHeader.js.map +1 -1
  321. package/dist/Stepper/StepperHeaderStep.js.map +1 -1
  322. package/dist/Stepper/StepperStep.js.map +1 -1
  323. package/dist/Stepper/index.scss +19 -20
  324. package/dist/Sticky/index.js +1 -1
  325. package/dist/Sticky/index.js.map +1 -1
  326. package/dist/Sticky/index.scss +4 -6
  327. package/dist/Tabs/Tab.js.map +1 -1
  328. package/dist/Tabs/index.js +6 -8
  329. package/dist/Tabs/index.js.map +1 -1
  330. package/dist/Tabs/index.scss +26 -25
  331. package/dist/Toast/ToastContainer.js +4 -4
  332. package/dist/Toast/ToastContainer.js.map +1 -1
  333. package/dist/Toast/ToastContainer.scss +9 -11
  334. package/dist/Toast/bootstrap-toast.scss +46 -0
  335. package/dist/Toast/index.js +1 -1
  336. package/dist/Toast/index.js.map +1 -1
  337. package/dist/Toast/index.scss +9 -10
  338. package/dist/ToggleButton/index.js.map +1 -1
  339. package/dist/Tooltip/index.js +5 -5
  340. package/dist/Tooltip/index.js.map +1 -1
  341. package/dist/Tooltip/index.scss +136 -10
  342. package/dist/TransitionReplace/DemoTransitionReplace.js +1 -1
  343. package/dist/TransitionReplace/DemoTransitionReplace.js.map +1 -1
  344. package/dist/TransitionReplace/index.js +6 -6
  345. package/dist/TransitionReplace/index.js.map +1 -1
  346. package/dist/Truncate/index.js +1 -1
  347. package/dist/Truncate/index.js.map +1 -1
  348. package/dist/ValidationMessage/index.js +4 -4
  349. package/dist/ValidationMessage/index.js.map +1 -1
  350. package/dist/ValidationMessage/index.scss +1 -1
  351. package/dist/asInput/index.js +4 -4
  352. package/dist/asInput/index.js.map +1 -1
  353. package/dist/core.css +16788 -0
  354. package/dist/core.css.map +1 -0
  355. package/dist/core.min.css +2 -0
  356. package/dist/hooks/useArrowKeyNavigation.js +1 -1
  357. package/dist/hooks/useArrowKeyNavigation.js.map +1 -1
  358. package/dist/hooks/useIndexOfLastVisibleChild.js +1 -1
  359. package/dist/hooks/useIndexOfLastVisibleChild.js.map +1 -1
  360. package/dist/hooks/useIsVisible.js +1 -2
  361. package/dist/hooks/useIsVisible.js.map +1 -1
  362. package/dist/hooks/useToggle.js +1 -1
  363. package/dist/hooks/useToggle.js.map +1 -1
  364. package/dist/hooks/useWindowSize.js +1 -1
  365. package/dist/hooks/useWindowSize.js.map +1 -1
  366. package/dist/index.js +0 -14
  367. package/dist/index.scss +0 -4
  368. package/dist/light.css +4098 -0
  369. package/dist/light.css.map +1 -0
  370. package/dist/light.min.css +2 -0
  371. package/dist/theme-urls.json +21 -0
  372. package/dist/utils/breakpoints.js +1 -1
  373. package/dist/withDeprecatedProps.js +4 -4
  374. package/dist/withDeprecatedProps.js.map +1 -1
  375. package/icons/copy-brand-icons.js +2 -2
  376. package/icons/es5/BsAlexa.js +1 -1
  377. package/icons/es5/BsAlipay.js +1 -1
  378. package/icons/es5/BsAmd.js +1 -1
  379. package/icons/es5/BsAndroid.js +1 -1
  380. package/icons/es5/BsAndroid2.js +1 -1
  381. package/icons/es5/BsApple.js +2 -2
  382. package/icons/es5/BsBehance.js +1 -1
  383. package/icons/es5/BsBluetooth.js +1 -1
  384. package/icons/es5/BsBrowserChrome.js +1 -1
  385. package/icons/es5/BsBrowserEdge.js +3 -3
  386. package/icons/es5/BsBrowserFirefox.js +1 -1
  387. package/icons/es5/BsBrowserSafari.js +1 -1
  388. package/icons/es5/BsDiscord.js +1 -1
  389. package/icons/es5/BsDribbble.js +1 -1
  390. package/icons/es5/BsDropbox.js +1 -1
  391. package/icons/es5/BsFacebook.js +1 -1
  392. package/icons/es5/BsGit.js +1 -1
  393. package/icons/es5/BsGithub.js +1 -1
  394. package/icons/es5/BsGoogle.js +1 -1
  395. package/icons/es5/BsGooglePlay.js +1 -1
  396. package/icons/es5/BsInstagram.js +1 -1
  397. package/icons/es5/BsLine.js +1 -1
  398. package/icons/es5/BsLinkedin.js +1 -1
  399. package/icons/es5/BsMastodon.js +1 -1
  400. package/icons/es5/BsMedium.js +1 -1
  401. package/icons/es5/BsMessenger.js +1 -1
  402. package/icons/es5/BsMeta.js +1 -1
  403. package/icons/es5/BsMicrosoft.js +1 -1
  404. package/icons/es5/BsMicrosoftTeams.js +2 -2
  405. package/icons/es5/BsNintendoSwitch.js +2 -2
  406. package/icons/es5/BsNvidia.js +1 -1
  407. package/icons/es5/BsPaypal.js +1 -1
  408. package/icons/es5/BsPinterest.js +1 -1
  409. package/icons/es5/BsPlaystation.js +1 -1
  410. package/icons/es5/BsQuora.js +1 -1
  411. package/icons/es5/BsReddit.js +2 -2
  412. package/icons/es5/BsSignal.js +1 -1
  413. package/icons/es5/BsSinaWeibo.js +2 -2
  414. package/icons/es5/BsSkype.js +1 -1
  415. package/icons/es5/BsSlack.js +1 -1
  416. package/icons/es5/BsSnapchat.js +1 -1
  417. package/icons/es5/BsSpotify.js +1 -1
  418. package/icons/es5/BsStackOverflow.js +2 -2
  419. package/icons/es5/BsSteam.js +2 -2
  420. package/icons/es5/BsStrava.js +1 -1
  421. package/icons/es5/BsStripe.js +1 -1
  422. package/icons/es5/BsTelegram.js +1 -1
  423. package/icons/es5/BsTencentQq.js +2 -2
  424. package/icons/es5/BsTiktok.js +1 -1
  425. package/icons/es5/BsTrello.js +1 -1
  426. package/icons/es5/BsTwitch.js +2 -2
  427. package/icons/es5/BsTwitter.js +1 -1
  428. package/icons/es5/BsTwitterX.js +16 -0
  429. package/icons/es5/BsUbuntu.js +1 -1
  430. package/icons/es5/BsUnity.js +1 -1
  431. package/icons/es5/BsVimeo.js +1 -1
  432. package/icons/es5/BsWechat.js +2 -2
  433. package/icons/es5/BsWhatsapp.js +1 -1
  434. package/icons/es5/BsWikipedia.js +1 -1
  435. package/icons/es5/BsWindows.js +1 -1
  436. package/icons/es5/BsWordpress.js +3 -3
  437. package/icons/es5/BsXbox.js +1 -1
  438. package/icons/es5/BsYelp.js +1 -1
  439. package/icons/es5/BsYoutube.js +1 -1
  440. package/icons/es5/index.js +1 -0
  441. package/icons/es5/index.ts +1 -0
  442. package/icons/jsx/BsAlexa.jsx +1 -1
  443. package/icons/jsx/BsAlipay.jsx +1 -1
  444. package/icons/jsx/BsAmd.jsx +1 -1
  445. package/icons/jsx/BsAndroid.jsx +1 -1
  446. package/icons/jsx/BsAndroid2.jsx +1 -1
  447. package/icons/jsx/BsApple.jsx +2 -2
  448. package/icons/jsx/BsBehance.jsx +1 -1
  449. package/icons/jsx/BsBluetooth.jsx +1 -1
  450. package/icons/jsx/BsBrowserChrome.jsx +1 -1
  451. package/icons/jsx/BsBrowserEdge.jsx +3 -3
  452. package/icons/jsx/BsBrowserFirefox.jsx +1 -1
  453. package/icons/jsx/BsBrowserSafari.jsx +1 -1
  454. package/icons/jsx/BsDiscord.jsx +1 -1
  455. package/icons/jsx/BsDribbble.jsx +1 -1
  456. package/icons/jsx/BsDropbox.jsx +1 -1
  457. package/icons/jsx/BsFacebook.jsx +1 -1
  458. package/icons/jsx/BsGit.jsx +1 -1
  459. package/icons/jsx/BsGithub.jsx +1 -1
  460. package/icons/jsx/BsGoogle.jsx +1 -1
  461. package/icons/jsx/BsGooglePlay.jsx +1 -1
  462. package/icons/jsx/BsInstagram.jsx +1 -1
  463. package/icons/jsx/BsLine.jsx +1 -1
  464. package/icons/jsx/BsLinkedin.jsx +1 -1
  465. package/icons/jsx/BsMastodon.jsx +1 -1
  466. package/icons/jsx/BsMedium.jsx +1 -1
  467. package/icons/jsx/BsMessenger.jsx +1 -1
  468. package/icons/jsx/BsMeta.jsx +1 -1
  469. package/icons/jsx/BsMicrosoft.jsx +1 -1
  470. package/icons/jsx/BsMicrosoftTeams.jsx +2 -2
  471. package/icons/jsx/BsNintendoSwitch.jsx +2 -2
  472. package/icons/jsx/BsNvidia.jsx +1 -1
  473. package/icons/jsx/BsPaypal.jsx +1 -1
  474. package/icons/jsx/BsPinterest.jsx +1 -1
  475. package/icons/jsx/BsPlaystation.jsx +1 -1
  476. package/icons/jsx/BsQuora.jsx +1 -1
  477. package/icons/jsx/BsReddit.jsx +2 -2
  478. package/icons/jsx/BsSignal.jsx +1 -1
  479. package/icons/jsx/BsSinaWeibo.jsx +2 -2
  480. package/icons/jsx/BsSkype.jsx +1 -1
  481. package/icons/jsx/BsSlack.jsx +1 -1
  482. package/icons/jsx/BsSnapchat.jsx +1 -1
  483. package/icons/jsx/BsSpotify.jsx +1 -1
  484. package/icons/jsx/BsStackOverflow.jsx +2 -2
  485. package/icons/jsx/BsSteam.jsx +2 -2
  486. package/icons/jsx/BsStrava.jsx +1 -1
  487. package/icons/jsx/BsStripe.jsx +1 -1
  488. package/icons/jsx/BsTelegram.jsx +1 -1
  489. package/icons/jsx/BsTencentQq.jsx +2 -2
  490. package/icons/jsx/BsTiktok.jsx +1 -1
  491. package/icons/jsx/BsTrello.jsx +1 -1
  492. package/icons/jsx/BsTwitch.jsx +2 -2
  493. package/icons/jsx/BsTwitter.jsx +1 -1
  494. package/icons/jsx/BsTwitterX.jsx +18 -0
  495. package/icons/jsx/BsUbuntu.jsx +1 -1
  496. package/icons/jsx/BsUnity.jsx +1 -1
  497. package/icons/jsx/BsVimeo.jsx +1 -1
  498. package/icons/jsx/BsWechat.jsx +2 -2
  499. package/icons/jsx/BsWhatsapp.jsx +1 -1
  500. package/icons/jsx/BsWikipedia.jsx +1 -1
  501. package/icons/jsx/BsWindows.jsx +1 -1
  502. package/icons/jsx/BsWordpress.jsx +3 -3
  503. package/icons/jsx/BsXbox.jsx +1 -1
  504. package/icons/jsx/BsYelp.jsx +1 -1
  505. package/icons/jsx/BsYoutube.jsx +1 -1
  506. package/icons/jsx/index.jsx +1 -0
  507. package/icons/node_modules/bootstrap-icons/LICENSE +21 -0
  508. package/icons/node_modules/bootstrap-icons/README.md +100 -0
  509. package/icons/node_modules/bootstrap-icons/bootstrap-icons.svg +1 -0
  510. package/icons/node_modules/bootstrap-icons/font/bootstrap-icons.css +2078 -0
  511. package/icons/node_modules/bootstrap-icons/font/bootstrap-icons.json +2052 -0
  512. package/icons/node_modules/bootstrap-icons/font/bootstrap-icons.min.css +5 -0
  513. package/icons/node_modules/bootstrap-icons/font/bootstrap-icons.scss +2090 -0
  514. package/icons/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff +0 -0
  515. package/icons/node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2 +0 -0
  516. package/icons/node_modules/bootstrap-icons/icons/0-circle-fill.svg +4 -0
  517. package/icons/node_modules/bootstrap-icons/icons/0-circle.svg +4 -0
  518. package/icons/node_modules/bootstrap-icons/icons/0-square-fill.svg +4 -0
  519. package/icons/node_modules/bootstrap-icons/icons/0-square.svg +4 -0
  520. package/icons/node_modules/bootstrap-icons/icons/1-circle-fill.svg +3 -0
  521. package/icons/node_modules/bootstrap-icons/icons/1-circle.svg +3 -0
  522. package/icons/node_modules/bootstrap-icons/icons/1-square-fill.svg +3 -0
  523. package/icons/node_modules/bootstrap-icons/icons/1-square.svg +4 -0
  524. package/icons/node_modules/bootstrap-icons/icons/123.svg +3 -0
  525. package/icons/node_modules/bootstrap-icons/icons/2-circle-fill.svg +3 -0
  526. package/icons/node_modules/bootstrap-icons/icons/2-circle.svg +3 -0
  527. package/icons/node_modules/bootstrap-icons/icons/2-square-fill.svg +3 -0
  528. package/icons/node_modules/bootstrap-icons/icons/2-square.svg +4 -0
  529. package/icons/node_modules/bootstrap-icons/icons/3-circle-fill.svg +3 -0
  530. package/icons/node_modules/bootstrap-icons/icons/3-circle.svg +4 -0
  531. package/icons/node_modules/bootstrap-icons/icons/3-square-fill.svg +3 -0
  532. package/icons/node_modules/bootstrap-icons/icons/3-square.svg +4 -0
  533. package/icons/node_modules/bootstrap-icons/icons/4-circle-fill.svg +3 -0
  534. package/icons/node_modules/bootstrap-icons/icons/4-circle.svg +4 -0
  535. package/icons/node_modules/bootstrap-icons/icons/4-square-fill.svg +4 -0
  536. package/icons/node_modules/bootstrap-icons/icons/4-square.svg +4 -0
  537. package/icons/node_modules/bootstrap-icons/icons/5-circle-fill.svg +3 -0
  538. package/icons/node_modules/bootstrap-icons/icons/5-circle.svg +3 -0
  539. package/icons/node_modules/bootstrap-icons/icons/5-square-fill.svg +3 -0
  540. package/icons/node_modules/bootstrap-icons/icons/5-square.svg +4 -0
  541. package/icons/node_modules/bootstrap-icons/icons/6-circle-fill.svg +3 -0
  542. package/icons/node_modules/bootstrap-icons/icons/6-circle.svg +3 -0
  543. package/icons/node_modules/bootstrap-icons/icons/6-square-fill.svg +4 -0
  544. package/icons/node_modules/bootstrap-icons/icons/6-square.svg +4 -0
  545. package/icons/node_modules/bootstrap-icons/icons/7-circle-fill.svg +3 -0
  546. package/icons/node_modules/bootstrap-icons/icons/7-circle.svg +3 -0
  547. package/icons/node_modules/bootstrap-icons/icons/7-square-fill.svg +3 -0
  548. package/icons/node_modules/bootstrap-icons/icons/7-square.svg +4 -0
  549. package/icons/node_modules/bootstrap-icons/icons/8-circle-fill.svg +3 -0
  550. package/icons/node_modules/bootstrap-icons/icons/8-circle.svg +3 -0
  551. package/icons/node_modules/bootstrap-icons/icons/8-square-fill.svg +4 -0
  552. package/icons/node_modules/bootstrap-icons/icons/8-square.svg +4 -0
  553. package/icons/node_modules/bootstrap-icons/icons/9-circle-fill.svg +3 -0
  554. package/icons/node_modules/bootstrap-icons/icons/9-circle.svg +3 -0
  555. package/icons/node_modules/bootstrap-icons/icons/9-square-fill.svg +4 -0
  556. package/icons/node_modules/bootstrap-icons/icons/9-square.svg +4 -0
  557. package/icons/node_modules/bootstrap-icons/icons/activity.svg +3 -0
  558. package/icons/node_modules/bootstrap-icons/icons/airplane-engines-fill.svg +3 -0
  559. package/icons/node_modules/bootstrap-icons/icons/airplane-engines.svg +3 -0
  560. package/icons/node_modules/bootstrap-icons/icons/airplane-fill.svg +3 -0
  561. package/icons/node_modules/bootstrap-icons/icons/airplane.svg +3 -0
  562. package/icons/node_modules/bootstrap-icons/icons/alarm-fill.svg +3 -0
  563. package/icons/node_modules/bootstrap-icons/icons/alarm.svg +4 -0
  564. package/icons/node_modules/bootstrap-icons/icons/alexa.svg +3 -0
  565. package/icons/node_modules/bootstrap-icons/icons/align-bottom.svg +4 -0
  566. package/icons/node_modules/bootstrap-icons/icons/align-center.svg +3 -0
  567. package/icons/node_modules/bootstrap-icons/icons/align-end.svg +4 -0
  568. package/icons/node_modules/bootstrap-icons/icons/align-middle.svg +3 -0
  569. package/icons/node_modules/bootstrap-icons/icons/align-start.svg +4 -0
  570. package/icons/node_modules/bootstrap-icons/icons/align-top.svg +4 -0
  571. package/icons/node_modules/bootstrap-icons/icons/alipay.svg +4 -0
  572. package/icons/node_modules/bootstrap-icons/icons/alphabet-uppercase.svg +3 -0
  573. package/icons/node_modules/bootstrap-icons/icons/alphabet.svg +3 -0
  574. package/icons/node_modules/bootstrap-icons/icons/alt.svg +3 -0
  575. package/icons/node_modules/bootstrap-icons/icons/amazon.svg +4 -0
  576. package/icons/node_modules/bootstrap-icons/icons/amd.svg +3 -0
  577. package/icons/node_modules/bootstrap-icons/icons/android.svg +3 -0
  578. package/icons/node_modules/bootstrap-icons/icons/android2.svg +3 -0
  579. package/icons/node_modules/bootstrap-icons/icons/app-indicator.svg +4 -0
  580. package/icons/node_modules/bootstrap-icons/icons/app.svg +3 -0
  581. package/icons/node_modules/bootstrap-icons/icons/apple.svg +4 -0
  582. package/icons/node_modules/bootstrap-icons/icons/archive-fill.svg +3 -0
  583. package/icons/node_modules/bootstrap-icons/icons/archive.svg +3 -0
  584. package/icons/node_modules/bootstrap-icons/icons/arrow-90deg-down.svg +3 -0
  585. package/icons/node_modules/bootstrap-icons/icons/arrow-90deg-left.svg +3 -0
  586. package/icons/node_modules/bootstrap-icons/icons/arrow-90deg-right.svg +3 -0
  587. package/icons/node_modules/bootstrap-icons/icons/arrow-90deg-up.svg +3 -0
  588. package/icons/node_modules/bootstrap-icons/icons/arrow-bar-down.svg +3 -0
  589. package/icons/node_modules/bootstrap-icons/icons/arrow-bar-left.svg +3 -0
  590. package/icons/node_modules/bootstrap-icons/icons/arrow-bar-right.svg +3 -0
  591. package/icons/node_modules/bootstrap-icons/icons/arrow-bar-up.svg +3 -0
  592. package/icons/node_modules/bootstrap-icons/icons/arrow-clockwise.svg +4 -0
  593. package/icons/node_modules/bootstrap-icons/icons/arrow-counterclockwise.svg +4 -0
  594. package/icons/node_modules/bootstrap-icons/icons/arrow-down-circle-fill.svg +3 -0
  595. package/icons/node_modules/bootstrap-icons/icons/arrow-down-circle.svg +3 -0
  596. package/icons/node_modules/bootstrap-icons/icons/arrow-down-left-circle-fill.svg +3 -0
  597. package/icons/node_modules/bootstrap-icons/icons/arrow-down-left-circle.svg +3 -0
  598. package/icons/node_modules/bootstrap-icons/icons/arrow-down-left-square-fill.svg +3 -0
  599. package/icons/node_modules/bootstrap-icons/icons/arrow-down-left-square.svg +3 -0
  600. package/icons/node_modules/bootstrap-icons/icons/arrow-down-left.svg +3 -0
  601. package/icons/node_modules/bootstrap-icons/icons/arrow-down-right-circle-fill.svg +3 -0
  602. package/icons/node_modules/bootstrap-icons/icons/arrow-down-right-circle.svg +3 -0
  603. package/icons/node_modules/bootstrap-icons/icons/arrow-down-right-square-fill.svg +3 -0
  604. package/icons/node_modules/bootstrap-icons/icons/arrow-down-right-square.svg +3 -0
  605. package/icons/node_modules/bootstrap-icons/icons/arrow-down-right.svg +3 -0
  606. package/icons/node_modules/bootstrap-icons/icons/arrow-down-short.svg +3 -0
  607. package/icons/node_modules/bootstrap-icons/icons/arrow-down-square-fill.svg +3 -0
  608. package/icons/node_modules/bootstrap-icons/icons/arrow-down-square.svg +3 -0
  609. package/icons/node_modules/bootstrap-icons/icons/arrow-down-up.svg +3 -0
  610. package/icons/node_modules/bootstrap-icons/icons/arrow-down.svg +3 -0
  611. package/icons/node_modules/bootstrap-icons/icons/arrow-left-circle-fill.svg +3 -0
  612. package/icons/node_modules/bootstrap-icons/icons/arrow-left-circle.svg +3 -0
  613. package/icons/node_modules/bootstrap-icons/icons/arrow-left-right.svg +3 -0
  614. package/icons/node_modules/bootstrap-icons/icons/arrow-left-short.svg +3 -0
  615. package/icons/node_modules/bootstrap-icons/icons/arrow-left-square-fill.svg +3 -0
  616. package/icons/node_modules/bootstrap-icons/icons/arrow-left-square.svg +3 -0
  617. package/icons/node_modules/bootstrap-icons/icons/arrow-left.svg +3 -0
  618. package/icons/node_modules/bootstrap-icons/icons/arrow-repeat.svg +4 -0
  619. package/icons/node_modules/bootstrap-icons/icons/arrow-return-left.svg +3 -0
  620. package/icons/node_modules/bootstrap-icons/icons/arrow-return-right.svg +3 -0
  621. package/icons/node_modules/bootstrap-icons/icons/arrow-right-circle-fill.svg +3 -0
  622. package/icons/node_modules/bootstrap-icons/icons/arrow-right-circle.svg +3 -0
  623. package/icons/node_modules/bootstrap-icons/icons/arrow-right-short.svg +3 -0
  624. package/icons/node_modules/bootstrap-icons/icons/arrow-right-square-fill.svg +3 -0
  625. package/icons/node_modules/bootstrap-icons/icons/arrow-right-square.svg +3 -0
  626. package/icons/node_modules/bootstrap-icons/icons/arrow-right.svg +3 -0
  627. package/icons/node_modules/bootstrap-icons/icons/arrow-through-heart-fill.svg +3 -0
  628. package/icons/node_modules/bootstrap-icons/icons/arrow-through-heart.svg +3 -0
  629. package/icons/node_modules/bootstrap-icons/icons/arrow-up-circle-fill.svg +3 -0
  630. package/icons/node_modules/bootstrap-icons/icons/arrow-up-circle.svg +3 -0
  631. package/icons/node_modules/bootstrap-icons/icons/arrow-up-left-circle-fill.svg +3 -0
  632. package/icons/node_modules/bootstrap-icons/icons/arrow-up-left-circle.svg +3 -0
  633. package/icons/node_modules/bootstrap-icons/icons/arrow-up-left-square-fill.svg +3 -0
  634. package/icons/node_modules/bootstrap-icons/icons/arrow-up-left-square.svg +3 -0
  635. package/icons/node_modules/bootstrap-icons/icons/arrow-up-left.svg +3 -0
  636. package/icons/node_modules/bootstrap-icons/icons/arrow-up-right-circle-fill.svg +3 -0
  637. package/icons/node_modules/bootstrap-icons/icons/arrow-up-right-circle.svg +3 -0
  638. package/icons/node_modules/bootstrap-icons/icons/arrow-up-right-square-fill.svg +3 -0
  639. package/icons/node_modules/bootstrap-icons/icons/arrow-up-right-square.svg +3 -0
  640. package/icons/node_modules/bootstrap-icons/icons/arrow-up-right.svg +3 -0
  641. package/icons/node_modules/bootstrap-icons/icons/arrow-up-short.svg +3 -0
  642. package/icons/node_modules/bootstrap-icons/icons/arrow-up-square-fill.svg +3 -0
  643. package/icons/node_modules/bootstrap-icons/icons/arrow-up-square.svg +3 -0
  644. package/icons/node_modules/bootstrap-icons/icons/arrow-up.svg +3 -0
  645. package/icons/node_modules/bootstrap-icons/icons/arrows-angle-contract.svg +3 -0
  646. package/icons/node_modules/bootstrap-icons/icons/arrows-angle-expand.svg +3 -0
  647. package/icons/node_modules/bootstrap-icons/icons/arrows-collapse-vertical.svg +3 -0
  648. package/icons/node_modules/bootstrap-icons/icons/arrows-collapse.svg +3 -0
  649. package/icons/node_modules/bootstrap-icons/icons/arrows-expand-vertical.svg +3 -0
  650. package/icons/node_modules/bootstrap-icons/icons/arrows-expand.svg +3 -0
  651. package/icons/node_modules/bootstrap-icons/icons/arrows-fullscreen.svg +3 -0
  652. package/icons/node_modules/bootstrap-icons/icons/arrows-move.svg +3 -0
  653. package/icons/node_modules/bootstrap-icons/icons/arrows-vertical.svg +3 -0
  654. package/icons/node_modules/bootstrap-icons/icons/arrows.svg +3 -0
  655. package/icons/node_modules/bootstrap-icons/icons/aspect-ratio-fill.svg +3 -0
  656. package/icons/node_modules/bootstrap-icons/icons/aspect-ratio.svg +4 -0
  657. package/icons/node_modules/bootstrap-icons/icons/asterisk.svg +3 -0
  658. package/icons/node_modules/bootstrap-icons/icons/at.svg +3 -0
  659. package/icons/node_modules/bootstrap-icons/icons/award-fill.svg +4 -0
  660. package/icons/node_modules/bootstrap-icons/icons/award.svg +4 -0
  661. package/icons/node_modules/bootstrap-icons/icons/back.svg +3 -0
  662. package/icons/node_modules/bootstrap-icons/icons/backpack-fill.svg +4 -0
  663. package/icons/node_modules/bootstrap-icons/icons/backpack.svg +4 -0
  664. package/icons/node_modules/bootstrap-icons/icons/backpack2-fill.svg +4 -0
  665. package/icons/node_modules/bootstrap-icons/icons/backpack2.svg +5 -0
  666. package/icons/node_modules/bootstrap-icons/icons/backpack3-fill.svg +4 -0
  667. package/icons/node_modules/bootstrap-icons/icons/backpack3.svg +4 -0
  668. package/icons/node_modules/bootstrap-icons/icons/backpack4-fill.svg +4 -0
  669. package/icons/node_modules/bootstrap-icons/icons/backpack4.svg +4 -0
  670. package/icons/node_modules/bootstrap-icons/icons/backspace-fill.svg +3 -0
  671. package/icons/node_modules/bootstrap-icons/icons/backspace-reverse-fill.svg +3 -0
  672. package/icons/node_modules/bootstrap-icons/icons/backspace-reverse.svg +4 -0
  673. package/icons/node_modules/bootstrap-icons/icons/backspace.svg +4 -0
  674. package/icons/node_modules/bootstrap-icons/icons/badge-3d-fill.svg +4 -0
  675. package/icons/node_modules/bootstrap-icons/icons/badge-3d.svg +4 -0
  676. package/icons/node_modules/bootstrap-icons/icons/badge-4k-fill.svg +4 -0
  677. package/icons/node_modules/bootstrap-icons/icons/badge-4k.svg +4 -0
  678. package/icons/node_modules/bootstrap-icons/icons/badge-8k-fill.svg +4 -0
  679. package/icons/node_modules/bootstrap-icons/icons/badge-8k.svg +4 -0
  680. package/icons/node_modules/bootstrap-icons/icons/badge-ad-fill.svg +4 -0
  681. package/icons/node_modules/bootstrap-icons/icons/badge-ad.svg +4 -0
  682. package/icons/node_modules/bootstrap-icons/icons/badge-ar-fill.svg +4 -0
  683. package/icons/node_modules/bootstrap-icons/icons/badge-ar.svg +4 -0
  684. package/icons/node_modules/bootstrap-icons/icons/badge-cc-fill.svg +3 -0
  685. package/icons/node_modules/bootstrap-icons/icons/badge-cc.svg +4 -0
  686. package/icons/node_modules/bootstrap-icons/icons/badge-hd-fill.svg +4 -0
  687. package/icons/node_modules/bootstrap-icons/icons/badge-hd.svg +4 -0
  688. package/icons/node_modules/bootstrap-icons/icons/badge-sd-fill.svg +4 -0
  689. package/icons/node_modules/bootstrap-icons/icons/badge-sd.svg +3 -0
  690. package/icons/node_modules/bootstrap-icons/icons/badge-tm-fill.svg +3 -0
  691. package/icons/node_modules/bootstrap-icons/icons/badge-tm.svg +4 -0
  692. package/icons/node_modules/bootstrap-icons/icons/badge-vo-fill.svg +4 -0
  693. package/icons/node_modules/bootstrap-icons/icons/badge-vo.svg +4 -0
  694. package/icons/node_modules/bootstrap-icons/icons/badge-vr-fill.svg +4 -0
  695. package/icons/node_modules/bootstrap-icons/icons/badge-vr.svg +4 -0
  696. package/icons/node_modules/bootstrap-icons/icons/badge-wc-fill.svg +3 -0
  697. package/icons/node_modules/bootstrap-icons/icons/badge-wc.svg +4 -0
  698. package/icons/node_modules/bootstrap-icons/icons/bag-check-fill.svg +3 -0
  699. package/icons/node_modules/bootstrap-icons/icons/bag-check.svg +4 -0
  700. package/icons/node_modules/bootstrap-icons/icons/bag-dash-fill.svg +3 -0
  701. package/icons/node_modules/bootstrap-icons/icons/bag-dash.svg +4 -0
  702. package/icons/node_modules/bootstrap-icons/icons/bag-fill.svg +3 -0
  703. package/icons/node_modules/bootstrap-icons/icons/bag-heart-fill.svg +3 -0
  704. package/icons/node_modules/bootstrap-icons/icons/bag-heart.svg +3 -0
  705. package/icons/node_modules/bootstrap-icons/icons/bag-plus-fill.svg +3 -0
  706. package/icons/node_modules/bootstrap-icons/icons/bag-plus.svg +4 -0
  707. package/icons/node_modules/bootstrap-icons/icons/bag-x-fill.svg +3 -0
  708. package/icons/node_modules/bootstrap-icons/icons/bag-x.svg +4 -0
  709. package/icons/node_modules/bootstrap-icons/icons/bag.svg +3 -0
  710. package/icons/node_modules/bootstrap-icons/icons/balloon-fill.svg +3 -0
  711. package/icons/node_modules/bootstrap-icons/icons/balloon-heart-fill.svg +3 -0
  712. package/icons/node_modules/bootstrap-icons/icons/balloon-heart.svg +3 -0
  713. package/icons/node_modules/bootstrap-icons/icons/balloon.svg +3 -0
  714. package/icons/node_modules/bootstrap-icons/icons/ban-fill.svg +3 -0
  715. package/icons/node_modules/bootstrap-icons/icons/ban.svg +3 -0
  716. package/icons/node_modules/bootstrap-icons/icons/bandaid-fill.svg +3 -0
  717. package/icons/node_modules/bootstrap-icons/icons/bandaid.svg +4 -0
  718. package/icons/node_modules/bootstrap-icons/icons/bank.svg +3 -0
  719. package/icons/node_modules/bootstrap-icons/icons/bank2.svg +3 -0
  720. package/icons/node_modules/bootstrap-icons/icons/bar-chart-fill.svg +3 -0
  721. package/icons/node_modules/bootstrap-icons/icons/bar-chart-line-fill.svg +3 -0
  722. package/icons/node_modules/bootstrap-icons/icons/bar-chart-line.svg +3 -0
  723. package/icons/node_modules/bootstrap-icons/icons/bar-chart-steps.svg +3 -0
  724. package/icons/node_modules/bootstrap-icons/icons/bar-chart.svg +3 -0
  725. package/icons/node_modules/bootstrap-icons/icons/basket-fill.svg +3 -0
  726. package/icons/node_modules/bootstrap-icons/icons/basket.svg +3 -0
  727. package/icons/node_modules/bootstrap-icons/icons/basket2-fill.svg +3 -0
  728. package/icons/node_modules/bootstrap-icons/icons/basket2.svg +4 -0
  729. package/icons/node_modules/bootstrap-icons/icons/basket3-fill.svg +3 -0
  730. package/icons/node_modules/bootstrap-icons/icons/basket3.svg +3 -0
  731. package/icons/node_modules/bootstrap-icons/icons/battery-charging.svg +6 -0
  732. package/icons/node_modules/bootstrap-icons/icons/battery-full.svg +4 -0
  733. package/icons/node_modules/bootstrap-icons/icons/battery-half.svg +4 -0
  734. package/icons/node_modules/bootstrap-icons/icons/battery.svg +3 -0
  735. package/icons/node_modules/bootstrap-icons/icons/behance.svg +3 -0
  736. package/icons/node_modules/bootstrap-icons/icons/bell-fill.svg +3 -0
  737. package/icons/node_modules/bootstrap-icons/icons/bell-slash-fill.svg +3 -0
  738. package/icons/node_modules/bootstrap-icons/icons/bell-slash.svg +3 -0
  739. package/icons/node_modules/bootstrap-icons/icons/bell.svg +3 -0
  740. package/icons/node_modules/bootstrap-icons/icons/bezier.svg +4 -0
  741. package/icons/node_modules/bootstrap-icons/icons/bezier2.svg +3 -0
  742. package/icons/node_modules/bootstrap-icons/icons/bicycle.svg +3 -0
  743. package/icons/node_modules/bootstrap-icons/icons/bing.svg +5 -0
  744. package/icons/node_modules/bootstrap-icons/icons/binoculars-fill.svg +3 -0
  745. package/icons/node_modules/bootstrap-icons/icons/binoculars.svg +3 -0
  746. package/icons/node_modules/bootstrap-icons/icons/blockquote-left.svg +3 -0
  747. package/icons/node_modules/bootstrap-icons/icons/blockquote-right.svg +3 -0
  748. package/icons/node_modules/bootstrap-icons/icons/bluetooth.svg +3 -0
  749. package/icons/node_modules/bootstrap-icons/icons/body-text.svg +3 -0
  750. package/icons/node_modules/bootstrap-icons/icons/book-fill.svg +3 -0
  751. package/icons/node_modules/bootstrap-icons/icons/book-half.svg +3 -0
  752. package/icons/node_modules/bootstrap-icons/icons/book.svg +3 -0
  753. package/icons/node_modules/bootstrap-icons/icons/bookmark-check-fill.svg +3 -0
  754. package/icons/node_modules/bootstrap-icons/icons/bookmark-check.svg +4 -0
  755. package/icons/node_modules/bootstrap-icons/icons/bookmark-dash-fill.svg +3 -0
  756. package/icons/node_modules/bootstrap-icons/icons/bookmark-dash.svg +4 -0
  757. package/icons/node_modules/bootstrap-icons/icons/bookmark-fill.svg +3 -0
  758. package/icons/node_modules/bootstrap-icons/icons/bookmark-heart-fill.svg +3 -0
  759. package/icons/node_modules/bootstrap-icons/icons/bookmark-heart.svg +4 -0
  760. package/icons/node_modules/bootstrap-icons/icons/bookmark-plus-fill.svg +3 -0
  761. package/icons/node_modules/bootstrap-icons/icons/bookmark-plus.svg +4 -0
  762. package/icons/node_modules/bootstrap-icons/icons/bookmark-star-fill.svg +3 -0
  763. package/icons/node_modules/bootstrap-icons/icons/bookmark-star.svg +4 -0
  764. package/icons/node_modules/bootstrap-icons/icons/bookmark-x-fill.svg +3 -0
  765. package/icons/node_modules/bootstrap-icons/icons/bookmark-x.svg +4 -0
  766. package/icons/node_modules/bootstrap-icons/icons/bookmark.svg +3 -0
  767. package/icons/node_modules/bootstrap-icons/icons/bookmarks-fill.svg +4 -0
  768. package/icons/node_modules/bootstrap-icons/icons/bookmarks.svg +4 -0
  769. package/icons/node_modules/bootstrap-icons/icons/bookshelf.svg +3 -0
  770. package/icons/node_modules/bootstrap-icons/icons/boombox-fill.svg +4 -0
  771. package/icons/node_modules/bootstrap-icons/icons/boombox.svg +6 -0
  772. package/icons/node_modules/bootstrap-icons/icons/bootstrap-fill.svg +4 -0
  773. package/icons/node_modules/bootstrap-icons/icons/bootstrap-reboot.svg +4 -0
  774. package/icons/node_modules/bootstrap-icons/icons/bootstrap.svg +4 -0
  775. package/icons/node_modules/bootstrap-icons/icons/border-all.svg +3 -0
  776. package/icons/node_modules/bootstrap-icons/icons/border-bottom.svg +3 -0
  777. package/icons/node_modules/bootstrap-icons/icons/border-center.svg +3 -0
  778. package/icons/node_modules/bootstrap-icons/icons/border-inner.svg +5 -0
  779. package/icons/node_modules/bootstrap-icons/icons/border-left.svg +3 -0
  780. package/icons/node_modules/bootstrap-icons/icons/border-middle.svg +3 -0
  781. package/icons/node_modules/bootstrap-icons/icons/border-outer.svg +4 -0
  782. package/icons/node_modules/bootstrap-icons/icons/border-right.svg +3 -0
  783. package/icons/node_modules/bootstrap-icons/icons/border-style.svg +3 -0
  784. package/icons/node_modules/bootstrap-icons/icons/border-top.svg +3 -0
  785. package/icons/node_modules/bootstrap-icons/icons/border-width.svg +3 -0
  786. package/icons/node_modules/bootstrap-icons/icons/border.svg +3 -0
  787. package/icons/node_modules/bootstrap-icons/icons/bounding-box-circles.svg +3 -0
  788. package/icons/node_modules/bootstrap-icons/icons/bounding-box.svg +3 -0
  789. package/icons/node_modules/bootstrap-icons/icons/box-arrow-down-left.svg +4 -0
  790. package/icons/node_modules/bootstrap-icons/icons/box-arrow-down-right.svg +4 -0
  791. package/icons/node_modules/bootstrap-icons/icons/box-arrow-down.svg +4 -0
  792. package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-down-left.svg +4 -0
  793. package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-down-right.svg +4 -0
  794. package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-down.svg +4 -0
  795. package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-left.svg +4 -0
  796. package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-right.svg +4 -0
  797. package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-up-left.svg +4 -0
  798. package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-up-right.svg +4 -0
  799. package/icons/node_modules/bootstrap-icons/icons/box-arrow-in-up.svg +4 -0
  800. package/icons/node_modules/bootstrap-icons/icons/box-arrow-left.svg +4 -0
  801. package/icons/node_modules/bootstrap-icons/icons/box-arrow-right.svg +4 -0
  802. package/icons/node_modules/bootstrap-icons/icons/box-arrow-up-left.svg +4 -0
  803. package/icons/node_modules/bootstrap-icons/icons/box-arrow-up-right.svg +4 -0
  804. package/icons/node_modules/bootstrap-icons/icons/box-arrow-up.svg +4 -0
  805. package/icons/node_modules/bootstrap-icons/icons/box-fill.svg +3 -0
  806. package/icons/node_modules/bootstrap-icons/icons/box-seam-fill.svg +3 -0
  807. package/icons/node_modules/bootstrap-icons/icons/box-seam.svg +3 -0
  808. package/icons/node_modules/bootstrap-icons/icons/box.svg +3 -0
  809. package/icons/node_modules/bootstrap-icons/icons/box2-fill.svg +3 -0
  810. package/icons/node_modules/bootstrap-icons/icons/box2-heart-fill.svg +3 -0
  811. package/icons/node_modules/bootstrap-icons/icons/box2-heart.svg +4 -0
  812. package/icons/node_modules/bootstrap-icons/icons/box2.svg +3 -0
  813. package/icons/node_modules/bootstrap-icons/icons/boxes.svg +3 -0
  814. package/icons/node_modules/bootstrap-icons/icons/braces-asterisk.svg +3 -0
  815. package/icons/node_modules/bootstrap-icons/icons/braces.svg +3 -0
  816. package/icons/node_modules/bootstrap-icons/icons/bricks.svg +3 -0
  817. package/icons/node_modules/bootstrap-icons/icons/briefcase-fill.svg +4 -0
  818. package/icons/node_modules/bootstrap-icons/icons/briefcase.svg +3 -0
  819. package/icons/node_modules/bootstrap-icons/icons/brightness-alt-high-fill.svg +3 -0
  820. package/icons/node_modules/bootstrap-icons/icons/brightness-alt-high.svg +3 -0
  821. package/icons/node_modules/bootstrap-icons/icons/brightness-alt-low-fill.svg +3 -0
  822. package/icons/node_modules/bootstrap-icons/icons/brightness-alt-low.svg +3 -0
  823. package/icons/node_modules/bootstrap-icons/icons/brightness-high-fill.svg +3 -0
  824. package/icons/node_modules/bootstrap-icons/icons/brightness-high.svg +3 -0
  825. package/icons/node_modules/bootstrap-icons/icons/brightness-low-fill.svg +3 -0
  826. package/icons/node_modules/bootstrap-icons/icons/brightness-low.svg +3 -0
  827. package/icons/node_modules/bootstrap-icons/icons/brilliance.svg +3 -0
  828. package/icons/node_modules/bootstrap-icons/icons/broadcast-pin.svg +3 -0
  829. package/icons/node_modules/bootstrap-icons/icons/broadcast.svg +3 -0
  830. package/icons/node_modules/bootstrap-icons/icons/browser-chrome.svg +3 -0
  831. package/icons/node_modules/bootstrap-icons/icons/browser-edge.svg +5 -0
  832. package/icons/node_modules/bootstrap-icons/icons/browser-firefox.svg +3 -0
  833. package/icons/node_modules/bootstrap-icons/icons/browser-safari.svg +3 -0
  834. package/icons/node_modules/bootstrap-icons/icons/brush-fill.svg +3 -0
  835. package/icons/node_modules/bootstrap-icons/icons/brush.svg +3 -0
  836. package/icons/node_modules/bootstrap-icons/icons/bucket-fill.svg +3 -0
  837. package/icons/node_modules/bootstrap-icons/icons/bucket.svg +3 -0
  838. package/icons/node_modules/bootstrap-icons/icons/bug-fill.svg +4 -0
  839. package/icons/node_modules/bootstrap-icons/icons/bug.svg +3 -0
  840. package/icons/node_modules/bootstrap-icons/icons/building-add.svg +5 -0
  841. package/icons/node_modules/bootstrap-icons/icons/building-check.svg +5 -0
  842. package/icons/node_modules/bootstrap-icons/icons/building-dash.svg +5 -0
  843. package/icons/node_modules/bootstrap-icons/icons/building-down.svg +5 -0
  844. package/icons/node_modules/bootstrap-icons/icons/building-exclamation.svg +4 -0
  845. package/icons/node_modules/bootstrap-icons/icons/building-fill-add.svg +4 -0
  846. package/icons/node_modules/bootstrap-icons/icons/building-fill-check.svg +4 -0
  847. package/icons/node_modules/bootstrap-icons/icons/building-fill-dash.svg +4 -0
  848. package/icons/node_modules/bootstrap-icons/icons/building-fill-down.svg +4 -0
  849. package/icons/node_modules/bootstrap-icons/icons/building-fill-exclamation.svg +4 -0
  850. package/icons/node_modules/bootstrap-icons/icons/building-fill-gear.svg +4 -0
  851. package/icons/node_modules/bootstrap-icons/icons/building-fill-lock.svg +4 -0
  852. package/icons/node_modules/bootstrap-icons/icons/building-fill-slash.svg +4 -0
  853. package/icons/node_modules/bootstrap-icons/icons/building-fill-up.svg +4 -0
  854. package/icons/node_modules/bootstrap-icons/icons/building-fill-x.svg +4 -0
  855. package/icons/node_modules/bootstrap-icons/icons/building-fill.svg +3 -0
  856. package/icons/node_modules/bootstrap-icons/icons/building-gear.svg +4 -0
  857. package/icons/node_modules/bootstrap-icons/icons/building-lock.svg +4 -0
  858. package/icons/node_modules/bootstrap-icons/icons/building-slash.svg +5 -0
  859. package/icons/node_modules/bootstrap-icons/icons/building-up.svg +5 -0
  860. package/icons/node_modules/bootstrap-icons/icons/building-x.svg +4 -0
  861. package/icons/node_modules/bootstrap-icons/icons/building.svg +4 -0
  862. package/icons/node_modules/bootstrap-icons/icons/buildings-fill.svg +3 -0
  863. package/icons/node_modules/bootstrap-icons/icons/buildings.svg +4 -0
  864. package/icons/node_modules/bootstrap-icons/icons/bullseye.svg +6 -0
  865. package/icons/node_modules/bootstrap-icons/icons/bus-front-fill.svg +3 -0
  866. package/icons/node_modules/bootstrap-icons/icons/bus-front.svg +4 -0
  867. package/icons/node_modules/bootstrap-icons/icons/c-circle-fill.svg +3 -0
  868. package/icons/node_modules/bootstrap-icons/icons/c-circle.svg +3 -0
  869. package/icons/node_modules/bootstrap-icons/icons/c-square-fill.svg +3 -0
  870. package/icons/node_modules/bootstrap-icons/icons/c-square.svg +4 -0
  871. package/icons/node_modules/bootstrap-icons/icons/cake-fill.svg +3 -0
  872. package/icons/node_modules/bootstrap-icons/icons/cake.svg +3 -0
  873. package/icons/node_modules/bootstrap-icons/icons/cake2-fill.svg +4 -0
  874. package/icons/node_modules/bootstrap-icons/icons/cake2.svg +3 -0
  875. package/icons/node_modules/bootstrap-icons/icons/calculator-fill.svg +3 -0
  876. package/icons/node_modules/bootstrap-icons/icons/calculator.svg +4 -0
  877. package/icons/node_modules/bootstrap-icons/icons/calendar-check-fill.svg +3 -0
  878. package/icons/node_modules/bootstrap-icons/icons/calendar-check.svg +4 -0
  879. package/icons/node_modules/bootstrap-icons/icons/calendar-date-fill.svg +4 -0
  880. package/icons/node_modules/bootstrap-icons/icons/calendar-date.svg +4 -0
  881. package/icons/node_modules/bootstrap-icons/icons/calendar-day-fill.svg +3 -0
  882. package/icons/node_modules/bootstrap-icons/icons/calendar-day.svg +4 -0
  883. package/icons/node_modules/bootstrap-icons/icons/calendar-event-fill.svg +3 -0
  884. package/icons/node_modules/bootstrap-icons/icons/calendar-event.svg +4 -0
  885. package/icons/node_modules/bootstrap-icons/icons/calendar-fill.svg +3 -0
  886. package/icons/node_modules/bootstrap-icons/icons/calendar-heart-fill.svg +3 -0
  887. package/icons/node_modules/bootstrap-icons/icons/calendar-heart.svg +3 -0
  888. package/icons/node_modules/bootstrap-icons/icons/calendar-minus-fill.svg +3 -0
  889. package/icons/node_modules/bootstrap-icons/icons/calendar-minus.svg +4 -0
  890. package/icons/node_modules/bootstrap-icons/icons/calendar-month-fill.svg +4 -0
  891. package/icons/node_modules/bootstrap-icons/icons/calendar-month.svg +4 -0
  892. package/icons/node_modules/bootstrap-icons/icons/calendar-plus-fill.svg +3 -0
  893. package/icons/node_modules/bootstrap-icons/icons/calendar-plus.svg +4 -0
  894. package/icons/node_modules/bootstrap-icons/icons/calendar-range-fill.svg +3 -0
  895. package/icons/node_modules/bootstrap-icons/icons/calendar-range.svg +4 -0
  896. package/icons/node_modules/bootstrap-icons/icons/calendar-week-fill.svg +3 -0
  897. package/icons/node_modules/bootstrap-icons/icons/calendar-week.svg +4 -0
  898. package/icons/node_modules/bootstrap-icons/icons/calendar-x-fill.svg +3 -0
  899. package/icons/node_modules/bootstrap-icons/icons/calendar-x.svg +4 -0
  900. package/icons/node_modules/bootstrap-icons/icons/calendar.svg +3 -0
  901. package/icons/node_modules/bootstrap-icons/icons/calendar2-check-fill.svg +3 -0
  902. package/icons/node_modules/bootstrap-icons/icons/calendar2-check.svg +5 -0
  903. package/icons/node_modules/bootstrap-icons/icons/calendar2-date-fill.svg +4 -0
  904. package/icons/node_modules/bootstrap-icons/icons/calendar2-date.svg +5 -0
  905. package/icons/node_modules/bootstrap-icons/icons/calendar2-day-fill.svg +3 -0
  906. package/icons/node_modules/bootstrap-icons/icons/calendar2-day.svg +5 -0
  907. package/icons/node_modules/bootstrap-icons/icons/calendar2-event-fill.svg +3 -0
  908. package/icons/node_modules/bootstrap-icons/icons/calendar2-event.svg +5 -0
  909. package/icons/node_modules/bootstrap-icons/icons/calendar2-fill.svg +3 -0
  910. package/icons/node_modules/bootstrap-icons/icons/calendar2-heart-fill.svg +3 -0
  911. package/icons/node_modules/bootstrap-icons/icons/calendar2-heart.svg +3 -0
  912. package/icons/node_modules/bootstrap-icons/icons/calendar2-minus-fill.svg +3 -0
  913. package/icons/node_modules/bootstrap-icons/icons/calendar2-minus.svg +5 -0
  914. package/icons/node_modules/bootstrap-icons/icons/calendar2-month-fill.svg +4 -0
  915. package/icons/node_modules/bootstrap-icons/icons/calendar2-month.svg +5 -0
  916. package/icons/node_modules/bootstrap-icons/icons/calendar2-plus-fill.svg +3 -0
  917. package/icons/node_modules/bootstrap-icons/icons/calendar2-plus.svg +4 -0
  918. package/icons/node_modules/bootstrap-icons/icons/calendar2-range-fill.svg +3 -0
  919. package/icons/node_modules/bootstrap-icons/icons/calendar2-range.svg +4 -0
  920. package/icons/node_modules/bootstrap-icons/icons/calendar2-week-fill.svg +3 -0
  921. package/icons/node_modules/bootstrap-icons/icons/calendar2-week.svg +4 -0
  922. package/icons/node_modules/bootstrap-icons/icons/calendar2-x-fill.svg +3 -0
  923. package/icons/node_modules/bootstrap-icons/icons/calendar2-x.svg +5 -0
  924. package/icons/node_modules/bootstrap-icons/icons/calendar2.svg +4 -0
  925. package/icons/node_modules/bootstrap-icons/icons/calendar3-event-fill.svg +3 -0
  926. package/icons/node_modules/bootstrap-icons/icons/calendar3-event.svg +4 -0
  927. package/icons/node_modules/bootstrap-icons/icons/calendar3-fill.svg +3 -0
  928. package/icons/node_modules/bootstrap-icons/icons/calendar3-range-fill.svg +3 -0
  929. package/icons/node_modules/bootstrap-icons/icons/calendar3-range.svg +4 -0
  930. package/icons/node_modules/bootstrap-icons/icons/calendar3-week-fill.svg +3 -0
  931. package/icons/node_modules/bootstrap-icons/icons/calendar3-week.svg +4 -0
  932. package/icons/node_modules/bootstrap-icons/icons/calendar3.svg +4 -0
  933. package/icons/node_modules/bootstrap-icons/icons/calendar4-event.svg +4 -0
  934. package/icons/node_modules/bootstrap-icons/icons/calendar4-range.svg +4 -0
  935. package/icons/node_modules/bootstrap-icons/icons/calendar4-week.svg +4 -0
  936. package/icons/node_modules/bootstrap-icons/icons/calendar4.svg +3 -0
  937. package/icons/node_modules/bootstrap-icons/icons/camera-fill.svg +4 -0
  938. package/icons/node_modules/bootstrap-icons/icons/camera-reels-fill.svg +5 -0
  939. package/icons/node_modules/bootstrap-icons/icons/camera-reels.svg +5 -0
  940. package/icons/node_modules/bootstrap-icons/icons/camera-video-fill.svg +3 -0
  941. package/icons/node_modules/bootstrap-icons/icons/camera-video-off-fill.svg +3 -0
  942. package/icons/node_modules/bootstrap-icons/icons/camera-video-off.svg +3 -0
  943. package/icons/node_modules/bootstrap-icons/icons/camera-video.svg +3 -0
  944. package/icons/node_modules/bootstrap-icons/icons/camera.svg +4 -0
  945. package/icons/node_modules/bootstrap-icons/icons/camera2.svg +4 -0
  946. package/icons/node_modules/bootstrap-icons/icons/capslock-fill.svg +3 -0
  947. package/icons/node_modules/bootstrap-icons/icons/capslock.svg +3 -0
  948. package/icons/node_modules/bootstrap-icons/icons/capsule-pill.svg +3 -0
  949. package/icons/node_modules/bootstrap-icons/icons/capsule.svg +3 -0
  950. package/icons/node_modules/bootstrap-icons/icons/car-front-fill.svg +3 -0
  951. package/icons/node_modules/bootstrap-icons/icons/car-front.svg +4 -0
  952. package/icons/node_modules/bootstrap-icons/icons/card-checklist.svg +4 -0
  953. package/icons/node_modules/bootstrap-icons/icons/card-heading.svg +4 -0
  954. package/icons/node_modules/bootstrap-icons/icons/card-image.svg +4 -0
  955. package/icons/node_modules/bootstrap-icons/icons/card-list.svg +4 -0
  956. package/icons/node_modules/bootstrap-icons/icons/card-text.svg +4 -0
  957. package/icons/node_modules/bootstrap-icons/icons/caret-down-fill.svg +3 -0
  958. package/icons/node_modules/bootstrap-icons/icons/caret-down-square-fill.svg +3 -0
  959. package/icons/node_modules/bootstrap-icons/icons/caret-down-square.svg +4 -0
  960. package/icons/node_modules/bootstrap-icons/icons/caret-down.svg +3 -0
  961. package/icons/node_modules/bootstrap-icons/icons/caret-left-fill.svg +3 -0
  962. package/icons/node_modules/bootstrap-icons/icons/caret-left-square-fill.svg +3 -0
  963. package/icons/node_modules/bootstrap-icons/icons/caret-left-square.svg +4 -0
  964. package/icons/node_modules/bootstrap-icons/icons/caret-left.svg +3 -0
  965. package/icons/node_modules/bootstrap-icons/icons/caret-right-fill.svg +3 -0
  966. package/icons/node_modules/bootstrap-icons/icons/caret-right-square-fill.svg +3 -0
  967. package/icons/node_modules/bootstrap-icons/icons/caret-right-square.svg +4 -0
  968. package/icons/node_modules/bootstrap-icons/icons/caret-right.svg +3 -0
  969. package/icons/node_modules/bootstrap-icons/icons/caret-up-fill.svg +3 -0
  970. package/icons/node_modules/bootstrap-icons/icons/caret-up-square-fill.svg +3 -0
  971. package/icons/node_modules/bootstrap-icons/icons/caret-up-square.svg +4 -0
  972. package/icons/node_modules/bootstrap-icons/icons/caret-up.svg +3 -0
  973. package/icons/node_modules/bootstrap-icons/icons/cart-check-fill.svg +3 -0
  974. package/icons/node_modules/bootstrap-icons/icons/cart-check.svg +4 -0
  975. package/icons/node_modules/bootstrap-icons/icons/cart-dash-fill.svg +3 -0
  976. package/icons/node_modules/bootstrap-icons/icons/cart-dash.svg +4 -0
  977. package/icons/node_modules/bootstrap-icons/icons/cart-fill.svg +3 -0
  978. package/icons/node_modules/bootstrap-icons/icons/cart-plus-fill.svg +3 -0
  979. package/icons/node_modules/bootstrap-icons/icons/cart-plus.svg +4 -0
  980. package/icons/node_modules/bootstrap-icons/icons/cart-x-fill.svg +3 -0
  981. package/icons/node_modules/bootstrap-icons/icons/cart-x.svg +4 -0
  982. package/icons/node_modules/bootstrap-icons/icons/cart.svg +3 -0
  983. package/icons/node_modules/bootstrap-icons/icons/cart2.svg +3 -0
  984. package/icons/node_modules/bootstrap-icons/icons/cart3.svg +3 -0
  985. package/icons/node_modules/bootstrap-icons/icons/cart4.svg +3 -0
  986. package/icons/node_modules/bootstrap-icons/icons/cash-coin.svg +6 -0
  987. package/icons/node_modules/bootstrap-icons/icons/cash-stack.svg +4 -0
  988. package/icons/node_modules/bootstrap-icons/icons/cash.svg +4 -0
  989. package/icons/node_modules/bootstrap-icons/icons/cassette-fill.svg +4 -0
  990. package/icons/node_modules/bootstrap-icons/icons/cassette.svg +4 -0
  991. package/icons/node_modules/bootstrap-icons/icons/cast.svg +4 -0
  992. package/icons/node_modules/bootstrap-icons/icons/cc-circle-fill.svg +3 -0
  993. package/icons/node_modules/bootstrap-icons/icons/cc-circle.svg +3 -0
  994. package/icons/node_modules/bootstrap-icons/icons/cc-square-fill.svg +3 -0
  995. package/icons/node_modules/bootstrap-icons/icons/cc-square.svg +4 -0
  996. package/icons/node_modules/bootstrap-icons/icons/chat-dots-fill.svg +3 -0
  997. package/icons/node_modules/bootstrap-icons/icons/chat-dots.svg +4 -0
  998. package/icons/node_modules/bootstrap-icons/icons/chat-fill.svg +3 -0
  999. package/icons/node_modules/bootstrap-icons/icons/chat-heart-fill.svg +3 -0
  1000. package/icons/node_modules/bootstrap-icons/icons/chat-heart.svg +3 -0
  1001. package/icons/node_modules/bootstrap-icons/icons/chat-left-dots-fill.svg +3 -0
  1002. package/icons/node_modules/bootstrap-icons/icons/chat-left-dots.svg +4 -0
  1003. package/icons/node_modules/bootstrap-icons/icons/chat-left-fill.svg +3 -0
  1004. package/icons/node_modules/bootstrap-icons/icons/chat-left-heart-fill.svg +3 -0
  1005. package/icons/node_modules/bootstrap-icons/icons/chat-left-heart.svg +4 -0
  1006. package/icons/node_modules/bootstrap-icons/icons/chat-left-quote-fill.svg +3 -0
  1007. package/icons/node_modules/bootstrap-icons/icons/chat-left-quote.svg +4 -0
  1008. package/icons/node_modules/bootstrap-icons/icons/chat-left-text-fill.svg +3 -0
  1009. package/icons/node_modules/bootstrap-icons/icons/chat-left-text.svg +4 -0
  1010. package/icons/node_modules/bootstrap-icons/icons/chat-left.svg +3 -0
  1011. package/icons/node_modules/bootstrap-icons/icons/chat-quote-fill.svg +3 -0
  1012. package/icons/node_modules/bootstrap-icons/icons/chat-quote.svg +4 -0
  1013. package/icons/node_modules/bootstrap-icons/icons/chat-right-dots-fill.svg +3 -0
  1014. package/icons/node_modules/bootstrap-icons/icons/chat-right-dots.svg +4 -0
  1015. package/icons/node_modules/bootstrap-icons/icons/chat-right-fill.svg +3 -0
  1016. package/icons/node_modules/bootstrap-icons/icons/chat-right-heart-fill.svg +3 -0
  1017. package/icons/node_modules/bootstrap-icons/icons/chat-right-heart.svg +4 -0
  1018. package/icons/node_modules/bootstrap-icons/icons/chat-right-quote-fill.svg +3 -0
  1019. package/icons/node_modules/bootstrap-icons/icons/chat-right-quote.svg +4 -0
  1020. package/icons/node_modules/bootstrap-icons/icons/chat-right-text-fill.svg +3 -0
  1021. package/icons/node_modules/bootstrap-icons/icons/chat-right-text.svg +4 -0
  1022. package/icons/node_modules/bootstrap-icons/icons/chat-right.svg +3 -0
  1023. package/icons/node_modules/bootstrap-icons/icons/chat-square-dots-fill.svg +3 -0
  1024. package/icons/node_modules/bootstrap-icons/icons/chat-square-dots.svg +4 -0
  1025. package/icons/node_modules/bootstrap-icons/icons/chat-square-fill.svg +3 -0
  1026. package/icons/node_modules/bootstrap-icons/icons/chat-square-heart-fill.svg +3 -0
  1027. package/icons/node_modules/bootstrap-icons/icons/chat-square-heart.svg +4 -0
  1028. package/icons/node_modules/bootstrap-icons/icons/chat-square-quote-fill.svg +3 -0
  1029. package/icons/node_modules/bootstrap-icons/icons/chat-square-quote.svg +4 -0
  1030. package/icons/node_modules/bootstrap-icons/icons/chat-square-text-fill.svg +3 -0
  1031. package/icons/node_modules/bootstrap-icons/icons/chat-square-text.svg +4 -0
  1032. package/icons/node_modules/bootstrap-icons/icons/chat-square.svg +3 -0
  1033. package/icons/node_modules/bootstrap-icons/icons/chat-text-fill.svg +3 -0
  1034. package/icons/node_modules/bootstrap-icons/icons/chat-text.svg +4 -0
  1035. package/icons/node_modules/bootstrap-icons/icons/chat.svg +3 -0
  1036. package/icons/node_modules/bootstrap-icons/icons/check-all.svg +3 -0
  1037. package/icons/node_modules/bootstrap-icons/icons/check-circle-fill.svg +3 -0
  1038. package/icons/node_modules/bootstrap-icons/icons/check-circle.svg +4 -0
  1039. package/icons/node_modules/bootstrap-icons/icons/check-lg.svg +3 -0
  1040. package/icons/node_modules/bootstrap-icons/icons/check-square-fill.svg +3 -0
  1041. package/icons/node_modules/bootstrap-icons/icons/check-square.svg +4 -0
  1042. package/icons/node_modules/bootstrap-icons/icons/check.svg +3 -0
  1043. package/icons/node_modules/bootstrap-icons/icons/check2-all.svg +4 -0
  1044. package/icons/node_modules/bootstrap-icons/icons/check2-circle.svg +4 -0
  1045. package/icons/node_modules/bootstrap-icons/icons/check2-square.svg +4 -0
  1046. package/icons/node_modules/bootstrap-icons/icons/check2.svg +3 -0
  1047. package/icons/node_modules/bootstrap-icons/icons/chevron-bar-contract.svg +3 -0
  1048. package/icons/node_modules/bootstrap-icons/icons/chevron-bar-down.svg +3 -0
  1049. package/icons/node_modules/bootstrap-icons/icons/chevron-bar-expand.svg +3 -0
  1050. package/icons/node_modules/bootstrap-icons/icons/chevron-bar-left.svg +3 -0
  1051. package/icons/node_modules/bootstrap-icons/icons/chevron-bar-right.svg +3 -0
  1052. package/icons/node_modules/bootstrap-icons/icons/chevron-bar-up.svg +3 -0
  1053. package/icons/node_modules/bootstrap-icons/icons/chevron-compact-down.svg +3 -0
  1054. package/icons/node_modules/bootstrap-icons/icons/chevron-compact-left.svg +3 -0
  1055. package/icons/node_modules/bootstrap-icons/icons/chevron-compact-right.svg +3 -0
  1056. package/icons/node_modules/bootstrap-icons/icons/chevron-compact-up.svg +3 -0
  1057. package/icons/node_modules/bootstrap-icons/icons/chevron-contract.svg +3 -0
  1058. package/icons/node_modules/bootstrap-icons/icons/chevron-double-down.svg +4 -0
  1059. package/icons/node_modules/bootstrap-icons/icons/chevron-double-left.svg +4 -0
  1060. package/icons/node_modules/bootstrap-icons/icons/chevron-double-right.svg +4 -0
  1061. package/icons/node_modules/bootstrap-icons/icons/chevron-double-up.svg +4 -0
  1062. package/icons/node_modules/bootstrap-icons/icons/chevron-down.svg +3 -0
  1063. package/icons/node_modules/bootstrap-icons/icons/chevron-expand.svg +3 -0
  1064. package/icons/node_modules/bootstrap-icons/icons/chevron-left.svg +3 -0
  1065. package/icons/node_modules/bootstrap-icons/icons/chevron-right.svg +3 -0
  1066. package/icons/node_modules/bootstrap-icons/icons/chevron-up.svg +3 -0
  1067. package/icons/node_modules/bootstrap-icons/icons/circle-fill.svg +3 -0
  1068. package/icons/node_modules/bootstrap-icons/icons/circle-half.svg +3 -0
  1069. package/icons/node_modules/bootstrap-icons/icons/circle-square.svg +4 -0
  1070. package/icons/node_modules/bootstrap-icons/icons/circle.svg +3 -0
  1071. package/icons/node_modules/bootstrap-icons/icons/clipboard-check-fill.svg +4 -0
  1072. package/icons/node_modules/bootstrap-icons/icons/clipboard-check.svg +5 -0
  1073. package/icons/node_modules/bootstrap-icons/icons/clipboard-data-fill.svg +4 -0
  1074. package/icons/node_modules/bootstrap-icons/icons/clipboard-data.svg +5 -0
  1075. package/icons/node_modules/bootstrap-icons/icons/clipboard-fill.svg +3 -0
  1076. package/icons/node_modules/bootstrap-icons/icons/clipboard-heart-fill.svg +4 -0
  1077. package/icons/node_modules/bootstrap-icons/icons/clipboard-heart.svg +5 -0
  1078. package/icons/node_modules/bootstrap-icons/icons/clipboard-minus-fill.svg +4 -0
  1079. package/icons/node_modules/bootstrap-icons/icons/clipboard-minus.svg +5 -0
  1080. package/icons/node_modules/bootstrap-icons/icons/clipboard-plus-fill.svg +4 -0
  1081. package/icons/node_modules/bootstrap-icons/icons/clipboard-plus.svg +5 -0
  1082. package/icons/node_modules/bootstrap-icons/icons/clipboard-pulse.svg +3 -0
  1083. package/icons/node_modules/bootstrap-icons/icons/clipboard-x-fill.svg +4 -0
  1084. package/icons/node_modules/bootstrap-icons/icons/clipboard-x.svg +5 -0
  1085. package/icons/node_modules/bootstrap-icons/icons/clipboard.svg +4 -0
  1086. package/icons/node_modules/bootstrap-icons/icons/clipboard2-check-fill.svg +4 -0
  1087. package/icons/node_modules/bootstrap-icons/icons/clipboard2-check.svg +5 -0
  1088. package/icons/node_modules/bootstrap-icons/icons/clipboard2-data-fill.svg +4 -0
  1089. package/icons/node_modules/bootstrap-icons/icons/clipboard2-data.svg +5 -0
  1090. package/icons/node_modules/bootstrap-icons/icons/clipboard2-fill.svg +4 -0
  1091. package/icons/node_modules/bootstrap-icons/icons/clipboard2-heart-fill.svg +4 -0
  1092. package/icons/node_modules/bootstrap-icons/icons/clipboard2-heart.svg +5 -0
  1093. package/icons/node_modules/bootstrap-icons/icons/clipboard2-minus-fill.svg +4 -0
  1094. package/icons/node_modules/bootstrap-icons/icons/clipboard2-minus.svg +5 -0
  1095. package/icons/node_modules/bootstrap-icons/icons/clipboard2-plus-fill.svg +4 -0
  1096. package/icons/node_modules/bootstrap-icons/icons/clipboard2-plus.svg +5 -0
  1097. package/icons/node_modules/bootstrap-icons/icons/clipboard2-pulse-fill.svg +4 -0
  1098. package/icons/node_modules/bootstrap-icons/icons/clipboard2-pulse.svg +5 -0
  1099. package/icons/node_modules/bootstrap-icons/icons/clipboard2-x-fill.svg +4 -0
  1100. package/icons/node_modules/bootstrap-icons/icons/clipboard2-x.svg +5 -0
  1101. package/icons/node_modules/bootstrap-icons/icons/clipboard2.svg +4 -0
  1102. package/icons/node_modules/bootstrap-icons/icons/clock-fill.svg +3 -0
  1103. package/icons/node_modules/bootstrap-icons/icons/clock-history.svg +5 -0
  1104. package/icons/node_modules/bootstrap-icons/icons/clock.svg +4 -0
  1105. package/icons/node_modules/bootstrap-icons/icons/cloud-arrow-down-fill.svg +3 -0
  1106. package/icons/node_modules/bootstrap-icons/icons/cloud-arrow-down.svg +4 -0
  1107. package/icons/node_modules/bootstrap-icons/icons/cloud-arrow-up-fill.svg +3 -0
  1108. package/icons/node_modules/bootstrap-icons/icons/cloud-arrow-up.svg +4 -0
  1109. package/icons/node_modules/bootstrap-icons/icons/cloud-check-fill.svg +3 -0
  1110. package/icons/node_modules/bootstrap-icons/icons/cloud-check.svg +4 -0
  1111. package/icons/node_modules/bootstrap-icons/icons/cloud-download-fill.svg +3 -0
  1112. package/icons/node_modules/bootstrap-icons/icons/cloud-download.svg +4 -0
  1113. package/icons/node_modules/bootstrap-icons/icons/cloud-drizzle-fill.svg +3 -0
  1114. package/icons/node_modules/bootstrap-icons/icons/cloud-drizzle.svg +3 -0
  1115. package/icons/node_modules/bootstrap-icons/icons/cloud-fill.svg +3 -0
  1116. package/icons/node_modules/bootstrap-icons/icons/cloud-fog-fill.svg +3 -0
  1117. package/icons/node_modules/bootstrap-icons/icons/cloud-fog.svg +3 -0
  1118. package/icons/node_modules/bootstrap-icons/icons/cloud-fog2-fill.svg +3 -0
  1119. package/icons/node_modules/bootstrap-icons/icons/cloud-fog2.svg +3 -0
  1120. package/icons/node_modules/bootstrap-icons/icons/cloud-hail-fill.svg +3 -0
  1121. package/icons/node_modules/bootstrap-icons/icons/cloud-hail.svg +3 -0
  1122. package/icons/node_modules/bootstrap-icons/icons/cloud-haze-fill.svg +3 -0
  1123. package/icons/node_modules/bootstrap-icons/icons/cloud-haze.svg +3 -0
  1124. package/icons/node_modules/bootstrap-icons/icons/cloud-haze2-fill.svg +3 -0
  1125. package/icons/node_modules/bootstrap-icons/icons/cloud-haze2.svg +3 -0
  1126. package/icons/node_modules/bootstrap-icons/icons/cloud-lightning-fill.svg +3 -0
  1127. package/icons/node_modules/bootstrap-icons/icons/cloud-lightning-rain-fill.svg +3 -0
  1128. package/icons/node_modules/bootstrap-icons/icons/cloud-lightning-rain.svg +3 -0
  1129. package/icons/node_modules/bootstrap-icons/icons/cloud-lightning.svg +3 -0
  1130. package/icons/node_modules/bootstrap-icons/icons/cloud-minus-fill.svg +3 -0
  1131. package/icons/node_modules/bootstrap-icons/icons/cloud-minus.svg +4 -0
  1132. package/icons/node_modules/bootstrap-icons/icons/cloud-moon-fill.svg +4 -0
  1133. package/icons/node_modules/bootstrap-icons/icons/cloud-moon.svg +4 -0
  1134. package/icons/node_modules/bootstrap-icons/icons/cloud-plus-fill.svg +3 -0
  1135. package/icons/node_modules/bootstrap-icons/icons/cloud-plus.svg +4 -0
  1136. package/icons/node_modules/bootstrap-icons/icons/cloud-rain-fill.svg +3 -0
  1137. package/icons/node_modules/bootstrap-icons/icons/cloud-rain-heavy-fill.svg +3 -0
  1138. package/icons/node_modules/bootstrap-icons/icons/cloud-rain-heavy.svg +3 -0
  1139. package/icons/node_modules/bootstrap-icons/icons/cloud-rain.svg +3 -0
  1140. package/icons/node_modules/bootstrap-icons/icons/cloud-slash-fill.svg +3 -0
  1141. package/icons/node_modules/bootstrap-icons/icons/cloud-slash.svg +4 -0
  1142. package/icons/node_modules/bootstrap-icons/icons/cloud-sleet-fill.svg +3 -0
  1143. package/icons/node_modules/bootstrap-icons/icons/cloud-sleet.svg +3 -0
  1144. package/icons/node_modules/bootstrap-icons/icons/cloud-snow-fill.svg +3 -0
  1145. package/icons/node_modules/bootstrap-icons/icons/cloud-snow.svg +3 -0
  1146. package/icons/node_modules/bootstrap-icons/icons/cloud-sun-fill.svg +4 -0
  1147. package/icons/node_modules/bootstrap-icons/icons/cloud-sun.svg +4 -0
  1148. package/icons/node_modules/bootstrap-icons/icons/cloud-upload-fill.svg +3 -0
  1149. package/icons/node_modules/bootstrap-icons/icons/cloud-upload.svg +4 -0
  1150. package/icons/node_modules/bootstrap-icons/icons/cloud.svg +3 -0
  1151. package/icons/node_modules/bootstrap-icons/icons/clouds-fill.svg +4 -0
  1152. package/icons/node_modules/bootstrap-icons/icons/clouds.svg +4 -0
  1153. package/icons/node_modules/bootstrap-icons/icons/cloudy-fill.svg +3 -0
  1154. package/icons/node_modules/bootstrap-icons/icons/cloudy.svg +3 -0
  1155. package/icons/node_modules/bootstrap-icons/icons/code-slash.svg +3 -0
  1156. package/icons/node_modules/bootstrap-icons/icons/code-square.svg +4 -0
  1157. package/icons/node_modules/bootstrap-icons/icons/code.svg +3 -0
  1158. package/icons/node_modules/bootstrap-icons/icons/coin.svg +5 -0
  1159. package/icons/node_modules/bootstrap-icons/icons/collection-fill.svg +3 -0
  1160. package/icons/node_modules/bootstrap-icons/icons/collection-play-fill.svg +3 -0
  1161. package/icons/node_modules/bootstrap-icons/icons/collection-play.svg +4 -0
  1162. package/icons/node_modules/bootstrap-icons/icons/collection.svg +3 -0
  1163. package/icons/node_modules/bootstrap-icons/icons/columns-gap.svg +3 -0
  1164. package/icons/node_modules/bootstrap-icons/icons/columns.svg +3 -0
  1165. package/icons/node_modules/bootstrap-icons/icons/command.svg +3 -0
  1166. package/icons/node_modules/bootstrap-icons/icons/compass-fill.svg +3 -0
  1167. package/icons/node_modules/bootstrap-icons/icons/compass.svg +4 -0
  1168. package/icons/node_modules/bootstrap-icons/icons/cone-striped.svg +3 -0
  1169. package/icons/node_modules/bootstrap-icons/icons/cone.svg +3 -0
  1170. package/icons/node_modules/bootstrap-icons/icons/controller.svg +4 -0
  1171. package/icons/node_modules/bootstrap-icons/icons/cookie.svg +4 -0
  1172. package/icons/node_modules/bootstrap-icons/icons/copy.svg +3 -0
  1173. package/icons/node_modules/bootstrap-icons/icons/cpu-fill.svg +4 -0
  1174. package/icons/node_modules/bootstrap-icons/icons/cpu.svg +3 -0
  1175. package/icons/node_modules/bootstrap-icons/icons/credit-card-2-back-fill.svg +3 -0
  1176. package/icons/node_modules/bootstrap-icons/icons/credit-card-2-back.svg +4 -0
  1177. package/icons/node_modules/bootstrap-icons/icons/credit-card-2-front-fill.svg +3 -0
  1178. package/icons/node_modules/bootstrap-icons/icons/credit-card-2-front.svg +4 -0
  1179. package/icons/node_modules/bootstrap-icons/icons/credit-card-fill.svg +3 -0
  1180. package/icons/node_modules/bootstrap-icons/icons/credit-card.svg +4 -0
  1181. package/icons/node_modules/bootstrap-icons/icons/crop.svg +3 -0
  1182. package/icons/node_modules/bootstrap-icons/icons/crosshair.svg +3 -0
  1183. package/icons/node_modules/bootstrap-icons/icons/crosshair2.svg +3 -0
  1184. package/icons/node_modules/bootstrap-icons/icons/cup-fill.svg +3 -0
  1185. package/icons/node_modules/bootstrap-icons/icons/cup-hot-fill.svg +4 -0
  1186. package/icons/node_modules/bootstrap-icons/icons/cup-hot.svg +4 -0
  1187. package/icons/node_modules/bootstrap-icons/icons/cup-straw.svg +3 -0
  1188. package/icons/node_modules/bootstrap-icons/icons/cup.svg +3 -0
  1189. package/icons/node_modules/bootstrap-icons/icons/currency-bitcoin.svg +3 -0
  1190. package/icons/node_modules/bootstrap-icons/icons/currency-dollar.svg +3 -0
  1191. package/icons/node_modules/bootstrap-icons/icons/currency-euro.svg +3 -0
  1192. package/icons/node_modules/bootstrap-icons/icons/currency-exchange.svg +3 -0
  1193. package/icons/node_modules/bootstrap-icons/icons/currency-pound.svg +3 -0
  1194. package/icons/node_modules/bootstrap-icons/icons/currency-rupee.svg +3 -0
  1195. package/icons/node_modules/bootstrap-icons/icons/currency-yen.svg +3 -0
  1196. package/icons/node_modules/bootstrap-icons/icons/cursor-fill.svg +3 -0
  1197. package/icons/node_modules/bootstrap-icons/icons/cursor-text.svg +3 -0
  1198. package/icons/node_modules/bootstrap-icons/icons/cursor.svg +3 -0
  1199. package/icons/node_modules/bootstrap-icons/icons/dash-circle-dotted.svg +3 -0
  1200. package/icons/node_modules/bootstrap-icons/icons/dash-circle-fill.svg +3 -0
  1201. package/icons/node_modules/bootstrap-icons/icons/dash-circle.svg +4 -0
  1202. package/icons/node_modules/bootstrap-icons/icons/dash-lg.svg +3 -0
  1203. package/icons/node_modules/bootstrap-icons/icons/dash-square-dotted.svg +3 -0
  1204. package/icons/node_modules/bootstrap-icons/icons/dash-square-fill.svg +3 -0
  1205. package/icons/node_modules/bootstrap-icons/icons/dash-square.svg +4 -0
  1206. package/icons/node_modules/bootstrap-icons/icons/dash.svg +3 -0
  1207. package/icons/node_modules/bootstrap-icons/icons/database-add.svg +4 -0
  1208. package/icons/node_modules/bootstrap-icons/icons/database-check.svg +4 -0
  1209. package/icons/node_modules/bootstrap-icons/icons/database-dash.svg +4 -0
  1210. package/icons/node_modules/bootstrap-icons/icons/database-down.svg +4 -0
  1211. package/icons/node_modules/bootstrap-icons/icons/database-exclamation.svg +4 -0
  1212. package/icons/node_modules/bootstrap-icons/icons/database-fill-add.svg +4 -0
  1213. package/icons/node_modules/bootstrap-icons/icons/database-fill-check.svg +4 -0
  1214. package/icons/node_modules/bootstrap-icons/icons/database-fill-dash.svg +4 -0
  1215. package/icons/node_modules/bootstrap-icons/icons/database-fill-down.svg +4 -0
  1216. package/icons/node_modules/bootstrap-icons/icons/database-fill-exclamation.svg +5 -0
  1217. package/icons/node_modules/bootstrap-icons/icons/database-fill-gear.svg +4 -0
  1218. package/icons/node_modules/bootstrap-icons/icons/database-fill-lock.svg +5 -0
  1219. package/icons/node_modules/bootstrap-icons/icons/database-fill-slash.svg +4 -0
  1220. package/icons/node_modules/bootstrap-icons/icons/database-fill-up.svg +4 -0
  1221. package/icons/node_modules/bootstrap-icons/icons/database-fill-x.svg +5 -0
  1222. package/icons/node_modules/bootstrap-icons/icons/database-fill.svg +6 -0
  1223. package/icons/node_modules/bootstrap-icons/icons/database-gear.svg +4 -0
  1224. package/icons/node_modules/bootstrap-icons/icons/database-lock.svg +4 -0
  1225. package/icons/node_modules/bootstrap-icons/icons/database-slash.svg +4 -0
  1226. package/icons/node_modules/bootstrap-icons/icons/database-up.svg +4 -0
  1227. package/icons/node_modules/bootstrap-icons/icons/database-x.svg +4 -0
  1228. package/icons/node_modules/bootstrap-icons/icons/database.svg +3 -0
  1229. package/icons/node_modules/bootstrap-icons/icons/device-hdd-fill.svg +4 -0
  1230. package/icons/node_modules/bootstrap-icons/icons/device-hdd.svg +5 -0
  1231. package/icons/node_modules/bootstrap-icons/icons/device-ssd-fill.svg +4 -0
  1232. package/icons/node_modules/bootstrap-icons/icons/device-ssd.svg +4 -0
  1233. package/icons/node_modules/bootstrap-icons/icons/diagram-2-fill.svg +3 -0
  1234. package/icons/node_modules/bootstrap-icons/icons/diagram-2.svg +3 -0
  1235. package/icons/node_modules/bootstrap-icons/icons/diagram-3-fill.svg +3 -0
  1236. package/icons/node_modules/bootstrap-icons/icons/diagram-3.svg +3 -0
  1237. package/icons/node_modules/bootstrap-icons/icons/diamond-fill.svg +3 -0
  1238. package/icons/node_modules/bootstrap-icons/icons/diamond-half.svg +3 -0
  1239. package/icons/node_modules/bootstrap-icons/icons/diamond.svg +3 -0
  1240. package/icons/node_modules/bootstrap-icons/icons/dice-1-fill.svg +3 -0
  1241. package/icons/node_modules/bootstrap-icons/icons/dice-1.svg +4 -0
  1242. package/icons/node_modules/bootstrap-icons/icons/dice-2-fill.svg +3 -0
  1243. package/icons/node_modules/bootstrap-icons/icons/dice-2.svg +4 -0
  1244. package/icons/node_modules/bootstrap-icons/icons/dice-3-fill.svg +3 -0
  1245. package/icons/node_modules/bootstrap-icons/icons/dice-3.svg +4 -0
  1246. package/icons/node_modules/bootstrap-icons/icons/dice-4-fill.svg +3 -0
  1247. package/icons/node_modules/bootstrap-icons/icons/dice-4.svg +4 -0
  1248. package/icons/node_modules/bootstrap-icons/icons/dice-5-fill.svg +3 -0
  1249. package/icons/node_modules/bootstrap-icons/icons/dice-5.svg +4 -0
  1250. package/icons/node_modules/bootstrap-icons/icons/dice-6-fill.svg +3 -0
  1251. package/icons/node_modules/bootstrap-icons/icons/dice-6.svg +4 -0
  1252. package/icons/node_modules/bootstrap-icons/icons/disc-fill.svg +3 -0
  1253. package/icons/node_modules/bootstrap-icons/icons/disc.svg +4 -0
  1254. package/icons/node_modules/bootstrap-icons/icons/discord.svg +3 -0
  1255. package/icons/node_modules/bootstrap-icons/icons/display-fill.svg +3 -0
  1256. package/icons/node_modules/bootstrap-icons/icons/display.svg +3 -0
  1257. package/icons/node_modules/bootstrap-icons/icons/displayport-fill.svg +3 -0
  1258. package/icons/node_modules/bootstrap-icons/icons/displayport.svg +4 -0
  1259. package/icons/node_modules/bootstrap-icons/icons/distribute-horizontal.svg +4 -0
  1260. package/icons/node_modules/bootstrap-icons/icons/distribute-vertical.svg +4 -0
  1261. package/icons/node_modules/bootstrap-icons/icons/door-closed-fill.svg +3 -0
  1262. package/icons/node_modules/bootstrap-icons/icons/door-closed.svg +4 -0
  1263. package/icons/node_modules/bootstrap-icons/icons/door-open-fill.svg +3 -0
  1264. package/icons/node_modules/bootstrap-icons/icons/door-open.svg +4 -0
  1265. package/icons/node_modules/bootstrap-icons/icons/dot.svg +3 -0
  1266. package/icons/node_modules/bootstrap-icons/icons/download.svg +4 -0
  1267. package/icons/node_modules/bootstrap-icons/icons/dpad-fill.svg +3 -0
  1268. package/icons/node_modules/bootstrap-icons/icons/dpad.svg +4 -0
  1269. package/icons/node_modules/bootstrap-icons/icons/dribbble.svg +3 -0
  1270. package/icons/node_modules/bootstrap-icons/icons/dropbox.svg +3 -0
  1271. package/icons/node_modules/bootstrap-icons/icons/droplet-fill.svg +3 -0
  1272. package/icons/node_modules/bootstrap-icons/icons/droplet-half.svg +4 -0
  1273. package/icons/node_modules/bootstrap-icons/icons/droplet.svg +4 -0
  1274. package/icons/node_modules/bootstrap-icons/icons/duffle-fill.svg +3 -0
  1275. package/icons/node_modules/bootstrap-icons/icons/duffle.svg +4 -0
  1276. package/icons/node_modules/bootstrap-icons/icons/ear-fill.svg +3 -0
  1277. package/icons/node_modules/bootstrap-icons/icons/ear.svg +3 -0
  1278. package/icons/node_modules/bootstrap-icons/icons/earbuds.svg +3 -0
  1279. package/icons/node_modules/bootstrap-icons/icons/easel-fill.svg +3 -0
  1280. package/icons/node_modules/bootstrap-icons/icons/easel.svg +3 -0
  1281. package/icons/node_modules/bootstrap-icons/icons/easel2-fill.svg +4 -0
  1282. package/icons/node_modules/bootstrap-icons/icons/easel2.svg +3 -0
  1283. package/icons/node_modules/bootstrap-icons/icons/easel3-fill.svg +3 -0
  1284. package/icons/node_modules/bootstrap-icons/icons/easel3.svg +3 -0
  1285. package/icons/node_modules/bootstrap-icons/icons/egg-fill.svg +3 -0
  1286. package/icons/node_modules/bootstrap-icons/icons/egg-fried.svg +4 -0
  1287. package/icons/node_modules/bootstrap-icons/icons/egg.svg +3 -0
  1288. package/icons/node_modules/bootstrap-icons/icons/eject-fill.svg +3 -0
  1289. package/icons/node_modules/bootstrap-icons/icons/eject.svg +3 -0
  1290. package/icons/node_modules/bootstrap-icons/icons/emoji-angry-fill.svg +3 -0
  1291. package/icons/node_modules/bootstrap-icons/icons/emoji-angry.svg +4 -0
  1292. package/icons/node_modules/bootstrap-icons/icons/emoji-astonished-fill.svg +3 -0
  1293. package/icons/node_modules/bootstrap-icons/icons/emoji-astonished.svg +4 -0
  1294. package/icons/node_modules/bootstrap-icons/icons/emoji-dizzy-fill.svg +3 -0
  1295. package/icons/node_modules/bootstrap-icons/icons/emoji-dizzy.svg +4 -0
  1296. package/icons/node_modules/bootstrap-icons/icons/emoji-expressionless-fill.svg +3 -0
  1297. package/icons/node_modules/bootstrap-icons/icons/emoji-expressionless.svg +4 -0
  1298. package/icons/node_modules/bootstrap-icons/icons/emoji-frown-fill.svg +3 -0
  1299. package/icons/node_modules/bootstrap-icons/icons/emoji-frown.svg +4 -0
  1300. package/icons/node_modules/bootstrap-icons/icons/emoji-grimace-fill.svg +3 -0
  1301. package/icons/node_modules/bootstrap-icons/icons/emoji-grimace.svg +4 -0
  1302. package/icons/node_modules/bootstrap-icons/icons/emoji-grin-fill.svg +3 -0
  1303. package/icons/node_modules/bootstrap-icons/icons/emoji-grin.svg +4 -0
  1304. package/icons/node_modules/bootstrap-icons/icons/emoji-heart-eyes-fill.svg +3 -0
  1305. package/icons/node_modules/bootstrap-icons/icons/emoji-heart-eyes.svg +4 -0
  1306. package/icons/node_modules/bootstrap-icons/icons/emoji-kiss-fill.svg +3 -0
  1307. package/icons/node_modules/bootstrap-icons/icons/emoji-kiss.svg +3 -0
  1308. package/icons/node_modules/bootstrap-icons/icons/emoji-laughing-fill.svg +3 -0
  1309. package/icons/node_modules/bootstrap-icons/icons/emoji-laughing.svg +4 -0
  1310. package/icons/node_modules/bootstrap-icons/icons/emoji-neutral-fill.svg +3 -0
  1311. package/icons/node_modules/bootstrap-icons/icons/emoji-neutral.svg +4 -0
  1312. package/icons/node_modules/bootstrap-icons/icons/emoji-smile-fill.svg +3 -0
  1313. package/icons/node_modules/bootstrap-icons/icons/emoji-smile-upside-down-fill.svg +3 -0
  1314. package/icons/node_modules/bootstrap-icons/icons/emoji-smile-upside-down.svg +4 -0
  1315. package/icons/node_modules/bootstrap-icons/icons/emoji-smile.svg +4 -0
  1316. package/icons/node_modules/bootstrap-icons/icons/emoji-sunglasses-fill.svg +3 -0
  1317. package/icons/node_modules/bootstrap-icons/icons/emoji-sunglasses.svg +4 -0
  1318. package/icons/node_modules/bootstrap-icons/icons/emoji-surprise-fill.svg +3 -0
  1319. package/icons/node_modules/bootstrap-icons/icons/emoji-surprise.svg +4 -0
  1320. package/icons/node_modules/bootstrap-icons/icons/emoji-tear-fill.svg +3 -0
  1321. package/icons/node_modules/bootstrap-icons/icons/emoji-tear.svg +4 -0
  1322. package/icons/node_modules/bootstrap-icons/icons/emoji-wink-fill.svg +3 -0
  1323. package/icons/node_modules/bootstrap-icons/icons/emoji-wink.svg +4 -0
  1324. package/icons/node_modules/bootstrap-icons/icons/envelope-arrow-down-fill.svg +4 -0
  1325. package/icons/node_modules/bootstrap-icons/icons/envelope-arrow-down.svg +4 -0
  1326. package/icons/node_modules/bootstrap-icons/icons/envelope-arrow-up-fill.svg +4 -0
  1327. package/icons/node_modules/bootstrap-icons/icons/envelope-arrow-up.svg +4 -0
  1328. package/icons/node_modules/bootstrap-icons/icons/envelope-at-fill.svg +4 -0
  1329. package/icons/node_modules/bootstrap-icons/icons/envelope-at.svg +4 -0
  1330. package/icons/node_modules/bootstrap-icons/icons/envelope-check-fill.svg +4 -0
  1331. package/icons/node_modules/bootstrap-icons/icons/envelope-check.svg +4 -0
  1332. package/icons/node_modules/bootstrap-icons/icons/envelope-dash-fill.svg +4 -0
  1333. package/icons/node_modules/bootstrap-icons/icons/envelope-dash.svg +4 -0
  1334. package/icons/node_modules/bootstrap-icons/icons/envelope-exclamation-fill.svg +4 -0
  1335. package/icons/node_modules/bootstrap-icons/icons/envelope-exclamation.svg +4 -0
  1336. package/icons/node_modules/bootstrap-icons/icons/envelope-fill.svg +3 -0
  1337. package/icons/node_modules/bootstrap-icons/icons/envelope-heart-fill.svg +4 -0
  1338. package/icons/node_modules/bootstrap-icons/icons/envelope-heart.svg +3 -0
  1339. package/icons/node_modules/bootstrap-icons/icons/envelope-open-fill.svg +3 -0
  1340. package/icons/node_modules/bootstrap-icons/icons/envelope-open-heart-fill.svg +4 -0
  1341. package/icons/node_modules/bootstrap-icons/icons/envelope-open-heart.svg +3 -0
  1342. package/icons/node_modules/bootstrap-icons/icons/envelope-open.svg +3 -0
  1343. package/icons/node_modules/bootstrap-icons/icons/envelope-paper-fill.svg +3 -0
  1344. package/icons/node_modules/bootstrap-icons/icons/envelope-paper-heart-fill.svg +3 -0
  1345. package/icons/node_modules/bootstrap-icons/icons/envelope-paper-heart.svg +3 -0
  1346. package/icons/node_modules/bootstrap-icons/icons/envelope-paper.svg +3 -0
  1347. package/icons/node_modules/bootstrap-icons/icons/envelope-plus-fill.svg +4 -0
  1348. package/icons/node_modules/bootstrap-icons/icons/envelope-plus.svg +4 -0
  1349. package/icons/node_modules/bootstrap-icons/icons/envelope-slash-fill.svg +4 -0
  1350. package/icons/node_modules/bootstrap-icons/icons/envelope-slash.svg +4 -0
  1351. package/icons/node_modules/bootstrap-icons/icons/envelope-x-fill.svg +4 -0
  1352. package/icons/node_modules/bootstrap-icons/icons/envelope-x.svg +4 -0
  1353. package/icons/node_modules/bootstrap-icons/icons/envelope.svg +3 -0
  1354. package/icons/node_modules/bootstrap-icons/icons/eraser-fill.svg +3 -0
  1355. package/icons/node_modules/bootstrap-icons/icons/eraser.svg +3 -0
  1356. package/icons/node_modules/bootstrap-icons/icons/escape.svg +4 -0
  1357. package/icons/node_modules/bootstrap-icons/icons/ethernet.svg +4 -0
  1358. package/icons/node_modules/bootstrap-icons/icons/ev-front-fill.svg +3 -0
  1359. package/icons/node_modules/bootstrap-icons/icons/ev-front.svg +4 -0
  1360. package/icons/node_modules/bootstrap-icons/icons/ev-station-fill.svg +3 -0
  1361. package/icons/node_modules/bootstrap-icons/icons/ev-station.svg +4 -0
  1362. package/icons/node_modules/bootstrap-icons/icons/exclamation-circle-fill.svg +3 -0
  1363. package/icons/node_modules/bootstrap-icons/icons/exclamation-circle.svg +4 -0
  1364. package/icons/node_modules/bootstrap-icons/icons/exclamation-diamond-fill.svg +3 -0
  1365. package/icons/node_modules/bootstrap-icons/icons/exclamation-diamond.svg +4 -0
  1366. package/icons/node_modules/bootstrap-icons/icons/exclamation-lg.svg +3 -0
  1367. package/icons/node_modules/bootstrap-icons/icons/exclamation-octagon-fill.svg +3 -0
  1368. package/icons/node_modules/bootstrap-icons/icons/exclamation-octagon.svg +4 -0
  1369. package/icons/node_modules/bootstrap-icons/icons/exclamation-square-fill.svg +3 -0
  1370. package/icons/node_modules/bootstrap-icons/icons/exclamation-square.svg +4 -0
  1371. package/icons/node_modules/bootstrap-icons/icons/exclamation-triangle-fill.svg +3 -0
  1372. package/icons/node_modules/bootstrap-icons/icons/exclamation-triangle.svg +4 -0
  1373. package/icons/node_modules/bootstrap-icons/icons/exclamation.svg +3 -0
  1374. package/icons/node_modules/bootstrap-icons/icons/exclude.svg +3 -0
  1375. package/icons/node_modules/bootstrap-icons/icons/explicit-fill.svg +3 -0
  1376. package/icons/node_modules/bootstrap-icons/icons/explicit.svg +4 -0
  1377. package/icons/node_modules/bootstrap-icons/icons/exposure.svg +4 -0
  1378. package/icons/node_modules/bootstrap-icons/icons/eye-fill.svg +4 -0
  1379. package/icons/node_modules/bootstrap-icons/icons/eye-slash-fill.svg +4 -0
  1380. package/icons/node_modules/bootstrap-icons/icons/eye-slash.svg +5 -0
  1381. package/icons/node_modules/bootstrap-icons/icons/eye.svg +4 -0
  1382. package/icons/node_modules/bootstrap-icons/icons/eyedropper.svg +3 -0
  1383. package/icons/node_modules/bootstrap-icons/icons/eyeglasses.svg +3 -0
  1384. package/icons/node_modules/bootstrap-icons/icons/facebook.svg +3 -0
  1385. package/icons/node_modules/bootstrap-icons/icons/fan.svg +4 -0
  1386. package/icons/node_modules/bootstrap-icons/icons/fast-forward-btn-fill.svg +3 -0
  1387. package/icons/node_modules/bootstrap-icons/icons/fast-forward-btn.svg +4 -0
  1388. package/icons/node_modules/bootstrap-icons/icons/fast-forward-circle-fill.svg +3 -0
  1389. package/icons/node_modules/bootstrap-icons/icons/fast-forward-circle.svg +4 -0
  1390. package/icons/node_modules/bootstrap-icons/icons/fast-forward-fill.svg +4 -0
  1391. package/icons/node_modules/bootstrap-icons/icons/fast-forward.svg +4 -0
  1392. package/icons/node_modules/bootstrap-icons/icons/feather.svg +3 -0
  1393. package/icons/node_modules/bootstrap-icons/icons/feather2.svg +3 -0
  1394. package/icons/node_modules/bootstrap-icons/icons/file-arrow-down-fill.svg +3 -0
  1395. package/icons/node_modules/bootstrap-icons/icons/file-arrow-down.svg +4 -0
  1396. package/icons/node_modules/bootstrap-icons/icons/file-arrow-up-fill.svg +3 -0
  1397. package/icons/node_modules/bootstrap-icons/icons/file-arrow-up.svg +4 -0
  1398. package/icons/node_modules/bootstrap-icons/icons/file-bar-graph-fill.svg +3 -0
  1399. package/icons/node_modules/bootstrap-icons/icons/file-bar-graph.svg +4 -0
  1400. package/icons/node_modules/bootstrap-icons/icons/file-binary-fill.svg +4 -0
  1401. package/icons/node_modules/bootstrap-icons/icons/file-binary.svg +4 -0
  1402. package/icons/node_modules/bootstrap-icons/icons/file-break-fill.svg +3 -0
  1403. package/icons/node_modules/bootstrap-icons/icons/file-break.svg +3 -0
  1404. package/icons/node_modules/bootstrap-icons/icons/file-check-fill.svg +3 -0
  1405. package/icons/node_modules/bootstrap-icons/icons/file-check.svg +4 -0
  1406. package/icons/node_modules/bootstrap-icons/icons/file-code-fill.svg +3 -0
  1407. package/icons/node_modules/bootstrap-icons/icons/file-code.svg +4 -0
  1408. package/icons/node_modules/bootstrap-icons/icons/file-diff-fill.svg +3 -0
  1409. package/icons/node_modules/bootstrap-icons/icons/file-diff.svg +4 -0
  1410. package/icons/node_modules/bootstrap-icons/icons/file-earmark-arrow-down-fill.svg +3 -0
  1411. package/icons/node_modules/bootstrap-icons/icons/file-earmark-arrow-down.svg +4 -0
  1412. package/icons/node_modules/bootstrap-icons/icons/file-earmark-arrow-up-fill.svg +3 -0
  1413. package/icons/node_modules/bootstrap-icons/icons/file-earmark-arrow-up.svg +4 -0
  1414. package/icons/node_modules/bootstrap-icons/icons/file-earmark-bar-graph-fill.svg +3 -0
  1415. package/icons/node_modules/bootstrap-icons/icons/file-earmark-bar-graph.svg +4 -0
  1416. package/icons/node_modules/bootstrap-icons/icons/file-earmark-binary-fill.svg +4 -0
  1417. package/icons/node_modules/bootstrap-icons/icons/file-earmark-binary.svg +4 -0
  1418. package/icons/node_modules/bootstrap-icons/icons/file-earmark-break-fill.svg +3 -0
  1419. package/icons/node_modules/bootstrap-icons/icons/file-earmark-break.svg +3 -0
  1420. package/icons/node_modules/bootstrap-icons/icons/file-earmark-check-fill.svg +3 -0
  1421. package/icons/node_modules/bootstrap-icons/icons/file-earmark-check.svg +4 -0
  1422. package/icons/node_modules/bootstrap-icons/icons/file-earmark-code-fill.svg +3 -0
  1423. package/icons/node_modules/bootstrap-icons/icons/file-earmark-code.svg +4 -0
  1424. package/icons/node_modules/bootstrap-icons/icons/file-earmark-diff-fill.svg +3 -0
  1425. package/icons/node_modules/bootstrap-icons/icons/file-earmark-diff.svg +4 -0
  1426. package/icons/node_modules/bootstrap-icons/icons/file-earmark-easel-fill.svg +4 -0
  1427. package/icons/node_modules/bootstrap-icons/icons/file-earmark-easel.svg +4 -0
  1428. package/icons/node_modules/bootstrap-icons/icons/file-earmark-excel-fill.svg +3 -0
  1429. package/icons/node_modules/bootstrap-icons/icons/file-earmark-excel.svg +4 -0
  1430. package/icons/node_modules/bootstrap-icons/icons/file-earmark-fill.svg +3 -0
  1431. package/icons/node_modules/bootstrap-icons/icons/file-earmark-font-fill.svg +3 -0
  1432. package/icons/node_modules/bootstrap-icons/icons/file-earmark-font.svg +4 -0
  1433. package/icons/node_modules/bootstrap-icons/icons/file-earmark-image-fill.svg +4 -0
  1434. package/icons/node_modules/bootstrap-icons/icons/file-earmark-image.svg +4 -0
  1435. package/icons/node_modules/bootstrap-icons/icons/file-earmark-lock-fill.svg +4 -0
  1436. package/icons/node_modules/bootstrap-icons/icons/file-earmark-lock.svg +4 -0
  1437. package/icons/node_modules/bootstrap-icons/icons/file-earmark-lock2-fill.svg +4 -0
  1438. package/icons/node_modules/bootstrap-icons/icons/file-earmark-lock2.svg +4 -0
  1439. package/icons/node_modules/bootstrap-icons/icons/file-earmark-medical-fill.svg +3 -0
  1440. package/icons/node_modules/bootstrap-icons/icons/file-earmark-medical.svg +4 -0
  1441. package/icons/node_modules/bootstrap-icons/icons/file-earmark-minus-fill.svg +3 -0
  1442. package/icons/node_modules/bootstrap-icons/icons/file-earmark-minus.svg +4 -0
  1443. package/icons/node_modules/bootstrap-icons/icons/file-earmark-music-fill.svg +3 -0
  1444. package/icons/node_modules/bootstrap-icons/icons/file-earmark-music.svg +4 -0
  1445. package/icons/node_modules/bootstrap-icons/icons/file-earmark-pdf-fill.svg +4 -0
  1446. package/icons/node_modules/bootstrap-icons/icons/file-earmark-pdf.svg +4 -0
  1447. package/icons/node_modules/bootstrap-icons/icons/file-earmark-person-fill.svg +3 -0
  1448. package/icons/node_modules/bootstrap-icons/icons/file-earmark-person.svg +4 -0
  1449. package/icons/node_modules/bootstrap-icons/icons/file-earmark-play-fill.svg +3 -0
  1450. package/icons/node_modules/bootstrap-icons/icons/file-earmark-play.svg +4 -0
  1451. package/icons/node_modules/bootstrap-icons/icons/file-earmark-plus-fill.svg +3 -0
  1452. package/icons/node_modules/bootstrap-icons/icons/file-earmark-plus.svg +4 -0
  1453. package/icons/node_modules/bootstrap-icons/icons/file-earmark-post-fill.svg +3 -0
  1454. package/icons/node_modules/bootstrap-icons/icons/file-earmark-post.svg +4 -0
  1455. package/icons/node_modules/bootstrap-icons/icons/file-earmark-ppt-fill.svg +4 -0
  1456. package/icons/node_modules/bootstrap-icons/icons/file-earmark-ppt.svg +4 -0
  1457. package/icons/node_modules/bootstrap-icons/icons/file-earmark-richtext-fill.svg +3 -0
  1458. package/icons/node_modules/bootstrap-icons/icons/file-earmark-richtext.svg +4 -0
  1459. package/icons/node_modules/bootstrap-icons/icons/file-earmark-ruled-fill.svg +3 -0
  1460. package/icons/node_modules/bootstrap-icons/icons/file-earmark-ruled.svg +3 -0
  1461. package/icons/node_modules/bootstrap-icons/icons/file-earmark-slides-fill.svg +4 -0
  1462. package/icons/node_modules/bootstrap-icons/icons/file-earmark-slides.svg +4 -0
  1463. package/icons/node_modules/bootstrap-icons/icons/file-earmark-spreadsheet-fill.svg +4 -0
  1464. package/icons/node_modules/bootstrap-icons/icons/file-earmark-spreadsheet.svg +3 -0
  1465. package/icons/node_modules/bootstrap-icons/icons/file-earmark-text-fill.svg +3 -0
  1466. package/icons/node_modules/bootstrap-icons/icons/file-earmark-text.svg +4 -0
  1467. package/icons/node_modules/bootstrap-icons/icons/file-earmark-word-fill.svg +3 -0
  1468. package/icons/node_modules/bootstrap-icons/icons/file-earmark-word.svg +4 -0
  1469. package/icons/node_modules/bootstrap-icons/icons/file-earmark-x-fill.svg +3 -0
  1470. package/icons/node_modules/bootstrap-icons/icons/file-earmark-x.svg +4 -0
  1471. package/icons/node_modules/bootstrap-icons/icons/file-earmark-zip-fill.svg +4 -0
  1472. package/icons/node_modules/bootstrap-icons/icons/file-earmark-zip.svg +4 -0
  1473. package/icons/node_modules/bootstrap-icons/icons/file-earmark.svg +3 -0
  1474. package/icons/node_modules/bootstrap-icons/icons/file-easel-fill.svg +4 -0
  1475. package/icons/node_modules/bootstrap-icons/icons/file-easel.svg +4 -0
  1476. package/icons/node_modules/bootstrap-icons/icons/file-excel-fill.svg +3 -0
  1477. package/icons/node_modules/bootstrap-icons/icons/file-excel.svg +4 -0
  1478. package/icons/node_modules/bootstrap-icons/icons/file-fill.svg +3 -0
  1479. package/icons/node_modules/bootstrap-icons/icons/file-font-fill.svg +3 -0
  1480. package/icons/node_modules/bootstrap-icons/icons/file-font.svg +4 -0
  1481. package/icons/node_modules/bootstrap-icons/icons/file-image-fill.svg +4 -0
  1482. package/icons/node_modules/bootstrap-icons/icons/file-image.svg +4 -0
  1483. package/icons/node_modules/bootstrap-icons/icons/file-lock-fill.svg +4 -0
  1484. package/icons/node_modules/bootstrap-icons/icons/file-lock.svg +4 -0
  1485. package/icons/node_modules/bootstrap-icons/icons/file-lock2-fill.svg +4 -0
  1486. package/icons/node_modules/bootstrap-icons/icons/file-lock2.svg +4 -0
  1487. package/icons/node_modules/bootstrap-icons/icons/file-medical-fill.svg +3 -0
  1488. package/icons/node_modules/bootstrap-icons/icons/file-medical.svg +4 -0
  1489. package/icons/node_modules/bootstrap-icons/icons/file-minus-fill.svg +3 -0
  1490. package/icons/node_modules/bootstrap-icons/icons/file-minus.svg +4 -0
  1491. package/icons/node_modules/bootstrap-icons/icons/file-music-fill.svg +3 -0
  1492. package/icons/node_modules/bootstrap-icons/icons/file-music.svg +4 -0
  1493. package/icons/node_modules/bootstrap-icons/icons/file-pdf-fill.svg +4 -0
  1494. package/icons/node_modules/bootstrap-icons/icons/file-pdf.svg +4 -0
  1495. package/icons/node_modules/bootstrap-icons/icons/file-person-fill.svg +3 -0
  1496. package/icons/node_modules/bootstrap-icons/icons/file-person.svg +4 -0
  1497. package/icons/node_modules/bootstrap-icons/icons/file-play-fill.svg +3 -0
  1498. package/icons/node_modules/bootstrap-icons/icons/file-play.svg +4 -0
  1499. package/icons/node_modules/bootstrap-icons/icons/file-plus-fill.svg +3 -0
  1500. package/icons/node_modules/bootstrap-icons/icons/file-plus.svg +4 -0
  1501. package/icons/node_modules/bootstrap-icons/icons/file-post-fill.svg +3 -0
  1502. package/icons/node_modules/bootstrap-icons/icons/file-post.svg +4 -0
  1503. package/icons/node_modules/bootstrap-icons/icons/file-ppt-fill.svg +4 -0
  1504. package/icons/node_modules/bootstrap-icons/icons/file-ppt.svg +4 -0
  1505. package/icons/node_modules/bootstrap-icons/icons/file-richtext-fill.svg +3 -0
  1506. package/icons/node_modules/bootstrap-icons/icons/file-richtext.svg +4 -0
  1507. package/icons/node_modules/bootstrap-icons/icons/file-ruled-fill.svg +3 -0
  1508. package/icons/node_modules/bootstrap-icons/icons/file-ruled.svg +3 -0
  1509. package/icons/node_modules/bootstrap-icons/icons/file-slides-fill.svg +4 -0
  1510. package/icons/node_modules/bootstrap-icons/icons/file-slides.svg +4 -0
  1511. package/icons/node_modules/bootstrap-icons/icons/file-spreadsheet-fill.svg +3 -0
  1512. package/icons/node_modules/bootstrap-icons/icons/file-spreadsheet.svg +3 -0
  1513. package/icons/node_modules/bootstrap-icons/icons/file-text-fill.svg +3 -0
  1514. package/icons/node_modules/bootstrap-icons/icons/file-text.svg +4 -0
  1515. package/icons/node_modules/bootstrap-icons/icons/file-word-fill.svg +3 -0
  1516. package/icons/node_modules/bootstrap-icons/icons/file-word.svg +4 -0
  1517. package/icons/node_modules/bootstrap-icons/icons/file-x-fill.svg +3 -0
  1518. package/icons/node_modules/bootstrap-icons/icons/file-x.svg +4 -0
  1519. package/icons/node_modules/bootstrap-icons/icons/file-zip-fill.svg +4 -0
  1520. package/icons/node_modules/bootstrap-icons/icons/file-zip.svg +4 -0
  1521. package/icons/node_modules/bootstrap-icons/icons/file.svg +3 -0
  1522. package/icons/node_modules/bootstrap-icons/icons/files-alt.svg +3 -0
  1523. package/icons/node_modules/bootstrap-icons/icons/files.svg +3 -0
  1524. package/icons/node_modules/bootstrap-icons/icons/filetype-aac.svg +3 -0
  1525. package/icons/node_modules/bootstrap-icons/icons/filetype-ai.svg +3 -0
  1526. package/icons/node_modules/bootstrap-icons/icons/filetype-bmp.svg +3 -0
  1527. package/icons/node_modules/bootstrap-icons/icons/filetype-cs.svg +3 -0
  1528. package/icons/node_modules/bootstrap-icons/icons/filetype-css.svg +3 -0
  1529. package/icons/node_modules/bootstrap-icons/icons/filetype-csv.svg +3 -0
  1530. package/icons/node_modules/bootstrap-icons/icons/filetype-doc.svg +3 -0
  1531. package/icons/node_modules/bootstrap-icons/icons/filetype-docx.svg +3 -0
  1532. package/icons/node_modules/bootstrap-icons/icons/filetype-exe.svg +3 -0
  1533. package/icons/node_modules/bootstrap-icons/icons/filetype-gif.svg +3 -0
  1534. package/icons/node_modules/bootstrap-icons/icons/filetype-heic.svg +3 -0
  1535. package/icons/node_modules/bootstrap-icons/icons/filetype-html.svg +3 -0
  1536. package/icons/node_modules/bootstrap-icons/icons/filetype-java.svg +3 -0
  1537. package/icons/node_modules/bootstrap-icons/icons/filetype-jpg.svg +3 -0
  1538. package/icons/node_modules/bootstrap-icons/icons/filetype-js.svg +3 -0
  1539. package/icons/node_modules/bootstrap-icons/icons/filetype-json.svg +3 -0
  1540. package/icons/node_modules/bootstrap-icons/icons/filetype-jsx.svg +3 -0
  1541. package/icons/node_modules/bootstrap-icons/icons/filetype-key.svg +3 -0
  1542. package/icons/node_modules/bootstrap-icons/icons/filetype-m4p.svg +3 -0
  1543. package/icons/node_modules/bootstrap-icons/icons/filetype-md.svg +3 -0
  1544. package/icons/node_modules/bootstrap-icons/icons/filetype-mdx.svg +3 -0
  1545. package/icons/node_modules/bootstrap-icons/icons/filetype-mov.svg +3 -0
  1546. package/icons/node_modules/bootstrap-icons/icons/filetype-mp3.svg +3 -0
  1547. package/icons/node_modules/bootstrap-icons/icons/filetype-mp4.svg +3 -0
  1548. package/icons/node_modules/bootstrap-icons/icons/filetype-otf.svg +3 -0
  1549. package/icons/node_modules/bootstrap-icons/icons/filetype-pdf.svg +3 -0
  1550. package/icons/node_modules/bootstrap-icons/icons/filetype-php.svg +3 -0
  1551. package/icons/node_modules/bootstrap-icons/icons/filetype-png.svg +3 -0
  1552. package/icons/node_modules/bootstrap-icons/icons/filetype-ppt.svg +3 -0
  1553. package/icons/node_modules/bootstrap-icons/icons/filetype-pptx.svg +3 -0
  1554. package/icons/node_modules/bootstrap-icons/icons/filetype-psd.svg +3 -0
  1555. package/icons/node_modules/bootstrap-icons/icons/filetype-py.svg +3 -0
  1556. package/icons/node_modules/bootstrap-icons/icons/filetype-raw.svg +3 -0
  1557. package/icons/node_modules/bootstrap-icons/icons/filetype-rb.svg +3 -0
  1558. package/icons/node_modules/bootstrap-icons/icons/filetype-sass.svg +3 -0
  1559. package/icons/node_modules/bootstrap-icons/icons/filetype-scss.svg +3 -0
  1560. package/icons/node_modules/bootstrap-icons/icons/filetype-sh.svg +3 -0
  1561. package/icons/node_modules/bootstrap-icons/icons/filetype-sql.svg +3 -0
  1562. package/icons/node_modules/bootstrap-icons/icons/filetype-svg.svg +3 -0
  1563. package/icons/node_modules/bootstrap-icons/icons/filetype-tiff.svg +3 -0
  1564. package/icons/node_modules/bootstrap-icons/icons/filetype-tsx.svg +3 -0
  1565. package/icons/node_modules/bootstrap-icons/icons/filetype-ttf.svg +3 -0
  1566. package/icons/node_modules/bootstrap-icons/icons/filetype-txt.svg +3 -0
  1567. package/icons/node_modules/bootstrap-icons/icons/filetype-wav.svg +3 -0
  1568. package/icons/node_modules/bootstrap-icons/icons/filetype-woff.svg +3 -0
  1569. package/icons/node_modules/bootstrap-icons/icons/filetype-xls.svg +3 -0
  1570. package/icons/node_modules/bootstrap-icons/icons/filetype-xlsx.svg +3 -0
  1571. package/icons/node_modules/bootstrap-icons/icons/filetype-xml.svg +3 -0
  1572. package/icons/node_modules/bootstrap-icons/icons/filetype-yml.svg +3 -0
  1573. package/icons/node_modules/bootstrap-icons/icons/film.svg +3 -0
  1574. package/icons/node_modules/bootstrap-icons/icons/filter-circle-fill.svg +3 -0
  1575. package/icons/node_modules/bootstrap-icons/icons/filter-circle.svg +4 -0
  1576. package/icons/node_modules/bootstrap-icons/icons/filter-left.svg +3 -0
  1577. package/icons/node_modules/bootstrap-icons/icons/filter-right.svg +3 -0
  1578. package/icons/node_modules/bootstrap-icons/icons/filter-square-fill.svg +3 -0
  1579. package/icons/node_modules/bootstrap-icons/icons/filter-square.svg +4 -0
  1580. package/icons/node_modules/bootstrap-icons/icons/filter.svg +3 -0
  1581. package/icons/node_modules/bootstrap-icons/icons/fingerprint.svg +7 -0
  1582. package/icons/node_modules/bootstrap-icons/icons/fire.svg +3 -0
  1583. package/icons/node_modules/bootstrap-icons/icons/flag-fill.svg +3 -0
  1584. package/icons/node_modules/bootstrap-icons/icons/flag.svg +3 -0
  1585. package/icons/node_modules/bootstrap-icons/icons/floppy-fill.svg +4 -0
  1586. package/icons/node_modules/bootstrap-icons/icons/floppy.svg +4 -0
  1587. package/icons/node_modules/bootstrap-icons/icons/floppy2-fill.svg +4 -0
  1588. package/icons/node_modules/bootstrap-icons/icons/floppy2.svg +3 -0
  1589. package/icons/node_modules/bootstrap-icons/icons/flower1.svg +3 -0
  1590. package/icons/node_modules/bootstrap-icons/icons/flower2.svg +3 -0
  1591. package/icons/node_modules/bootstrap-icons/icons/flower3.svg +3 -0
  1592. package/icons/node_modules/bootstrap-icons/icons/folder-check.svg +4 -0
  1593. package/icons/node_modules/bootstrap-icons/icons/folder-fill.svg +3 -0
  1594. package/icons/node_modules/bootstrap-icons/icons/folder-minus.svg +4 -0
  1595. package/icons/node_modules/bootstrap-icons/icons/folder-plus.svg +4 -0
  1596. package/icons/node_modules/bootstrap-icons/icons/folder-symlink-fill.svg +3 -0
  1597. package/icons/node_modules/bootstrap-icons/icons/folder-symlink.svg +4 -0
  1598. package/icons/node_modules/bootstrap-icons/icons/folder-x.svg +4 -0
  1599. package/icons/node_modules/bootstrap-icons/icons/folder.svg +3 -0
  1600. package/icons/node_modules/bootstrap-icons/icons/folder2-open.svg +3 -0
  1601. package/icons/node_modules/bootstrap-icons/icons/folder2.svg +3 -0
  1602. package/icons/node_modules/bootstrap-icons/icons/fonts.svg +3 -0
  1603. package/icons/node_modules/bootstrap-icons/icons/forward-fill.svg +3 -0
  1604. package/icons/node_modules/bootstrap-icons/icons/forward.svg +3 -0
  1605. package/icons/node_modules/bootstrap-icons/icons/front.svg +3 -0
  1606. package/icons/node_modules/bootstrap-icons/icons/fuel-pump-diesel-fill.svg +4 -0
  1607. package/icons/node_modules/bootstrap-icons/icons/fuel-pump-diesel.svg +4 -0
  1608. package/icons/node_modules/bootstrap-icons/icons/fuel-pump-fill.svg +3 -0
  1609. package/icons/node_modules/bootstrap-icons/icons/fuel-pump.svg +4 -0
  1610. package/icons/node_modules/bootstrap-icons/icons/fullscreen-exit.svg +3 -0
  1611. package/icons/node_modules/bootstrap-icons/icons/fullscreen.svg +3 -0
  1612. package/icons/node_modules/bootstrap-icons/icons/funnel-fill.svg +3 -0
  1613. package/icons/node_modules/bootstrap-icons/icons/funnel.svg +3 -0
  1614. package/icons/node_modules/bootstrap-icons/icons/gear-fill.svg +3 -0
  1615. package/icons/node_modules/bootstrap-icons/icons/gear-wide-connected.svg +3 -0
  1616. package/icons/node_modules/bootstrap-icons/icons/gear-wide.svg +3 -0
  1617. package/icons/node_modules/bootstrap-icons/icons/gear.svg +4 -0
  1618. package/icons/node_modules/bootstrap-icons/icons/gem.svg +3 -0
  1619. package/icons/node_modules/bootstrap-icons/icons/gender-ambiguous.svg +3 -0
  1620. package/icons/node_modules/bootstrap-icons/icons/gender-female.svg +3 -0
  1621. package/icons/node_modules/bootstrap-icons/icons/gender-male.svg +3 -0
  1622. package/icons/node_modules/bootstrap-icons/icons/gender-neuter.svg +3 -0
  1623. package/icons/node_modules/bootstrap-icons/icons/gender-trans.svg +3 -0
  1624. package/icons/node_modules/bootstrap-icons/icons/geo-alt-fill.svg +3 -0
  1625. package/icons/node_modules/bootstrap-icons/icons/geo-alt.svg +4 -0
  1626. package/icons/node_modules/bootstrap-icons/icons/geo-fill.svg +3 -0
  1627. package/icons/node_modules/bootstrap-icons/icons/geo.svg +3 -0
  1628. package/icons/node_modules/bootstrap-icons/icons/gift-fill.svg +3 -0
  1629. package/icons/node_modules/bootstrap-icons/icons/gift.svg +3 -0
  1630. package/icons/node_modules/bootstrap-icons/icons/git.svg +3 -0
  1631. package/icons/node_modules/bootstrap-icons/icons/github.svg +3 -0
  1632. package/icons/node_modules/bootstrap-icons/icons/gitlab.svg +3 -0
  1633. package/icons/node_modules/bootstrap-icons/icons/globe-americas.svg +3 -0
  1634. package/icons/node_modules/bootstrap-icons/icons/globe-asia-australia.svg +4 -0
  1635. package/icons/node_modules/bootstrap-icons/icons/globe-central-south-asia.svg +3 -0
  1636. package/icons/node_modules/bootstrap-icons/icons/globe-europe-africa.svg +3 -0
  1637. package/icons/node_modules/bootstrap-icons/icons/globe.svg +3 -0
  1638. package/icons/node_modules/bootstrap-icons/icons/globe2.svg +3 -0
  1639. package/icons/node_modules/bootstrap-icons/icons/google-play.svg +3 -0
  1640. package/icons/node_modules/bootstrap-icons/icons/google.svg +3 -0
  1641. package/icons/node_modules/bootstrap-icons/icons/gpu-card.svg +5 -0
  1642. package/icons/node_modules/bootstrap-icons/icons/graph-down-arrow.svg +3 -0
  1643. package/icons/node_modules/bootstrap-icons/icons/graph-down.svg +3 -0
  1644. package/icons/node_modules/bootstrap-icons/icons/graph-up-arrow.svg +3 -0
  1645. package/icons/node_modules/bootstrap-icons/icons/graph-up.svg +3 -0
  1646. package/icons/node_modules/bootstrap-icons/icons/grid-1x2-fill.svg +3 -0
  1647. package/icons/node_modules/bootstrap-icons/icons/grid-1x2.svg +3 -0
  1648. package/icons/node_modules/bootstrap-icons/icons/grid-3x2-gap-fill.svg +3 -0
  1649. package/icons/node_modules/bootstrap-icons/icons/grid-3x2-gap.svg +3 -0
  1650. package/icons/node_modules/bootstrap-icons/icons/grid-3x2.svg +3 -0
  1651. package/icons/node_modules/bootstrap-icons/icons/grid-3x3-gap-fill.svg +3 -0
  1652. package/icons/node_modules/bootstrap-icons/icons/grid-3x3-gap.svg +3 -0
  1653. package/icons/node_modules/bootstrap-icons/icons/grid-3x3.svg +3 -0
  1654. package/icons/node_modules/bootstrap-icons/icons/grid-fill.svg +3 -0
  1655. package/icons/node_modules/bootstrap-icons/icons/grid.svg +3 -0
  1656. package/icons/node_modules/bootstrap-icons/icons/grip-horizontal.svg +3 -0
  1657. package/icons/node_modules/bootstrap-icons/icons/grip-vertical.svg +3 -0
  1658. package/icons/node_modules/bootstrap-icons/icons/h-circle-fill.svg +3 -0
  1659. package/icons/node_modules/bootstrap-icons/icons/h-circle.svg +3 -0
  1660. package/icons/node_modules/bootstrap-icons/icons/h-square-fill.svg +3 -0
  1661. package/icons/node_modules/bootstrap-icons/icons/h-square.svg +4 -0
  1662. package/icons/node_modules/bootstrap-icons/icons/hammer.svg +3 -0
  1663. package/icons/node_modules/bootstrap-icons/icons/hand-index-fill.svg +3 -0
  1664. package/icons/node_modules/bootstrap-icons/icons/hand-index-thumb-fill.svg +3 -0
  1665. package/icons/node_modules/bootstrap-icons/icons/hand-index-thumb.svg +3 -0
  1666. package/icons/node_modules/bootstrap-icons/icons/hand-index.svg +3 -0
  1667. package/icons/node_modules/bootstrap-icons/icons/hand-thumbs-down-fill.svg +3 -0
  1668. package/icons/node_modules/bootstrap-icons/icons/hand-thumbs-down.svg +3 -0
  1669. package/icons/node_modules/bootstrap-icons/icons/hand-thumbs-up-fill.svg +3 -0
  1670. package/icons/node_modules/bootstrap-icons/icons/hand-thumbs-up.svg +3 -0
  1671. package/icons/node_modules/bootstrap-icons/icons/handbag-fill.svg +3 -0
  1672. package/icons/node_modules/bootstrap-icons/icons/handbag.svg +3 -0
  1673. package/icons/node_modules/bootstrap-icons/icons/hash.svg +3 -0
  1674. package/icons/node_modules/bootstrap-icons/icons/hdd-fill.svg +3 -0
  1675. package/icons/node_modules/bootstrap-icons/icons/hdd-network-fill.svg +3 -0
  1676. package/icons/node_modules/bootstrap-icons/icons/hdd-network.svg +4 -0
  1677. package/icons/node_modules/bootstrap-icons/icons/hdd-rack-fill.svg +3 -0
  1678. package/icons/node_modules/bootstrap-icons/icons/hdd-rack.svg +4 -0
  1679. package/icons/node_modules/bootstrap-icons/icons/hdd-stack-fill.svg +3 -0
  1680. package/icons/node_modules/bootstrap-icons/icons/hdd-stack.svg +5 -0
  1681. package/icons/node_modules/bootstrap-icons/icons/hdd.svg +4 -0
  1682. package/icons/node_modules/bootstrap-icons/icons/hdmi-fill.svg +3 -0
  1683. package/icons/node_modules/bootstrap-icons/icons/hdmi.svg +4 -0
  1684. package/icons/node_modules/bootstrap-icons/icons/headphones.svg +3 -0
  1685. package/icons/node_modules/bootstrap-icons/icons/headset-vr.svg +4 -0
  1686. package/icons/node_modules/bootstrap-icons/icons/headset.svg +3 -0
  1687. package/icons/node_modules/bootstrap-icons/icons/heart-arrow.svg +3 -0
  1688. package/icons/node_modules/bootstrap-icons/icons/heart-fill.svg +3 -0
  1689. package/icons/node_modules/bootstrap-icons/icons/heart-half.svg +3 -0
  1690. package/icons/node_modules/bootstrap-icons/icons/heart-pulse-fill.svg +4 -0
  1691. package/icons/node_modules/bootstrap-icons/icons/heart-pulse.svg +4 -0
  1692. package/icons/node_modules/bootstrap-icons/icons/heart.svg +3 -0
  1693. package/icons/node_modules/bootstrap-icons/icons/heartbreak-fill.svg +3 -0
  1694. package/icons/node_modules/bootstrap-icons/icons/heartbreak.svg +3 -0
  1695. package/icons/node_modules/bootstrap-icons/icons/hearts.svg +3 -0
  1696. package/icons/node_modules/bootstrap-icons/icons/heptagon-fill.svg +3 -0
  1697. package/icons/node_modules/bootstrap-icons/icons/heptagon-half.svg +3 -0
  1698. package/icons/node_modules/bootstrap-icons/icons/heptagon.svg +3 -0
  1699. package/icons/node_modules/bootstrap-icons/icons/hexagon-fill.svg +3 -0
  1700. package/icons/node_modules/bootstrap-icons/icons/hexagon-half.svg +3 -0
  1701. package/icons/node_modules/bootstrap-icons/icons/hexagon.svg +3 -0
  1702. package/icons/node_modules/bootstrap-icons/icons/highlighter.svg +3 -0
  1703. package/icons/node_modules/bootstrap-icons/icons/highlights.svg +3 -0
  1704. package/icons/node_modules/bootstrap-icons/icons/hospital-fill.svg +3 -0
  1705. package/icons/node_modules/bootstrap-icons/icons/hospital.svg +4 -0
  1706. package/icons/node_modules/bootstrap-icons/icons/hourglass-bottom.svg +3 -0
  1707. package/icons/node_modules/bootstrap-icons/icons/hourglass-split.svg +3 -0
  1708. package/icons/node_modules/bootstrap-icons/icons/hourglass-top.svg +3 -0
  1709. package/icons/node_modules/bootstrap-icons/icons/hourglass.svg +3 -0
  1710. package/icons/node_modules/bootstrap-icons/icons/house-add-fill.svg +5 -0
  1711. package/icons/node_modules/bootstrap-icons/icons/house-add.svg +4 -0
  1712. package/icons/node_modules/bootstrap-icons/icons/house-check-fill.svg +5 -0
  1713. package/icons/node_modules/bootstrap-icons/icons/house-check.svg +4 -0
  1714. package/icons/node_modules/bootstrap-icons/icons/house-dash-fill.svg +5 -0
  1715. package/icons/node_modules/bootstrap-icons/icons/house-dash.svg +4 -0
  1716. package/icons/node_modules/bootstrap-icons/icons/house-door-fill.svg +3 -0
  1717. package/icons/node_modules/bootstrap-icons/icons/house-door.svg +3 -0
  1718. package/icons/node_modules/bootstrap-icons/icons/house-down-fill.svg +5 -0
  1719. package/icons/node_modules/bootstrap-icons/icons/house-down.svg +4 -0
  1720. package/icons/node_modules/bootstrap-icons/icons/house-exclamation-fill.svg +5 -0
  1721. package/icons/node_modules/bootstrap-icons/icons/house-exclamation.svg +4 -0
  1722. package/icons/node_modules/bootstrap-icons/icons/house-fill.svg +4 -0
  1723. package/icons/node_modules/bootstrap-icons/icons/house-gear-fill.svg +5 -0
  1724. package/icons/node_modules/bootstrap-icons/icons/house-gear.svg +4 -0
  1725. package/icons/node_modules/bootstrap-icons/icons/house-heart-fill.svg +4 -0
  1726. package/icons/node_modules/bootstrap-icons/icons/house-heart.svg +4 -0
  1727. package/icons/node_modules/bootstrap-icons/icons/house-lock-fill.svg +5 -0
  1728. package/icons/node_modules/bootstrap-icons/icons/house-lock.svg +4 -0
  1729. package/icons/node_modules/bootstrap-icons/icons/house-slash-fill.svg +5 -0
  1730. package/icons/node_modules/bootstrap-icons/icons/house-slash.svg +4 -0
  1731. package/icons/node_modules/bootstrap-icons/icons/house-up-fill.svg +5 -0
  1732. package/icons/node_modules/bootstrap-icons/icons/house-up.svg +4 -0
  1733. package/icons/node_modules/bootstrap-icons/icons/house-x-fill.svg +5 -0
  1734. package/icons/node_modules/bootstrap-icons/icons/house-x.svg +4 -0
  1735. package/icons/node_modules/bootstrap-icons/icons/house.svg +3 -0
  1736. package/icons/node_modules/bootstrap-icons/icons/houses-fill.svg +4 -0
  1737. package/icons/node_modules/bootstrap-icons/icons/houses.svg +3 -0
  1738. package/icons/node_modules/bootstrap-icons/icons/hr.svg +3 -0
  1739. package/icons/node_modules/bootstrap-icons/icons/hurricane.svg +3 -0
  1740. package/icons/node_modules/bootstrap-icons/icons/hypnotize.svg +4 -0
  1741. package/icons/node_modules/bootstrap-icons/icons/image-alt.svg +3 -0
  1742. package/icons/node_modules/bootstrap-icons/icons/image-fill.svg +3 -0
  1743. package/icons/node_modules/bootstrap-icons/icons/image.svg +4 -0
  1744. package/icons/node_modules/bootstrap-icons/icons/images.svg +4 -0
  1745. package/icons/node_modules/bootstrap-icons/icons/inbox-fill.svg +3 -0
  1746. package/icons/node_modules/bootstrap-icons/icons/inbox.svg +3 -0
  1747. package/icons/node_modules/bootstrap-icons/icons/inboxes-fill.svg +3 -0
  1748. package/icons/node_modules/bootstrap-icons/icons/inboxes.svg +3 -0
  1749. package/icons/node_modules/bootstrap-icons/icons/incognito.svg +3 -0
  1750. package/icons/node_modules/bootstrap-icons/icons/indent.svg +4 -0
  1751. package/icons/node_modules/bootstrap-icons/icons/infinity.svg +3 -0
  1752. package/icons/node_modules/bootstrap-icons/icons/info-circle-fill.svg +3 -0
  1753. package/icons/node_modules/bootstrap-icons/icons/info-circle.svg +4 -0
  1754. package/icons/node_modules/bootstrap-icons/icons/info-lg.svg +3 -0
  1755. package/icons/node_modules/bootstrap-icons/icons/info-square-fill.svg +3 -0
  1756. package/icons/node_modules/bootstrap-icons/icons/info-square.svg +4 -0
  1757. package/icons/node_modules/bootstrap-icons/icons/info.svg +3 -0
  1758. package/icons/node_modules/bootstrap-icons/icons/input-cursor-text.svg +4 -0
  1759. package/icons/node_modules/bootstrap-icons/icons/input-cursor.svg +4 -0
  1760. package/icons/node_modules/bootstrap-icons/icons/instagram.svg +3 -0
  1761. package/icons/node_modules/bootstrap-icons/icons/intersect.svg +3 -0
  1762. package/icons/node_modules/bootstrap-icons/icons/journal-album.svg +5 -0
  1763. package/icons/node_modules/bootstrap-icons/icons/journal-arrow-down.svg +5 -0
  1764. package/icons/node_modules/bootstrap-icons/icons/journal-arrow-up.svg +5 -0
  1765. package/icons/node_modules/bootstrap-icons/icons/journal-bookmark-fill.svg +5 -0
  1766. package/icons/node_modules/bootstrap-icons/icons/journal-bookmark.svg +5 -0
  1767. package/icons/node_modules/bootstrap-icons/icons/journal-check.svg +5 -0
  1768. package/icons/node_modules/bootstrap-icons/icons/journal-code.svg +5 -0
  1769. package/icons/node_modules/bootstrap-icons/icons/journal-medical.svg +5 -0
  1770. package/icons/node_modules/bootstrap-icons/icons/journal-minus.svg +5 -0
  1771. package/icons/node_modules/bootstrap-icons/icons/journal-plus.svg +5 -0
  1772. package/icons/node_modules/bootstrap-icons/icons/journal-richtext.svg +5 -0
  1773. package/icons/node_modules/bootstrap-icons/icons/journal-text.svg +5 -0
  1774. package/icons/node_modules/bootstrap-icons/icons/journal-x.svg +5 -0
  1775. package/icons/node_modules/bootstrap-icons/icons/journal.svg +4 -0
  1776. package/icons/node_modules/bootstrap-icons/icons/journals.svg +4 -0
  1777. package/icons/node_modules/bootstrap-icons/icons/joystick.svg +4 -0
  1778. package/icons/node_modules/bootstrap-icons/icons/justify-left.svg +3 -0
  1779. package/icons/node_modules/bootstrap-icons/icons/justify-right.svg +3 -0
  1780. package/icons/node_modules/bootstrap-icons/icons/justify.svg +3 -0
  1781. package/icons/node_modules/bootstrap-icons/icons/kanban-fill.svg +3 -0
  1782. package/icons/node_modules/bootstrap-icons/icons/kanban.svg +4 -0
  1783. package/icons/node_modules/bootstrap-icons/icons/key-fill.svg +3 -0
  1784. package/icons/node_modules/bootstrap-icons/icons/key.svg +4 -0
  1785. package/icons/node_modules/bootstrap-icons/icons/keyboard-fill.svg +3 -0
  1786. package/icons/node_modules/bootstrap-icons/icons/keyboard.svg +4 -0
  1787. package/icons/node_modules/bootstrap-icons/icons/ladder.svg +3 -0
  1788. package/icons/node_modules/bootstrap-icons/icons/lamp-fill.svg +4 -0
  1789. package/icons/node_modules/bootstrap-icons/icons/lamp.svg +4 -0
  1790. package/icons/node_modules/bootstrap-icons/icons/laptop-fill.svg +3 -0
  1791. package/icons/node_modules/bootstrap-icons/icons/laptop.svg +3 -0
  1792. package/icons/node_modules/bootstrap-icons/icons/layer-backward.svg +4 -0
  1793. package/icons/node_modules/bootstrap-icons/icons/layer-forward.svg +4 -0
  1794. package/icons/node_modules/bootstrap-icons/icons/layers-fill.svg +4 -0
  1795. package/icons/node_modules/bootstrap-icons/icons/layers-half.svg +3 -0
  1796. package/icons/node_modules/bootstrap-icons/icons/layers.svg +3 -0
  1797. package/icons/node_modules/bootstrap-icons/icons/layout-sidebar-inset-reverse.svg +4 -0
  1798. package/icons/node_modules/bootstrap-icons/icons/layout-sidebar-inset.svg +4 -0
  1799. package/icons/node_modules/bootstrap-icons/icons/layout-sidebar-reverse.svg +3 -0
  1800. package/icons/node_modules/bootstrap-icons/icons/layout-sidebar.svg +3 -0
  1801. package/icons/node_modules/bootstrap-icons/icons/layout-split.svg +3 -0
  1802. package/icons/node_modules/bootstrap-icons/icons/layout-text-sidebar-reverse.svg +4 -0
  1803. package/icons/node_modules/bootstrap-icons/icons/layout-text-sidebar.svg +4 -0
  1804. package/icons/node_modules/bootstrap-icons/icons/layout-text-window-reverse.svg +4 -0
  1805. package/icons/node_modules/bootstrap-icons/icons/layout-text-window.svg +4 -0
  1806. package/icons/node_modules/bootstrap-icons/icons/layout-three-columns.svg +3 -0
  1807. package/icons/node_modules/bootstrap-icons/icons/layout-wtf.svg +3 -0
  1808. package/icons/node_modules/bootstrap-icons/icons/life-preserver.svg +3 -0
  1809. package/icons/node_modules/bootstrap-icons/icons/lightbulb-fill.svg +3 -0
  1810. package/icons/node_modules/bootstrap-icons/icons/lightbulb-off-fill.svg +3 -0
  1811. package/icons/node_modules/bootstrap-icons/icons/lightbulb-off.svg +3 -0
  1812. package/icons/node_modules/bootstrap-icons/icons/lightbulb.svg +3 -0
  1813. package/icons/node_modules/bootstrap-icons/icons/lightning-charge-fill.svg +3 -0
  1814. package/icons/node_modules/bootstrap-icons/icons/lightning-charge.svg +3 -0
  1815. package/icons/node_modules/bootstrap-icons/icons/lightning-fill.svg +3 -0
  1816. package/icons/node_modules/bootstrap-icons/icons/lightning.svg +3 -0
  1817. package/icons/node_modules/bootstrap-icons/icons/line.svg +3 -0
  1818. package/icons/node_modules/bootstrap-icons/icons/link-45deg.svg +4 -0
  1819. package/icons/node_modules/bootstrap-icons/icons/link.svg +4 -0
  1820. package/icons/node_modules/bootstrap-icons/icons/linkedin.svg +3 -0
  1821. package/icons/node_modules/bootstrap-icons/icons/list-check.svg +3 -0
  1822. package/icons/node_modules/bootstrap-icons/icons/list-columns-reverse.svg +3 -0
  1823. package/icons/node_modules/bootstrap-icons/icons/list-columns.svg +3 -0
  1824. package/icons/node_modules/bootstrap-icons/icons/list-nested.svg +3 -0
  1825. package/icons/node_modules/bootstrap-icons/icons/list-ol.svg +4 -0
  1826. package/icons/node_modules/bootstrap-icons/icons/list-stars.svg +4 -0
  1827. package/icons/node_modules/bootstrap-icons/icons/list-task.svg +5 -0
  1828. package/icons/node_modules/bootstrap-icons/icons/list-ul.svg +3 -0
  1829. package/icons/node_modules/bootstrap-icons/icons/list.svg +3 -0
  1830. package/icons/node_modules/bootstrap-icons/icons/lock-fill.svg +3 -0
  1831. package/icons/node_modules/bootstrap-icons/icons/lock.svg +3 -0
  1832. package/icons/node_modules/bootstrap-icons/icons/luggage-fill.svg +4 -0
  1833. package/icons/node_modules/bootstrap-icons/icons/luggage.svg +4 -0
  1834. package/icons/node_modules/bootstrap-icons/icons/lungs-fill.svg +3 -0
  1835. package/icons/node_modules/bootstrap-icons/icons/lungs.svg +3 -0
  1836. package/icons/node_modules/bootstrap-icons/icons/magic.svg +3 -0
  1837. package/icons/node_modules/bootstrap-icons/icons/magnet-fill.svg +3 -0
  1838. package/icons/node_modules/bootstrap-icons/icons/magnet.svg +3 -0
  1839. package/icons/node_modules/bootstrap-icons/icons/mailbox-flag.svg +4 -0
  1840. package/icons/node_modules/bootstrap-icons/icons/mailbox.svg +4 -0
  1841. package/icons/node_modules/bootstrap-icons/icons/mailbox2-flag.svg +4 -0
  1842. package/icons/node_modules/bootstrap-icons/icons/mailbox2.svg +4 -0
  1843. package/icons/node_modules/bootstrap-icons/icons/map-fill.svg +3 -0
  1844. package/icons/node_modules/bootstrap-icons/icons/map.svg +3 -0
  1845. package/icons/node_modules/bootstrap-icons/icons/markdown-fill.svg +3 -0
  1846. package/icons/node_modules/bootstrap-icons/icons/markdown.svg +6 -0
  1847. package/icons/node_modules/bootstrap-icons/icons/marker-tip.svg +3 -0
  1848. package/icons/node_modules/bootstrap-icons/icons/mask.svg +3 -0
  1849. package/icons/node_modules/bootstrap-icons/icons/mastodon.svg +3 -0
  1850. package/icons/node_modules/bootstrap-icons/icons/medium.svg +3 -0
  1851. package/icons/node_modules/bootstrap-icons/icons/megaphone-fill.svg +3 -0
  1852. package/icons/node_modules/bootstrap-icons/icons/megaphone.svg +3 -0
  1853. package/icons/node_modules/bootstrap-icons/icons/memory.svg +3 -0
  1854. package/icons/node_modules/bootstrap-icons/icons/menu-app-fill.svg +3 -0
  1855. package/icons/node_modules/bootstrap-icons/icons/menu-app.svg +3 -0
  1856. package/icons/node_modules/bootstrap-icons/icons/menu-button-fill.svg +3 -0
  1857. package/icons/node_modules/bootstrap-icons/icons/menu-button-wide-fill.svg +3 -0
  1858. package/icons/node_modules/bootstrap-icons/icons/menu-button-wide.svg +4 -0
  1859. package/icons/node_modules/bootstrap-icons/icons/menu-button.svg +4 -0
  1860. package/icons/node_modules/bootstrap-icons/icons/menu-down.svg +3 -0
  1861. package/icons/node_modules/bootstrap-icons/icons/menu-up.svg +3 -0
  1862. package/icons/node_modules/bootstrap-icons/icons/messenger.svg +3 -0
  1863. package/icons/node_modules/bootstrap-icons/icons/meta.svg +3 -0
  1864. package/icons/node_modules/bootstrap-icons/icons/mic-fill.svg +4 -0
  1865. package/icons/node_modules/bootstrap-icons/icons/mic-mute-fill.svg +4 -0
  1866. package/icons/node_modules/bootstrap-icons/icons/mic-mute.svg +4 -0
  1867. package/icons/node_modules/bootstrap-icons/icons/mic.svg +4 -0
  1868. package/icons/node_modules/bootstrap-icons/icons/microsoft-teams.svg +4 -0
  1869. package/icons/node_modules/bootstrap-icons/icons/microsoft.svg +3 -0
  1870. package/icons/node_modules/bootstrap-icons/icons/minecart-loaded.svg +4 -0
  1871. package/icons/node_modules/bootstrap-icons/icons/minecart.svg +3 -0
  1872. package/icons/node_modules/bootstrap-icons/icons/modem-fill.svg +3 -0
  1873. package/icons/node_modules/bootstrap-icons/icons/modem.svg +4 -0
  1874. package/icons/node_modules/bootstrap-icons/icons/moisture.svg +3 -0
  1875. package/icons/node_modules/bootstrap-icons/icons/moon-fill.svg +3 -0
  1876. package/icons/node_modules/bootstrap-icons/icons/moon-stars-fill.svg +4 -0
  1877. package/icons/node_modules/bootstrap-icons/icons/moon-stars.svg +4 -0
  1878. package/icons/node_modules/bootstrap-icons/icons/moon.svg +3 -0
  1879. package/icons/node_modules/bootstrap-icons/icons/mortarboard-fill.svg +4 -0
  1880. package/icons/node_modules/bootstrap-icons/icons/mortarboard.svg +4 -0
  1881. package/icons/node_modules/bootstrap-icons/icons/motherboard-fill.svg +4 -0
  1882. package/icons/node_modules/bootstrap-icons/icons/motherboard.svg +4 -0
  1883. package/icons/node_modules/bootstrap-icons/icons/mouse-fill.svg +3 -0
  1884. package/icons/node_modules/bootstrap-icons/icons/mouse.svg +3 -0
  1885. package/icons/node_modules/bootstrap-icons/icons/mouse2-fill.svg +3 -0
  1886. package/icons/node_modules/bootstrap-icons/icons/mouse2.svg +3 -0
  1887. package/icons/node_modules/bootstrap-icons/icons/mouse3-fill.svg +3 -0
  1888. package/icons/node_modules/bootstrap-icons/icons/mouse3.svg +3 -0
  1889. package/icons/node_modules/bootstrap-icons/icons/music-note-beamed.svg +5 -0
  1890. package/icons/node_modules/bootstrap-icons/icons/music-note-list.svg +6 -0
  1891. package/icons/node_modules/bootstrap-icons/icons/music-note.svg +5 -0
  1892. package/icons/node_modules/bootstrap-icons/icons/music-player-fill.svg +4 -0
  1893. package/icons/node_modules/bootstrap-icons/icons/music-player.svg +5 -0
  1894. package/icons/node_modules/bootstrap-icons/icons/newspaper.svg +4 -0
  1895. package/icons/node_modules/bootstrap-icons/icons/nintendo-switch.svg +4 -0
  1896. package/icons/node_modules/bootstrap-icons/icons/node-minus-fill.svg +3 -0
  1897. package/icons/node_modules/bootstrap-icons/icons/node-minus.svg +3 -0
  1898. package/icons/node_modules/bootstrap-icons/icons/node-plus-fill.svg +3 -0
  1899. package/icons/node_modules/bootstrap-icons/icons/node-plus.svg +3 -0
  1900. package/icons/node_modules/bootstrap-icons/icons/noise-reduction.svg +4 -0
  1901. package/icons/node_modules/bootstrap-icons/icons/nut-fill.svg +3 -0
  1902. package/icons/node_modules/bootstrap-icons/icons/nut.svg +4 -0
  1903. package/icons/node_modules/bootstrap-icons/icons/nvidia.svg +3 -0
  1904. package/icons/node_modules/bootstrap-icons/icons/nvme-fill.svg +4 -0
  1905. package/icons/node_modules/bootstrap-icons/icons/nvme.svg +4 -0
  1906. package/icons/node_modules/bootstrap-icons/icons/octagon-fill.svg +3 -0
  1907. package/icons/node_modules/bootstrap-icons/icons/octagon-half.svg +3 -0
  1908. package/icons/node_modules/bootstrap-icons/icons/octagon.svg +3 -0
  1909. package/icons/node_modules/bootstrap-icons/icons/opencollective.svg +4 -0
  1910. package/icons/node_modules/bootstrap-icons/icons/optical-audio-fill.svg +4 -0
  1911. package/icons/node_modules/bootstrap-icons/icons/optical-audio.svg +5 -0
  1912. package/icons/node_modules/bootstrap-icons/icons/option.svg +3 -0
  1913. package/icons/node_modules/bootstrap-icons/icons/outlet.svg +4 -0
  1914. package/icons/node_modules/bootstrap-icons/icons/p-circle-fill.svg +3 -0
  1915. package/icons/node_modules/bootstrap-icons/icons/p-circle.svg +3 -0
  1916. package/icons/node_modules/bootstrap-icons/icons/p-square-fill.svg +4 -0
  1917. package/icons/node_modules/bootstrap-icons/icons/p-square.svg +4 -0
  1918. package/icons/node_modules/bootstrap-icons/icons/paint-bucket.svg +3 -0
  1919. package/icons/node_modules/bootstrap-icons/icons/palette-fill.svg +3 -0
  1920. package/icons/node_modules/bootstrap-icons/icons/palette.svg +4 -0
  1921. package/icons/node_modules/bootstrap-icons/icons/palette2.svg +3 -0
  1922. package/icons/node_modules/bootstrap-icons/icons/paperclip.svg +3 -0
  1923. package/icons/node_modules/bootstrap-icons/icons/paragraph.svg +3 -0
  1924. package/icons/node_modules/bootstrap-icons/icons/pass-fill.svg +3 -0
  1925. package/icons/node_modules/bootstrap-icons/icons/pass.svg +4 -0
  1926. package/icons/node_modules/bootstrap-icons/icons/passport-fill.svg +4 -0
  1927. package/icons/node_modules/bootstrap-icons/icons/passport.svg +4 -0
  1928. package/icons/node_modules/bootstrap-icons/icons/patch-check-fill.svg +3 -0
  1929. package/icons/node_modules/bootstrap-icons/icons/patch-check.svg +4 -0
  1930. package/icons/node_modules/bootstrap-icons/icons/patch-exclamation-fill.svg +3 -0
  1931. package/icons/node_modules/bootstrap-icons/icons/patch-exclamation.svg +4 -0
  1932. package/icons/node_modules/bootstrap-icons/icons/patch-minus-fill.svg +3 -0
  1933. package/icons/node_modules/bootstrap-icons/icons/patch-minus.svg +4 -0
  1934. package/icons/node_modules/bootstrap-icons/icons/patch-plus-fill.svg +3 -0
  1935. package/icons/node_modules/bootstrap-icons/icons/patch-plus.svg +4 -0
  1936. package/icons/node_modules/bootstrap-icons/icons/patch-question-fill.svg +3 -0
  1937. package/icons/node_modules/bootstrap-icons/icons/patch-question.svg +5 -0
  1938. package/icons/node_modules/bootstrap-icons/icons/pause-btn-fill.svg +3 -0
  1939. package/icons/node_modules/bootstrap-icons/icons/pause-btn.svg +4 -0
  1940. package/icons/node_modules/bootstrap-icons/icons/pause-circle-fill.svg +3 -0
  1941. package/icons/node_modules/bootstrap-icons/icons/pause-circle.svg +4 -0
  1942. package/icons/node_modules/bootstrap-icons/icons/pause-fill.svg +3 -0
  1943. package/icons/node_modules/bootstrap-icons/icons/pause.svg +3 -0
  1944. package/icons/node_modules/bootstrap-icons/icons/paypal.svg +3 -0
  1945. package/icons/node_modules/bootstrap-icons/icons/pc-display-horizontal.svg +3 -0
  1946. package/icons/node_modules/bootstrap-icons/icons/pc-display.svg +3 -0
  1947. package/icons/node_modules/bootstrap-icons/icons/pc-horizontal.svg +3 -0
  1948. package/icons/node_modules/bootstrap-icons/icons/pc.svg +3 -0
  1949. package/icons/node_modules/bootstrap-icons/icons/pci-card-network.svg +5 -0
  1950. package/icons/node_modules/bootstrap-icons/icons/pci-card-sound.svg +5 -0
  1951. package/icons/node_modules/bootstrap-icons/icons/pci-card.svg +4 -0
  1952. package/icons/node_modules/bootstrap-icons/icons/peace-fill.svg +3 -0
  1953. package/icons/node_modules/bootstrap-icons/icons/peace.svg +3 -0
  1954. package/icons/node_modules/bootstrap-icons/icons/pen-fill.svg +3 -0
  1955. package/icons/node_modules/bootstrap-icons/icons/pen.svg +3 -0
  1956. package/icons/node_modules/bootstrap-icons/icons/pencil-fill.svg +3 -0
  1957. package/icons/node_modules/bootstrap-icons/icons/pencil-square.svg +4 -0
  1958. package/icons/node_modules/bootstrap-icons/icons/pencil.svg +3 -0
  1959. package/icons/node_modules/bootstrap-icons/icons/pentagon-fill.svg +3 -0
  1960. package/icons/node_modules/bootstrap-icons/icons/pentagon-half.svg +3 -0
  1961. package/icons/node_modules/bootstrap-icons/icons/pentagon.svg +3 -0
  1962. package/icons/node_modules/bootstrap-icons/icons/people-fill.svg +3 -0
  1963. package/icons/node_modules/bootstrap-icons/icons/people.svg +3 -0
  1964. package/icons/node_modules/bootstrap-icons/icons/percent.svg +3 -0
  1965. package/icons/node_modules/bootstrap-icons/icons/person-add.svg +4 -0
  1966. package/icons/node_modules/bootstrap-icons/icons/person-arms-up.svg +4 -0
  1967. package/icons/node_modules/bootstrap-icons/icons/person-badge-fill.svg +3 -0
  1968. package/icons/node_modules/bootstrap-icons/icons/person-badge.svg +4 -0
  1969. package/icons/node_modules/bootstrap-icons/icons/person-bounding-box.svg +4 -0
  1970. package/icons/node_modules/bootstrap-icons/icons/person-check-fill.svg +4 -0
  1971. package/icons/node_modules/bootstrap-icons/icons/person-check.svg +4 -0
  1972. package/icons/node_modules/bootstrap-icons/icons/person-circle.svg +4 -0
  1973. package/icons/node_modules/bootstrap-icons/icons/person-dash-fill.svg +4 -0
  1974. package/icons/node_modules/bootstrap-icons/icons/person-dash.svg +4 -0
  1975. package/icons/node_modules/bootstrap-icons/icons/person-down.svg +4 -0
  1976. package/icons/node_modules/bootstrap-icons/icons/person-exclamation.svg +4 -0
  1977. package/icons/node_modules/bootstrap-icons/icons/person-fill-add.svg +4 -0
  1978. package/icons/node_modules/bootstrap-icons/icons/person-fill-check.svg +4 -0
  1979. package/icons/node_modules/bootstrap-icons/icons/person-fill-dash.svg +4 -0
  1980. package/icons/node_modules/bootstrap-icons/icons/person-fill-down.svg +4 -0
  1981. package/icons/node_modules/bootstrap-icons/icons/person-fill-exclamation.svg +4 -0
  1982. package/icons/node_modules/bootstrap-icons/icons/person-fill-gear.svg +3 -0
  1983. package/icons/node_modules/bootstrap-icons/icons/person-fill-lock.svg +3 -0
  1984. package/icons/node_modules/bootstrap-icons/icons/person-fill-slash.svg +3 -0
  1985. package/icons/node_modules/bootstrap-icons/icons/person-fill-up.svg +4 -0
  1986. package/icons/node_modules/bootstrap-icons/icons/person-fill-x.svg +4 -0
  1987. package/icons/node_modules/bootstrap-icons/icons/person-fill.svg +3 -0
  1988. package/icons/node_modules/bootstrap-icons/icons/person-gear.svg +3 -0
  1989. package/icons/node_modules/bootstrap-icons/icons/person-heart.svg +3 -0
  1990. package/icons/node_modules/bootstrap-icons/icons/person-hearts.svg +3 -0
  1991. package/icons/node_modules/bootstrap-icons/icons/person-lines-fill.svg +3 -0
  1992. package/icons/node_modules/bootstrap-icons/icons/person-lock.svg +3 -0
  1993. package/icons/node_modules/bootstrap-icons/icons/person-plus-fill.svg +4 -0
  1994. package/icons/node_modules/bootstrap-icons/icons/person-plus.svg +4 -0
  1995. package/icons/node_modules/bootstrap-icons/icons/person-raised-hand.svg +4 -0
  1996. package/icons/node_modules/bootstrap-icons/icons/person-rolodex.svg +4 -0
  1997. package/icons/node_modules/bootstrap-icons/icons/person-slash.svg +3 -0
  1998. package/icons/node_modules/bootstrap-icons/icons/person-square.svg +4 -0
  1999. package/icons/node_modules/bootstrap-icons/icons/person-standing-dress.svg +3 -0
  2000. package/icons/node_modules/bootstrap-icons/icons/person-standing.svg +3 -0
  2001. package/icons/node_modules/bootstrap-icons/icons/person-up.svg +4 -0
  2002. package/icons/node_modules/bootstrap-icons/icons/person-vcard-fill.svg +3 -0
  2003. package/icons/node_modules/bootstrap-icons/icons/person-vcard.svg +4 -0
  2004. package/icons/node_modules/bootstrap-icons/icons/person-video.svg +4 -0
  2005. package/icons/node_modules/bootstrap-icons/icons/person-video2.svg +4 -0
  2006. package/icons/node_modules/bootstrap-icons/icons/person-video3.svg +4 -0
  2007. package/icons/node_modules/bootstrap-icons/icons/person-walking.svg +4 -0
  2008. package/icons/node_modules/bootstrap-icons/icons/person-wheelchair.svg +3 -0
  2009. package/icons/node_modules/bootstrap-icons/icons/person-workspace.svg +4 -0
  2010. package/icons/node_modules/bootstrap-icons/icons/person-x-fill.svg +3 -0
  2011. package/icons/node_modules/bootstrap-icons/icons/person-x.svg +4 -0
  2012. package/icons/node_modules/bootstrap-icons/icons/person.svg +3 -0
  2013. package/icons/node_modules/bootstrap-icons/icons/phone-fill.svg +3 -0
  2014. package/icons/node_modules/bootstrap-icons/icons/phone-flip.svg +3 -0
  2015. package/icons/node_modules/bootstrap-icons/icons/phone-landscape-fill.svg +3 -0
  2016. package/icons/node_modules/bootstrap-icons/icons/phone-landscape.svg +4 -0
  2017. package/icons/node_modules/bootstrap-icons/icons/phone-vibrate-fill.svg +3 -0
  2018. package/icons/node_modules/bootstrap-icons/icons/phone-vibrate.svg +4 -0
  2019. package/icons/node_modules/bootstrap-icons/icons/phone.svg +4 -0
  2020. package/icons/node_modules/bootstrap-icons/icons/pie-chart-fill.svg +3 -0
  2021. package/icons/node_modules/bootstrap-icons/icons/pie-chart.svg +3 -0
  2022. package/icons/node_modules/bootstrap-icons/icons/piggy-bank-fill.svg +3 -0
  2023. package/icons/node_modules/bootstrap-icons/icons/piggy-bank.svg +4 -0
  2024. package/icons/node_modules/bootstrap-icons/icons/pin-angle-fill.svg +3 -0
  2025. package/icons/node_modules/bootstrap-icons/icons/pin-angle.svg +3 -0
  2026. package/icons/node_modules/bootstrap-icons/icons/pin-fill.svg +3 -0
  2027. package/icons/node_modules/bootstrap-icons/icons/pin-map-fill.svg +4 -0
  2028. package/icons/node_modules/bootstrap-icons/icons/pin-map.svg +4 -0
  2029. package/icons/node_modules/bootstrap-icons/icons/pin.svg +3 -0
  2030. package/icons/node_modules/bootstrap-icons/icons/pinterest.svg +3 -0
  2031. package/icons/node_modules/bootstrap-icons/icons/pip-fill.svg +3 -0
  2032. package/icons/node_modules/bootstrap-icons/icons/pip.svg +4 -0
  2033. package/icons/node_modules/bootstrap-icons/icons/play-btn-fill.svg +3 -0
  2034. package/icons/node_modules/bootstrap-icons/icons/play-btn.svg +4 -0
  2035. package/icons/node_modules/bootstrap-icons/icons/play-circle-fill.svg +3 -0
  2036. package/icons/node_modules/bootstrap-icons/icons/play-circle.svg +4 -0
  2037. package/icons/node_modules/bootstrap-icons/icons/play-fill.svg +3 -0
  2038. package/icons/node_modules/bootstrap-icons/icons/play.svg +3 -0
  2039. package/icons/node_modules/bootstrap-icons/icons/playstation.svg +3 -0
  2040. package/icons/node_modules/bootstrap-icons/icons/plug-fill.svg +3 -0
  2041. package/icons/node_modules/bootstrap-icons/icons/plug.svg +3 -0
  2042. package/icons/node_modules/bootstrap-icons/icons/plugin.svg +3 -0
  2043. package/icons/node_modules/bootstrap-icons/icons/plus-circle-dotted.svg +3 -0
  2044. package/icons/node_modules/bootstrap-icons/icons/plus-circle-fill.svg +3 -0
  2045. package/icons/node_modules/bootstrap-icons/icons/plus-circle.svg +4 -0
  2046. package/icons/node_modules/bootstrap-icons/icons/plus-lg.svg +3 -0
  2047. package/icons/node_modules/bootstrap-icons/icons/plus-slash-minus.svg +3 -0
  2048. package/icons/node_modules/bootstrap-icons/icons/plus-square-dotted.svg +3 -0
  2049. package/icons/node_modules/bootstrap-icons/icons/plus-square-fill.svg +3 -0
  2050. package/icons/node_modules/bootstrap-icons/icons/plus-square.svg +4 -0
  2051. package/icons/node_modules/bootstrap-icons/icons/plus.svg +3 -0
  2052. package/icons/node_modules/bootstrap-icons/icons/postage-fill.svg +4 -0
  2053. package/icons/node_modules/bootstrap-icons/icons/postage-heart-fill.svg +4 -0
  2054. package/icons/node_modules/bootstrap-icons/icons/postage-heart.svg +4 -0
  2055. package/icons/node_modules/bootstrap-icons/icons/postage.svg +4 -0
  2056. package/icons/node_modules/bootstrap-icons/icons/postcard-fill.svg +4 -0
  2057. package/icons/node_modules/bootstrap-icons/icons/postcard-heart-fill.svg +3 -0
  2058. package/icons/node_modules/bootstrap-icons/icons/postcard-heart.svg +4 -0
  2059. package/icons/node_modules/bootstrap-icons/icons/postcard.svg +3 -0
  2060. package/icons/node_modules/bootstrap-icons/icons/power.svg +4 -0
  2061. package/icons/node_modules/bootstrap-icons/icons/prescription.svg +4 -0
  2062. package/icons/node_modules/bootstrap-icons/icons/prescription2.svg +4 -0
  2063. package/icons/node_modules/bootstrap-icons/icons/printer-fill.svg +4 -0
  2064. package/icons/node_modules/bootstrap-icons/icons/printer.svg +4 -0
  2065. package/icons/node_modules/bootstrap-icons/icons/projector-fill.svg +3 -0
  2066. package/icons/node_modules/bootstrap-icons/icons/projector.svg +4 -0
  2067. package/icons/node_modules/bootstrap-icons/icons/puzzle-fill.svg +3 -0
  2068. package/icons/node_modules/bootstrap-icons/icons/puzzle.svg +3 -0
  2069. package/icons/node_modules/bootstrap-icons/icons/qr-code-scan.svg +7 -0
  2070. package/icons/node_modules/bootstrap-icons/icons/qr-code.svg +7 -0
  2071. package/icons/node_modules/bootstrap-icons/icons/question-circle-fill.svg +3 -0
  2072. package/icons/node_modules/bootstrap-icons/icons/question-circle.svg +4 -0
  2073. package/icons/node_modules/bootstrap-icons/icons/question-diamond-fill.svg +3 -0
  2074. package/icons/node_modules/bootstrap-icons/icons/question-diamond.svg +4 -0
  2075. package/icons/node_modules/bootstrap-icons/icons/question-lg.svg +3 -0
  2076. package/icons/node_modules/bootstrap-icons/icons/question-octagon-fill.svg +3 -0
  2077. package/icons/node_modules/bootstrap-icons/icons/question-octagon.svg +4 -0
  2078. package/icons/node_modules/bootstrap-icons/icons/question-square-fill.svg +3 -0
  2079. package/icons/node_modules/bootstrap-icons/icons/question-square.svg +4 -0
  2080. package/icons/node_modules/bootstrap-icons/icons/question.svg +3 -0
  2081. package/icons/node_modules/bootstrap-icons/icons/quora.svg +3 -0
  2082. package/icons/node_modules/bootstrap-icons/icons/quote.svg +3 -0
  2083. package/icons/node_modules/bootstrap-icons/icons/r-circle-fill.svg +3 -0
  2084. package/icons/node_modules/bootstrap-icons/icons/r-circle.svg +3 -0
  2085. package/icons/node_modules/bootstrap-icons/icons/r-square-fill.svg +4 -0
  2086. package/icons/node_modules/bootstrap-icons/icons/r-square.svg +4 -0
  2087. package/icons/node_modules/bootstrap-icons/icons/radar.svg +3 -0
  2088. package/icons/node_modules/bootstrap-icons/icons/radioactive.svg +4 -0
  2089. package/icons/node_modules/bootstrap-icons/icons/rainbow.svg +3 -0
  2090. package/icons/node_modules/bootstrap-icons/icons/receipt-cutoff.svg +4 -0
  2091. package/icons/node_modules/bootstrap-icons/icons/receipt.svg +4 -0
  2092. package/icons/node_modules/bootstrap-icons/icons/reception-0.svg +3 -0
  2093. package/icons/node_modules/bootstrap-icons/icons/reception-1.svg +3 -0
  2094. package/icons/node_modules/bootstrap-icons/icons/reception-2.svg +3 -0
  2095. package/icons/node_modules/bootstrap-icons/icons/reception-3.svg +3 -0
  2096. package/icons/node_modules/bootstrap-icons/icons/reception-4.svg +3 -0
  2097. package/icons/node_modules/bootstrap-icons/icons/record-btn-fill.svg +3 -0
  2098. package/icons/node_modules/bootstrap-icons/icons/record-btn.svg +4 -0
  2099. package/icons/node_modules/bootstrap-icons/icons/record-circle-fill.svg +3 -0
  2100. package/icons/node_modules/bootstrap-icons/icons/record-circle.svg +4 -0
  2101. package/icons/node_modules/bootstrap-icons/icons/record-fill.svg +3 -0
  2102. package/icons/node_modules/bootstrap-icons/icons/record.svg +3 -0
  2103. package/icons/node_modules/bootstrap-icons/icons/record2-fill.svg +4 -0
  2104. package/icons/node_modules/bootstrap-icons/icons/record2.svg +4 -0
  2105. package/icons/node_modules/bootstrap-icons/icons/recycle.svg +3 -0
  2106. package/icons/node_modules/bootstrap-icons/icons/reddit.svg +4 -0
  2107. package/icons/node_modules/bootstrap-icons/icons/regex.svg +3 -0
  2108. package/icons/node_modules/bootstrap-icons/icons/repeat-1.svg +4 -0
  2109. package/icons/node_modules/bootstrap-icons/icons/repeat.svg +3 -0
  2110. package/icons/node_modules/bootstrap-icons/icons/reply-all-fill.svg +4 -0
  2111. package/icons/node_modules/bootstrap-icons/icons/reply-all.svg +4 -0
  2112. package/icons/node_modules/bootstrap-icons/icons/reply-fill.svg +3 -0
  2113. package/icons/node_modules/bootstrap-icons/icons/reply.svg +3 -0
  2114. package/icons/node_modules/bootstrap-icons/icons/rewind-btn-fill.svg +3 -0
  2115. package/icons/node_modules/bootstrap-icons/icons/rewind-btn.svg +4 -0
  2116. package/icons/node_modules/bootstrap-icons/icons/rewind-circle-fill.svg +3 -0
  2117. package/icons/node_modules/bootstrap-icons/icons/rewind-circle.svg +4 -0
  2118. package/icons/node_modules/bootstrap-icons/icons/rewind-fill.svg +4 -0
  2119. package/icons/node_modules/bootstrap-icons/icons/rewind.svg +4 -0
  2120. package/icons/node_modules/bootstrap-icons/icons/robot.svg +4 -0
  2121. package/icons/node_modules/bootstrap-icons/icons/rocket-fill.svg +4 -0
  2122. package/icons/node_modules/bootstrap-icons/icons/rocket-takeoff-fill.svg +4 -0
  2123. package/icons/node_modules/bootstrap-icons/icons/rocket-takeoff.svg +5 -0
  2124. package/icons/node_modules/bootstrap-icons/icons/rocket.svg +5 -0
  2125. package/icons/node_modules/bootstrap-icons/icons/router-fill.svg +6 -0
  2126. package/icons/node_modules/bootstrap-icons/icons/router.svg +6 -0
  2127. package/icons/node_modules/bootstrap-icons/icons/rss-fill.svg +3 -0
  2128. package/icons/node_modules/bootstrap-icons/icons/rss.svg +4 -0
  2129. package/icons/node_modules/bootstrap-icons/icons/rulers.svg +3 -0
  2130. package/icons/node_modules/bootstrap-icons/icons/safe-fill.svg +4 -0
  2131. package/icons/node_modules/bootstrap-icons/icons/safe.svg +4 -0
  2132. package/icons/node_modules/bootstrap-icons/icons/safe2-fill.svg +4 -0
  2133. package/icons/node_modules/bootstrap-icons/icons/safe2.svg +4 -0
  2134. package/icons/node_modules/bootstrap-icons/icons/save-fill.svg +3 -0
  2135. package/icons/node_modules/bootstrap-icons/icons/save.svg +3 -0
  2136. package/icons/node_modules/bootstrap-icons/icons/save2-fill.svg +3 -0
  2137. package/icons/node_modules/bootstrap-icons/icons/save2.svg +3 -0
  2138. package/icons/node_modules/bootstrap-icons/icons/scissors.svg +3 -0
  2139. package/icons/node_modules/bootstrap-icons/icons/scooter.svg +3 -0
  2140. package/icons/node_modules/bootstrap-icons/icons/screwdriver.svg +3 -0
  2141. package/icons/node_modules/bootstrap-icons/icons/sd-card-fill.svg +3 -0
  2142. package/icons/node_modules/bootstrap-icons/icons/sd-card.svg +4 -0
  2143. package/icons/node_modules/bootstrap-icons/icons/search-heart-fill.svg +3 -0
  2144. package/icons/node_modules/bootstrap-icons/icons/search-heart.svg +4 -0
  2145. package/icons/node_modules/bootstrap-icons/icons/search.svg +3 -0
  2146. package/icons/node_modules/bootstrap-icons/icons/segmented-nav.svg +3 -0
  2147. package/icons/node_modules/bootstrap-icons/icons/send-arrow-down-fill.svg +4 -0
  2148. package/icons/node_modules/bootstrap-icons/icons/send-arrow-down.svg +4 -0
  2149. package/icons/node_modules/bootstrap-icons/icons/send-arrow-up-fill.svg +4 -0
  2150. package/icons/node_modules/bootstrap-icons/icons/send-arrow-up.svg +4 -0
  2151. package/icons/node_modules/bootstrap-icons/icons/send-check-fill.svg +4 -0
  2152. package/icons/node_modules/bootstrap-icons/icons/send-check.svg +4 -0
  2153. package/icons/node_modules/bootstrap-icons/icons/send-dash-fill.svg +4 -0
  2154. package/icons/node_modules/bootstrap-icons/icons/send-dash.svg +4 -0
  2155. package/icons/node_modules/bootstrap-icons/icons/send-exclamation-fill.svg +4 -0
  2156. package/icons/node_modules/bootstrap-icons/icons/send-exclamation.svg +4 -0
  2157. package/icons/node_modules/bootstrap-icons/icons/send-fill.svg +3 -0
  2158. package/icons/node_modules/bootstrap-icons/icons/send-plus-fill.svg +4 -0
  2159. package/icons/node_modules/bootstrap-icons/icons/send-plus.svg +4 -0
  2160. package/icons/node_modules/bootstrap-icons/icons/send-slash-fill.svg +4 -0
  2161. package/icons/node_modules/bootstrap-icons/icons/send-slash.svg +4 -0
  2162. package/icons/node_modules/bootstrap-icons/icons/send-x-fill.svg +4 -0
  2163. package/icons/node_modules/bootstrap-icons/icons/send-x.svg +4 -0
  2164. package/icons/node_modules/bootstrap-icons/icons/send.svg +3 -0
  2165. package/icons/node_modules/bootstrap-icons/icons/server.svg +5 -0
  2166. package/icons/node_modules/bootstrap-icons/icons/shadows.svg +3 -0
  2167. package/icons/node_modules/bootstrap-icons/icons/share-fill.svg +3 -0
  2168. package/icons/node_modules/bootstrap-icons/icons/share.svg +3 -0
  2169. package/icons/node_modules/bootstrap-icons/icons/shield-check.svg +4 -0
  2170. package/icons/node_modules/bootstrap-icons/icons/shield-exclamation.svg +4 -0
  2171. package/icons/node_modules/bootstrap-icons/icons/shield-fill-check.svg +3 -0
  2172. package/icons/node_modules/bootstrap-icons/icons/shield-fill-exclamation.svg +3 -0
  2173. package/icons/node_modules/bootstrap-icons/icons/shield-fill-minus.svg +3 -0
  2174. package/icons/node_modules/bootstrap-icons/icons/shield-fill-plus.svg +3 -0
  2175. package/icons/node_modules/bootstrap-icons/icons/shield-fill-x.svg +3 -0
  2176. package/icons/node_modules/bootstrap-icons/icons/shield-fill.svg +3 -0
  2177. package/icons/node_modules/bootstrap-icons/icons/shield-lock-fill.svg +3 -0
  2178. package/icons/node_modules/bootstrap-icons/icons/shield-lock.svg +4 -0
  2179. package/icons/node_modules/bootstrap-icons/icons/shield-minus.svg +4 -0
  2180. package/icons/node_modules/bootstrap-icons/icons/shield-plus.svg +4 -0
  2181. package/icons/node_modules/bootstrap-icons/icons/shield-shaded.svg +3 -0
  2182. package/icons/node_modules/bootstrap-icons/icons/shield-slash-fill.svg +3 -0
  2183. package/icons/node_modules/bootstrap-icons/icons/shield-slash.svg +3 -0
  2184. package/icons/node_modules/bootstrap-icons/icons/shield-x.svg +4 -0
  2185. package/icons/node_modules/bootstrap-icons/icons/shield.svg +3 -0
  2186. package/icons/node_modules/bootstrap-icons/icons/shift-fill.svg +3 -0
  2187. package/icons/node_modules/bootstrap-icons/icons/shift.svg +3 -0
  2188. package/icons/node_modules/bootstrap-icons/icons/shop-window.svg +3 -0
  2189. package/icons/node_modules/bootstrap-icons/icons/shop.svg +3 -0
  2190. package/icons/node_modules/bootstrap-icons/icons/shuffle.svg +4 -0
  2191. package/icons/node_modules/bootstrap-icons/icons/sign-dead-end-fill.svg +4 -0
  2192. package/icons/node_modules/bootstrap-icons/icons/sign-dead-end.svg +4 -0
  2193. package/icons/node_modules/bootstrap-icons/icons/sign-do-not-enter-fill.svg +4 -0
  2194. package/icons/node_modules/bootstrap-icons/icons/sign-do-not-enter.svg +4 -0
  2195. package/icons/node_modules/bootstrap-icons/icons/sign-intersection-fill.svg +3 -0
  2196. package/icons/node_modules/bootstrap-icons/icons/sign-intersection-side-fill.svg +3 -0
  2197. package/icons/node_modules/bootstrap-icons/icons/sign-intersection-side.svg +4 -0
  2198. package/icons/node_modules/bootstrap-icons/icons/sign-intersection-t-fill.svg +3 -0
  2199. package/icons/node_modules/bootstrap-icons/icons/sign-intersection-t.svg +4 -0
  2200. package/icons/node_modules/bootstrap-icons/icons/sign-intersection-y-fill.svg +3 -0
  2201. package/icons/node_modules/bootstrap-icons/icons/sign-intersection-y.svg +4 -0
  2202. package/icons/node_modules/bootstrap-icons/icons/sign-intersection.svg +4 -0
  2203. package/icons/node_modules/bootstrap-icons/icons/sign-merge-left-fill.svg +3 -0
  2204. package/icons/node_modules/bootstrap-icons/icons/sign-merge-left.svg +4 -0
  2205. package/icons/node_modules/bootstrap-icons/icons/sign-merge-right-fill.svg +3 -0
  2206. package/icons/node_modules/bootstrap-icons/icons/sign-merge-right.svg +4 -0
  2207. package/icons/node_modules/bootstrap-icons/icons/sign-no-left-turn-fill.svg +4 -0
  2208. package/icons/node_modules/bootstrap-icons/icons/sign-no-left-turn.svg +3 -0
  2209. package/icons/node_modules/bootstrap-icons/icons/sign-no-parking-fill.svg +4 -0
  2210. package/icons/node_modules/bootstrap-icons/icons/sign-no-parking.svg +3 -0
  2211. package/icons/node_modules/bootstrap-icons/icons/sign-no-right-turn-fill.svg +4 -0
  2212. package/icons/node_modules/bootstrap-icons/icons/sign-no-right-turn.svg +3 -0
  2213. package/icons/node_modules/bootstrap-icons/icons/sign-railroad-fill.svg +5 -0
  2214. package/icons/node_modules/bootstrap-icons/icons/sign-railroad.svg +4 -0
  2215. package/icons/node_modules/bootstrap-icons/icons/sign-stop-fill.svg +4 -0
  2216. package/icons/node_modules/bootstrap-icons/icons/sign-stop-lights-fill.svg +4 -0
  2217. package/icons/node_modules/bootstrap-icons/icons/sign-stop-lights.svg +4 -0
  2218. package/icons/node_modules/bootstrap-icons/icons/sign-stop.svg +5 -0
  2219. package/icons/node_modules/bootstrap-icons/icons/sign-turn-left-fill.svg +3 -0
  2220. package/icons/node_modules/bootstrap-icons/icons/sign-turn-left.svg +4 -0
  2221. package/icons/node_modules/bootstrap-icons/icons/sign-turn-right-fill.svg +3 -0
  2222. package/icons/node_modules/bootstrap-icons/icons/sign-turn-right.svg +4 -0
  2223. package/icons/node_modules/bootstrap-icons/icons/sign-turn-slight-left-fill.svg +3 -0
  2224. package/icons/node_modules/bootstrap-icons/icons/sign-turn-slight-left.svg +4 -0
  2225. package/icons/node_modules/bootstrap-icons/icons/sign-turn-slight-right-fill.svg +3 -0
  2226. package/icons/node_modules/bootstrap-icons/icons/sign-turn-slight-right.svg +4 -0
  2227. package/icons/node_modules/bootstrap-icons/icons/sign-yield-fill.svg +4 -0
  2228. package/icons/node_modules/bootstrap-icons/icons/sign-yield.svg +5 -0
  2229. package/icons/node_modules/bootstrap-icons/icons/signal.svg +3 -0
  2230. package/icons/node_modules/bootstrap-icons/icons/signpost-2-fill.svg +3 -0
  2231. package/icons/node_modules/bootstrap-icons/icons/signpost-2.svg +3 -0
  2232. package/icons/node_modules/bootstrap-icons/icons/signpost-fill.svg +3 -0
  2233. package/icons/node_modules/bootstrap-icons/icons/signpost-split-fill.svg +3 -0
  2234. package/icons/node_modules/bootstrap-icons/icons/signpost-split.svg +3 -0
  2235. package/icons/node_modules/bootstrap-icons/icons/signpost.svg +3 -0
  2236. package/icons/node_modules/bootstrap-icons/icons/sim-fill.svg +4 -0
  2237. package/icons/node_modules/bootstrap-icons/icons/sim-slash-fill.svg +3 -0
  2238. package/icons/node_modules/bootstrap-icons/icons/sim-slash.svg +3 -0
  2239. package/icons/node_modules/bootstrap-icons/icons/sim.svg +4 -0
  2240. package/icons/node_modules/bootstrap-icons/icons/sina-weibo.svg +4 -0
  2241. package/icons/node_modules/bootstrap-icons/icons/skip-backward-btn-fill.svg +3 -0
  2242. package/icons/node_modules/bootstrap-icons/icons/skip-backward-btn.svg +4 -0
  2243. package/icons/node_modules/bootstrap-icons/icons/skip-backward-circle-fill.svg +3 -0
  2244. package/icons/node_modules/bootstrap-icons/icons/skip-backward-circle.svg +4 -0
  2245. package/icons/node_modules/bootstrap-icons/icons/skip-backward-fill.svg +3 -0
  2246. package/icons/node_modules/bootstrap-icons/icons/skip-backward.svg +3 -0
  2247. package/icons/node_modules/bootstrap-icons/icons/skip-end-btn-fill.svg +3 -0
  2248. package/icons/node_modules/bootstrap-icons/icons/skip-end-btn.svg +4 -0
  2249. package/icons/node_modules/bootstrap-icons/icons/skip-end-circle-fill.svg +3 -0
  2250. package/icons/node_modules/bootstrap-icons/icons/skip-end-circle.svg +4 -0
  2251. package/icons/node_modules/bootstrap-icons/icons/skip-end-fill.svg +3 -0
  2252. package/icons/node_modules/bootstrap-icons/icons/skip-end.svg +3 -0
  2253. package/icons/node_modules/bootstrap-icons/icons/skip-forward-btn-fill.svg +3 -0
  2254. package/icons/node_modules/bootstrap-icons/icons/skip-forward-btn.svg +4 -0
  2255. package/icons/node_modules/bootstrap-icons/icons/skip-forward-circle-fill.svg +3 -0
  2256. package/icons/node_modules/bootstrap-icons/icons/skip-forward-circle.svg +4 -0
  2257. package/icons/node_modules/bootstrap-icons/icons/skip-forward-fill.svg +3 -0
  2258. package/icons/node_modules/bootstrap-icons/icons/skip-forward.svg +3 -0
  2259. package/icons/node_modules/bootstrap-icons/icons/skip-start-btn-fill.svg +3 -0
  2260. package/icons/node_modules/bootstrap-icons/icons/skip-start-btn.svg +4 -0
  2261. package/icons/node_modules/bootstrap-icons/icons/skip-start-circle-fill.svg +3 -0
  2262. package/icons/node_modules/bootstrap-icons/icons/skip-start-circle.svg +4 -0
  2263. package/icons/node_modules/bootstrap-icons/icons/skip-start-fill.svg +3 -0
  2264. package/icons/node_modules/bootstrap-icons/icons/skip-start.svg +3 -0
  2265. package/icons/node_modules/bootstrap-icons/icons/skype.svg +3 -0
  2266. package/icons/node_modules/bootstrap-icons/icons/slack.svg +3 -0
  2267. package/icons/node_modules/bootstrap-icons/icons/slash-circle-fill.svg +3 -0
  2268. package/icons/node_modules/bootstrap-icons/icons/slash-circle.svg +4 -0
  2269. package/icons/node_modules/bootstrap-icons/icons/slash-lg.svg +3 -0
  2270. package/icons/node_modules/bootstrap-icons/icons/slash-square-fill.svg +3 -0
  2271. package/icons/node_modules/bootstrap-icons/icons/slash-square.svg +4 -0
  2272. package/icons/node_modules/bootstrap-icons/icons/slash.svg +3 -0
  2273. package/icons/node_modules/bootstrap-icons/icons/sliders.svg +3 -0
  2274. package/icons/node_modules/bootstrap-icons/icons/sliders2-vertical.svg +3 -0
  2275. package/icons/node_modules/bootstrap-icons/icons/sliders2.svg +3 -0
  2276. package/icons/node_modules/bootstrap-icons/icons/smartwatch.svg +4 -0
  2277. package/icons/node_modules/bootstrap-icons/icons/snapchat.svg +3 -0
  2278. package/icons/node_modules/bootstrap-icons/icons/snow.svg +3 -0
  2279. package/icons/node_modules/bootstrap-icons/icons/snow2.svg +3 -0
  2280. package/icons/node_modules/bootstrap-icons/icons/snow3.svg +4 -0
  2281. package/icons/node_modules/bootstrap-icons/icons/sort-alpha-down-alt.svg +5 -0
  2282. package/icons/node_modules/bootstrap-icons/icons/sort-alpha-down.svg +4 -0
  2283. package/icons/node_modules/bootstrap-icons/icons/sort-alpha-up-alt.svg +5 -0
  2284. package/icons/node_modules/bootstrap-icons/icons/sort-alpha-up.svg +4 -0
  2285. package/icons/node_modules/bootstrap-icons/icons/sort-down-alt.svg +3 -0
  2286. package/icons/node_modules/bootstrap-icons/icons/sort-down.svg +3 -0
  2287. package/icons/node_modules/bootstrap-icons/icons/sort-numeric-down-alt.svg +4 -0
  2288. package/icons/node_modules/bootstrap-icons/icons/sort-numeric-down.svg +5 -0
  2289. package/icons/node_modules/bootstrap-icons/icons/sort-numeric-up-alt.svg +4 -0
  2290. package/icons/node_modules/bootstrap-icons/icons/sort-numeric-up.svg +5 -0
  2291. package/icons/node_modules/bootstrap-icons/icons/sort-up-alt.svg +3 -0
  2292. package/icons/node_modules/bootstrap-icons/icons/sort-up.svg +3 -0
  2293. package/icons/node_modules/bootstrap-icons/icons/soundwave.svg +3 -0
  2294. package/icons/node_modules/bootstrap-icons/icons/sourceforge.svg +4 -0
  2295. package/icons/node_modules/bootstrap-icons/icons/speaker-fill.svg +4 -0
  2296. package/icons/node_modules/bootstrap-icons/icons/speaker.svg +4 -0
  2297. package/icons/node_modules/bootstrap-icons/icons/speedometer.svg +4 -0
  2298. package/icons/node_modules/bootstrap-icons/icons/speedometer2.svg +4 -0
  2299. package/icons/node_modules/bootstrap-icons/icons/spellcheck.svg +4 -0
  2300. package/icons/node_modules/bootstrap-icons/icons/spotify.svg +3 -0
  2301. package/icons/node_modules/bootstrap-icons/icons/square-fill.svg +3 -0
  2302. package/icons/node_modules/bootstrap-icons/icons/square-half.svg +3 -0
  2303. package/icons/node_modules/bootstrap-icons/icons/square.svg +3 -0
  2304. package/icons/node_modules/bootstrap-icons/icons/stack-overflow.svg +4 -0
  2305. package/icons/node_modules/bootstrap-icons/icons/stack.svg +4 -0
  2306. package/icons/node_modules/bootstrap-icons/icons/star-fill.svg +3 -0
  2307. package/icons/node_modules/bootstrap-icons/icons/star-half.svg +3 -0
  2308. package/icons/node_modules/bootstrap-icons/icons/star.svg +3 -0
  2309. package/icons/node_modules/bootstrap-icons/icons/stars.svg +3 -0
  2310. package/icons/node_modules/bootstrap-icons/icons/steam.svg +4 -0
  2311. package/icons/node_modules/bootstrap-icons/icons/stickies-fill.svg +4 -0
  2312. package/icons/node_modules/bootstrap-icons/icons/stickies.svg +4 -0
  2313. package/icons/node_modules/bootstrap-icons/icons/sticky-fill.svg +3 -0
  2314. package/icons/node_modules/bootstrap-icons/icons/sticky.svg +3 -0
  2315. package/icons/node_modules/bootstrap-icons/icons/stop-btn-fill.svg +3 -0
  2316. package/icons/node_modules/bootstrap-icons/icons/stop-btn.svg +4 -0
  2317. package/icons/node_modules/bootstrap-icons/icons/stop-circle-fill.svg +3 -0
  2318. package/icons/node_modules/bootstrap-icons/icons/stop-circle.svg +4 -0
  2319. package/icons/node_modules/bootstrap-icons/icons/stop-fill.svg +3 -0
  2320. package/icons/node_modules/bootstrap-icons/icons/stop.svg +3 -0
  2321. package/icons/node_modules/bootstrap-icons/icons/stoplights-fill.svg +3 -0
  2322. package/icons/node_modules/bootstrap-icons/icons/stoplights.svg +4 -0
  2323. package/icons/node_modules/bootstrap-icons/icons/stopwatch-fill.svg +3 -0
  2324. package/icons/node_modules/bootstrap-icons/icons/stopwatch.svg +4 -0
  2325. package/icons/node_modules/bootstrap-icons/icons/strava.svg +3 -0
  2326. package/icons/node_modules/bootstrap-icons/icons/stripe.svg +3 -0
  2327. package/icons/node_modules/bootstrap-icons/icons/subscript.svg +3 -0
  2328. package/icons/node_modules/bootstrap-icons/icons/substack.svg +3 -0
  2329. package/icons/node_modules/bootstrap-icons/icons/subtract.svg +3 -0
  2330. package/icons/node_modules/bootstrap-icons/icons/suit-club-fill.svg +3 -0
  2331. package/icons/node_modules/bootstrap-icons/icons/suit-club.svg +3 -0
  2332. package/icons/node_modules/bootstrap-icons/icons/suit-diamond-fill.svg +3 -0
  2333. package/icons/node_modules/bootstrap-icons/icons/suit-diamond.svg +3 -0
  2334. package/icons/node_modules/bootstrap-icons/icons/suit-heart-fill.svg +3 -0
  2335. package/icons/node_modules/bootstrap-icons/icons/suit-heart.svg +3 -0
  2336. package/icons/node_modules/bootstrap-icons/icons/suit-spade-fill.svg +3 -0
  2337. package/icons/node_modules/bootstrap-icons/icons/suit-spade.svg +3 -0
  2338. package/icons/node_modules/bootstrap-icons/icons/suitcase-fill.svg +3 -0
  2339. package/icons/node_modules/bootstrap-icons/icons/suitcase-lg-fill.svg +3 -0
  2340. package/icons/node_modules/bootstrap-icons/icons/suitcase-lg.svg +3 -0
  2341. package/icons/node_modules/bootstrap-icons/icons/suitcase.svg +4 -0
  2342. package/icons/node_modules/bootstrap-icons/icons/suitcase2-fill.svg +3 -0
  2343. package/icons/node_modules/bootstrap-icons/icons/suitcase2.svg +3 -0
  2344. package/icons/node_modules/bootstrap-icons/icons/sun-fill.svg +3 -0
  2345. package/icons/node_modules/bootstrap-icons/icons/sun.svg +3 -0
  2346. package/icons/node_modules/bootstrap-icons/icons/sunglasses.svg +3 -0
  2347. package/icons/node_modules/bootstrap-icons/icons/sunrise-fill.svg +3 -0
  2348. package/icons/node_modules/bootstrap-icons/icons/sunrise.svg +3 -0
  2349. package/icons/node_modules/bootstrap-icons/icons/sunset-fill.svg +3 -0
  2350. package/icons/node_modules/bootstrap-icons/icons/sunset.svg +3 -0
  2351. package/icons/node_modules/bootstrap-icons/icons/superscript.svg +3 -0
  2352. package/icons/node_modules/bootstrap-icons/icons/symmetry-horizontal.svg +3 -0
  2353. package/icons/node_modules/bootstrap-icons/icons/symmetry-vertical.svg +3 -0
  2354. package/icons/node_modules/bootstrap-icons/icons/table.svg +3 -0
  2355. package/icons/node_modules/bootstrap-icons/icons/tablet-fill.svg +3 -0
  2356. package/icons/node_modules/bootstrap-icons/icons/tablet-landscape-fill.svg +3 -0
  2357. package/icons/node_modules/bootstrap-icons/icons/tablet-landscape.svg +4 -0
  2358. package/icons/node_modules/bootstrap-icons/icons/tablet.svg +4 -0
  2359. package/icons/node_modules/bootstrap-icons/icons/tag-fill.svg +3 -0
  2360. package/icons/node_modules/bootstrap-icons/icons/tag.svg +4 -0
  2361. package/icons/node_modules/bootstrap-icons/icons/tags-fill.svg +4 -0
  2362. package/icons/node_modules/bootstrap-icons/icons/tags.svg +4 -0
  2363. package/icons/node_modules/bootstrap-icons/icons/taxi-front-fill.svg +3 -0
  2364. package/icons/node_modules/bootstrap-icons/icons/taxi-front.svg +4 -0
  2365. package/icons/node_modules/bootstrap-icons/icons/telegram.svg +3 -0
  2366. package/icons/node_modules/bootstrap-icons/icons/telephone-fill.svg +3 -0
  2367. package/icons/node_modules/bootstrap-icons/icons/telephone-forward-fill.svg +3 -0
  2368. package/icons/node_modules/bootstrap-icons/icons/telephone-forward.svg +3 -0
  2369. package/icons/node_modules/bootstrap-icons/icons/telephone-inbound-fill.svg +3 -0
  2370. package/icons/node_modules/bootstrap-icons/icons/telephone-inbound.svg +3 -0
  2371. package/icons/node_modules/bootstrap-icons/icons/telephone-minus-fill.svg +3 -0
  2372. package/icons/node_modules/bootstrap-icons/icons/telephone-minus.svg +4 -0
  2373. package/icons/node_modules/bootstrap-icons/icons/telephone-outbound-fill.svg +3 -0
  2374. package/icons/node_modules/bootstrap-icons/icons/telephone-outbound.svg +3 -0
  2375. package/icons/node_modules/bootstrap-icons/icons/telephone-plus-fill.svg +3 -0
  2376. package/icons/node_modules/bootstrap-icons/icons/telephone-plus.svg +4 -0
  2377. package/icons/node_modules/bootstrap-icons/icons/telephone-x-fill.svg +3 -0
  2378. package/icons/node_modules/bootstrap-icons/icons/telephone-x.svg +4 -0
  2379. package/icons/node_modules/bootstrap-icons/icons/telephone.svg +3 -0
  2380. package/icons/node_modules/bootstrap-icons/icons/tencent-qq.svg +4 -0
  2381. package/icons/node_modules/bootstrap-icons/icons/terminal-dash.svg +4 -0
  2382. package/icons/node_modules/bootstrap-icons/icons/terminal-fill.svg +3 -0
  2383. package/icons/node_modules/bootstrap-icons/icons/terminal-plus.svg +4 -0
  2384. package/icons/node_modules/bootstrap-icons/icons/terminal-split.svg +4 -0
  2385. package/icons/node_modules/bootstrap-icons/icons/terminal-x.svg +4 -0
  2386. package/icons/node_modules/bootstrap-icons/icons/terminal.svg +4 -0
  2387. package/icons/node_modules/bootstrap-icons/icons/text-center.svg +3 -0
  2388. package/icons/node_modules/bootstrap-icons/icons/text-indent-left.svg +3 -0
  2389. package/icons/node_modules/bootstrap-icons/icons/text-indent-right.svg +3 -0
  2390. package/icons/node_modules/bootstrap-icons/icons/text-left.svg +3 -0
  2391. package/icons/node_modules/bootstrap-icons/icons/text-paragraph.svg +3 -0
  2392. package/icons/node_modules/bootstrap-icons/icons/text-right.svg +3 -0
  2393. package/icons/node_modules/bootstrap-icons/icons/text-wrap.svg +3 -0
  2394. package/icons/node_modules/bootstrap-icons/icons/textarea-resize.svg +3 -0
  2395. package/icons/node_modules/bootstrap-icons/icons/textarea-t.svg +4 -0
  2396. package/icons/node_modules/bootstrap-icons/icons/textarea.svg +3 -0
  2397. package/icons/node_modules/bootstrap-icons/icons/thermometer-half.svg +4 -0
  2398. package/icons/node_modules/bootstrap-icons/icons/thermometer-high.svg +4 -0
  2399. package/icons/node_modules/bootstrap-icons/icons/thermometer-low.svg +4 -0
  2400. package/icons/node_modules/bootstrap-icons/icons/thermometer-snow.svg +4 -0
  2401. package/icons/node_modules/bootstrap-icons/icons/thermometer-sun.svg +4 -0
  2402. package/icons/node_modules/bootstrap-icons/icons/thermometer.svg +4 -0
  2403. package/icons/node_modules/bootstrap-icons/icons/threads-fill.svg +4 -0
  2404. package/icons/node_modules/bootstrap-icons/icons/threads.svg +3 -0
  2405. package/icons/node_modules/bootstrap-icons/icons/three-dots-vertical.svg +3 -0
  2406. package/icons/node_modules/bootstrap-icons/icons/three-dots.svg +3 -0
  2407. package/icons/node_modules/bootstrap-icons/icons/thunderbolt-fill.svg +3 -0
  2408. package/icons/node_modules/bootstrap-icons/icons/thunderbolt.svg +4 -0
  2409. package/icons/node_modules/bootstrap-icons/icons/ticket-detailed-fill.svg +3 -0
  2410. package/icons/node_modules/bootstrap-icons/icons/ticket-detailed.svg +4 -0
  2411. package/icons/node_modules/bootstrap-icons/icons/ticket-fill.svg +3 -0
  2412. package/icons/node_modules/bootstrap-icons/icons/ticket-perforated-fill.svg +3 -0
  2413. package/icons/node_modules/bootstrap-icons/icons/ticket-perforated.svg +4 -0
  2414. package/icons/node_modules/bootstrap-icons/icons/ticket.svg +3 -0
  2415. package/icons/node_modules/bootstrap-icons/icons/tiktok.svg +3 -0
  2416. package/icons/node_modules/bootstrap-icons/icons/toggle-off.svg +3 -0
  2417. package/icons/node_modules/bootstrap-icons/icons/toggle-on.svg +3 -0
  2418. package/icons/node_modules/bootstrap-icons/icons/toggle2-off.svg +4 -0
  2419. package/icons/node_modules/bootstrap-icons/icons/toggle2-on.svg +4 -0
  2420. package/icons/node_modules/bootstrap-icons/icons/toggles.svg +3 -0
  2421. package/icons/node_modules/bootstrap-icons/icons/toggles2.svg +5 -0
  2422. package/icons/node_modules/bootstrap-icons/icons/tools.svg +3 -0
  2423. package/icons/node_modules/bootstrap-icons/icons/tornado.svg +3 -0
  2424. package/icons/node_modules/bootstrap-icons/icons/train-freight-front-fill.svg +3 -0
  2425. package/icons/node_modules/bootstrap-icons/icons/train-freight-front.svg +3 -0
  2426. package/icons/node_modules/bootstrap-icons/icons/train-front-fill.svg +3 -0
  2427. package/icons/node_modules/bootstrap-icons/icons/train-front.svg +3 -0
  2428. package/icons/node_modules/bootstrap-icons/icons/train-lightrail-front-fill.svg +3 -0
  2429. package/icons/node_modules/bootstrap-icons/icons/train-lightrail-front.svg +3 -0
  2430. package/icons/node_modules/bootstrap-icons/icons/translate.svg +4 -0
  2431. package/icons/node_modules/bootstrap-icons/icons/transparency.svg +3 -0
  2432. package/icons/node_modules/bootstrap-icons/icons/trash-fill.svg +3 -0
  2433. package/icons/node_modules/bootstrap-icons/icons/trash.svg +4 -0
  2434. package/icons/node_modules/bootstrap-icons/icons/trash2-fill.svg +3 -0
  2435. package/icons/node_modules/bootstrap-icons/icons/trash2.svg +3 -0
  2436. package/icons/node_modules/bootstrap-icons/icons/trash3-fill.svg +3 -0
  2437. package/icons/node_modules/bootstrap-icons/icons/trash3.svg +3 -0
  2438. package/icons/node_modules/bootstrap-icons/icons/tree-fill.svg +3 -0
  2439. package/icons/node_modules/bootstrap-icons/icons/tree.svg +3 -0
  2440. package/icons/node_modules/bootstrap-icons/icons/trello.svg +3 -0
  2441. package/icons/node_modules/bootstrap-icons/icons/triangle-fill.svg +3 -0
  2442. package/icons/node_modules/bootstrap-icons/icons/triangle-half.svg +3 -0
  2443. package/icons/node_modules/bootstrap-icons/icons/triangle.svg +3 -0
  2444. package/icons/node_modules/bootstrap-icons/icons/trophy-fill.svg +3 -0
  2445. package/icons/node_modules/bootstrap-icons/icons/trophy.svg +3 -0
  2446. package/icons/node_modules/bootstrap-icons/icons/tropical-storm.svg +4 -0
  2447. package/icons/node_modules/bootstrap-icons/icons/truck-flatbed.svg +3 -0
  2448. package/icons/node_modules/bootstrap-icons/icons/truck-front-fill.svg +3 -0
  2449. package/icons/node_modules/bootstrap-icons/icons/truck-front.svg +4 -0
  2450. package/icons/node_modules/bootstrap-icons/icons/truck.svg +3 -0
  2451. package/icons/node_modules/bootstrap-icons/icons/tsunami.svg +3 -0
  2452. package/icons/node_modules/bootstrap-icons/icons/tv-fill.svg +3 -0
  2453. package/icons/node_modules/bootstrap-icons/icons/tv.svg +3 -0
  2454. package/icons/node_modules/bootstrap-icons/icons/twitch.svg +4 -0
  2455. package/icons/node_modules/bootstrap-icons/icons/twitter-x.svg +3 -0
  2456. package/icons/node_modules/bootstrap-icons/icons/twitter.svg +3 -0
  2457. package/icons/node_modules/bootstrap-icons/icons/type-bold.svg +3 -0
  2458. package/icons/node_modules/bootstrap-icons/icons/type-h1.svg +3 -0
  2459. package/icons/node_modules/bootstrap-icons/icons/type-h2.svg +3 -0
  2460. package/icons/node_modules/bootstrap-icons/icons/type-h3.svg +3 -0
  2461. package/icons/node_modules/bootstrap-icons/icons/type-h4.svg +3 -0
  2462. package/icons/node_modules/bootstrap-icons/icons/type-h5.svg +3 -0
  2463. package/icons/node_modules/bootstrap-icons/icons/type-h6.svg +3 -0
  2464. package/icons/node_modules/bootstrap-icons/icons/type-italic.svg +3 -0
  2465. package/icons/node_modules/bootstrap-icons/icons/type-strikethrough.svg +3 -0
  2466. package/icons/node_modules/bootstrap-icons/icons/type-underline.svg +3 -0
  2467. package/icons/node_modules/bootstrap-icons/icons/type.svg +3 -0
  2468. package/icons/node_modules/bootstrap-icons/icons/ubuntu.svg +3 -0
  2469. package/icons/node_modules/bootstrap-icons/icons/ui-checks-grid.svg +3 -0
  2470. package/icons/node_modules/bootstrap-icons/icons/ui-checks.svg +3 -0
  2471. package/icons/node_modules/bootstrap-icons/icons/ui-radios-grid.svg +3 -0
  2472. package/icons/node_modules/bootstrap-icons/icons/ui-radios.svg +3 -0
  2473. package/icons/node_modules/bootstrap-icons/icons/umbrella-fill.svg +3 -0
  2474. package/icons/node_modules/bootstrap-icons/icons/umbrella.svg +3 -0
  2475. package/icons/node_modules/bootstrap-icons/icons/unindent.svg +4 -0
  2476. package/icons/node_modules/bootstrap-icons/icons/union.svg +3 -0
  2477. package/icons/node_modules/bootstrap-icons/icons/unity.svg +3 -0
  2478. package/icons/node_modules/bootstrap-icons/icons/universal-access-circle.svg +4 -0
  2479. package/icons/node_modules/bootstrap-icons/icons/universal-access.svg +3 -0
  2480. package/icons/node_modules/bootstrap-icons/icons/unlock-fill.svg +3 -0
  2481. package/icons/node_modules/bootstrap-icons/icons/unlock.svg +3 -0
  2482. package/icons/node_modules/bootstrap-icons/icons/upc-scan.svg +3 -0
  2483. package/icons/node_modules/bootstrap-icons/icons/upc.svg +3 -0
  2484. package/icons/node_modules/bootstrap-icons/icons/upload.svg +4 -0
  2485. package/icons/node_modules/bootstrap-icons/icons/usb-c-fill.svg +3 -0
  2486. package/icons/node_modules/bootstrap-icons/icons/usb-c.svg +4 -0
  2487. package/icons/node_modules/bootstrap-icons/icons/usb-drive-fill.svg +3 -0
  2488. package/icons/node_modules/bootstrap-icons/icons/usb-drive.svg +3 -0
  2489. package/icons/node_modules/bootstrap-icons/icons/usb-fill.svg +3 -0
  2490. package/icons/node_modules/bootstrap-icons/icons/usb-micro-fill.svg +3 -0
  2491. package/icons/node_modules/bootstrap-icons/icons/usb-micro.svg +4 -0
  2492. package/icons/node_modules/bootstrap-icons/icons/usb-mini-fill.svg +3 -0
  2493. package/icons/node_modules/bootstrap-icons/icons/usb-mini.svg +4 -0
  2494. package/icons/node_modules/bootstrap-icons/icons/usb-plug-fill.svg +3 -0
  2495. package/icons/node_modules/bootstrap-icons/icons/usb-plug.svg +3 -0
  2496. package/icons/node_modules/bootstrap-icons/icons/usb-symbol.svg +3 -0
  2497. package/icons/node_modules/bootstrap-icons/icons/usb.svg +4 -0
  2498. package/icons/node_modules/bootstrap-icons/icons/valentine.svg +4 -0
  2499. package/icons/node_modules/bootstrap-icons/icons/valentine2.svg +4 -0
  2500. package/icons/node_modules/bootstrap-icons/icons/vector-pen.svg +4 -0
  2501. package/icons/node_modules/bootstrap-icons/icons/view-list.svg +3 -0
  2502. package/icons/node_modules/bootstrap-icons/icons/view-stacked.svg +3 -0
  2503. package/icons/node_modules/bootstrap-icons/icons/vignette.svg +4 -0
  2504. package/icons/node_modules/bootstrap-icons/icons/vimeo.svg +3 -0
  2505. package/icons/node_modules/bootstrap-icons/icons/vinyl-fill.svg +4 -0
  2506. package/icons/node_modules/bootstrap-icons/icons/vinyl.svg +5 -0
  2507. package/icons/node_modules/bootstrap-icons/icons/virus.svg +3 -0
  2508. package/icons/node_modules/bootstrap-icons/icons/virus2.svg +3 -0
  2509. package/icons/node_modules/bootstrap-icons/icons/voicemail.svg +3 -0
  2510. package/icons/node_modules/bootstrap-icons/icons/volume-down-fill.svg +3 -0
  2511. package/icons/node_modules/bootstrap-icons/icons/volume-down.svg +3 -0
  2512. package/icons/node_modules/bootstrap-icons/icons/volume-mute-fill.svg +3 -0
  2513. package/icons/node_modules/bootstrap-icons/icons/volume-mute.svg +3 -0
  2514. package/icons/node_modules/bootstrap-icons/icons/volume-off-fill.svg +3 -0
  2515. package/icons/node_modules/bootstrap-icons/icons/volume-off.svg +3 -0
  2516. package/icons/node_modules/bootstrap-icons/icons/volume-up-fill.svg +5 -0
  2517. package/icons/node_modules/bootstrap-icons/icons/volume-up.svg +5 -0
  2518. package/icons/node_modules/bootstrap-icons/icons/vr.svg +3 -0
  2519. package/icons/node_modules/bootstrap-icons/icons/wallet-fill.svg +4 -0
  2520. package/icons/node_modules/bootstrap-icons/icons/wallet.svg +3 -0
  2521. package/icons/node_modules/bootstrap-icons/icons/wallet2.svg +3 -0
  2522. package/icons/node_modules/bootstrap-icons/icons/watch.svg +4 -0
  2523. package/icons/node_modules/bootstrap-icons/icons/water.svg +3 -0
  2524. package/icons/node_modules/bootstrap-icons/icons/webcam-fill.svg +4 -0
  2525. package/icons/node_modules/bootstrap-icons/icons/webcam.svg +4 -0
  2526. package/icons/node_modules/bootstrap-icons/icons/wechat.svg +4 -0
  2527. package/icons/node_modules/bootstrap-icons/icons/whatsapp.svg +3 -0
  2528. package/icons/node_modules/bootstrap-icons/icons/wifi-1.svg +3 -0
  2529. package/icons/node_modules/bootstrap-icons/icons/wifi-2.svg +3 -0
  2530. package/icons/node_modules/bootstrap-icons/icons/wifi-off.svg +3 -0
  2531. package/icons/node_modules/bootstrap-icons/icons/wifi.svg +4 -0
  2532. package/icons/node_modules/bootstrap-icons/icons/wikipedia.svg +3 -0
  2533. package/icons/node_modules/bootstrap-icons/icons/wind.svg +3 -0
  2534. package/icons/node_modules/bootstrap-icons/icons/window-dash.svg +5 -0
  2535. package/icons/node_modules/bootstrap-icons/icons/window-desktop.svg +4 -0
  2536. package/icons/node_modules/bootstrap-icons/icons/window-dock.svg +4 -0
  2537. package/icons/node_modules/bootstrap-icons/icons/window-fullscreen.svg +4 -0
  2538. package/icons/node_modules/bootstrap-icons/icons/window-plus.svg +5 -0
  2539. package/icons/node_modules/bootstrap-icons/icons/window-sidebar.svg +4 -0
  2540. package/icons/node_modules/bootstrap-icons/icons/window-split.svg +4 -0
  2541. package/icons/node_modules/bootstrap-icons/icons/window-stack.svg +4 -0
  2542. package/icons/node_modules/bootstrap-icons/icons/window-x.svg +5 -0
  2543. package/icons/node_modules/bootstrap-icons/icons/window.svg +4 -0
  2544. package/icons/node_modules/bootstrap-icons/icons/windows.svg +3 -0
  2545. package/icons/node_modules/bootstrap-icons/icons/wordpress.svg +5 -0
  2546. package/icons/node_modules/bootstrap-icons/icons/wrench-adjustable-circle-fill.svg +4 -0
  2547. package/icons/node_modules/bootstrap-icons/icons/wrench-adjustable-circle.svg +4 -0
  2548. package/icons/node_modules/bootstrap-icons/icons/wrench-adjustable.svg +4 -0
  2549. package/icons/node_modules/bootstrap-icons/icons/wrench.svg +3 -0
  2550. package/icons/node_modules/bootstrap-icons/icons/x-circle-fill.svg +3 -0
  2551. package/icons/node_modules/bootstrap-icons/icons/x-circle.svg +4 -0
  2552. package/icons/node_modules/bootstrap-icons/icons/x-diamond-fill.svg +3 -0
  2553. package/icons/node_modules/bootstrap-icons/icons/x-diamond.svg +3 -0
  2554. package/icons/node_modules/bootstrap-icons/icons/x-lg.svg +3 -0
  2555. package/icons/node_modules/bootstrap-icons/icons/x-octagon-fill.svg +3 -0
  2556. package/icons/node_modules/bootstrap-icons/icons/x-octagon.svg +4 -0
  2557. package/icons/node_modules/bootstrap-icons/icons/x-square-fill.svg +3 -0
  2558. package/icons/node_modules/bootstrap-icons/icons/x-square.svg +4 -0
  2559. package/icons/node_modules/bootstrap-icons/icons/x.svg +3 -0
  2560. package/icons/node_modules/bootstrap-icons/icons/xbox.svg +3 -0
  2561. package/icons/node_modules/bootstrap-icons/icons/yelp.svg +3 -0
  2562. package/icons/node_modules/bootstrap-icons/icons/yin-yang.svg +4 -0
  2563. package/icons/node_modules/bootstrap-icons/icons/youtube.svg +3 -0
  2564. package/icons/node_modules/bootstrap-icons/icons/zoom-in.svg +5 -0
  2565. package/icons/node_modules/bootstrap-icons/icons/zoom-out.svg +5 -0
  2566. package/icons/node_modules/bootstrap-icons/package.json +91 -0
  2567. package/icons/package.json +1 -1
  2568. package/icons/svg/bs-alexa.svg +1 -1
  2569. package/icons/svg/bs-alipay.svg +1 -1
  2570. package/icons/svg/bs-amd.svg +1 -1
  2571. package/icons/svg/bs-android.svg +1 -1
  2572. package/icons/svg/bs-android2.svg +1 -1
  2573. package/icons/svg/bs-apple.svg +2 -2
  2574. package/icons/svg/bs-behance.svg +1 -1
  2575. package/icons/svg/bs-bluetooth.svg +1 -1
  2576. package/icons/svg/bs-browser-chrome.svg +1 -1
  2577. package/icons/svg/bs-browser-edge.svg +3 -3
  2578. package/icons/svg/bs-browser-firefox.svg +1 -1
  2579. package/icons/svg/bs-browser-safari.svg +1 -1
  2580. package/icons/svg/bs-discord.svg +1 -1
  2581. package/icons/svg/bs-dribbble.svg +1 -1
  2582. package/icons/svg/bs-dropbox.svg +1 -1
  2583. package/icons/svg/bs-facebook.svg +1 -1
  2584. package/icons/svg/bs-git.svg +1 -1
  2585. package/icons/svg/bs-github.svg +1 -1
  2586. package/icons/svg/bs-google-play.svg +1 -1
  2587. package/icons/svg/bs-google.svg +1 -1
  2588. package/icons/svg/bs-instagram.svg +1 -1
  2589. package/icons/svg/bs-line.svg +1 -1
  2590. package/icons/svg/bs-linkedin.svg +1 -1
  2591. package/icons/svg/bs-mastodon.svg +1 -1
  2592. package/icons/svg/bs-medium.svg +1 -1
  2593. package/icons/svg/bs-messenger.svg +1 -1
  2594. package/icons/svg/bs-meta.svg +1 -1
  2595. package/icons/svg/bs-microsoft-teams.svg +2 -2
  2596. package/icons/svg/bs-microsoft.svg +1 -1
  2597. package/icons/svg/bs-nintendo-switch.svg +2 -2
  2598. package/icons/svg/bs-nvidia.svg +1 -1
  2599. package/icons/svg/bs-paypal.svg +1 -1
  2600. package/icons/svg/bs-pinterest.svg +1 -1
  2601. package/icons/svg/bs-playstation.svg +1 -1
  2602. package/icons/svg/bs-quora.svg +1 -1
  2603. package/icons/svg/bs-reddit.svg +2 -2
  2604. package/icons/svg/bs-signal.svg +1 -1
  2605. package/icons/svg/bs-sina-weibo.svg +2 -2
  2606. package/icons/svg/bs-skype.svg +1 -1
  2607. package/icons/svg/bs-slack.svg +1 -1
  2608. package/icons/svg/bs-snapchat.svg +1 -1
  2609. package/icons/svg/bs-spotify.svg +1 -1
  2610. package/icons/svg/bs-stack-overflow.svg +2 -2
  2611. package/icons/svg/bs-steam.svg +2 -2
  2612. package/icons/svg/bs-strava.svg +1 -1
  2613. package/icons/svg/bs-stripe.svg +1 -1
  2614. package/icons/svg/bs-telegram.svg +1 -1
  2615. package/icons/svg/bs-tencent-qq.svg +2 -2
  2616. package/icons/svg/bs-tiktok.svg +1 -1
  2617. package/icons/svg/bs-trello.svg +1 -1
  2618. package/icons/svg/bs-twitch.svg +2 -2
  2619. package/icons/svg/bs-twitter-x.svg +3 -0
  2620. package/icons/svg/bs-twitter.svg +1 -1
  2621. package/icons/svg/bs-ubuntu.svg +1 -1
  2622. package/icons/svg/bs-unity.svg +1 -1
  2623. package/icons/svg/bs-vimeo.svg +1 -1
  2624. package/icons/svg/bs-wechat.svg +2 -2
  2625. package/icons/svg/bs-whatsapp.svg +1 -1
  2626. package/icons/svg/bs-wikipedia.svg +1 -1
  2627. package/icons/svg/bs-windows.svg +1 -1
  2628. package/icons/svg/bs-wordpress.svg +3 -3
  2629. package/icons/svg/bs-xbox.svg +1 -1
  2630. package/icons/svg/bs-yelp.svg +1 -1
  2631. package/icons/svg/bs-youtube.svg +1 -1
  2632. package/lib/build-scss.js +188 -0
  2633. package/lib/build-tokens.js +119 -0
  2634. package/lib/help.js +36 -23
  2635. package/lib/replace-variables.js +38 -0
  2636. package/lib/utils.js +30 -0
  2637. package/package.json +31 -16
  2638. package/src/ActionRow/_index.scss +2 -4
  2639. package/src/Alert/index.scss +41 -32
  2640. package/src/Annotation/__snapshots__/Annotation.test.jsx.snap +1 -1
  2641. package/src/Annotation/_mixins.scss +104 -0
  2642. package/src/Annotation/index.scss +130 -103
  2643. package/src/Avatar/__snapshots__/Avatar.test.jsx.snap +1 -1
  2644. package/src/Avatar/index.scss +18 -20
  2645. package/src/AvatarButton/__snapshots__/AvatarButton.test.jsx.snap +1 -1
  2646. package/src/AvatarButton/index.scss +3 -5
  2647. package/src/Badge/index.scss +112 -2
  2648. package/src/Breadcrumb/index.scss +14 -16
  2649. package/src/Bubble/index.scss +25 -12
  2650. package/src/Button/README.md +0 -84
  2651. package/src/Button/_mixins.scss +14 -0
  2652. package/src/Button/button-group.scss +126 -0
  2653. package/src/Button/index.jsx +0 -3
  2654. package/src/Button/index.scss +855 -370
  2655. package/src/Card/card-bootstrap.scss +168 -0
  2656. package/src/Card/index.scss +78 -79
  2657. package/src/Carousel/index.scss +168 -2
  2658. package/src/Chip/index.scss +46 -37
  2659. package/src/Chip/mixins.scss +8 -3
  2660. package/src/ChipCarousel/index.scss +4 -4
  2661. package/src/CloseButton/index.scss +31 -2
  2662. package/src/Code/index.scss +47 -2
  2663. package/src/Collapsible/index.scss +15 -15
  2664. package/src/ColorPicker/__snapshots__/ColorPicker.test.jsx.snap +1 -1
  2665. package/src/ColorPicker/index.scss +9 -11
  2666. package/src/DataTable/CollapsibleButtonGroup.jsx +2 -2
  2667. package/src/DataTable/index.scss +48 -50
  2668. package/src/Dropdown/README.md +0 -93
  2669. package/src/Dropdown/dropdown-bootstrap.scss +181 -0
  2670. package/src/Dropdown/index.jsx +0 -2
  2671. package/src/Dropdown/index.scss +11 -12
  2672. package/src/Dropzone/index.scss +12 -14
  2673. package/src/Dropzone/tests/__snapshots__/DefaultContent.test.jsx.snap +1 -1
  2674. package/src/Dropzone/tests/__snapshots__/Dropzone.test.jsx.snap +1 -1
  2675. package/src/Form/_FormText.scss +8 -8
  2676. package/src/Form/_bootstrap-custom-forms.scss +551 -0
  2677. package/src/Form/_bootstrap-forms.scss +381 -0
  2678. package/src/Form/_index.scss +168 -146
  2679. package/src/Form/_input-group.scss +188 -0
  2680. package/src/Form/_mixins.scss +216 -3
  2681. package/src/Hyperlink/index.scss +1 -1
  2682. package/src/Icon/index.scss +10 -12
  2683. package/src/IconButton/README.md +1 -15
  2684. package/src/IconButton/__snapshots__/IconButton.test.jsx.snap +5 -28
  2685. package/src/IconButton/_mixins.scss +4 -0
  2686. package/src/IconButton/index.jsx +6 -13
  2687. package/src/IconButton/index.scss +387 -74
  2688. package/src/IconButtonToggle/index.scss +1 -1
  2689. package/src/Image/index.scss +53 -2
  2690. package/src/Menu/index.scss +25 -27
  2691. package/src/Modal/_ModalDialog.scss +52 -50
  2692. package/src/Modal/index.scss +6 -73
  2693. package/src/Nav/_mixins.scss +4 -4
  2694. package/src/Nav/index.scss +70 -66
  2695. package/src/Navbar/index.scss +276 -2
  2696. package/src/OverflowScroll/data/useOverflowScrollElementAttributes.js +3 -3
  2697. package/src/Overlay/index.jsx +2 -3
  2698. package/src/PageBanner/index.scss +17 -21
  2699. package/src/Pagination/index.scss +32 -34
  2700. package/src/Pagination/pagination-bootstrap.scss +83 -0
  2701. package/src/Popover/index.scss +9 -10
  2702. package/src/Popover/popover-bootstrap.scss +198 -0
  2703. package/src/ProductTour/Checkpoint.scss +71 -43
  2704. package/src/ProgressBar/_mixins.scss +22 -0
  2705. package/src/ProgressBar/bootstrap-progress.scss +49 -0
  2706. package/src/ProgressBar/index.scss +28 -36
  2707. package/src/ProgressBar/tests/__snapshots__/ProgressBar.test.jsx.snap +1 -1
  2708. package/src/Scrollable/index.scss +2 -2
  2709. package/src/SearchField/SearchFieldInput.jsx +2 -2
  2710. package/src/SearchField/__snapshots__/SearchField.test.jsx.snap +12 -8
  2711. package/src/SearchField/index.scss +15 -17
  2712. package/src/SelectableBox/index.scss +11 -13
  2713. package/src/Sheet/__snapshots__/Sheet.test.jsx.snap +6 -6
  2714. package/src/Sheet/index.scss +10 -10
  2715. package/src/Spinner/index.scss +57 -2
  2716. package/src/Stack/index.scss +1 -3
  2717. package/src/StatefulButton/__snapshots__/StatefulButtontest.test.jsx.snap +2 -2
  2718. package/src/Stepper/index.scss +19 -20
  2719. package/src/Sticky/index.scss +4 -6
  2720. package/src/Tabs/README.md +1 -23
  2721. package/src/Tabs/index.jsx +0 -3
  2722. package/src/Tabs/index.scss +26 -25
  2723. package/src/Toast/ToastContainer.scss +9 -11
  2724. package/src/Toast/bootstrap-toast.scss +46 -0
  2725. package/src/Toast/index.scss +9 -10
  2726. package/src/Tooltip/index.scss +136 -10
  2727. package/src/TransitionReplace/README.md +4 -4
  2728. package/src/ValidationMessage/index.scss +1 -1
  2729. package/src/index.js +0 -14
  2730. package/src/index.scss +0 -4
  2731. package/src/setupTest.js +0 -6
  2732. package/src/utils/breakpoints.js +1 -1
  2733. package/styles/css/core/custom-media-breakpoints.css +17 -0
  2734. package/styles/css/core/index.css +2 -0
  2735. package/styles/css/core/variables.css +614 -0
  2736. package/styles/css/themes/light/index.css +2 -0
  2737. package/styles/css/themes/light/utility-classes.css +2454 -0
  2738. package/styles/css/themes/light/variables.css +1644 -0
  2739. package/styles/scss/core/_functions.scss +35 -0
  2740. package/styles/scss/core/_grid.scss +21 -0
  2741. package/styles/scss/core/_utilities.scss +119 -0
  2742. package/styles/scss/core/_variables.scss +869 -0
  2743. package/styles/scss/core/bootstrap-override/_functions.scss +104 -0
  2744. package/styles/scss/core/bootstrap-override/_mixins.scss +4 -0
  2745. package/styles/scss/core/bootstrap-override/_utilities.scss +4 -0
  2746. package/styles/scss/core/bootstrap-override/bootstrap.scss +2 -0
  2747. package/styles/scss/core/bootstrap-override/mixins/_grid-framework.scss +80 -0
  2748. package/styles/scss/core/bootstrap-override/mixins/_grid.scss +69 -0
  2749. package/styles/scss/core/bootstrap-override/mixins/_list-group.scss +22 -0
  2750. package/styles/scss/core/bootstrap-override/utilities/_background.scss +7 -0
  2751. package/styles/scss/core/bootstrap-override/utilities/_borders.scss +67 -0
  2752. package/styles/scss/core/bootstrap-override/utilities/_spacing.scss +70 -0
  2753. package/styles/scss/core/bootstrap-override/utilities/_text.scss +68 -0
  2754. package/styles/scss/core/core.scss +21 -0
  2755. package/styles/scss/core/utilities-only.scss +7 -0
  2756. package/tokens/README.md +158 -0
  2757. package/tokens/css-utilities.js +56 -0
  2758. package/tokens/map-scss-to-css.js +24 -0
  2759. package/tokens/replace-variables.js +32 -0
  2760. package/tokens/sass-helpers.js +98 -0
  2761. package/tokens/src/core/alias/size.json +15 -0
  2762. package/tokens/src/core/components/ActionRow.json +10 -0
  2763. package/tokens/src/core/components/Alert.json +30 -0
  2764. package/tokens/src/core/components/Annotation.json +25 -0
  2765. package/tokens/src/core/components/Avatar.json +17 -0
  2766. package/tokens/src/core/components/AvatarButton.json +11 -0
  2767. package/tokens/src/core/components/Badge.json +33 -0
  2768. package/tokens/src/core/components/Breadcrumb.json +37 -0
  2769. package/tokens/src/core/components/Bubble.json +10 -0
  2770. package/tokens/src/core/components/Button/core.json +105 -0
  2771. package/tokens/src/core/components/Card.json +91 -0
  2772. package/tokens/src/core/components/Carousel.json +37 -0
  2773. package/tokens/src/core/components/Chip.json +43 -0
  2774. package/tokens/src/core/components/ChipCarousel.json +15 -0
  2775. package/tokens/src/core/components/CloseButton.json +14 -0
  2776. package/tokens/src/core/components/Code.json +34 -0
  2777. package/tokens/src/core/components/Collapsible.json +29 -0
  2778. package/tokens/src/core/components/ColorPicker.json +8 -0
  2779. package/tokens/src/core/components/Container.json +13 -0
  2780. package/tokens/src/core/components/DataTable.json +27 -0
  2781. package/tokens/src/core/components/Dropdown.json +67 -0
  2782. package/tokens/src/core/components/Dropzone.json +21 -0
  2783. package/tokens/src/core/components/Form/other.json +14 -0
  2784. package/tokens/src/core/components/Form/size.json +233 -0
  2785. package/tokens/src/core/components/Form/spacing.json +155 -0
  2786. package/tokens/src/core/components/Form/transition.json +16 -0
  2787. package/tokens/src/core/components/Form/typography.json +122 -0
  2788. package/tokens/src/core/components/Icon.json +11 -0
  2789. package/tokens/src/core/components/IconButton.json +15 -0
  2790. package/tokens/src/core/components/Image.json +28 -0
  2791. package/tokens/src/core/components/Menu.json +48 -0
  2792. package/tokens/src/core/components/Modal.json +47 -0
  2793. package/tokens/src/core/components/Nav.json +55 -0
  2794. package/tokens/src/core/components/Navbar.json +70 -0
  2795. package/tokens/src/core/components/Pagination.json +70 -0
  2796. package/tokens/src/core/components/Popover.json +48 -0
  2797. package/tokens/src/core/components/ProductTour.json +37 -0
  2798. package/tokens/src/core/components/ProgressBar.json +39 -0
  2799. package/tokens/src/core/components/SearchField.json +23 -0
  2800. package/tokens/src/core/components/SelectableBox.json +9 -0
  2801. package/tokens/src/core/components/Sheet.json +10 -0
  2802. package/tokens/src/core/components/Spinner.json +19 -0
  2803. package/tokens/src/core/components/Stack.json +7 -0
  2804. package/tokens/src/core/components/Stepper.json +42 -0
  2805. package/tokens/src/core/components/Sticky.json +7 -0
  2806. package/tokens/src/core/components/Tab.json +19 -0
  2807. package/tokens/src/core/components/Tabs.json +19 -0
  2808. package/tokens/src/core/components/Toast.json +30 -0
  2809. package/tokens/src/core/components/Tooltip.json +33 -0
  2810. package/tokens/src/core/components/general/caret.json +13 -0
  2811. package/tokens/src/core/components/general/headings.json +16 -0
  2812. package/tokens/src/core/components/general/hr.json +10 -0
  2813. package/tokens/src/core/components/general/input.json +51 -0
  2814. package/tokens/src/core/components/general/link.json +30 -0
  2815. package/tokens/src/core/components/general/list.json +26 -0
  2816. package/tokens/src/core/components/general/text.json +24 -0
  2817. package/tokens/src/core/global/breakpoints.json +12 -0
  2818. package/tokens/src/core/global/display.json +21 -0
  2819. package/tokens/src/core/global/elevation.json +19 -0
  2820. package/tokens/src/core/global/other.json +4 -0
  2821. package/tokens/src/core/global/spacing.json +35 -0
  2822. package/tokens/src/core/global/transition.json +14 -0
  2823. package/tokens/src/core/global/typography.json +91 -0
  2824. package/tokens/src/core/utilities/color.json +12 -0
  2825. package/tokens/src/themes/light/alias/color.json +114 -0
  2826. package/tokens/src/themes/light/components/Alert.json +47 -0
  2827. package/tokens/src/themes/light/components/Annotation.json +29 -0
  2828. package/tokens/src/themes/light/components/Avatar.json +7 -0
  2829. package/tokens/src/themes/light/components/Badge.json +186 -0
  2830. package/tokens/src/themes/light/components/Breadcrumb.json +14 -0
  2831. package/tokens/src/themes/light/components/Bubble.json +18 -0
  2832. package/tokens/src/themes/light/components/Button/brand.json +260 -0
  2833. package/tokens/src/themes/light/components/Button/core.json +24 -0
  2834. package/tokens/src/themes/light/components/Button/danger.json +247 -0
  2835. package/tokens/src/themes/light/components/Button/dark.json +230 -0
  2836. package/tokens/src/themes/light/components/Button/info.json +238 -0
  2837. package/tokens/src/themes/light/components/Button/light.json +236 -0
  2838. package/tokens/src/themes/light/components/Button/primary.json +250 -0
  2839. package/tokens/src/themes/light/components/Button/secondary.json +278 -0
  2840. package/tokens/src/themes/light/components/Button/success.json +253 -0
  2841. package/tokens/src/themes/light/components/Button/tertiary.json +109 -0
  2842. package/tokens/src/themes/light/components/Button/warning.json +276 -0
  2843. package/tokens/src/themes/light/components/Card.json +40 -0
  2844. package/tokens/src/themes/light/components/Carousel.json +45 -0
  2845. package/tokens/src/themes/light/components/Chip.json +50 -0
  2846. package/tokens/src/themes/light/components/CloseButton.json +10 -0
  2847. package/tokens/src/themes/light/components/Code.json +23 -0
  2848. package/tokens/src/themes/light/components/DataTable.json +26 -0
  2849. package/tokens/src/themes/light/components/Dropdown.json +41 -0
  2850. package/tokens/src/themes/light/components/Dropzone.json +23 -0
  2851. package/tokens/src/themes/light/components/Form/color.json +270 -0
  2852. package/tokens/src/themes/light/components/Form/elevation.json +76 -0
  2853. package/tokens/src/themes/light/components/Form/other.json +131 -0
  2854. package/tokens/src/themes/light/components/IconButton.json +451 -0
  2855. package/tokens/src/themes/light/components/Image.json +18 -0
  2856. package/tokens/src/themes/light/components/Menu.json +30 -0
  2857. package/tokens/src/themes/light/components/Modal.json +37 -0
  2858. package/tokens/src/themes/light/components/Nav.json +166 -0
  2859. package/tokens/src/themes/light/components/Navbar.json +136 -0
  2860. package/tokens/src/themes/light/components/OverflowScroll.json +9 -0
  2861. package/tokens/src/themes/light/components/PageBanner.json +24 -0
  2862. package/tokens/src/themes/light/components/Pagination.json +45 -0
  2863. package/tokens/src/themes/light/components/Popover.json +55 -0
  2864. package/tokens/src/themes/light/components/ProductTour.json +35 -0
  2865. package/tokens/src/themes/light/components/ProgressBar.json +20 -0
  2866. package/tokens/src/themes/light/components/Scrollable.json +14 -0
  2867. package/tokens/src/themes/light/components/SearchField.json +25 -0
  2868. package/tokens/src/themes/light/components/Sheet.json +22 -0
  2869. package/tokens/src/themes/light/components/Stepper.json +34 -0
  2870. package/tokens/src/themes/light/components/Sticky.json +18 -0
  2871. package/tokens/src/themes/light/components/Tab.json +62 -0
  2872. package/tokens/src/themes/light/components/Toast.json +33 -0
  2873. package/tokens/src/themes/light/components/Tooltip.json +30 -0
  2874. package/tokens/src/themes/light/components/general/body.json +8 -0
  2875. package/tokens/src/themes/light/components/general/headings.json +7 -0
  2876. package/tokens/src/themes/light/components/general/hr.json +15 -0
  2877. package/tokens/src/themes/light/components/general/input.json +18 -0
  2878. package/tokens/src/themes/light/components/general/link.json +109 -0
  2879. package/tokens/src/themes/light/components/general/list.json +38 -0
  2880. package/tokens/src/themes/light/components/general/text.json +6 -0
  2881. package/tokens/src/themes/light/global/color.json +1661 -0
  2882. package/tokens/src/themes/light/global/elevation.json +201 -0
  2883. package/tokens/src/themes/light/global/other.json +4 -0
  2884. package/tokens/style-dictionary.js +223 -0
  2885. package/tokens/utils.js +210 -0
  2886. package/dist/ActionRow/_variables.scss +0 -2
  2887. package/dist/Alert/_variables.scss +0 -24
  2888. package/dist/Annotation/_variables.scss +0 -18
  2889. package/dist/Avatar/_variables.scss +0 -10
  2890. package/dist/AvatarButton/_variables.scss +0 -3
  2891. package/dist/Badge/_variables.scss +0 -16
  2892. package/dist/Breadcrumb/_variables.scss +0 -27
  2893. package/dist/Bubble/_variables.scss +0 -8
  2894. package/dist/Button/_variables.scss +0 -52
  2895. package/dist/Button/deprecated/index.js +0 -149
  2896. package/dist/Button/deprecated/index.js.map +0 -1
  2897. package/dist/Card/_variables.scss +0 -55
  2898. package/dist/Carousel/_variables.scss +0 -27
  2899. package/dist/CheckBox/index.js +0 -102
  2900. package/dist/CheckBox/index.js.map +0 -1
  2901. package/dist/CheckBoxGroup/index.js +0 -15
  2902. package/dist/CheckBoxGroup/index.js.map +0 -1
  2903. package/dist/Chip/_variables.scss +0 -28
  2904. package/dist/ChipCarousel/_variables.scss +0 -3
  2905. package/dist/CloseButton/_variables.scss +0 -6
  2906. package/dist/Code/_variables.scss +0 -17
  2907. package/dist/Collapsible/_variables.scss +0 -12
  2908. package/dist/ColorPicker/_variables.scss +0 -2
  2909. package/dist/Container/_variables.scss +0 -5
  2910. package/dist/DataTable/_variables.scss +0 -11
  2911. package/dist/Dropdown/_variables.scss +0 -33
  2912. package/dist/Dropdown/deprecated/DropdownButton.js +0 -44
  2913. package/dist/Dropdown/deprecated/DropdownButton.js.map +0 -1
  2914. package/dist/Dropdown/deprecated/DropdownItem.js +0 -33
  2915. package/dist/Dropdown/deprecated/DropdownItem.js.map +0 -1
  2916. package/dist/Dropdown/deprecated/DropdownMenu.js +0 -46
  2917. package/dist/Dropdown/deprecated/DropdownMenu.js.map +0 -1
  2918. package/dist/Dropdown/deprecated/index.js +0 -242
  2919. package/dist/Dropdown/deprecated/index.js.map +0 -1
  2920. package/dist/Dropzone/_variables.scss +0 -9
  2921. package/dist/Fieldset/index.js +0 -117
  2922. package/dist/Fieldset/index.js.map +0 -1
  2923. package/dist/Fieldset/index.scss +0 -12
  2924. package/dist/Form/_variables.scss +0 -267
  2925. package/dist/Icon/_variables.scss +0 -7
  2926. package/dist/Image/_variables.scss +0 -13
  2927. package/dist/Input/index.js +0 -166
  2928. package/dist/Input/index.js.map +0 -1
  2929. package/dist/InputSelect/index.js +0 -105
  2930. package/dist/InputSelect/index.js.map +0 -1
  2931. package/dist/InputText/index.js +0 -45
  2932. package/dist/InputText/index.js.map +0 -1
  2933. package/dist/ListBox/index.js +0 -148
  2934. package/dist/ListBox/index.js.map +0 -1
  2935. package/dist/ListBoxOption/index.js +0 -94
  2936. package/dist/ListBoxOption/index.js.map +0 -1
  2937. package/dist/Menu/_variables.scss +0 -24
  2938. package/dist/Modal/_variables.scss +0 -50
  2939. package/dist/Modal/index.js +0 -293
  2940. package/dist/Modal/index.js.map +0 -1
  2941. package/dist/Nav/_variables.scss +0 -58
  2942. package/dist/Navbar/_variables.scss +0 -40
  2943. package/dist/OverflowScroll/_variables.scss +0 -5
  2944. package/dist/OverflowScroll/index.scss +0 -1
  2945. package/dist/Pagination/_variables.scss +0 -19
  2946. package/dist/Popover/_variables.scss +0 -36
  2947. package/dist/ProductTour/_variables.scss +0 -15
  2948. package/dist/ProgressBar/_variables.scss +0 -23
  2949. package/dist/RadioButtonGroup/index.js +0 -188
  2950. package/dist/RadioButtonGroup/index.js.map +0 -1
  2951. package/dist/SearchField/_variables.scss +0 -14
  2952. package/dist/SelectableBox/_variables.scss +0 -5
  2953. package/dist/Spinner/_variables.scss +0 -9
  2954. package/dist/Stack/_variables.scss +0 -1
  2955. package/dist/StatusAlert/index.js +0 -168
  2956. package/dist/StatusAlert/index.js.map +0 -1
  2957. package/dist/Stepper/_variables.scss +0 -18
  2958. package/dist/Sticky/_variables.scss +0 -3
  2959. package/dist/Table/_variables.scss +0 -34
  2960. package/dist/Table/index.js +0 -267
  2961. package/dist/Table/index.js.map +0 -1
  2962. package/dist/Table/index.scss +0 -12
  2963. package/dist/Tabs/_variables.scss +0 -24
  2964. package/dist/Tabs/deprecated/Tabs.scss +0 -3
  2965. package/dist/Tabs/deprecated/index.js +0 -123
  2966. package/dist/Tabs/deprecated/index.js.map +0 -1
  2967. package/dist/TextArea/index.js +0 -44
  2968. package/dist/TextArea/index.js.map +0 -1
  2969. package/dist/Toast/_variables.scss +0 -19
  2970. package/dist/Tooltip/_variables.scss +0 -21
  2971. package/dist/ValidationFormGroup/index.js +0 -106
  2972. package/dist/ValidationFormGroup/index.js.map +0 -1
  2973. package/dist/paragon.css +0 -45
  2974. package/scss/core/_functions.scss +0 -35
  2975. package/scss/core/_grid.scss +0 -21
  2976. package/scss/core/_utilities.scss +0 -113
  2977. package/scss/core/_variables.scss +0 -875
  2978. package/scss/core/core.scss +0 -21
  2979. package/scss/core/utilities-only.scss +0 -6
  2980. package/src/ActionRow/_variables.scss +0 -2
  2981. package/src/Alert/_variables.scss +0 -24
  2982. package/src/Annotation/_variables.scss +0 -18
  2983. package/src/Avatar/_variables.scss +0 -10
  2984. package/src/AvatarButton/_variables.scss +0 -3
  2985. package/src/Badge/_variables.scss +0 -16
  2986. package/src/Breadcrumb/_variables.scss +0 -27
  2987. package/src/Bubble/_variables.scss +0 -8
  2988. package/src/Button/_variables.scss +0 -52
  2989. package/src/Button/deprecated/Button.test.jsx +0 -34
  2990. package/src/Button/deprecated/index.jsx +0 -145
  2991. package/src/Card/_variables.scss +0 -55
  2992. package/src/Carousel/_variables.scss +0 -27
  2993. package/src/CheckBox/CheckBox.test.jsx +0 -65
  2994. package/src/CheckBox/README.md +0 -93
  2995. package/src/CheckBox/index.jsx +0 -80
  2996. package/src/CheckBoxGroup/CheckBoxGroup.test.jsx +0 -33
  2997. package/src/CheckBoxGroup/README.md +0 -35
  2998. package/src/CheckBoxGroup/index.jsx +0 -19
  2999. package/src/Chip/_variables.scss +0 -28
  3000. package/src/ChipCarousel/_variables.scss +0 -3
  3001. package/src/CloseButton/_variables.scss +0 -6
  3002. package/src/Code/_variables.scss +0 -17
  3003. package/src/Collapsible/_variables.scss +0 -12
  3004. package/src/ColorPicker/_variables.scss +0 -2
  3005. package/src/Container/_variables.scss +0 -5
  3006. package/src/DataTable/_variables.scss +0 -11
  3007. package/src/Dropdown/_variables.scss +0 -33
  3008. package/src/Dropdown/deprecated/Dropdown.test.jsx +0 -238
  3009. package/src/Dropdown/deprecated/DropdownButton.jsx +0 -52
  3010. package/src/Dropdown/deprecated/DropdownItem.jsx +0 -34
  3011. package/src/Dropdown/deprecated/DropdownMenu.jsx +0 -50
  3012. package/src/Dropdown/deprecated/__snapshots__/Dropdown.test.jsx.snap +0 -229
  3013. package/src/Dropdown/deprecated/index.jsx +0 -222
  3014. package/src/Dropzone/_variables.scss +0 -9
  3015. package/src/Fieldset/Fieldset.test.jsx +0 -101
  3016. package/src/Fieldset/README.md +0 -146
  3017. package/src/Fieldset/index.jsx +0 -107
  3018. package/src/Fieldset/index.scss +0 -12
  3019. package/src/Form/_variables.scss +0 -267
  3020. package/src/Icon/_variables.scss +0 -7
  3021. package/src/Image/_variables.scss +0 -13
  3022. package/src/Input/README.md +0 -74
  3023. package/src/Input/__snapshots__/input.test.jsx.snap +0 -53
  3024. package/src/Input/index.jsx +0 -151
  3025. package/src/Input/input.test.jsx +0 -85
  3026. package/src/InputSelect/README.md +0 -136
  3027. package/src/InputSelect/index.jsx +0 -92
  3028. package/src/InputText/InputText.test.jsx +0 -74
  3029. package/src/InputText/README.md +0 -293
  3030. package/src/InputText/index.jsx +0 -49
  3031. package/src/ListBox/ListBox.test.jsx +0 -161
  3032. package/src/ListBox/README.md +0 -185
  3033. package/src/ListBox/index.jsx +0 -115
  3034. package/src/ListBoxOption/ListBoxOption.test.jsx +0 -154
  3035. package/src/ListBoxOption/index.jsx +0 -78
  3036. package/src/Menu/_variables.scss +0 -24
  3037. package/src/Modal/README.md +0 -148
  3038. package/src/Modal/_variables.scss +0 -50
  3039. package/src/Modal/index.jsx +0 -319
  3040. package/src/Modal/tests/Modal.test.jsx +0 -261
  3041. package/src/Nav/_variables.scss +0 -58
  3042. package/src/Navbar/_variables.scss +0 -40
  3043. package/src/OverflowScroll/_variables.scss +0 -5
  3044. package/src/OverflowScroll/index.scss +0 -1
  3045. package/src/Pagination/_variables.scss +0 -19
  3046. package/src/Popover/_variables.scss +0 -36
  3047. package/src/ProductTour/_variables.scss +0 -15
  3048. package/src/ProgressBar/_variables.scss +0 -23
  3049. package/src/RadioButtonGroup/README.md +0 -50
  3050. package/src/RadioButtonGroup/RadioButtonGroup.test.jsx +0 -127
  3051. package/src/RadioButtonGroup/index.jsx +0 -185
  3052. package/src/SearchField/_variables.scss +0 -14
  3053. package/src/SelectableBox/_variables.scss +0 -5
  3054. package/src/Spinner/_variables.scss +0 -9
  3055. package/src/Stack/_variables.scss +0 -1
  3056. package/src/StatusAlert/README.md +0 -149
  3057. package/src/StatusAlert/StatusAlert.test.jsx +0 -150
  3058. package/src/StatusAlert/index.jsx +0 -144
  3059. package/src/Stepper/_variables.scss +0 -18
  3060. package/src/Sticky/_variables.scss +0 -3
  3061. package/src/Table/README.md +0 -506
  3062. package/src/Table/Table.test.jsx +0 -367
  3063. package/src/Table/_variables.scss +0 -34
  3064. package/src/Table/index.jsx +0 -264
  3065. package/src/Table/index.scss +0 -12
  3066. package/src/Tabs/_variables.scss +0 -24
  3067. package/src/Tabs/deprecated/Tabs.scss +0 -3
  3068. package/src/Tabs/deprecated/Tabs.test.jsx +0 -50
  3069. package/src/Tabs/deprecated/index.jsx +0 -117
  3070. package/src/TextArea/README.md +0 -63
  3071. package/src/TextArea/index.jsx +0 -48
  3072. package/src/Toast/_variables.scss +0 -19
  3073. package/src/Tooltip/_variables.scss +0 -21
  3074. package/src/ValidationFormGroup/README.md +0 -116
  3075. package/src/ValidationFormGroup/ValidationFormGroup.test.jsx +0 -146
  3076. package/src/ValidationFormGroup/__snapshots__/ValidationFormGroup.test.jsx.snap +0 -161
  3077. package/src/ValidationFormGroup/index.jsx +0 -114
  3078. /package/{scss → styles/scss}/core/_exports.module.scss +0 -0
  3079. /package/{scss → styles/scss}/core/_typography.scss +0 -0
@@ -0,0 +1,2078 @@
1
+ /*!
2
+ * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
3
+ * Copyright 2019-2024 The Bootstrap Authors
4
+ * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
5
+ */
6
+
7
+ @font-face {
8
+ font-display: block;
9
+ font-family: "bootstrap-icons";
10
+ src: url("./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
11
+ url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
12
+ }
13
+
14
+ .bi::before,
15
+ [class^="bi-"]::before,
16
+ [class*=" bi-"]::before {
17
+ display: inline-block;
18
+ font-family: bootstrap-icons !important;
19
+ font-style: normal;
20
+ font-weight: normal !important;
21
+ font-variant: normal;
22
+ text-transform: none;
23
+ line-height: 1;
24
+ vertical-align: -.125em;
25
+ -webkit-font-smoothing: antialiased;
26
+ -moz-osx-font-smoothing: grayscale;
27
+ }
28
+
29
+ .bi-123::before { content: "\f67f"; }
30
+ .bi-alarm-fill::before { content: "\f101"; }
31
+ .bi-alarm::before { content: "\f102"; }
32
+ .bi-align-bottom::before { content: "\f103"; }
33
+ .bi-align-center::before { content: "\f104"; }
34
+ .bi-align-end::before { content: "\f105"; }
35
+ .bi-align-middle::before { content: "\f106"; }
36
+ .bi-align-start::before { content: "\f107"; }
37
+ .bi-align-top::before { content: "\f108"; }
38
+ .bi-alt::before { content: "\f109"; }
39
+ .bi-app-indicator::before { content: "\f10a"; }
40
+ .bi-app::before { content: "\f10b"; }
41
+ .bi-archive-fill::before { content: "\f10c"; }
42
+ .bi-archive::before { content: "\f10d"; }
43
+ .bi-arrow-90deg-down::before { content: "\f10e"; }
44
+ .bi-arrow-90deg-left::before { content: "\f10f"; }
45
+ .bi-arrow-90deg-right::before { content: "\f110"; }
46
+ .bi-arrow-90deg-up::before { content: "\f111"; }
47
+ .bi-arrow-bar-down::before { content: "\f112"; }
48
+ .bi-arrow-bar-left::before { content: "\f113"; }
49
+ .bi-arrow-bar-right::before { content: "\f114"; }
50
+ .bi-arrow-bar-up::before { content: "\f115"; }
51
+ .bi-arrow-clockwise::before { content: "\f116"; }
52
+ .bi-arrow-counterclockwise::before { content: "\f117"; }
53
+ .bi-arrow-down-circle-fill::before { content: "\f118"; }
54
+ .bi-arrow-down-circle::before { content: "\f119"; }
55
+ .bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
56
+ .bi-arrow-down-left-circle::before { content: "\f11b"; }
57
+ .bi-arrow-down-left-square-fill::before { content: "\f11c"; }
58
+ .bi-arrow-down-left-square::before { content: "\f11d"; }
59
+ .bi-arrow-down-left::before { content: "\f11e"; }
60
+ .bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
61
+ .bi-arrow-down-right-circle::before { content: "\f120"; }
62
+ .bi-arrow-down-right-square-fill::before { content: "\f121"; }
63
+ .bi-arrow-down-right-square::before { content: "\f122"; }
64
+ .bi-arrow-down-right::before { content: "\f123"; }
65
+ .bi-arrow-down-short::before { content: "\f124"; }
66
+ .bi-arrow-down-square-fill::before { content: "\f125"; }
67
+ .bi-arrow-down-square::before { content: "\f126"; }
68
+ .bi-arrow-down-up::before { content: "\f127"; }
69
+ .bi-arrow-down::before { content: "\f128"; }
70
+ .bi-arrow-left-circle-fill::before { content: "\f129"; }
71
+ .bi-arrow-left-circle::before { content: "\f12a"; }
72
+ .bi-arrow-left-right::before { content: "\f12b"; }
73
+ .bi-arrow-left-short::before { content: "\f12c"; }
74
+ .bi-arrow-left-square-fill::before { content: "\f12d"; }
75
+ .bi-arrow-left-square::before { content: "\f12e"; }
76
+ .bi-arrow-left::before { content: "\f12f"; }
77
+ .bi-arrow-repeat::before { content: "\f130"; }
78
+ .bi-arrow-return-left::before { content: "\f131"; }
79
+ .bi-arrow-return-right::before { content: "\f132"; }
80
+ .bi-arrow-right-circle-fill::before { content: "\f133"; }
81
+ .bi-arrow-right-circle::before { content: "\f134"; }
82
+ .bi-arrow-right-short::before { content: "\f135"; }
83
+ .bi-arrow-right-square-fill::before { content: "\f136"; }
84
+ .bi-arrow-right-square::before { content: "\f137"; }
85
+ .bi-arrow-right::before { content: "\f138"; }
86
+ .bi-arrow-up-circle-fill::before { content: "\f139"; }
87
+ .bi-arrow-up-circle::before { content: "\f13a"; }
88
+ .bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
89
+ .bi-arrow-up-left-circle::before { content: "\f13c"; }
90
+ .bi-arrow-up-left-square-fill::before { content: "\f13d"; }
91
+ .bi-arrow-up-left-square::before { content: "\f13e"; }
92
+ .bi-arrow-up-left::before { content: "\f13f"; }
93
+ .bi-arrow-up-right-circle-fill::before { content: "\f140"; }
94
+ .bi-arrow-up-right-circle::before { content: "\f141"; }
95
+ .bi-arrow-up-right-square-fill::before { content: "\f142"; }
96
+ .bi-arrow-up-right-square::before { content: "\f143"; }
97
+ .bi-arrow-up-right::before { content: "\f144"; }
98
+ .bi-arrow-up-short::before { content: "\f145"; }
99
+ .bi-arrow-up-square-fill::before { content: "\f146"; }
100
+ .bi-arrow-up-square::before { content: "\f147"; }
101
+ .bi-arrow-up::before { content: "\f148"; }
102
+ .bi-arrows-angle-contract::before { content: "\f149"; }
103
+ .bi-arrows-angle-expand::before { content: "\f14a"; }
104
+ .bi-arrows-collapse::before { content: "\f14b"; }
105
+ .bi-arrows-expand::before { content: "\f14c"; }
106
+ .bi-arrows-fullscreen::before { content: "\f14d"; }
107
+ .bi-arrows-move::before { content: "\f14e"; }
108
+ .bi-aspect-ratio-fill::before { content: "\f14f"; }
109
+ .bi-aspect-ratio::before { content: "\f150"; }
110
+ .bi-asterisk::before { content: "\f151"; }
111
+ .bi-at::before { content: "\f152"; }
112
+ .bi-award-fill::before { content: "\f153"; }
113
+ .bi-award::before { content: "\f154"; }
114
+ .bi-back::before { content: "\f155"; }
115
+ .bi-backspace-fill::before { content: "\f156"; }
116
+ .bi-backspace-reverse-fill::before { content: "\f157"; }
117
+ .bi-backspace-reverse::before { content: "\f158"; }
118
+ .bi-backspace::before { content: "\f159"; }
119
+ .bi-badge-3d-fill::before { content: "\f15a"; }
120
+ .bi-badge-3d::before { content: "\f15b"; }
121
+ .bi-badge-4k-fill::before { content: "\f15c"; }
122
+ .bi-badge-4k::before { content: "\f15d"; }
123
+ .bi-badge-8k-fill::before { content: "\f15e"; }
124
+ .bi-badge-8k::before { content: "\f15f"; }
125
+ .bi-badge-ad-fill::before { content: "\f160"; }
126
+ .bi-badge-ad::before { content: "\f161"; }
127
+ .bi-badge-ar-fill::before { content: "\f162"; }
128
+ .bi-badge-ar::before { content: "\f163"; }
129
+ .bi-badge-cc-fill::before { content: "\f164"; }
130
+ .bi-badge-cc::before { content: "\f165"; }
131
+ .bi-badge-hd-fill::before { content: "\f166"; }
132
+ .bi-badge-hd::before { content: "\f167"; }
133
+ .bi-badge-tm-fill::before { content: "\f168"; }
134
+ .bi-badge-tm::before { content: "\f169"; }
135
+ .bi-badge-vo-fill::before { content: "\f16a"; }
136
+ .bi-badge-vo::before { content: "\f16b"; }
137
+ .bi-badge-vr-fill::before { content: "\f16c"; }
138
+ .bi-badge-vr::before { content: "\f16d"; }
139
+ .bi-badge-wc-fill::before { content: "\f16e"; }
140
+ .bi-badge-wc::before { content: "\f16f"; }
141
+ .bi-bag-check-fill::before { content: "\f170"; }
142
+ .bi-bag-check::before { content: "\f171"; }
143
+ .bi-bag-dash-fill::before { content: "\f172"; }
144
+ .bi-bag-dash::before { content: "\f173"; }
145
+ .bi-bag-fill::before { content: "\f174"; }
146
+ .bi-bag-plus-fill::before { content: "\f175"; }
147
+ .bi-bag-plus::before { content: "\f176"; }
148
+ .bi-bag-x-fill::before { content: "\f177"; }
149
+ .bi-bag-x::before { content: "\f178"; }
150
+ .bi-bag::before { content: "\f179"; }
151
+ .bi-bar-chart-fill::before { content: "\f17a"; }
152
+ .bi-bar-chart-line-fill::before { content: "\f17b"; }
153
+ .bi-bar-chart-line::before { content: "\f17c"; }
154
+ .bi-bar-chart-steps::before { content: "\f17d"; }
155
+ .bi-bar-chart::before { content: "\f17e"; }
156
+ .bi-basket-fill::before { content: "\f17f"; }
157
+ .bi-basket::before { content: "\f180"; }
158
+ .bi-basket2-fill::before { content: "\f181"; }
159
+ .bi-basket2::before { content: "\f182"; }
160
+ .bi-basket3-fill::before { content: "\f183"; }
161
+ .bi-basket3::before { content: "\f184"; }
162
+ .bi-battery-charging::before { content: "\f185"; }
163
+ .bi-battery-full::before { content: "\f186"; }
164
+ .bi-battery-half::before { content: "\f187"; }
165
+ .bi-battery::before { content: "\f188"; }
166
+ .bi-bell-fill::before { content: "\f189"; }
167
+ .bi-bell::before { content: "\f18a"; }
168
+ .bi-bezier::before { content: "\f18b"; }
169
+ .bi-bezier2::before { content: "\f18c"; }
170
+ .bi-bicycle::before { content: "\f18d"; }
171
+ .bi-binoculars-fill::before { content: "\f18e"; }
172
+ .bi-binoculars::before { content: "\f18f"; }
173
+ .bi-blockquote-left::before { content: "\f190"; }
174
+ .bi-blockquote-right::before { content: "\f191"; }
175
+ .bi-book-fill::before { content: "\f192"; }
176
+ .bi-book-half::before { content: "\f193"; }
177
+ .bi-book::before { content: "\f194"; }
178
+ .bi-bookmark-check-fill::before { content: "\f195"; }
179
+ .bi-bookmark-check::before { content: "\f196"; }
180
+ .bi-bookmark-dash-fill::before { content: "\f197"; }
181
+ .bi-bookmark-dash::before { content: "\f198"; }
182
+ .bi-bookmark-fill::before { content: "\f199"; }
183
+ .bi-bookmark-heart-fill::before { content: "\f19a"; }
184
+ .bi-bookmark-heart::before { content: "\f19b"; }
185
+ .bi-bookmark-plus-fill::before { content: "\f19c"; }
186
+ .bi-bookmark-plus::before { content: "\f19d"; }
187
+ .bi-bookmark-star-fill::before { content: "\f19e"; }
188
+ .bi-bookmark-star::before { content: "\f19f"; }
189
+ .bi-bookmark-x-fill::before { content: "\f1a0"; }
190
+ .bi-bookmark-x::before { content: "\f1a1"; }
191
+ .bi-bookmark::before { content: "\f1a2"; }
192
+ .bi-bookmarks-fill::before { content: "\f1a3"; }
193
+ .bi-bookmarks::before { content: "\f1a4"; }
194
+ .bi-bookshelf::before { content: "\f1a5"; }
195
+ .bi-bootstrap-fill::before { content: "\f1a6"; }
196
+ .bi-bootstrap-reboot::before { content: "\f1a7"; }
197
+ .bi-bootstrap::before { content: "\f1a8"; }
198
+ .bi-border-all::before { content: "\f1a9"; }
199
+ .bi-border-bottom::before { content: "\f1aa"; }
200
+ .bi-border-center::before { content: "\f1ab"; }
201
+ .bi-border-inner::before { content: "\f1ac"; }
202
+ .bi-border-left::before { content: "\f1ad"; }
203
+ .bi-border-middle::before { content: "\f1ae"; }
204
+ .bi-border-outer::before { content: "\f1af"; }
205
+ .bi-border-right::before { content: "\f1b0"; }
206
+ .bi-border-style::before { content: "\f1b1"; }
207
+ .bi-border-top::before { content: "\f1b2"; }
208
+ .bi-border-width::before { content: "\f1b3"; }
209
+ .bi-border::before { content: "\f1b4"; }
210
+ .bi-bounding-box-circles::before { content: "\f1b5"; }
211
+ .bi-bounding-box::before { content: "\f1b6"; }
212
+ .bi-box-arrow-down-left::before { content: "\f1b7"; }
213
+ .bi-box-arrow-down-right::before { content: "\f1b8"; }
214
+ .bi-box-arrow-down::before { content: "\f1b9"; }
215
+ .bi-box-arrow-in-down-left::before { content: "\f1ba"; }
216
+ .bi-box-arrow-in-down-right::before { content: "\f1bb"; }
217
+ .bi-box-arrow-in-down::before { content: "\f1bc"; }
218
+ .bi-box-arrow-in-left::before { content: "\f1bd"; }
219
+ .bi-box-arrow-in-right::before { content: "\f1be"; }
220
+ .bi-box-arrow-in-up-left::before { content: "\f1bf"; }
221
+ .bi-box-arrow-in-up-right::before { content: "\f1c0"; }
222
+ .bi-box-arrow-in-up::before { content: "\f1c1"; }
223
+ .bi-box-arrow-left::before { content: "\f1c2"; }
224
+ .bi-box-arrow-right::before { content: "\f1c3"; }
225
+ .bi-box-arrow-up-left::before { content: "\f1c4"; }
226
+ .bi-box-arrow-up-right::before { content: "\f1c5"; }
227
+ .bi-box-arrow-up::before { content: "\f1c6"; }
228
+ .bi-box-seam::before { content: "\f1c7"; }
229
+ .bi-box::before { content: "\f1c8"; }
230
+ .bi-braces::before { content: "\f1c9"; }
231
+ .bi-bricks::before { content: "\f1ca"; }
232
+ .bi-briefcase-fill::before { content: "\f1cb"; }
233
+ .bi-briefcase::before { content: "\f1cc"; }
234
+ .bi-brightness-alt-high-fill::before { content: "\f1cd"; }
235
+ .bi-brightness-alt-high::before { content: "\f1ce"; }
236
+ .bi-brightness-alt-low-fill::before { content: "\f1cf"; }
237
+ .bi-brightness-alt-low::before { content: "\f1d0"; }
238
+ .bi-brightness-high-fill::before { content: "\f1d1"; }
239
+ .bi-brightness-high::before { content: "\f1d2"; }
240
+ .bi-brightness-low-fill::before { content: "\f1d3"; }
241
+ .bi-brightness-low::before { content: "\f1d4"; }
242
+ .bi-broadcast-pin::before { content: "\f1d5"; }
243
+ .bi-broadcast::before { content: "\f1d6"; }
244
+ .bi-brush-fill::before { content: "\f1d7"; }
245
+ .bi-brush::before { content: "\f1d8"; }
246
+ .bi-bucket-fill::before { content: "\f1d9"; }
247
+ .bi-bucket::before { content: "\f1da"; }
248
+ .bi-bug-fill::before { content: "\f1db"; }
249
+ .bi-bug::before { content: "\f1dc"; }
250
+ .bi-building::before { content: "\f1dd"; }
251
+ .bi-bullseye::before { content: "\f1de"; }
252
+ .bi-calculator-fill::before { content: "\f1df"; }
253
+ .bi-calculator::before { content: "\f1e0"; }
254
+ .bi-calendar-check-fill::before { content: "\f1e1"; }
255
+ .bi-calendar-check::before { content: "\f1e2"; }
256
+ .bi-calendar-date-fill::before { content: "\f1e3"; }
257
+ .bi-calendar-date::before { content: "\f1e4"; }
258
+ .bi-calendar-day-fill::before { content: "\f1e5"; }
259
+ .bi-calendar-day::before { content: "\f1e6"; }
260
+ .bi-calendar-event-fill::before { content: "\f1e7"; }
261
+ .bi-calendar-event::before { content: "\f1e8"; }
262
+ .bi-calendar-fill::before { content: "\f1e9"; }
263
+ .bi-calendar-minus-fill::before { content: "\f1ea"; }
264
+ .bi-calendar-minus::before { content: "\f1eb"; }
265
+ .bi-calendar-month-fill::before { content: "\f1ec"; }
266
+ .bi-calendar-month::before { content: "\f1ed"; }
267
+ .bi-calendar-plus-fill::before { content: "\f1ee"; }
268
+ .bi-calendar-plus::before { content: "\f1ef"; }
269
+ .bi-calendar-range-fill::before { content: "\f1f0"; }
270
+ .bi-calendar-range::before { content: "\f1f1"; }
271
+ .bi-calendar-week-fill::before { content: "\f1f2"; }
272
+ .bi-calendar-week::before { content: "\f1f3"; }
273
+ .bi-calendar-x-fill::before { content: "\f1f4"; }
274
+ .bi-calendar-x::before { content: "\f1f5"; }
275
+ .bi-calendar::before { content: "\f1f6"; }
276
+ .bi-calendar2-check-fill::before { content: "\f1f7"; }
277
+ .bi-calendar2-check::before { content: "\f1f8"; }
278
+ .bi-calendar2-date-fill::before { content: "\f1f9"; }
279
+ .bi-calendar2-date::before { content: "\f1fa"; }
280
+ .bi-calendar2-day-fill::before { content: "\f1fb"; }
281
+ .bi-calendar2-day::before { content: "\f1fc"; }
282
+ .bi-calendar2-event-fill::before { content: "\f1fd"; }
283
+ .bi-calendar2-event::before { content: "\f1fe"; }
284
+ .bi-calendar2-fill::before { content: "\f1ff"; }
285
+ .bi-calendar2-minus-fill::before { content: "\f200"; }
286
+ .bi-calendar2-minus::before { content: "\f201"; }
287
+ .bi-calendar2-month-fill::before { content: "\f202"; }
288
+ .bi-calendar2-month::before { content: "\f203"; }
289
+ .bi-calendar2-plus-fill::before { content: "\f204"; }
290
+ .bi-calendar2-plus::before { content: "\f205"; }
291
+ .bi-calendar2-range-fill::before { content: "\f206"; }
292
+ .bi-calendar2-range::before { content: "\f207"; }
293
+ .bi-calendar2-week-fill::before { content: "\f208"; }
294
+ .bi-calendar2-week::before { content: "\f209"; }
295
+ .bi-calendar2-x-fill::before { content: "\f20a"; }
296
+ .bi-calendar2-x::before { content: "\f20b"; }
297
+ .bi-calendar2::before { content: "\f20c"; }
298
+ .bi-calendar3-event-fill::before { content: "\f20d"; }
299
+ .bi-calendar3-event::before { content: "\f20e"; }
300
+ .bi-calendar3-fill::before { content: "\f20f"; }
301
+ .bi-calendar3-range-fill::before { content: "\f210"; }
302
+ .bi-calendar3-range::before { content: "\f211"; }
303
+ .bi-calendar3-week-fill::before { content: "\f212"; }
304
+ .bi-calendar3-week::before { content: "\f213"; }
305
+ .bi-calendar3::before { content: "\f214"; }
306
+ .bi-calendar4-event::before { content: "\f215"; }
307
+ .bi-calendar4-range::before { content: "\f216"; }
308
+ .bi-calendar4-week::before { content: "\f217"; }
309
+ .bi-calendar4::before { content: "\f218"; }
310
+ .bi-camera-fill::before { content: "\f219"; }
311
+ .bi-camera-reels-fill::before { content: "\f21a"; }
312
+ .bi-camera-reels::before { content: "\f21b"; }
313
+ .bi-camera-video-fill::before { content: "\f21c"; }
314
+ .bi-camera-video-off-fill::before { content: "\f21d"; }
315
+ .bi-camera-video-off::before { content: "\f21e"; }
316
+ .bi-camera-video::before { content: "\f21f"; }
317
+ .bi-camera::before { content: "\f220"; }
318
+ .bi-camera2::before { content: "\f221"; }
319
+ .bi-capslock-fill::before { content: "\f222"; }
320
+ .bi-capslock::before { content: "\f223"; }
321
+ .bi-card-checklist::before { content: "\f224"; }
322
+ .bi-card-heading::before { content: "\f225"; }
323
+ .bi-card-image::before { content: "\f226"; }
324
+ .bi-card-list::before { content: "\f227"; }
325
+ .bi-card-text::before { content: "\f228"; }
326
+ .bi-caret-down-fill::before { content: "\f229"; }
327
+ .bi-caret-down-square-fill::before { content: "\f22a"; }
328
+ .bi-caret-down-square::before { content: "\f22b"; }
329
+ .bi-caret-down::before { content: "\f22c"; }
330
+ .bi-caret-left-fill::before { content: "\f22d"; }
331
+ .bi-caret-left-square-fill::before { content: "\f22e"; }
332
+ .bi-caret-left-square::before { content: "\f22f"; }
333
+ .bi-caret-left::before { content: "\f230"; }
334
+ .bi-caret-right-fill::before { content: "\f231"; }
335
+ .bi-caret-right-square-fill::before { content: "\f232"; }
336
+ .bi-caret-right-square::before { content: "\f233"; }
337
+ .bi-caret-right::before { content: "\f234"; }
338
+ .bi-caret-up-fill::before { content: "\f235"; }
339
+ .bi-caret-up-square-fill::before { content: "\f236"; }
340
+ .bi-caret-up-square::before { content: "\f237"; }
341
+ .bi-caret-up::before { content: "\f238"; }
342
+ .bi-cart-check-fill::before { content: "\f239"; }
343
+ .bi-cart-check::before { content: "\f23a"; }
344
+ .bi-cart-dash-fill::before { content: "\f23b"; }
345
+ .bi-cart-dash::before { content: "\f23c"; }
346
+ .bi-cart-fill::before { content: "\f23d"; }
347
+ .bi-cart-plus-fill::before { content: "\f23e"; }
348
+ .bi-cart-plus::before { content: "\f23f"; }
349
+ .bi-cart-x-fill::before { content: "\f240"; }
350
+ .bi-cart-x::before { content: "\f241"; }
351
+ .bi-cart::before { content: "\f242"; }
352
+ .bi-cart2::before { content: "\f243"; }
353
+ .bi-cart3::before { content: "\f244"; }
354
+ .bi-cart4::before { content: "\f245"; }
355
+ .bi-cash-stack::before { content: "\f246"; }
356
+ .bi-cash::before { content: "\f247"; }
357
+ .bi-cast::before { content: "\f248"; }
358
+ .bi-chat-dots-fill::before { content: "\f249"; }
359
+ .bi-chat-dots::before { content: "\f24a"; }
360
+ .bi-chat-fill::before { content: "\f24b"; }
361
+ .bi-chat-left-dots-fill::before { content: "\f24c"; }
362
+ .bi-chat-left-dots::before { content: "\f24d"; }
363
+ .bi-chat-left-fill::before { content: "\f24e"; }
364
+ .bi-chat-left-quote-fill::before { content: "\f24f"; }
365
+ .bi-chat-left-quote::before { content: "\f250"; }
366
+ .bi-chat-left-text-fill::before { content: "\f251"; }
367
+ .bi-chat-left-text::before { content: "\f252"; }
368
+ .bi-chat-left::before { content: "\f253"; }
369
+ .bi-chat-quote-fill::before { content: "\f254"; }
370
+ .bi-chat-quote::before { content: "\f255"; }
371
+ .bi-chat-right-dots-fill::before { content: "\f256"; }
372
+ .bi-chat-right-dots::before { content: "\f257"; }
373
+ .bi-chat-right-fill::before { content: "\f258"; }
374
+ .bi-chat-right-quote-fill::before { content: "\f259"; }
375
+ .bi-chat-right-quote::before { content: "\f25a"; }
376
+ .bi-chat-right-text-fill::before { content: "\f25b"; }
377
+ .bi-chat-right-text::before { content: "\f25c"; }
378
+ .bi-chat-right::before { content: "\f25d"; }
379
+ .bi-chat-square-dots-fill::before { content: "\f25e"; }
380
+ .bi-chat-square-dots::before { content: "\f25f"; }
381
+ .bi-chat-square-fill::before { content: "\f260"; }
382
+ .bi-chat-square-quote-fill::before { content: "\f261"; }
383
+ .bi-chat-square-quote::before { content: "\f262"; }
384
+ .bi-chat-square-text-fill::before { content: "\f263"; }
385
+ .bi-chat-square-text::before { content: "\f264"; }
386
+ .bi-chat-square::before { content: "\f265"; }
387
+ .bi-chat-text-fill::before { content: "\f266"; }
388
+ .bi-chat-text::before { content: "\f267"; }
389
+ .bi-chat::before { content: "\f268"; }
390
+ .bi-check-all::before { content: "\f269"; }
391
+ .bi-check-circle-fill::before { content: "\f26a"; }
392
+ .bi-check-circle::before { content: "\f26b"; }
393
+ .bi-check-square-fill::before { content: "\f26c"; }
394
+ .bi-check-square::before { content: "\f26d"; }
395
+ .bi-check::before { content: "\f26e"; }
396
+ .bi-check2-all::before { content: "\f26f"; }
397
+ .bi-check2-circle::before { content: "\f270"; }
398
+ .bi-check2-square::before { content: "\f271"; }
399
+ .bi-check2::before { content: "\f272"; }
400
+ .bi-chevron-bar-contract::before { content: "\f273"; }
401
+ .bi-chevron-bar-down::before { content: "\f274"; }
402
+ .bi-chevron-bar-expand::before { content: "\f275"; }
403
+ .bi-chevron-bar-left::before { content: "\f276"; }
404
+ .bi-chevron-bar-right::before { content: "\f277"; }
405
+ .bi-chevron-bar-up::before { content: "\f278"; }
406
+ .bi-chevron-compact-down::before { content: "\f279"; }
407
+ .bi-chevron-compact-left::before { content: "\f27a"; }
408
+ .bi-chevron-compact-right::before { content: "\f27b"; }
409
+ .bi-chevron-compact-up::before { content: "\f27c"; }
410
+ .bi-chevron-contract::before { content: "\f27d"; }
411
+ .bi-chevron-double-down::before { content: "\f27e"; }
412
+ .bi-chevron-double-left::before { content: "\f27f"; }
413
+ .bi-chevron-double-right::before { content: "\f280"; }
414
+ .bi-chevron-double-up::before { content: "\f281"; }
415
+ .bi-chevron-down::before { content: "\f282"; }
416
+ .bi-chevron-expand::before { content: "\f283"; }
417
+ .bi-chevron-left::before { content: "\f284"; }
418
+ .bi-chevron-right::before { content: "\f285"; }
419
+ .bi-chevron-up::before { content: "\f286"; }
420
+ .bi-circle-fill::before { content: "\f287"; }
421
+ .bi-circle-half::before { content: "\f288"; }
422
+ .bi-circle-square::before { content: "\f289"; }
423
+ .bi-circle::before { content: "\f28a"; }
424
+ .bi-clipboard-check::before { content: "\f28b"; }
425
+ .bi-clipboard-data::before { content: "\f28c"; }
426
+ .bi-clipboard-minus::before { content: "\f28d"; }
427
+ .bi-clipboard-plus::before { content: "\f28e"; }
428
+ .bi-clipboard-x::before { content: "\f28f"; }
429
+ .bi-clipboard::before { content: "\f290"; }
430
+ .bi-clock-fill::before { content: "\f291"; }
431
+ .bi-clock-history::before { content: "\f292"; }
432
+ .bi-clock::before { content: "\f293"; }
433
+ .bi-cloud-arrow-down-fill::before { content: "\f294"; }
434
+ .bi-cloud-arrow-down::before { content: "\f295"; }
435
+ .bi-cloud-arrow-up-fill::before { content: "\f296"; }
436
+ .bi-cloud-arrow-up::before { content: "\f297"; }
437
+ .bi-cloud-check-fill::before { content: "\f298"; }
438
+ .bi-cloud-check::before { content: "\f299"; }
439
+ .bi-cloud-download-fill::before { content: "\f29a"; }
440
+ .bi-cloud-download::before { content: "\f29b"; }
441
+ .bi-cloud-drizzle-fill::before { content: "\f29c"; }
442
+ .bi-cloud-drizzle::before { content: "\f29d"; }
443
+ .bi-cloud-fill::before { content: "\f29e"; }
444
+ .bi-cloud-fog-fill::before { content: "\f29f"; }
445
+ .bi-cloud-fog::before { content: "\f2a0"; }
446
+ .bi-cloud-fog2-fill::before { content: "\f2a1"; }
447
+ .bi-cloud-fog2::before { content: "\f2a2"; }
448
+ .bi-cloud-hail-fill::before { content: "\f2a3"; }
449
+ .bi-cloud-hail::before { content: "\f2a4"; }
450
+ .bi-cloud-haze-fill::before { content: "\f2a6"; }
451
+ .bi-cloud-haze::before { content: "\f2a7"; }
452
+ .bi-cloud-haze2-fill::before { content: "\f2a8"; }
453
+ .bi-cloud-lightning-fill::before { content: "\f2a9"; }
454
+ .bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
455
+ .bi-cloud-lightning-rain::before { content: "\f2ab"; }
456
+ .bi-cloud-lightning::before { content: "\f2ac"; }
457
+ .bi-cloud-minus-fill::before { content: "\f2ad"; }
458
+ .bi-cloud-minus::before { content: "\f2ae"; }
459
+ .bi-cloud-moon-fill::before { content: "\f2af"; }
460
+ .bi-cloud-moon::before { content: "\f2b0"; }
461
+ .bi-cloud-plus-fill::before { content: "\f2b1"; }
462
+ .bi-cloud-plus::before { content: "\f2b2"; }
463
+ .bi-cloud-rain-fill::before { content: "\f2b3"; }
464
+ .bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
465
+ .bi-cloud-rain-heavy::before { content: "\f2b5"; }
466
+ .bi-cloud-rain::before { content: "\f2b6"; }
467
+ .bi-cloud-slash-fill::before { content: "\f2b7"; }
468
+ .bi-cloud-slash::before { content: "\f2b8"; }
469
+ .bi-cloud-sleet-fill::before { content: "\f2b9"; }
470
+ .bi-cloud-sleet::before { content: "\f2ba"; }
471
+ .bi-cloud-snow-fill::before { content: "\f2bb"; }
472
+ .bi-cloud-snow::before { content: "\f2bc"; }
473
+ .bi-cloud-sun-fill::before { content: "\f2bd"; }
474
+ .bi-cloud-sun::before { content: "\f2be"; }
475
+ .bi-cloud-upload-fill::before { content: "\f2bf"; }
476
+ .bi-cloud-upload::before { content: "\f2c0"; }
477
+ .bi-cloud::before { content: "\f2c1"; }
478
+ .bi-clouds-fill::before { content: "\f2c2"; }
479
+ .bi-clouds::before { content: "\f2c3"; }
480
+ .bi-cloudy-fill::before { content: "\f2c4"; }
481
+ .bi-cloudy::before { content: "\f2c5"; }
482
+ .bi-code-slash::before { content: "\f2c6"; }
483
+ .bi-code-square::before { content: "\f2c7"; }
484
+ .bi-code::before { content: "\f2c8"; }
485
+ .bi-collection-fill::before { content: "\f2c9"; }
486
+ .bi-collection-play-fill::before { content: "\f2ca"; }
487
+ .bi-collection-play::before { content: "\f2cb"; }
488
+ .bi-collection::before { content: "\f2cc"; }
489
+ .bi-columns-gap::before { content: "\f2cd"; }
490
+ .bi-columns::before { content: "\f2ce"; }
491
+ .bi-command::before { content: "\f2cf"; }
492
+ .bi-compass-fill::before { content: "\f2d0"; }
493
+ .bi-compass::before { content: "\f2d1"; }
494
+ .bi-cone-striped::before { content: "\f2d2"; }
495
+ .bi-cone::before { content: "\f2d3"; }
496
+ .bi-controller::before { content: "\f2d4"; }
497
+ .bi-cpu-fill::before { content: "\f2d5"; }
498
+ .bi-cpu::before { content: "\f2d6"; }
499
+ .bi-credit-card-2-back-fill::before { content: "\f2d7"; }
500
+ .bi-credit-card-2-back::before { content: "\f2d8"; }
501
+ .bi-credit-card-2-front-fill::before { content: "\f2d9"; }
502
+ .bi-credit-card-2-front::before { content: "\f2da"; }
503
+ .bi-credit-card-fill::before { content: "\f2db"; }
504
+ .bi-credit-card::before { content: "\f2dc"; }
505
+ .bi-crop::before { content: "\f2dd"; }
506
+ .bi-cup-fill::before { content: "\f2de"; }
507
+ .bi-cup-straw::before { content: "\f2df"; }
508
+ .bi-cup::before { content: "\f2e0"; }
509
+ .bi-cursor-fill::before { content: "\f2e1"; }
510
+ .bi-cursor-text::before { content: "\f2e2"; }
511
+ .bi-cursor::before { content: "\f2e3"; }
512
+ .bi-dash-circle-dotted::before { content: "\f2e4"; }
513
+ .bi-dash-circle-fill::before { content: "\f2e5"; }
514
+ .bi-dash-circle::before { content: "\f2e6"; }
515
+ .bi-dash-square-dotted::before { content: "\f2e7"; }
516
+ .bi-dash-square-fill::before { content: "\f2e8"; }
517
+ .bi-dash-square::before { content: "\f2e9"; }
518
+ .bi-dash::before { content: "\f2ea"; }
519
+ .bi-diagram-2-fill::before { content: "\f2eb"; }
520
+ .bi-diagram-2::before { content: "\f2ec"; }
521
+ .bi-diagram-3-fill::before { content: "\f2ed"; }
522
+ .bi-diagram-3::before { content: "\f2ee"; }
523
+ .bi-diamond-fill::before { content: "\f2ef"; }
524
+ .bi-diamond-half::before { content: "\f2f0"; }
525
+ .bi-diamond::before { content: "\f2f1"; }
526
+ .bi-dice-1-fill::before { content: "\f2f2"; }
527
+ .bi-dice-1::before { content: "\f2f3"; }
528
+ .bi-dice-2-fill::before { content: "\f2f4"; }
529
+ .bi-dice-2::before { content: "\f2f5"; }
530
+ .bi-dice-3-fill::before { content: "\f2f6"; }
531
+ .bi-dice-3::before { content: "\f2f7"; }
532
+ .bi-dice-4-fill::before { content: "\f2f8"; }
533
+ .bi-dice-4::before { content: "\f2f9"; }
534
+ .bi-dice-5-fill::before { content: "\f2fa"; }
535
+ .bi-dice-5::before { content: "\f2fb"; }
536
+ .bi-dice-6-fill::before { content: "\f2fc"; }
537
+ .bi-dice-6::before { content: "\f2fd"; }
538
+ .bi-disc-fill::before { content: "\f2fe"; }
539
+ .bi-disc::before { content: "\f2ff"; }
540
+ .bi-discord::before { content: "\f300"; }
541
+ .bi-display-fill::before { content: "\f301"; }
542
+ .bi-display::before { content: "\f302"; }
543
+ .bi-distribute-horizontal::before { content: "\f303"; }
544
+ .bi-distribute-vertical::before { content: "\f304"; }
545
+ .bi-door-closed-fill::before { content: "\f305"; }
546
+ .bi-door-closed::before { content: "\f306"; }
547
+ .bi-door-open-fill::before { content: "\f307"; }
548
+ .bi-door-open::before { content: "\f308"; }
549
+ .bi-dot::before { content: "\f309"; }
550
+ .bi-download::before { content: "\f30a"; }
551
+ .bi-droplet-fill::before { content: "\f30b"; }
552
+ .bi-droplet-half::before { content: "\f30c"; }
553
+ .bi-droplet::before { content: "\f30d"; }
554
+ .bi-earbuds::before { content: "\f30e"; }
555
+ .bi-easel-fill::before { content: "\f30f"; }
556
+ .bi-easel::before { content: "\f310"; }
557
+ .bi-egg-fill::before { content: "\f311"; }
558
+ .bi-egg-fried::before { content: "\f312"; }
559
+ .bi-egg::before { content: "\f313"; }
560
+ .bi-eject-fill::before { content: "\f314"; }
561
+ .bi-eject::before { content: "\f315"; }
562
+ .bi-emoji-angry-fill::before { content: "\f316"; }
563
+ .bi-emoji-angry::before { content: "\f317"; }
564
+ .bi-emoji-dizzy-fill::before { content: "\f318"; }
565
+ .bi-emoji-dizzy::before { content: "\f319"; }
566
+ .bi-emoji-expressionless-fill::before { content: "\f31a"; }
567
+ .bi-emoji-expressionless::before { content: "\f31b"; }
568
+ .bi-emoji-frown-fill::before { content: "\f31c"; }
569
+ .bi-emoji-frown::before { content: "\f31d"; }
570
+ .bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
571
+ .bi-emoji-heart-eyes::before { content: "\f31f"; }
572
+ .bi-emoji-laughing-fill::before { content: "\f320"; }
573
+ .bi-emoji-laughing::before { content: "\f321"; }
574
+ .bi-emoji-neutral-fill::before { content: "\f322"; }
575
+ .bi-emoji-neutral::before { content: "\f323"; }
576
+ .bi-emoji-smile-fill::before { content: "\f324"; }
577
+ .bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
578
+ .bi-emoji-smile-upside-down::before { content: "\f326"; }
579
+ .bi-emoji-smile::before { content: "\f327"; }
580
+ .bi-emoji-sunglasses-fill::before { content: "\f328"; }
581
+ .bi-emoji-sunglasses::before { content: "\f329"; }
582
+ .bi-emoji-wink-fill::before { content: "\f32a"; }
583
+ .bi-emoji-wink::before { content: "\f32b"; }
584
+ .bi-envelope-fill::before { content: "\f32c"; }
585
+ .bi-envelope-open-fill::before { content: "\f32d"; }
586
+ .bi-envelope-open::before { content: "\f32e"; }
587
+ .bi-envelope::before { content: "\f32f"; }
588
+ .bi-eraser-fill::before { content: "\f330"; }
589
+ .bi-eraser::before { content: "\f331"; }
590
+ .bi-exclamation-circle-fill::before { content: "\f332"; }
591
+ .bi-exclamation-circle::before { content: "\f333"; }
592
+ .bi-exclamation-diamond-fill::before { content: "\f334"; }
593
+ .bi-exclamation-diamond::before { content: "\f335"; }
594
+ .bi-exclamation-octagon-fill::before { content: "\f336"; }
595
+ .bi-exclamation-octagon::before { content: "\f337"; }
596
+ .bi-exclamation-square-fill::before { content: "\f338"; }
597
+ .bi-exclamation-square::before { content: "\f339"; }
598
+ .bi-exclamation-triangle-fill::before { content: "\f33a"; }
599
+ .bi-exclamation-triangle::before { content: "\f33b"; }
600
+ .bi-exclamation::before { content: "\f33c"; }
601
+ .bi-exclude::before { content: "\f33d"; }
602
+ .bi-eye-fill::before { content: "\f33e"; }
603
+ .bi-eye-slash-fill::before { content: "\f33f"; }
604
+ .bi-eye-slash::before { content: "\f340"; }
605
+ .bi-eye::before { content: "\f341"; }
606
+ .bi-eyedropper::before { content: "\f342"; }
607
+ .bi-eyeglasses::before { content: "\f343"; }
608
+ .bi-facebook::before { content: "\f344"; }
609
+ .bi-file-arrow-down-fill::before { content: "\f345"; }
610
+ .bi-file-arrow-down::before { content: "\f346"; }
611
+ .bi-file-arrow-up-fill::before { content: "\f347"; }
612
+ .bi-file-arrow-up::before { content: "\f348"; }
613
+ .bi-file-bar-graph-fill::before { content: "\f349"; }
614
+ .bi-file-bar-graph::before { content: "\f34a"; }
615
+ .bi-file-binary-fill::before { content: "\f34b"; }
616
+ .bi-file-binary::before { content: "\f34c"; }
617
+ .bi-file-break-fill::before { content: "\f34d"; }
618
+ .bi-file-break::before { content: "\f34e"; }
619
+ .bi-file-check-fill::before { content: "\f34f"; }
620
+ .bi-file-check::before { content: "\f350"; }
621
+ .bi-file-code-fill::before { content: "\f351"; }
622
+ .bi-file-code::before { content: "\f352"; }
623
+ .bi-file-diff-fill::before { content: "\f353"; }
624
+ .bi-file-diff::before { content: "\f354"; }
625
+ .bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
626
+ .bi-file-earmark-arrow-down::before { content: "\f356"; }
627
+ .bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
628
+ .bi-file-earmark-arrow-up::before { content: "\f358"; }
629
+ .bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
630
+ .bi-file-earmark-bar-graph::before { content: "\f35a"; }
631
+ .bi-file-earmark-binary-fill::before { content: "\f35b"; }
632
+ .bi-file-earmark-binary::before { content: "\f35c"; }
633
+ .bi-file-earmark-break-fill::before { content: "\f35d"; }
634
+ .bi-file-earmark-break::before { content: "\f35e"; }
635
+ .bi-file-earmark-check-fill::before { content: "\f35f"; }
636
+ .bi-file-earmark-check::before { content: "\f360"; }
637
+ .bi-file-earmark-code-fill::before { content: "\f361"; }
638
+ .bi-file-earmark-code::before { content: "\f362"; }
639
+ .bi-file-earmark-diff-fill::before { content: "\f363"; }
640
+ .bi-file-earmark-diff::before { content: "\f364"; }
641
+ .bi-file-earmark-easel-fill::before { content: "\f365"; }
642
+ .bi-file-earmark-easel::before { content: "\f366"; }
643
+ .bi-file-earmark-excel-fill::before { content: "\f367"; }
644
+ .bi-file-earmark-excel::before { content: "\f368"; }
645
+ .bi-file-earmark-fill::before { content: "\f369"; }
646
+ .bi-file-earmark-font-fill::before { content: "\f36a"; }
647
+ .bi-file-earmark-font::before { content: "\f36b"; }
648
+ .bi-file-earmark-image-fill::before { content: "\f36c"; }
649
+ .bi-file-earmark-image::before { content: "\f36d"; }
650
+ .bi-file-earmark-lock-fill::before { content: "\f36e"; }
651
+ .bi-file-earmark-lock::before { content: "\f36f"; }
652
+ .bi-file-earmark-lock2-fill::before { content: "\f370"; }
653
+ .bi-file-earmark-lock2::before { content: "\f371"; }
654
+ .bi-file-earmark-medical-fill::before { content: "\f372"; }
655
+ .bi-file-earmark-medical::before { content: "\f373"; }
656
+ .bi-file-earmark-minus-fill::before { content: "\f374"; }
657
+ .bi-file-earmark-minus::before { content: "\f375"; }
658
+ .bi-file-earmark-music-fill::before { content: "\f376"; }
659
+ .bi-file-earmark-music::before { content: "\f377"; }
660
+ .bi-file-earmark-person-fill::before { content: "\f378"; }
661
+ .bi-file-earmark-person::before { content: "\f379"; }
662
+ .bi-file-earmark-play-fill::before { content: "\f37a"; }
663
+ .bi-file-earmark-play::before { content: "\f37b"; }
664
+ .bi-file-earmark-plus-fill::before { content: "\f37c"; }
665
+ .bi-file-earmark-plus::before { content: "\f37d"; }
666
+ .bi-file-earmark-post-fill::before { content: "\f37e"; }
667
+ .bi-file-earmark-post::before { content: "\f37f"; }
668
+ .bi-file-earmark-ppt-fill::before { content: "\f380"; }
669
+ .bi-file-earmark-ppt::before { content: "\f381"; }
670
+ .bi-file-earmark-richtext-fill::before { content: "\f382"; }
671
+ .bi-file-earmark-richtext::before { content: "\f383"; }
672
+ .bi-file-earmark-ruled-fill::before { content: "\f384"; }
673
+ .bi-file-earmark-ruled::before { content: "\f385"; }
674
+ .bi-file-earmark-slides-fill::before { content: "\f386"; }
675
+ .bi-file-earmark-slides::before { content: "\f387"; }
676
+ .bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
677
+ .bi-file-earmark-spreadsheet::before { content: "\f389"; }
678
+ .bi-file-earmark-text-fill::before { content: "\f38a"; }
679
+ .bi-file-earmark-text::before { content: "\f38b"; }
680
+ .bi-file-earmark-word-fill::before { content: "\f38c"; }
681
+ .bi-file-earmark-word::before { content: "\f38d"; }
682
+ .bi-file-earmark-x-fill::before { content: "\f38e"; }
683
+ .bi-file-earmark-x::before { content: "\f38f"; }
684
+ .bi-file-earmark-zip-fill::before { content: "\f390"; }
685
+ .bi-file-earmark-zip::before { content: "\f391"; }
686
+ .bi-file-earmark::before { content: "\f392"; }
687
+ .bi-file-easel-fill::before { content: "\f393"; }
688
+ .bi-file-easel::before { content: "\f394"; }
689
+ .bi-file-excel-fill::before { content: "\f395"; }
690
+ .bi-file-excel::before { content: "\f396"; }
691
+ .bi-file-fill::before { content: "\f397"; }
692
+ .bi-file-font-fill::before { content: "\f398"; }
693
+ .bi-file-font::before { content: "\f399"; }
694
+ .bi-file-image-fill::before { content: "\f39a"; }
695
+ .bi-file-image::before { content: "\f39b"; }
696
+ .bi-file-lock-fill::before { content: "\f39c"; }
697
+ .bi-file-lock::before { content: "\f39d"; }
698
+ .bi-file-lock2-fill::before { content: "\f39e"; }
699
+ .bi-file-lock2::before { content: "\f39f"; }
700
+ .bi-file-medical-fill::before { content: "\f3a0"; }
701
+ .bi-file-medical::before { content: "\f3a1"; }
702
+ .bi-file-minus-fill::before { content: "\f3a2"; }
703
+ .bi-file-minus::before { content: "\f3a3"; }
704
+ .bi-file-music-fill::before { content: "\f3a4"; }
705
+ .bi-file-music::before { content: "\f3a5"; }
706
+ .bi-file-person-fill::before { content: "\f3a6"; }
707
+ .bi-file-person::before { content: "\f3a7"; }
708
+ .bi-file-play-fill::before { content: "\f3a8"; }
709
+ .bi-file-play::before { content: "\f3a9"; }
710
+ .bi-file-plus-fill::before { content: "\f3aa"; }
711
+ .bi-file-plus::before { content: "\f3ab"; }
712
+ .bi-file-post-fill::before { content: "\f3ac"; }
713
+ .bi-file-post::before { content: "\f3ad"; }
714
+ .bi-file-ppt-fill::before { content: "\f3ae"; }
715
+ .bi-file-ppt::before { content: "\f3af"; }
716
+ .bi-file-richtext-fill::before { content: "\f3b0"; }
717
+ .bi-file-richtext::before { content: "\f3b1"; }
718
+ .bi-file-ruled-fill::before { content: "\f3b2"; }
719
+ .bi-file-ruled::before { content: "\f3b3"; }
720
+ .bi-file-slides-fill::before { content: "\f3b4"; }
721
+ .bi-file-slides::before { content: "\f3b5"; }
722
+ .bi-file-spreadsheet-fill::before { content: "\f3b6"; }
723
+ .bi-file-spreadsheet::before { content: "\f3b7"; }
724
+ .bi-file-text-fill::before { content: "\f3b8"; }
725
+ .bi-file-text::before { content: "\f3b9"; }
726
+ .bi-file-word-fill::before { content: "\f3ba"; }
727
+ .bi-file-word::before { content: "\f3bb"; }
728
+ .bi-file-x-fill::before { content: "\f3bc"; }
729
+ .bi-file-x::before { content: "\f3bd"; }
730
+ .bi-file-zip-fill::before { content: "\f3be"; }
731
+ .bi-file-zip::before { content: "\f3bf"; }
732
+ .bi-file::before { content: "\f3c0"; }
733
+ .bi-files-alt::before { content: "\f3c1"; }
734
+ .bi-files::before { content: "\f3c2"; }
735
+ .bi-film::before { content: "\f3c3"; }
736
+ .bi-filter-circle-fill::before { content: "\f3c4"; }
737
+ .bi-filter-circle::before { content: "\f3c5"; }
738
+ .bi-filter-left::before { content: "\f3c6"; }
739
+ .bi-filter-right::before { content: "\f3c7"; }
740
+ .bi-filter-square-fill::before { content: "\f3c8"; }
741
+ .bi-filter-square::before { content: "\f3c9"; }
742
+ .bi-filter::before { content: "\f3ca"; }
743
+ .bi-flag-fill::before { content: "\f3cb"; }
744
+ .bi-flag::before { content: "\f3cc"; }
745
+ .bi-flower1::before { content: "\f3cd"; }
746
+ .bi-flower2::before { content: "\f3ce"; }
747
+ .bi-flower3::before { content: "\f3cf"; }
748
+ .bi-folder-check::before { content: "\f3d0"; }
749
+ .bi-folder-fill::before { content: "\f3d1"; }
750
+ .bi-folder-minus::before { content: "\f3d2"; }
751
+ .bi-folder-plus::before { content: "\f3d3"; }
752
+ .bi-folder-symlink-fill::before { content: "\f3d4"; }
753
+ .bi-folder-symlink::before { content: "\f3d5"; }
754
+ .bi-folder-x::before { content: "\f3d6"; }
755
+ .bi-folder::before { content: "\f3d7"; }
756
+ .bi-folder2-open::before { content: "\f3d8"; }
757
+ .bi-folder2::before { content: "\f3d9"; }
758
+ .bi-fonts::before { content: "\f3da"; }
759
+ .bi-forward-fill::before { content: "\f3db"; }
760
+ .bi-forward::before { content: "\f3dc"; }
761
+ .bi-front::before { content: "\f3dd"; }
762
+ .bi-fullscreen-exit::before { content: "\f3de"; }
763
+ .bi-fullscreen::before { content: "\f3df"; }
764
+ .bi-funnel-fill::before { content: "\f3e0"; }
765
+ .bi-funnel::before { content: "\f3e1"; }
766
+ .bi-gear-fill::before { content: "\f3e2"; }
767
+ .bi-gear-wide-connected::before { content: "\f3e3"; }
768
+ .bi-gear-wide::before { content: "\f3e4"; }
769
+ .bi-gear::before { content: "\f3e5"; }
770
+ .bi-gem::before { content: "\f3e6"; }
771
+ .bi-geo-alt-fill::before { content: "\f3e7"; }
772
+ .bi-geo-alt::before { content: "\f3e8"; }
773
+ .bi-geo-fill::before { content: "\f3e9"; }
774
+ .bi-geo::before { content: "\f3ea"; }
775
+ .bi-gift-fill::before { content: "\f3eb"; }
776
+ .bi-gift::before { content: "\f3ec"; }
777
+ .bi-github::before { content: "\f3ed"; }
778
+ .bi-globe::before { content: "\f3ee"; }
779
+ .bi-globe2::before { content: "\f3ef"; }
780
+ .bi-google::before { content: "\f3f0"; }
781
+ .bi-graph-down::before { content: "\f3f1"; }
782
+ .bi-graph-up::before { content: "\f3f2"; }
783
+ .bi-grid-1x2-fill::before { content: "\f3f3"; }
784
+ .bi-grid-1x2::before { content: "\f3f4"; }
785
+ .bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
786
+ .bi-grid-3x2-gap::before { content: "\f3f6"; }
787
+ .bi-grid-3x2::before { content: "\f3f7"; }
788
+ .bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
789
+ .bi-grid-3x3-gap::before { content: "\f3f9"; }
790
+ .bi-grid-3x3::before { content: "\f3fa"; }
791
+ .bi-grid-fill::before { content: "\f3fb"; }
792
+ .bi-grid::before { content: "\f3fc"; }
793
+ .bi-grip-horizontal::before { content: "\f3fd"; }
794
+ .bi-grip-vertical::before { content: "\f3fe"; }
795
+ .bi-hammer::before { content: "\f3ff"; }
796
+ .bi-hand-index-fill::before { content: "\f400"; }
797
+ .bi-hand-index-thumb-fill::before { content: "\f401"; }
798
+ .bi-hand-index-thumb::before { content: "\f402"; }
799
+ .bi-hand-index::before { content: "\f403"; }
800
+ .bi-hand-thumbs-down-fill::before { content: "\f404"; }
801
+ .bi-hand-thumbs-down::before { content: "\f405"; }
802
+ .bi-hand-thumbs-up-fill::before { content: "\f406"; }
803
+ .bi-hand-thumbs-up::before { content: "\f407"; }
804
+ .bi-handbag-fill::before { content: "\f408"; }
805
+ .bi-handbag::before { content: "\f409"; }
806
+ .bi-hash::before { content: "\f40a"; }
807
+ .bi-hdd-fill::before { content: "\f40b"; }
808
+ .bi-hdd-network-fill::before { content: "\f40c"; }
809
+ .bi-hdd-network::before { content: "\f40d"; }
810
+ .bi-hdd-rack-fill::before { content: "\f40e"; }
811
+ .bi-hdd-rack::before { content: "\f40f"; }
812
+ .bi-hdd-stack-fill::before { content: "\f410"; }
813
+ .bi-hdd-stack::before { content: "\f411"; }
814
+ .bi-hdd::before { content: "\f412"; }
815
+ .bi-headphones::before { content: "\f413"; }
816
+ .bi-headset::before { content: "\f414"; }
817
+ .bi-heart-fill::before { content: "\f415"; }
818
+ .bi-heart-half::before { content: "\f416"; }
819
+ .bi-heart::before { content: "\f417"; }
820
+ .bi-heptagon-fill::before { content: "\f418"; }
821
+ .bi-heptagon-half::before { content: "\f419"; }
822
+ .bi-heptagon::before { content: "\f41a"; }
823
+ .bi-hexagon-fill::before { content: "\f41b"; }
824
+ .bi-hexagon-half::before { content: "\f41c"; }
825
+ .bi-hexagon::before { content: "\f41d"; }
826
+ .bi-hourglass-bottom::before { content: "\f41e"; }
827
+ .bi-hourglass-split::before { content: "\f41f"; }
828
+ .bi-hourglass-top::before { content: "\f420"; }
829
+ .bi-hourglass::before { content: "\f421"; }
830
+ .bi-house-door-fill::before { content: "\f422"; }
831
+ .bi-house-door::before { content: "\f423"; }
832
+ .bi-house-fill::before { content: "\f424"; }
833
+ .bi-house::before { content: "\f425"; }
834
+ .bi-hr::before { content: "\f426"; }
835
+ .bi-hurricane::before { content: "\f427"; }
836
+ .bi-image-alt::before { content: "\f428"; }
837
+ .bi-image-fill::before { content: "\f429"; }
838
+ .bi-image::before { content: "\f42a"; }
839
+ .bi-images::before { content: "\f42b"; }
840
+ .bi-inbox-fill::before { content: "\f42c"; }
841
+ .bi-inbox::before { content: "\f42d"; }
842
+ .bi-inboxes-fill::before { content: "\f42e"; }
843
+ .bi-inboxes::before { content: "\f42f"; }
844
+ .bi-info-circle-fill::before { content: "\f430"; }
845
+ .bi-info-circle::before { content: "\f431"; }
846
+ .bi-info-square-fill::before { content: "\f432"; }
847
+ .bi-info-square::before { content: "\f433"; }
848
+ .bi-info::before { content: "\f434"; }
849
+ .bi-input-cursor-text::before { content: "\f435"; }
850
+ .bi-input-cursor::before { content: "\f436"; }
851
+ .bi-instagram::before { content: "\f437"; }
852
+ .bi-intersect::before { content: "\f438"; }
853
+ .bi-journal-album::before { content: "\f439"; }
854
+ .bi-journal-arrow-down::before { content: "\f43a"; }
855
+ .bi-journal-arrow-up::before { content: "\f43b"; }
856
+ .bi-journal-bookmark-fill::before { content: "\f43c"; }
857
+ .bi-journal-bookmark::before { content: "\f43d"; }
858
+ .bi-journal-check::before { content: "\f43e"; }
859
+ .bi-journal-code::before { content: "\f43f"; }
860
+ .bi-journal-medical::before { content: "\f440"; }
861
+ .bi-journal-minus::before { content: "\f441"; }
862
+ .bi-journal-plus::before { content: "\f442"; }
863
+ .bi-journal-richtext::before { content: "\f443"; }
864
+ .bi-journal-text::before { content: "\f444"; }
865
+ .bi-journal-x::before { content: "\f445"; }
866
+ .bi-journal::before { content: "\f446"; }
867
+ .bi-journals::before { content: "\f447"; }
868
+ .bi-joystick::before { content: "\f448"; }
869
+ .bi-justify-left::before { content: "\f449"; }
870
+ .bi-justify-right::before { content: "\f44a"; }
871
+ .bi-justify::before { content: "\f44b"; }
872
+ .bi-kanban-fill::before { content: "\f44c"; }
873
+ .bi-kanban::before { content: "\f44d"; }
874
+ .bi-key-fill::before { content: "\f44e"; }
875
+ .bi-key::before { content: "\f44f"; }
876
+ .bi-keyboard-fill::before { content: "\f450"; }
877
+ .bi-keyboard::before { content: "\f451"; }
878
+ .bi-ladder::before { content: "\f452"; }
879
+ .bi-lamp-fill::before { content: "\f453"; }
880
+ .bi-lamp::before { content: "\f454"; }
881
+ .bi-laptop-fill::before { content: "\f455"; }
882
+ .bi-laptop::before { content: "\f456"; }
883
+ .bi-layer-backward::before { content: "\f457"; }
884
+ .bi-layer-forward::before { content: "\f458"; }
885
+ .bi-layers-fill::before { content: "\f459"; }
886
+ .bi-layers-half::before { content: "\f45a"; }
887
+ .bi-layers::before { content: "\f45b"; }
888
+ .bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
889
+ .bi-layout-sidebar-inset::before { content: "\f45d"; }
890
+ .bi-layout-sidebar-reverse::before { content: "\f45e"; }
891
+ .bi-layout-sidebar::before { content: "\f45f"; }
892
+ .bi-layout-split::before { content: "\f460"; }
893
+ .bi-layout-text-sidebar-reverse::before { content: "\f461"; }
894
+ .bi-layout-text-sidebar::before { content: "\f462"; }
895
+ .bi-layout-text-window-reverse::before { content: "\f463"; }
896
+ .bi-layout-text-window::before { content: "\f464"; }
897
+ .bi-layout-three-columns::before { content: "\f465"; }
898
+ .bi-layout-wtf::before { content: "\f466"; }
899
+ .bi-life-preserver::before { content: "\f467"; }
900
+ .bi-lightbulb-fill::before { content: "\f468"; }
901
+ .bi-lightbulb-off-fill::before { content: "\f469"; }
902
+ .bi-lightbulb-off::before { content: "\f46a"; }
903
+ .bi-lightbulb::before { content: "\f46b"; }
904
+ .bi-lightning-charge-fill::before { content: "\f46c"; }
905
+ .bi-lightning-charge::before { content: "\f46d"; }
906
+ .bi-lightning-fill::before { content: "\f46e"; }
907
+ .bi-lightning::before { content: "\f46f"; }
908
+ .bi-link-45deg::before { content: "\f470"; }
909
+ .bi-link::before { content: "\f471"; }
910
+ .bi-linkedin::before { content: "\f472"; }
911
+ .bi-list-check::before { content: "\f473"; }
912
+ .bi-list-nested::before { content: "\f474"; }
913
+ .bi-list-ol::before { content: "\f475"; }
914
+ .bi-list-stars::before { content: "\f476"; }
915
+ .bi-list-task::before { content: "\f477"; }
916
+ .bi-list-ul::before { content: "\f478"; }
917
+ .bi-list::before { content: "\f479"; }
918
+ .bi-lock-fill::before { content: "\f47a"; }
919
+ .bi-lock::before { content: "\f47b"; }
920
+ .bi-mailbox::before { content: "\f47c"; }
921
+ .bi-mailbox2::before { content: "\f47d"; }
922
+ .bi-map-fill::before { content: "\f47e"; }
923
+ .bi-map::before { content: "\f47f"; }
924
+ .bi-markdown-fill::before { content: "\f480"; }
925
+ .bi-markdown::before { content: "\f481"; }
926
+ .bi-mask::before { content: "\f482"; }
927
+ .bi-megaphone-fill::before { content: "\f483"; }
928
+ .bi-megaphone::before { content: "\f484"; }
929
+ .bi-menu-app-fill::before { content: "\f485"; }
930
+ .bi-menu-app::before { content: "\f486"; }
931
+ .bi-menu-button-fill::before { content: "\f487"; }
932
+ .bi-menu-button-wide-fill::before { content: "\f488"; }
933
+ .bi-menu-button-wide::before { content: "\f489"; }
934
+ .bi-menu-button::before { content: "\f48a"; }
935
+ .bi-menu-down::before { content: "\f48b"; }
936
+ .bi-menu-up::before { content: "\f48c"; }
937
+ .bi-mic-fill::before { content: "\f48d"; }
938
+ .bi-mic-mute-fill::before { content: "\f48e"; }
939
+ .bi-mic-mute::before { content: "\f48f"; }
940
+ .bi-mic::before { content: "\f490"; }
941
+ .bi-minecart-loaded::before { content: "\f491"; }
942
+ .bi-minecart::before { content: "\f492"; }
943
+ .bi-moisture::before { content: "\f493"; }
944
+ .bi-moon-fill::before { content: "\f494"; }
945
+ .bi-moon-stars-fill::before { content: "\f495"; }
946
+ .bi-moon-stars::before { content: "\f496"; }
947
+ .bi-moon::before { content: "\f497"; }
948
+ .bi-mouse-fill::before { content: "\f498"; }
949
+ .bi-mouse::before { content: "\f499"; }
950
+ .bi-mouse2-fill::before { content: "\f49a"; }
951
+ .bi-mouse2::before { content: "\f49b"; }
952
+ .bi-mouse3-fill::before { content: "\f49c"; }
953
+ .bi-mouse3::before { content: "\f49d"; }
954
+ .bi-music-note-beamed::before { content: "\f49e"; }
955
+ .bi-music-note-list::before { content: "\f49f"; }
956
+ .bi-music-note::before { content: "\f4a0"; }
957
+ .bi-music-player-fill::before { content: "\f4a1"; }
958
+ .bi-music-player::before { content: "\f4a2"; }
959
+ .bi-newspaper::before { content: "\f4a3"; }
960
+ .bi-node-minus-fill::before { content: "\f4a4"; }
961
+ .bi-node-minus::before { content: "\f4a5"; }
962
+ .bi-node-plus-fill::before { content: "\f4a6"; }
963
+ .bi-node-plus::before { content: "\f4a7"; }
964
+ .bi-nut-fill::before { content: "\f4a8"; }
965
+ .bi-nut::before { content: "\f4a9"; }
966
+ .bi-octagon-fill::before { content: "\f4aa"; }
967
+ .bi-octagon-half::before { content: "\f4ab"; }
968
+ .bi-octagon::before { content: "\f4ac"; }
969
+ .bi-option::before { content: "\f4ad"; }
970
+ .bi-outlet::before { content: "\f4ae"; }
971
+ .bi-paint-bucket::before { content: "\f4af"; }
972
+ .bi-palette-fill::before { content: "\f4b0"; }
973
+ .bi-palette::before { content: "\f4b1"; }
974
+ .bi-palette2::before { content: "\f4b2"; }
975
+ .bi-paperclip::before { content: "\f4b3"; }
976
+ .bi-paragraph::before { content: "\f4b4"; }
977
+ .bi-patch-check-fill::before { content: "\f4b5"; }
978
+ .bi-patch-check::before { content: "\f4b6"; }
979
+ .bi-patch-exclamation-fill::before { content: "\f4b7"; }
980
+ .bi-patch-exclamation::before { content: "\f4b8"; }
981
+ .bi-patch-minus-fill::before { content: "\f4b9"; }
982
+ .bi-patch-minus::before { content: "\f4ba"; }
983
+ .bi-patch-plus-fill::before { content: "\f4bb"; }
984
+ .bi-patch-plus::before { content: "\f4bc"; }
985
+ .bi-patch-question-fill::before { content: "\f4bd"; }
986
+ .bi-patch-question::before { content: "\f4be"; }
987
+ .bi-pause-btn-fill::before { content: "\f4bf"; }
988
+ .bi-pause-btn::before { content: "\f4c0"; }
989
+ .bi-pause-circle-fill::before { content: "\f4c1"; }
990
+ .bi-pause-circle::before { content: "\f4c2"; }
991
+ .bi-pause-fill::before { content: "\f4c3"; }
992
+ .bi-pause::before { content: "\f4c4"; }
993
+ .bi-peace-fill::before { content: "\f4c5"; }
994
+ .bi-peace::before { content: "\f4c6"; }
995
+ .bi-pen-fill::before { content: "\f4c7"; }
996
+ .bi-pen::before { content: "\f4c8"; }
997
+ .bi-pencil-fill::before { content: "\f4c9"; }
998
+ .bi-pencil-square::before { content: "\f4ca"; }
999
+ .bi-pencil::before { content: "\f4cb"; }
1000
+ .bi-pentagon-fill::before { content: "\f4cc"; }
1001
+ .bi-pentagon-half::before { content: "\f4cd"; }
1002
+ .bi-pentagon::before { content: "\f4ce"; }
1003
+ .bi-people-fill::before { content: "\f4cf"; }
1004
+ .bi-people::before { content: "\f4d0"; }
1005
+ .bi-percent::before { content: "\f4d1"; }
1006
+ .bi-person-badge-fill::before { content: "\f4d2"; }
1007
+ .bi-person-badge::before { content: "\f4d3"; }
1008
+ .bi-person-bounding-box::before { content: "\f4d4"; }
1009
+ .bi-person-check-fill::before { content: "\f4d5"; }
1010
+ .bi-person-check::before { content: "\f4d6"; }
1011
+ .bi-person-circle::before { content: "\f4d7"; }
1012
+ .bi-person-dash-fill::before { content: "\f4d8"; }
1013
+ .bi-person-dash::before { content: "\f4d9"; }
1014
+ .bi-person-fill::before { content: "\f4da"; }
1015
+ .bi-person-lines-fill::before { content: "\f4db"; }
1016
+ .bi-person-plus-fill::before { content: "\f4dc"; }
1017
+ .bi-person-plus::before { content: "\f4dd"; }
1018
+ .bi-person-square::before { content: "\f4de"; }
1019
+ .bi-person-x-fill::before { content: "\f4df"; }
1020
+ .bi-person-x::before { content: "\f4e0"; }
1021
+ .bi-person::before { content: "\f4e1"; }
1022
+ .bi-phone-fill::before { content: "\f4e2"; }
1023
+ .bi-phone-landscape-fill::before { content: "\f4e3"; }
1024
+ .bi-phone-landscape::before { content: "\f4e4"; }
1025
+ .bi-phone-vibrate-fill::before { content: "\f4e5"; }
1026
+ .bi-phone-vibrate::before { content: "\f4e6"; }
1027
+ .bi-phone::before { content: "\f4e7"; }
1028
+ .bi-pie-chart-fill::before { content: "\f4e8"; }
1029
+ .bi-pie-chart::before { content: "\f4e9"; }
1030
+ .bi-pin-angle-fill::before { content: "\f4ea"; }
1031
+ .bi-pin-angle::before { content: "\f4eb"; }
1032
+ .bi-pin-fill::before { content: "\f4ec"; }
1033
+ .bi-pin::before { content: "\f4ed"; }
1034
+ .bi-pip-fill::before { content: "\f4ee"; }
1035
+ .bi-pip::before { content: "\f4ef"; }
1036
+ .bi-play-btn-fill::before { content: "\f4f0"; }
1037
+ .bi-play-btn::before { content: "\f4f1"; }
1038
+ .bi-play-circle-fill::before { content: "\f4f2"; }
1039
+ .bi-play-circle::before { content: "\f4f3"; }
1040
+ .bi-play-fill::before { content: "\f4f4"; }
1041
+ .bi-play::before { content: "\f4f5"; }
1042
+ .bi-plug-fill::before { content: "\f4f6"; }
1043
+ .bi-plug::before { content: "\f4f7"; }
1044
+ .bi-plus-circle-dotted::before { content: "\f4f8"; }
1045
+ .bi-plus-circle-fill::before { content: "\f4f9"; }
1046
+ .bi-plus-circle::before { content: "\f4fa"; }
1047
+ .bi-plus-square-dotted::before { content: "\f4fb"; }
1048
+ .bi-plus-square-fill::before { content: "\f4fc"; }
1049
+ .bi-plus-square::before { content: "\f4fd"; }
1050
+ .bi-plus::before { content: "\f4fe"; }
1051
+ .bi-power::before { content: "\f4ff"; }
1052
+ .bi-printer-fill::before { content: "\f500"; }
1053
+ .bi-printer::before { content: "\f501"; }
1054
+ .bi-puzzle-fill::before { content: "\f502"; }
1055
+ .bi-puzzle::before { content: "\f503"; }
1056
+ .bi-question-circle-fill::before { content: "\f504"; }
1057
+ .bi-question-circle::before { content: "\f505"; }
1058
+ .bi-question-diamond-fill::before { content: "\f506"; }
1059
+ .bi-question-diamond::before { content: "\f507"; }
1060
+ .bi-question-octagon-fill::before { content: "\f508"; }
1061
+ .bi-question-octagon::before { content: "\f509"; }
1062
+ .bi-question-square-fill::before { content: "\f50a"; }
1063
+ .bi-question-square::before { content: "\f50b"; }
1064
+ .bi-question::before { content: "\f50c"; }
1065
+ .bi-rainbow::before { content: "\f50d"; }
1066
+ .bi-receipt-cutoff::before { content: "\f50e"; }
1067
+ .bi-receipt::before { content: "\f50f"; }
1068
+ .bi-reception-0::before { content: "\f510"; }
1069
+ .bi-reception-1::before { content: "\f511"; }
1070
+ .bi-reception-2::before { content: "\f512"; }
1071
+ .bi-reception-3::before { content: "\f513"; }
1072
+ .bi-reception-4::before { content: "\f514"; }
1073
+ .bi-record-btn-fill::before { content: "\f515"; }
1074
+ .bi-record-btn::before { content: "\f516"; }
1075
+ .bi-record-circle-fill::before { content: "\f517"; }
1076
+ .bi-record-circle::before { content: "\f518"; }
1077
+ .bi-record-fill::before { content: "\f519"; }
1078
+ .bi-record::before { content: "\f51a"; }
1079
+ .bi-record2-fill::before { content: "\f51b"; }
1080
+ .bi-record2::before { content: "\f51c"; }
1081
+ .bi-reply-all-fill::before { content: "\f51d"; }
1082
+ .bi-reply-all::before { content: "\f51e"; }
1083
+ .bi-reply-fill::before { content: "\f51f"; }
1084
+ .bi-reply::before { content: "\f520"; }
1085
+ .bi-rss-fill::before { content: "\f521"; }
1086
+ .bi-rss::before { content: "\f522"; }
1087
+ .bi-rulers::before { content: "\f523"; }
1088
+ .bi-save-fill::before { content: "\f524"; }
1089
+ .bi-save::before { content: "\f525"; }
1090
+ .bi-save2-fill::before { content: "\f526"; }
1091
+ .bi-save2::before { content: "\f527"; }
1092
+ .bi-scissors::before { content: "\f528"; }
1093
+ .bi-screwdriver::before { content: "\f529"; }
1094
+ .bi-search::before { content: "\f52a"; }
1095
+ .bi-segmented-nav::before { content: "\f52b"; }
1096
+ .bi-server::before { content: "\f52c"; }
1097
+ .bi-share-fill::before { content: "\f52d"; }
1098
+ .bi-share::before { content: "\f52e"; }
1099
+ .bi-shield-check::before { content: "\f52f"; }
1100
+ .bi-shield-exclamation::before { content: "\f530"; }
1101
+ .bi-shield-fill-check::before { content: "\f531"; }
1102
+ .bi-shield-fill-exclamation::before { content: "\f532"; }
1103
+ .bi-shield-fill-minus::before { content: "\f533"; }
1104
+ .bi-shield-fill-plus::before { content: "\f534"; }
1105
+ .bi-shield-fill-x::before { content: "\f535"; }
1106
+ .bi-shield-fill::before { content: "\f536"; }
1107
+ .bi-shield-lock-fill::before { content: "\f537"; }
1108
+ .bi-shield-lock::before { content: "\f538"; }
1109
+ .bi-shield-minus::before { content: "\f539"; }
1110
+ .bi-shield-plus::before { content: "\f53a"; }
1111
+ .bi-shield-shaded::before { content: "\f53b"; }
1112
+ .bi-shield-slash-fill::before { content: "\f53c"; }
1113
+ .bi-shield-slash::before { content: "\f53d"; }
1114
+ .bi-shield-x::before { content: "\f53e"; }
1115
+ .bi-shield::before { content: "\f53f"; }
1116
+ .bi-shift-fill::before { content: "\f540"; }
1117
+ .bi-shift::before { content: "\f541"; }
1118
+ .bi-shop-window::before { content: "\f542"; }
1119
+ .bi-shop::before { content: "\f543"; }
1120
+ .bi-shuffle::before { content: "\f544"; }
1121
+ .bi-signpost-2-fill::before { content: "\f545"; }
1122
+ .bi-signpost-2::before { content: "\f546"; }
1123
+ .bi-signpost-fill::before { content: "\f547"; }
1124
+ .bi-signpost-split-fill::before { content: "\f548"; }
1125
+ .bi-signpost-split::before { content: "\f549"; }
1126
+ .bi-signpost::before { content: "\f54a"; }
1127
+ .bi-sim-fill::before { content: "\f54b"; }
1128
+ .bi-sim::before { content: "\f54c"; }
1129
+ .bi-skip-backward-btn-fill::before { content: "\f54d"; }
1130
+ .bi-skip-backward-btn::before { content: "\f54e"; }
1131
+ .bi-skip-backward-circle-fill::before { content: "\f54f"; }
1132
+ .bi-skip-backward-circle::before { content: "\f550"; }
1133
+ .bi-skip-backward-fill::before { content: "\f551"; }
1134
+ .bi-skip-backward::before { content: "\f552"; }
1135
+ .bi-skip-end-btn-fill::before { content: "\f553"; }
1136
+ .bi-skip-end-btn::before { content: "\f554"; }
1137
+ .bi-skip-end-circle-fill::before { content: "\f555"; }
1138
+ .bi-skip-end-circle::before { content: "\f556"; }
1139
+ .bi-skip-end-fill::before { content: "\f557"; }
1140
+ .bi-skip-end::before { content: "\f558"; }
1141
+ .bi-skip-forward-btn-fill::before { content: "\f559"; }
1142
+ .bi-skip-forward-btn::before { content: "\f55a"; }
1143
+ .bi-skip-forward-circle-fill::before { content: "\f55b"; }
1144
+ .bi-skip-forward-circle::before { content: "\f55c"; }
1145
+ .bi-skip-forward-fill::before { content: "\f55d"; }
1146
+ .bi-skip-forward::before { content: "\f55e"; }
1147
+ .bi-skip-start-btn-fill::before { content: "\f55f"; }
1148
+ .bi-skip-start-btn::before { content: "\f560"; }
1149
+ .bi-skip-start-circle-fill::before { content: "\f561"; }
1150
+ .bi-skip-start-circle::before { content: "\f562"; }
1151
+ .bi-skip-start-fill::before { content: "\f563"; }
1152
+ .bi-skip-start::before { content: "\f564"; }
1153
+ .bi-slack::before { content: "\f565"; }
1154
+ .bi-slash-circle-fill::before { content: "\f566"; }
1155
+ .bi-slash-circle::before { content: "\f567"; }
1156
+ .bi-slash-square-fill::before { content: "\f568"; }
1157
+ .bi-slash-square::before { content: "\f569"; }
1158
+ .bi-slash::before { content: "\f56a"; }
1159
+ .bi-sliders::before { content: "\f56b"; }
1160
+ .bi-smartwatch::before { content: "\f56c"; }
1161
+ .bi-snow::before { content: "\f56d"; }
1162
+ .bi-snow2::before { content: "\f56e"; }
1163
+ .bi-snow3::before { content: "\f56f"; }
1164
+ .bi-sort-alpha-down-alt::before { content: "\f570"; }
1165
+ .bi-sort-alpha-down::before { content: "\f571"; }
1166
+ .bi-sort-alpha-up-alt::before { content: "\f572"; }
1167
+ .bi-sort-alpha-up::before { content: "\f573"; }
1168
+ .bi-sort-down-alt::before { content: "\f574"; }
1169
+ .bi-sort-down::before { content: "\f575"; }
1170
+ .bi-sort-numeric-down-alt::before { content: "\f576"; }
1171
+ .bi-sort-numeric-down::before { content: "\f577"; }
1172
+ .bi-sort-numeric-up-alt::before { content: "\f578"; }
1173
+ .bi-sort-numeric-up::before { content: "\f579"; }
1174
+ .bi-sort-up-alt::before { content: "\f57a"; }
1175
+ .bi-sort-up::before { content: "\f57b"; }
1176
+ .bi-soundwave::before { content: "\f57c"; }
1177
+ .bi-speaker-fill::before { content: "\f57d"; }
1178
+ .bi-speaker::before { content: "\f57e"; }
1179
+ .bi-speedometer::before { content: "\f57f"; }
1180
+ .bi-speedometer2::before { content: "\f580"; }
1181
+ .bi-spellcheck::before { content: "\f581"; }
1182
+ .bi-square-fill::before { content: "\f582"; }
1183
+ .bi-square-half::before { content: "\f583"; }
1184
+ .bi-square::before { content: "\f584"; }
1185
+ .bi-stack::before { content: "\f585"; }
1186
+ .bi-star-fill::before { content: "\f586"; }
1187
+ .bi-star-half::before { content: "\f587"; }
1188
+ .bi-star::before { content: "\f588"; }
1189
+ .bi-stars::before { content: "\f589"; }
1190
+ .bi-stickies-fill::before { content: "\f58a"; }
1191
+ .bi-stickies::before { content: "\f58b"; }
1192
+ .bi-sticky-fill::before { content: "\f58c"; }
1193
+ .bi-sticky::before { content: "\f58d"; }
1194
+ .bi-stop-btn-fill::before { content: "\f58e"; }
1195
+ .bi-stop-btn::before { content: "\f58f"; }
1196
+ .bi-stop-circle-fill::before { content: "\f590"; }
1197
+ .bi-stop-circle::before { content: "\f591"; }
1198
+ .bi-stop-fill::before { content: "\f592"; }
1199
+ .bi-stop::before { content: "\f593"; }
1200
+ .bi-stoplights-fill::before { content: "\f594"; }
1201
+ .bi-stoplights::before { content: "\f595"; }
1202
+ .bi-stopwatch-fill::before { content: "\f596"; }
1203
+ .bi-stopwatch::before { content: "\f597"; }
1204
+ .bi-subtract::before { content: "\f598"; }
1205
+ .bi-suit-club-fill::before { content: "\f599"; }
1206
+ .bi-suit-club::before { content: "\f59a"; }
1207
+ .bi-suit-diamond-fill::before { content: "\f59b"; }
1208
+ .bi-suit-diamond::before { content: "\f59c"; }
1209
+ .bi-suit-heart-fill::before { content: "\f59d"; }
1210
+ .bi-suit-heart::before { content: "\f59e"; }
1211
+ .bi-suit-spade-fill::before { content: "\f59f"; }
1212
+ .bi-suit-spade::before { content: "\f5a0"; }
1213
+ .bi-sun-fill::before { content: "\f5a1"; }
1214
+ .bi-sun::before { content: "\f5a2"; }
1215
+ .bi-sunglasses::before { content: "\f5a3"; }
1216
+ .bi-sunrise-fill::before { content: "\f5a4"; }
1217
+ .bi-sunrise::before { content: "\f5a5"; }
1218
+ .bi-sunset-fill::before { content: "\f5a6"; }
1219
+ .bi-sunset::before { content: "\f5a7"; }
1220
+ .bi-symmetry-horizontal::before { content: "\f5a8"; }
1221
+ .bi-symmetry-vertical::before { content: "\f5a9"; }
1222
+ .bi-table::before { content: "\f5aa"; }
1223
+ .bi-tablet-fill::before { content: "\f5ab"; }
1224
+ .bi-tablet-landscape-fill::before { content: "\f5ac"; }
1225
+ .bi-tablet-landscape::before { content: "\f5ad"; }
1226
+ .bi-tablet::before { content: "\f5ae"; }
1227
+ .bi-tag-fill::before { content: "\f5af"; }
1228
+ .bi-tag::before { content: "\f5b0"; }
1229
+ .bi-tags-fill::before { content: "\f5b1"; }
1230
+ .bi-tags::before { content: "\f5b2"; }
1231
+ .bi-telegram::before { content: "\f5b3"; }
1232
+ .bi-telephone-fill::before { content: "\f5b4"; }
1233
+ .bi-telephone-forward-fill::before { content: "\f5b5"; }
1234
+ .bi-telephone-forward::before { content: "\f5b6"; }
1235
+ .bi-telephone-inbound-fill::before { content: "\f5b7"; }
1236
+ .bi-telephone-inbound::before { content: "\f5b8"; }
1237
+ .bi-telephone-minus-fill::before { content: "\f5b9"; }
1238
+ .bi-telephone-minus::before { content: "\f5ba"; }
1239
+ .bi-telephone-outbound-fill::before { content: "\f5bb"; }
1240
+ .bi-telephone-outbound::before { content: "\f5bc"; }
1241
+ .bi-telephone-plus-fill::before { content: "\f5bd"; }
1242
+ .bi-telephone-plus::before { content: "\f5be"; }
1243
+ .bi-telephone-x-fill::before { content: "\f5bf"; }
1244
+ .bi-telephone-x::before { content: "\f5c0"; }
1245
+ .bi-telephone::before { content: "\f5c1"; }
1246
+ .bi-terminal-fill::before { content: "\f5c2"; }
1247
+ .bi-terminal::before { content: "\f5c3"; }
1248
+ .bi-text-center::before { content: "\f5c4"; }
1249
+ .bi-text-indent-left::before { content: "\f5c5"; }
1250
+ .bi-text-indent-right::before { content: "\f5c6"; }
1251
+ .bi-text-left::before { content: "\f5c7"; }
1252
+ .bi-text-paragraph::before { content: "\f5c8"; }
1253
+ .bi-text-right::before { content: "\f5c9"; }
1254
+ .bi-textarea-resize::before { content: "\f5ca"; }
1255
+ .bi-textarea-t::before { content: "\f5cb"; }
1256
+ .bi-textarea::before { content: "\f5cc"; }
1257
+ .bi-thermometer-half::before { content: "\f5cd"; }
1258
+ .bi-thermometer-high::before { content: "\f5ce"; }
1259
+ .bi-thermometer-low::before { content: "\f5cf"; }
1260
+ .bi-thermometer-snow::before { content: "\f5d0"; }
1261
+ .bi-thermometer-sun::before { content: "\f5d1"; }
1262
+ .bi-thermometer::before { content: "\f5d2"; }
1263
+ .bi-three-dots-vertical::before { content: "\f5d3"; }
1264
+ .bi-three-dots::before { content: "\f5d4"; }
1265
+ .bi-toggle-off::before { content: "\f5d5"; }
1266
+ .bi-toggle-on::before { content: "\f5d6"; }
1267
+ .bi-toggle2-off::before { content: "\f5d7"; }
1268
+ .bi-toggle2-on::before { content: "\f5d8"; }
1269
+ .bi-toggles::before { content: "\f5d9"; }
1270
+ .bi-toggles2::before { content: "\f5da"; }
1271
+ .bi-tools::before { content: "\f5db"; }
1272
+ .bi-tornado::before { content: "\f5dc"; }
1273
+ .bi-trash-fill::before { content: "\f5dd"; }
1274
+ .bi-trash::before { content: "\f5de"; }
1275
+ .bi-trash2-fill::before { content: "\f5df"; }
1276
+ .bi-trash2::before { content: "\f5e0"; }
1277
+ .bi-tree-fill::before { content: "\f5e1"; }
1278
+ .bi-tree::before { content: "\f5e2"; }
1279
+ .bi-triangle-fill::before { content: "\f5e3"; }
1280
+ .bi-triangle-half::before { content: "\f5e4"; }
1281
+ .bi-triangle::before { content: "\f5e5"; }
1282
+ .bi-trophy-fill::before { content: "\f5e6"; }
1283
+ .bi-trophy::before { content: "\f5e7"; }
1284
+ .bi-tropical-storm::before { content: "\f5e8"; }
1285
+ .bi-truck-flatbed::before { content: "\f5e9"; }
1286
+ .bi-truck::before { content: "\f5ea"; }
1287
+ .bi-tsunami::before { content: "\f5eb"; }
1288
+ .bi-tv-fill::before { content: "\f5ec"; }
1289
+ .bi-tv::before { content: "\f5ed"; }
1290
+ .bi-twitch::before { content: "\f5ee"; }
1291
+ .bi-twitter::before { content: "\f5ef"; }
1292
+ .bi-type-bold::before { content: "\f5f0"; }
1293
+ .bi-type-h1::before { content: "\f5f1"; }
1294
+ .bi-type-h2::before { content: "\f5f2"; }
1295
+ .bi-type-h3::before { content: "\f5f3"; }
1296
+ .bi-type-italic::before { content: "\f5f4"; }
1297
+ .bi-type-strikethrough::before { content: "\f5f5"; }
1298
+ .bi-type-underline::before { content: "\f5f6"; }
1299
+ .bi-type::before { content: "\f5f7"; }
1300
+ .bi-ui-checks-grid::before { content: "\f5f8"; }
1301
+ .bi-ui-checks::before { content: "\f5f9"; }
1302
+ .bi-ui-radios-grid::before { content: "\f5fa"; }
1303
+ .bi-ui-radios::before { content: "\f5fb"; }
1304
+ .bi-umbrella-fill::before { content: "\f5fc"; }
1305
+ .bi-umbrella::before { content: "\f5fd"; }
1306
+ .bi-union::before { content: "\f5fe"; }
1307
+ .bi-unlock-fill::before { content: "\f5ff"; }
1308
+ .bi-unlock::before { content: "\f600"; }
1309
+ .bi-upc-scan::before { content: "\f601"; }
1310
+ .bi-upc::before { content: "\f602"; }
1311
+ .bi-upload::before { content: "\f603"; }
1312
+ .bi-vector-pen::before { content: "\f604"; }
1313
+ .bi-view-list::before { content: "\f605"; }
1314
+ .bi-view-stacked::before { content: "\f606"; }
1315
+ .bi-vinyl-fill::before { content: "\f607"; }
1316
+ .bi-vinyl::before { content: "\f608"; }
1317
+ .bi-voicemail::before { content: "\f609"; }
1318
+ .bi-volume-down-fill::before { content: "\f60a"; }
1319
+ .bi-volume-down::before { content: "\f60b"; }
1320
+ .bi-volume-mute-fill::before { content: "\f60c"; }
1321
+ .bi-volume-mute::before { content: "\f60d"; }
1322
+ .bi-volume-off-fill::before { content: "\f60e"; }
1323
+ .bi-volume-off::before { content: "\f60f"; }
1324
+ .bi-volume-up-fill::before { content: "\f610"; }
1325
+ .bi-volume-up::before { content: "\f611"; }
1326
+ .bi-vr::before { content: "\f612"; }
1327
+ .bi-wallet-fill::before { content: "\f613"; }
1328
+ .bi-wallet::before { content: "\f614"; }
1329
+ .bi-wallet2::before { content: "\f615"; }
1330
+ .bi-watch::before { content: "\f616"; }
1331
+ .bi-water::before { content: "\f617"; }
1332
+ .bi-whatsapp::before { content: "\f618"; }
1333
+ .bi-wifi-1::before { content: "\f619"; }
1334
+ .bi-wifi-2::before { content: "\f61a"; }
1335
+ .bi-wifi-off::before { content: "\f61b"; }
1336
+ .bi-wifi::before { content: "\f61c"; }
1337
+ .bi-wind::before { content: "\f61d"; }
1338
+ .bi-window-dock::before { content: "\f61e"; }
1339
+ .bi-window-sidebar::before { content: "\f61f"; }
1340
+ .bi-window::before { content: "\f620"; }
1341
+ .bi-wrench::before { content: "\f621"; }
1342
+ .bi-x-circle-fill::before { content: "\f622"; }
1343
+ .bi-x-circle::before { content: "\f623"; }
1344
+ .bi-x-diamond-fill::before { content: "\f624"; }
1345
+ .bi-x-diamond::before { content: "\f625"; }
1346
+ .bi-x-octagon-fill::before { content: "\f626"; }
1347
+ .bi-x-octagon::before { content: "\f627"; }
1348
+ .bi-x-square-fill::before { content: "\f628"; }
1349
+ .bi-x-square::before { content: "\f629"; }
1350
+ .bi-x::before { content: "\f62a"; }
1351
+ .bi-youtube::before { content: "\f62b"; }
1352
+ .bi-zoom-in::before { content: "\f62c"; }
1353
+ .bi-zoom-out::before { content: "\f62d"; }
1354
+ .bi-bank::before { content: "\f62e"; }
1355
+ .bi-bank2::before { content: "\f62f"; }
1356
+ .bi-bell-slash-fill::before { content: "\f630"; }
1357
+ .bi-bell-slash::before { content: "\f631"; }
1358
+ .bi-cash-coin::before { content: "\f632"; }
1359
+ .bi-check-lg::before { content: "\f633"; }
1360
+ .bi-coin::before { content: "\f634"; }
1361
+ .bi-currency-bitcoin::before { content: "\f635"; }
1362
+ .bi-currency-dollar::before { content: "\f636"; }
1363
+ .bi-currency-euro::before { content: "\f637"; }
1364
+ .bi-currency-exchange::before { content: "\f638"; }
1365
+ .bi-currency-pound::before { content: "\f639"; }
1366
+ .bi-currency-yen::before { content: "\f63a"; }
1367
+ .bi-dash-lg::before { content: "\f63b"; }
1368
+ .bi-exclamation-lg::before { content: "\f63c"; }
1369
+ .bi-file-earmark-pdf-fill::before { content: "\f63d"; }
1370
+ .bi-file-earmark-pdf::before { content: "\f63e"; }
1371
+ .bi-file-pdf-fill::before { content: "\f63f"; }
1372
+ .bi-file-pdf::before { content: "\f640"; }
1373
+ .bi-gender-ambiguous::before { content: "\f641"; }
1374
+ .bi-gender-female::before { content: "\f642"; }
1375
+ .bi-gender-male::before { content: "\f643"; }
1376
+ .bi-gender-trans::before { content: "\f644"; }
1377
+ .bi-headset-vr::before { content: "\f645"; }
1378
+ .bi-info-lg::before { content: "\f646"; }
1379
+ .bi-mastodon::before { content: "\f647"; }
1380
+ .bi-messenger::before { content: "\f648"; }
1381
+ .bi-piggy-bank-fill::before { content: "\f649"; }
1382
+ .bi-piggy-bank::before { content: "\f64a"; }
1383
+ .bi-pin-map-fill::before { content: "\f64b"; }
1384
+ .bi-pin-map::before { content: "\f64c"; }
1385
+ .bi-plus-lg::before { content: "\f64d"; }
1386
+ .bi-question-lg::before { content: "\f64e"; }
1387
+ .bi-recycle::before { content: "\f64f"; }
1388
+ .bi-reddit::before { content: "\f650"; }
1389
+ .bi-safe-fill::before { content: "\f651"; }
1390
+ .bi-safe2-fill::before { content: "\f652"; }
1391
+ .bi-safe2::before { content: "\f653"; }
1392
+ .bi-sd-card-fill::before { content: "\f654"; }
1393
+ .bi-sd-card::before { content: "\f655"; }
1394
+ .bi-skype::before { content: "\f656"; }
1395
+ .bi-slash-lg::before { content: "\f657"; }
1396
+ .bi-translate::before { content: "\f658"; }
1397
+ .bi-x-lg::before { content: "\f659"; }
1398
+ .bi-safe::before { content: "\f65a"; }
1399
+ .bi-apple::before { content: "\f65b"; }
1400
+ .bi-microsoft::before { content: "\f65d"; }
1401
+ .bi-windows::before { content: "\f65e"; }
1402
+ .bi-behance::before { content: "\f65c"; }
1403
+ .bi-dribbble::before { content: "\f65f"; }
1404
+ .bi-line::before { content: "\f660"; }
1405
+ .bi-medium::before { content: "\f661"; }
1406
+ .bi-paypal::before { content: "\f662"; }
1407
+ .bi-pinterest::before { content: "\f663"; }
1408
+ .bi-signal::before { content: "\f664"; }
1409
+ .bi-snapchat::before { content: "\f665"; }
1410
+ .bi-spotify::before { content: "\f666"; }
1411
+ .bi-stack-overflow::before { content: "\f667"; }
1412
+ .bi-strava::before { content: "\f668"; }
1413
+ .bi-wordpress::before { content: "\f669"; }
1414
+ .bi-vimeo::before { content: "\f66a"; }
1415
+ .bi-activity::before { content: "\f66b"; }
1416
+ .bi-easel2-fill::before { content: "\f66c"; }
1417
+ .bi-easel2::before { content: "\f66d"; }
1418
+ .bi-easel3-fill::before { content: "\f66e"; }
1419
+ .bi-easel3::before { content: "\f66f"; }
1420
+ .bi-fan::before { content: "\f670"; }
1421
+ .bi-fingerprint::before { content: "\f671"; }
1422
+ .bi-graph-down-arrow::before { content: "\f672"; }
1423
+ .bi-graph-up-arrow::before { content: "\f673"; }
1424
+ .bi-hypnotize::before { content: "\f674"; }
1425
+ .bi-magic::before { content: "\f675"; }
1426
+ .bi-person-rolodex::before { content: "\f676"; }
1427
+ .bi-person-video::before { content: "\f677"; }
1428
+ .bi-person-video2::before { content: "\f678"; }
1429
+ .bi-person-video3::before { content: "\f679"; }
1430
+ .bi-person-workspace::before { content: "\f67a"; }
1431
+ .bi-radioactive::before { content: "\f67b"; }
1432
+ .bi-webcam-fill::before { content: "\f67c"; }
1433
+ .bi-webcam::before { content: "\f67d"; }
1434
+ .bi-yin-yang::before { content: "\f67e"; }
1435
+ .bi-bandaid-fill::before { content: "\f680"; }
1436
+ .bi-bandaid::before { content: "\f681"; }
1437
+ .bi-bluetooth::before { content: "\f682"; }
1438
+ .bi-body-text::before { content: "\f683"; }
1439
+ .bi-boombox::before { content: "\f684"; }
1440
+ .bi-boxes::before { content: "\f685"; }
1441
+ .bi-dpad-fill::before { content: "\f686"; }
1442
+ .bi-dpad::before { content: "\f687"; }
1443
+ .bi-ear-fill::before { content: "\f688"; }
1444
+ .bi-ear::before { content: "\f689"; }
1445
+ .bi-envelope-check-fill::before { content: "\f68b"; }
1446
+ .bi-envelope-check::before { content: "\f68c"; }
1447
+ .bi-envelope-dash-fill::before { content: "\f68e"; }
1448
+ .bi-envelope-dash::before { content: "\f68f"; }
1449
+ .bi-envelope-exclamation-fill::before { content: "\f691"; }
1450
+ .bi-envelope-exclamation::before { content: "\f692"; }
1451
+ .bi-envelope-plus-fill::before { content: "\f693"; }
1452
+ .bi-envelope-plus::before { content: "\f694"; }
1453
+ .bi-envelope-slash-fill::before { content: "\f696"; }
1454
+ .bi-envelope-slash::before { content: "\f697"; }
1455
+ .bi-envelope-x-fill::before { content: "\f699"; }
1456
+ .bi-envelope-x::before { content: "\f69a"; }
1457
+ .bi-explicit-fill::before { content: "\f69b"; }
1458
+ .bi-explicit::before { content: "\f69c"; }
1459
+ .bi-git::before { content: "\f69d"; }
1460
+ .bi-infinity::before { content: "\f69e"; }
1461
+ .bi-list-columns-reverse::before { content: "\f69f"; }
1462
+ .bi-list-columns::before { content: "\f6a0"; }
1463
+ .bi-meta::before { content: "\f6a1"; }
1464
+ .bi-nintendo-switch::before { content: "\f6a4"; }
1465
+ .bi-pc-display-horizontal::before { content: "\f6a5"; }
1466
+ .bi-pc-display::before { content: "\f6a6"; }
1467
+ .bi-pc-horizontal::before { content: "\f6a7"; }
1468
+ .bi-pc::before { content: "\f6a8"; }
1469
+ .bi-playstation::before { content: "\f6a9"; }
1470
+ .bi-plus-slash-minus::before { content: "\f6aa"; }
1471
+ .bi-projector-fill::before { content: "\f6ab"; }
1472
+ .bi-projector::before { content: "\f6ac"; }
1473
+ .bi-qr-code-scan::before { content: "\f6ad"; }
1474
+ .bi-qr-code::before { content: "\f6ae"; }
1475
+ .bi-quora::before { content: "\f6af"; }
1476
+ .bi-quote::before { content: "\f6b0"; }
1477
+ .bi-robot::before { content: "\f6b1"; }
1478
+ .bi-send-check-fill::before { content: "\f6b2"; }
1479
+ .bi-send-check::before { content: "\f6b3"; }
1480
+ .bi-send-dash-fill::before { content: "\f6b4"; }
1481
+ .bi-send-dash::before { content: "\f6b5"; }
1482
+ .bi-send-exclamation-fill::before { content: "\f6b7"; }
1483
+ .bi-send-exclamation::before { content: "\f6b8"; }
1484
+ .bi-send-fill::before { content: "\f6b9"; }
1485
+ .bi-send-plus-fill::before { content: "\f6ba"; }
1486
+ .bi-send-plus::before { content: "\f6bb"; }
1487
+ .bi-send-slash-fill::before { content: "\f6bc"; }
1488
+ .bi-send-slash::before { content: "\f6bd"; }
1489
+ .bi-send-x-fill::before { content: "\f6be"; }
1490
+ .bi-send-x::before { content: "\f6bf"; }
1491
+ .bi-send::before { content: "\f6c0"; }
1492
+ .bi-steam::before { content: "\f6c1"; }
1493
+ .bi-terminal-dash::before { content: "\f6c3"; }
1494
+ .bi-terminal-plus::before { content: "\f6c4"; }
1495
+ .bi-terminal-split::before { content: "\f6c5"; }
1496
+ .bi-ticket-detailed-fill::before { content: "\f6c6"; }
1497
+ .bi-ticket-detailed::before { content: "\f6c7"; }
1498
+ .bi-ticket-fill::before { content: "\f6c8"; }
1499
+ .bi-ticket-perforated-fill::before { content: "\f6c9"; }
1500
+ .bi-ticket-perforated::before { content: "\f6ca"; }
1501
+ .bi-ticket::before { content: "\f6cb"; }
1502
+ .bi-tiktok::before { content: "\f6cc"; }
1503
+ .bi-window-dash::before { content: "\f6cd"; }
1504
+ .bi-window-desktop::before { content: "\f6ce"; }
1505
+ .bi-window-fullscreen::before { content: "\f6cf"; }
1506
+ .bi-window-plus::before { content: "\f6d0"; }
1507
+ .bi-window-split::before { content: "\f6d1"; }
1508
+ .bi-window-stack::before { content: "\f6d2"; }
1509
+ .bi-window-x::before { content: "\f6d3"; }
1510
+ .bi-xbox::before { content: "\f6d4"; }
1511
+ .bi-ethernet::before { content: "\f6d5"; }
1512
+ .bi-hdmi-fill::before { content: "\f6d6"; }
1513
+ .bi-hdmi::before { content: "\f6d7"; }
1514
+ .bi-usb-c-fill::before { content: "\f6d8"; }
1515
+ .bi-usb-c::before { content: "\f6d9"; }
1516
+ .bi-usb-fill::before { content: "\f6da"; }
1517
+ .bi-usb-plug-fill::before { content: "\f6db"; }
1518
+ .bi-usb-plug::before { content: "\f6dc"; }
1519
+ .bi-usb-symbol::before { content: "\f6dd"; }
1520
+ .bi-usb::before { content: "\f6de"; }
1521
+ .bi-boombox-fill::before { content: "\f6df"; }
1522
+ .bi-displayport::before { content: "\f6e1"; }
1523
+ .bi-gpu-card::before { content: "\f6e2"; }
1524
+ .bi-memory::before { content: "\f6e3"; }
1525
+ .bi-modem-fill::before { content: "\f6e4"; }
1526
+ .bi-modem::before { content: "\f6e5"; }
1527
+ .bi-motherboard-fill::before { content: "\f6e6"; }
1528
+ .bi-motherboard::before { content: "\f6e7"; }
1529
+ .bi-optical-audio-fill::before { content: "\f6e8"; }
1530
+ .bi-optical-audio::before { content: "\f6e9"; }
1531
+ .bi-pci-card::before { content: "\f6ea"; }
1532
+ .bi-router-fill::before { content: "\f6eb"; }
1533
+ .bi-router::before { content: "\f6ec"; }
1534
+ .bi-thunderbolt-fill::before { content: "\f6ef"; }
1535
+ .bi-thunderbolt::before { content: "\f6f0"; }
1536
+ .bi-usb-drive-fill::before { content: "\f6f1"; }
1537
+ .bi-usb-drive::before { content: "\f6f2"; }
1538
+ .bi-usb-micro-fill::before { content: "\f6f3"; }
1539
+ .bi-usb-micro::before { content: "\f6f4"; }
1540
+ .bi-usb-mini-fill::before { content: "\f6f5"; }
1541
+ .bi-usb-mini::before { content: "\f6f6"; }
1542
+ .bi-cloud-haze2::before { content: "\f6f7"; }
1543
+ .bi-device-hdd-fill::before { content: "\f6f8"; }
1544
+ .bi-device-hdd::before { content: "\f6f9"; }
1545
+ .bi-device-ssd-fill::before { content: "\f6fa"; }
1546
+ .bi-device-ssd::before { content: "\f6fb"; }
1547
+ .bi-displayport-fill::before { content: "\f6fc"; }
1548
+ .bi-mortarboard-fill::before { content: "\f6fd"; }
1549
+ .bi-mortarboard::before { content: "\f6fe"; }
1550
+ .bi-terminal-x::before { content: "\f6ff"; }
1551
+ .bi-arrow-through-heart-fill::before { content: "\f700"; }
1552
+ .bi-arrow-through-heart::before { content: "\f701"; }
1553
+ .bi-badge-sd-fill::before { content: "\f702"; }
1554
+ .bi-badge-sd::before { content: "\f703"; }
1555
+ .bi-bag-heart-fill::before { content: "\f704"; }
1556
+ .bi-bag-heart::before { content: "\f705"; }
1557
+ .bi-balloon-fill::before { content: "\f706"; }
1558
+ .bi-balloon-heart-fill::before { content: "\f707"; }
1559
+ .bi-balloon-heart::before { content: "\f708"; }
1560
+ .bi-balloon::before { content: "\f709"; }
1561
+ .bi-box2-fill::before { content: "\f70a"; }
1562
+ .bi-box2-heart-fill::before { content: "\f70b"; }
1563
+ .bi-box2-heart::before { content: "\f70c"; }
1564
+ .bi-box2::before { content: "\f70d"; }
1565
+ .bi-braces-asterisk::before { content: "\f70e"; }
1566
+ .bi-calendar-heart-fill::before { content: "\f70f"; }
1567
+ .bi-calendar-heart::before { content: "\f710"; }
1568
+ .bi-calendar2-heart-fill::before { content: "\f711"; }
1569
+ .bi-calendar2-heart::before { content: "\f712"; }
1570
+ .bi-chat-heart-fill::before { content: "\f713"; }
1571
+ .bi-chat-heart::before { content: "\f714"; }
1572
+ .bi-chat-left-heart-fill::before { content: "\f715"; }
1573
+ .bi-chat-left-heart::before { content: "\f716"; }
1574
+ .bi-chat-right-heart-fill::before { content: "\f717"; }
1575
+ .bi-chat-right-heart::before { content: "\f718"; }
1576
+ .bi-chat-square-heart-fill::before { content: "\f719"; }
1577
+ .bi-chat-square-heart::before { content: "\f71a"; }
1578
+ .bi-clipboard-check-fill::before { content: "\f71b"; }
1579
+ .bi-clipboard-data-fill::before { content: "\f71c"; }
1580
+ .bi-clipboard-fill::before { content: "\f71d"; }
1581
+ .bi-clipboard-heart-fill::before { content: "\f71e"; }
1582
+ .bi-clipboard-heart::before { content: "\f71f"; }
1583
+ .bi-clipboard-minus-fill::before { content: "\f720"; }
1584
+ .bi-clipboard-plus-fill::before { content: "\f721"; }
1585
+ .bi-clipboard-pulse::before { content: "\f722"; }
1586
+ .bi-clipboard-x-fill::before { content: "\f723"; }
1587
+ .bi-clipboard2-check-fill::before { content: "\f724"; }
1588
+ .bi-clipboard2-check::before { content: "\f725"; }
1589
+ .bi-clipboard2-data-fill::before { content: "\f726"; }
1590
+ .bi-clipboard2-data::before { content: "\f727"; }
1591
+ .bi-clipboard2-fill::before { content: "\f728"; }
1592
+ .bi-clipboard2-heart-fill::before { content: "\f729"; }
1593
+ .bi-clipboard2-heart::before { content: "\f72a"; }
1594
+ .bi-clipboard2-minus-fill::before { content: "\f72b"; }
1595
+ .bi-clipboard2-minus::before { content: "\f72c"; }
1596
+ .bi-clipboard2-plus-fill::before { content: "\f72d"; }
1597
+ .bi-clipboard2-plus::before { content: "\f72e"; }
1598
+ .bi-clipboard2-pulse-fill::before { content: "\f72f"; }
1599
+ .bi-clipboard2-pulse::before { content: "\f730"; }
1600
+ .bi-clipboard2-x-fill::before { content: "\f731"; }
1601
+ .bi-clipboard2-x::before { content: "\f732"; }
1602
+ .bi-clipboard2::before { content: "\f733"; }
1603
+ .bi-emoji-kiss-fill::before { content: "\f734"; }
1604
+ .bi-emoji-kiss::before { content: "\f735"; }
1605
+ .bi-envelope-heart-fill::before { content: "\f736"; }
1606
+ .bi-envelope-heart::before { content: "\f737"; }
1607
+ .bi-envelope-open-heart-fill::before { content: "\f738"; }
1608
+ .bi-envelope-open-heart::before { content: "\f739"; }
1609
+ .bi-envelope-paper-fill::before { content: "\f73a"; }
1610
+ .bi-envelope-paper-heart-fill::before { content: "\f73b"; }
1611
+ .bi-envelope-paper-heart::before { content: "\f73c"; }
1612
+ .bi-envelope-paper::before { content: "\f73d"; }
1613
+ .bi-filetype-aac::before { content: "\f73e"; }
1614
+ .bi-filetype-ai::before { content: "\f73f"; }
1615
+ .bi-filetype-bmp::before { content: "\f740"; }
1616
+ .bi-filetype-cs::before { content: "\f741"; }
1617
+ .bi-filetype-css::before { content: "\f742"; }
1618
+ .bi-filetype-csv::before { content: "\f743"; }
1619
+ .bi-filetype-doc::before { content: "\f744"; }
1620
+ .bi-filetype-docx::before { content: "\f745"; }
1621
+ .bi-filetype-exe::before { content: "\f746"; }
1622
+ .bi-filetype-gif::before { content: "\f747"; }
1623
+ .bi-filetype-heic::before { content: "\f748"; }
1624
+ .bi-filetype-html::before { content: "\f749"; }
1625
+ .bi-filetype-java::before { content: "\f74a"; }
1626
+ .bi-filetype-jpg::before { content: "\f74b"; }
1627
+ .bi-filetype-js::before { content: "\f74c"; }
1628
+ .bi-filetype-jsx::before { content: "\f74d"; }
1629
+ .bi-filetype-key::before { content: "\f74e"; }
1630
+ .bi-filetype-m4p::before { content: "\f74f"; }
1631
+ .bi-filetype-md::before { content: "\f750"; }
1632
+ .bi-filetype-mdx::before { content: "\f751"; }
1633
+ .bi-filetype-mov::before { content: "\f752"; }
1634
+ .bi-filetype-mp3::before { content: "\f753"; }
1635
+ .bi-filetype-mp4::before { content: "\f754"; }
1636
+ .bi-filetype-otf::before { content: "\f755"; }
1637
+ .bi-filetype-pdf::before { content: "\f756"; }
1638
+ .bi-filetype-php::before { content: "\f757"; }
1639
+ .bi-filetype-png::before { content: "\f758"; }
1640
+ .bi-filetype-ppt::before { content: "\f75a"; }
1641
+ .bi-filetype-psd::before { content: "\f75b"; }
1642
+ .bi-filetype-py::before { content: "\f75c"; }
1643
+ .bi-filetype-raw::before { content: "\f75d"; }
1644
+ .bi-filetype-rb::before { content: "\f75e"; }
1645
+ .bi-filetype-sass::before { content: "\f75f"; }
1646
+ .bi-filetype-scss::before { content: "\f760"; }
1647
+ .bi-filetype-sh::before { content: "\f761"; }
1648
+ .bi-filetype-svg::before { content: "\f762"; }
1649
+ .bi-filetype-tiff::before { content: "\f763"; }
1650
+ .bi-filetype-tsx::before { content: "\f764"; }
1651
+ .bi-filetype-ttf::before { content: "\f765"; }
1652
+ .bi-filetype-txt::before { content: "\f766"; }
1653
+ .bi-filetype-wav::before { content: "\f767"; }
1654
+ .bi-filetype-woff::before { content: "\f768"; }
1655
+ .bi-filetype-xls::before { content: "\f76a"; }
1656
+ .bi-filetype-xml::before { content: "\f76b"; }
1657
+ .bi-filetype-yml::before { content: "\f76c"; }
1658
+ .bi-heart-arrow::before { content: "\f76d"; }
1659
+ .bi-heart-pulse-fill::before { content: "\f76e"; }
1660
+ .bi-heart-pulse::before { content: "\f76f"; }
1661
+ .bi-heartbreak-fill::before { content: "\f770"; }
1662
+ .bi-heartbreak::before { content: "\f771"; }
1663
+ .bi-hearts::before { content: "\f772"; }
1664
+ .bi-hospital-fill::before { content: "\f773"; }
1665
+ .bi-hospital::before { content: "\f774"; }
1666
+ .bi-house-heart-fill::before { content: "\f775"; }
1667
+ .bi-house-heart::before { content: "\f776"; }
1668
+ .bi-incognito::before { content: "\f777"; }
1669
+ .bi-magnet-fill::before { content: "\f778"; }
1670
+ .bi-magnet::before { content: "\f779"; }
1671
+ .bi-person-heart::before { content: "\f77a"; }
1672
+ .bi-person-hearts::before { content: "\f77b"; }
1673
+ .bi-phone-flip::before { content: "\f77c"; }
1674
+ .bi-plugin::before { content: "\f77d"; }
1675
+ .bi-postage-fill::before { content: "\f77e"; }
1676
+ .bi-postage-heart-fill::before { content: "\f77f"; }
1677
+ .bi-postage-heart::before { content: "\f780"; }
1678
+ .bi-postage::before { content: "\f781"; }
1679
+ .bi-postcard-fill::before { content: "\f782"; }
1680
+ .bi-postcard-heart-fill::before { content: "\f783"; }
1681
+ .bi-postcard-heart::before { content: "\f784"; }
1682
+ .bi-postcard::before { content: "\f785"; }
1683
+ .bi-search-heart-fill::before { content: "\f786"; }
1684
+ .bi-search-heart::before { content: "\f787"; }
1685
+ .bi-sliders2-vertical::before { content: "\f788"; }
1686
+ .bi-sliders2::before { content: "\f789"; }
1687
+ .bi-trash3-fill::before { content: "\f78a"; }
1688
+ .bi-trash3::before { content: "\f78b"; }
1689
+ .bi-valentine::before { content: "\f78c"; }
1690
+ .bi-valentine2::before { content: "\f78d"; }
1691
+ .bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
1692
+ .bi-wrench-adjustable-circle::before { content: "\f78f"; }
1693
+ .bi-wrench-adjustable::before { content: "\f790"; }
1694
+ .bi-filetype-json::before { content: "\f791"; }
1695
+ .bi-filetype-pptx::before { content: "\f792"; }
1696
+ .bi-filetype-xlsx::before { content: "\f793"; }
1697
+ .bi-1-circle-fill::before { content: "\f796"; }
1698
+ .bi-1-circle::before { content: "\f797"; }
1699
+ .bi-1-square-fill::before { content: "\f798"; }
1700
+ .bi-1-square::before { content: "\f799"; }
1701
+ .bi-2-circle-fill::before { content: "\f79c"; }
1702
+ .bi-2-circle::before { content: "\f79d"; }
1703
+ .bi-2-square-fill::before { content: "\f79e"; }
1704
+ .bi-2-square::before { content: "\f79f"; }
1705
+ .bi-3-circle-fill::before { content: "\f7a2"; }
1706
+ .bi-3-circle::before { content: "\f7a3"; }
1707
+ .bi-3-square-fill::before { content: "\f7a4"; }
1708
+ .bi-3-square::before { content: "\f7a5"; }
1709
+ .bi-4-circle-fill::before { content: "\f7a8"; }
1710
+ .bi-4-circle::before { content: "\f7a9"; }
1711
+ .bi-4-square-fill::before { content: "\f7aa"; }
1712
+ .bi-4-square::before { content: "\f7ab"; }
1713
+ .bi-5-circle-fill::before { content: "\f7ae"; }
1714
+ .bi-5-circle::before { content: "\f7af"; }
1715
+ .bi-5-square-fill::before { content: "\f7b0"; }
1716
+ .bi-5-square::before { content: "\f7b1"; }
1717
+ .bi-6-circle-fill::before { content: "\f7b4"; }
1718
+ .bi-6-circle::before { content: "\f7b5"; }
1719
+ .bi-6-square-fill::before { content: "\f7b6"; }
1720
+ .bi-6-square::before { content: "\f7b7"; }
1721
+ .bi-7-circle-fill::before { content: "\f7ba"; }
1722
+ .bi-7-circle::before { content: "\f7bb"; }
1723
+ .bi-7-square-fill::before { content: "\f7bc"; }
1724
+ .bi-7-square::before { content: "\f7bd"; }
1725
+ .bi-8-circle-fill::before { content: "\f7c0"; }
1726
+ .bi-8-circle::before { content: "\f7c1"; }
1727
+ .bi-8-square-fill::before { content: "\f7c2"; }
1728
+ .bi-8-square::before { content: "\f7c3"; }
1729
+ .bi-9-circle-fill::before { content: "\f7c6"; }
1730
+ .bi-9-circle::before { content: "\f7c7"; }
1731
+ .bi-9-square-fill::before { content: "\f7c8"; }
1732
+ .bi-9-square::before { content: "\f7c9"; }
1733
+ .bi-airplane-engines-fill::before { content: "\f7ca"; }
1734
+ .bi-airplane-engines::before { content: "\f7cb"; }
1735
+ .bi-airplane-fill::before { content: "\f7cc"; }
1736
+ .bi-airplane::before { content: "\f7cd"; }
1737
+ .bi-alexa::before { content: "\f7ce"; }
1738
+ .bi-alipay::before { content: "\f7cf"; }
1739
+ .bi-android::before { content: "\f7d0"; }
1740
+ .bi-android2::before { content: "\f7d1"; }
1741
+ .bi-box-fill::before { content: "\f7d2"; }
1742
+ .bi-box-seam-fill::before { content: "\f7d3"; }
1743
+ .bi-browser-chrome::before { content: "\f7d4"; }
1744
+ .bi-browser-edge::before { content: "\f7d5"; }
1745
+ .bi-browser-firefox::before { content: "\f7d6"; }
1746
+ .bi-browser-safari::before { content: "\f7d7"; }
1747
+ .bi-c-circle-fill::before { content: "\f7da"; }
1748
+ .bi-c-circle::before { content: "\f7db"; }
1749
+ .bi-c-square-fill::before { content: "\f7dc"; }
1750
+ .bi-c-square::before { content: "\f7dd"; }
1751
+ .bi-capsule-pill::before { content: "\f7de"; }
1752
+ .bi-capsule::before { content: "\f7df"; }
1753
+ .bi-car-front-fill::before { content: "\f7e0"; }
1754
+ .bi-car-front::before { content: "\f7e1"; }
1755
+ .bi-cassette-fill::before { content: "\f7e2"; }
1756
+ .bi-cassette::before { content: "\f7e3"; }
1757
+ .bi-cc-circle-fill::before { content: "\f7e6"; }
1758
+ .bi-cc-circle::before { content: "\f7e7"; }
1759
+ .bi-cc-square-fill::before { content: "\f7e8"; }
1760
+ .bi-cc-square::before { content: "\f7e9"; }
1761
+ .bi-cup-hot-fill::before { content: "\f7ea"; }
1762
+ .bi-cup-hot::before { content: "\f7eb"; }
1763
+ .bi-currency-rupee::before { content: "\f7ec"; }
1764
+ .bi-dropbox::before { content: "\f7ed"; }
1765
+ .bi-escape::before { content: "\f7ee"; }
1766
+ .bi-fast-forward-btn-fill::before { content: "\f7ef"; }
1767
+ .bi-fast-forward-btn::before { content: "\f7f0"; }
1768
+ .bi-fast-forward-circle-fill::before { content: "\f7f1"; }
1769
+ .bi-fast-forward-circle::before { content: "\f7f2"; }
1770
+ .bi-fast-forward-fill::before { content: "\f7f3"; }
1771
+ .bi-fast-forward::before { content: "\f7f4"; }
1772
+ .bi-filetype-sql::before { content: "\f7f5"; }
1773
+ .bi-fire::before { content: "\f7f6"; }
1774
+ .bi-google-play::before { content: "\f7f7"; }
1775
+ .bi-h-circle-fill::before { content: "\f7fa"; }
1776
+ .bi-h-circle::before { content: "\f7fb"; }
1777
+ .bi-h-square-fill::before { content: "\f7fc"; }
1778
+ .bi-h-square::before { content: "\f7fd"; }
1779
+ .bi-indent::before { content: "\f7fe"; }
1780
+ .bi-lungs-fill::before { content: "\f7ff"; }
1781
+ .bi-lungs::before { content: "\f800"; }
1782
+ .bi-microsoft-teams::before { content: "\f801"; }
1783
+ .bi-p-circle-fill::before { content: "\f804"; }
1784
+ .bi-p-circle::before { content: "\f805"; }
1785
+ .bi-p-square-fill::before { content: "\f806"; }
1786
+ .bi-p-square::before { content: "\f807"; }
1787
+ .bi-pass-fill::before { content: "\f808"; }
1788
+ .bi-pass::before { content: "\f809"; }
1789
+ .bi-prescription::before { content: "\f80a"; }
1790
+ .bi-prescription2::before { content: "\f80b"; }
1791
+ .bi-r-circle-fill::before { content: "\f80e"; }
1792
+ .bi-r-circle::before { content: "\f80f"; }
1793
+ .bi-r-square-fill::before { content: "\f810"; }
1794
+ .bi-r-square::before { content: "\f811"; }
1795
+ .bi-repeat-1::before { content: "\f812"; }
1796
+ .bi-repeat::before { content: "\f813"; }
1797
+ .bi-rewind-btn-fill::before { content: "\f814"; }
1798
+ .bi-rewind-btn::before { content: "\f815"; }
1799
+ .bi-rewind-circle-fill::before { content: "\f816"; }
1800
+ .bi-rewind-circle::before { content: "\f817"; }
1801
+ .bi-rewind-fill::before { content: "\f818"; }
1802
+ .bi-rewind::before { content: "\f819"; }
1803
+ .bi-train-freight-front-fill::before { content: "\f81a"; }
1804
+ .bi-train-freight-front::before { content: "\f81b"; }
1805
+ .bi-train-front-fill::before { content: "\f81c"; }
1806
+ .bi-train-front::before { content: "\f81d"; }
1807
+ .bi-train-lightrail-front-fill::before { content: "\f81e"; }
1808
+ .bi-train-lightrail-front::before { content: "\f81f"; }
1809
+ .bi-truck-front-fill::before { content: "\f820"; }
1810
+ .bi-truck-front::before { content: "\f821"; }
1811
+ .bi-ubuntu::before { content: "\f822"; }
1812
+ .bi-unindent::before { content: "\f823"; }
1813
+ .bi-unity::before { content: "\f824"; }
1814
+ .bi-universal-access-circle::before { content: "\f825"; }
1815
+ .bi-universal-access::before { content: "\f826"; }
1816
+ .bi-virus::before { content: "\f827"; }
1817
+ .bi-virus2::before { content: "\f828"; }
1818
+ .bi-wechat::before { content: "\f829"; }
1819
+ .bi-yelp::before { content: "\f82a"; }
1820
+ .bi-sign-stop-fill::before { content: "\f82b"; }
1821
+ .bi-sign-stop-lights-fill::before { content: "\f82c"; }
1822
+ .bi-sign-stop-lights::before { content: "\f82d"; }
1823
+ .bi-sign-stop::before { content: "\f82e"; }
1824
+ .bi-sign-turn-left-fill::before { content: "\f82f"; }
1825
+ .bi-sign-turn-left::before { content: "\f830"; }
1826
+ .bi-sign-turn-right-fill::before { content: "\f831"; }
1827
+ .bi-sign-turn-right::before { content: "\f832"; }
1828
+ .bi-sign-turn-slight-left-fill::before { content: "\f833"; }
1829
+ .bi-sign-turn-slight-left::before { content: "\f834"; }
1830
+ .bi-sign-turn-slight-right-fill::before { content: "\f835"; }
1831
+ .bi-sign-turn-slight-right::before { content: "\f836"; }
1832
+ .bi-sign-yield-fill::before { content: "\f837"; }
1833
+ .bi-sign-yield::before { content: "\f838"; }
1834
+ .bi-ev-station-fill::before { content: "\f839"; }
1835
+ .bi-ev-station::before { content: "\f83a"; }
1836
+ .bi-fuel-pump-diesel-fill::before { content: "\f83b"; }
1837
+ .bi-fuel-pump-diesel::before { content: "\f83c"; }
1838
+ .bi-fuel-pump-fill::before { content: "\f83d"; }
1839
+ .bi-fuel-pump::before { content: "\f83e"; }
1840
+ .bi-0-circle-fill::before { content: "\f83f"; }
1841
+ .bi-0-circle::before { content: "\f840"; }
1842
+ .bi-0-square-fill::before { content: "\f841"; }
1843
+ .bi-0-square::before { content: "\f842"; }
1844
+ .bi-rocket-fill::before { content: "\f843"; }
1845
+ .bi-rocket-takeoff-fill::before { content: "\f844"; }
1846
+ .bi-rocket-takeoff::before { content: "\f845"; }
1847
+ .bi-rocket::before { content: "\f846"; }
1848
+ .bi-stripe::before { content: "\f847"; }
1849
+ .bi-subscript::before { content: "\f848"; }
1850
+ .bi-superscript::before { content: "\f849"; }
1851
+ .bi-trello::before { content: "\f84a"; }
1852
+ .bi-envelope-at-fill::before { content: "\f84b"; }
1853
+ .bi-envelope-at::before { content: "\f84c"; }
1854
+ .bi-regex::before { content: "\f84d"; }
1855
+ .bi-text-wrap::before { content: "\f84e"; }
1856
+ .bi-sign-dead-end-fill::before { content: "\f84f"; }
1857
+ .bi-sign-dead-end::before { content: "\f850"; }
1858
+ .bi-sign-do-not-enter-fill::before { content: "\f851"; }
1859
+ .bi-sign-do-not-enter::before { content: "\f852"; }
1860
+ .bi-sign-intersection-fill::before { content: "\f853"; }
1861
+ .bi-sign-intersection-side-fill::before { content: "\f854"; }
1862
+ .bi-sign-intersection-side::before { content: "\f855"; }
1863
+ .bi-sign-intersection-t-fill::before { content: "\f856"; }
1864
+ .bi-sign-intersection-t::before { content: "\f857"; }
1865
+ .bi-sign-intersection-y-fill::before { content: "\f858"; }
1866
+ .bi-sign-intersection-y::before { content: "\f859"; }
1867
+ .bi-sign-intersection::before { content: "\f85a"; }
1868
+ .bi-sign-merge-left-fill::before { content: "\f85b"; }
1869
+ .bi-sign-merge-left::before { content: "\f85c"; }
1870
+ .bi-sign-merge-right-fill::before { content: "\f85d"; }
1871
+ .bi-sign-merge-right::before { content: "\f85e"; }
1872
+ .bi-sign-no-left-turn-fill::before { content: "\f85f"; }
1873
+ .bi-sign-no-left-turn::before { content: "\f860"; }
1874
+ .bi-sign-no-parking-fill::before { content: "\f861"; }
1875
+ .bi-sign-no-parking::before { content: "\f862"; }
1876
+ .bi-sign-no-right-turn-fill::before { content: "\f863"; }
1877
+ .bi-sign-no-right-turn::before { content: "\f864"; }
1878
+ .bi-sign-railroad-fill::before { content: "\f865"; }
1879
+ .bi-sign-railroad::before { content: "\f866"; }
1880
+ .bi-building-add::before { content: "\f867"; }
1881
+ .bi-building-check::before { content: "\f868"; }
1882
+ .bi-building-dash::before { content: "\f869"; }
1883
+ .bi-building-down::before { content: "\f86a"; }
1884
+ .bi-building-exclamation::before { content: "\f86b"; }
1885
+ .bi-building-fill-add::before { content: "\f86c"; }
1886
+ .bi-building-fill-check::before { content: "\f86d"; }
1887
+ .bi-building-fill-dash::before { content: "\f86e"; }
1888
+ .bi-building-fill-down::before { content: "\f86f"; }
1889
+ .bi-building-fill-exclamation::before { content: "\f870"; }
1890
+ .bi-building-fill-gear::before { content: "\f871"; }
1891
+ .bi-building-fill-lock::before { content: "\f872"; }
1892
+ .bi-building-fill-slash::before { content: "\f873"; }
1893
+ .bi-building-fill-up::before { content: "\f874"; }
1894
+ .bi-building-fill-x::before { content: "\f875"; }
1895
+ .bi-building-fill::before { content: "\f876"; }
1896
+ .bi-building-gear::before { content: "\f877"; }
1897
+ .bi-building-lock::before { content: "\f878"; }
1898
+ .bi-building-slash::before { content: "\f879"; }
1899
+ .bi-building-up::before { content: "\f87a"; }
1900
+ .bi-building-x::before { content: "\f87b"; }
1901
+ .bi-buildings-fill::before { content: "\f87c"; }
1902
+ .bi-buildings::before { content: "\f87d"; }
1903
+ .bi-bus-front-fill::before { content: "\f87e"; }
1904
+ .bi-bus-front::before { content: "\f87f"; }
1905
+ .bi-ev-front-fill::before { content: "\f880"; }
1906
+ .bi-ev-front::before { content: "\f881"; }
1907
+ .bi-globe-americas::before { content: "\f882"; }
1908
+ .bi-globe-asia-australia::before { content: "\f883"; }
1909
+ .bi-globe-central-south-asia::before { content: "\f884"; }
1910
+ .bi-globe-europe-africa::before { content: "\f885"; }
1911
+ .bi-house-add-fill::before { content: "\f886"; }
1912
+ .bi-house-add::before { content: "\f887"; }
1913
+ .bi-house-check-fill::before { content: "\f888"; }
1914
+ .bi-house-check::before { content: "\f889"; }
1915
+ .bi-house-dash-fill::before { content: "\f88a"; }
1916
+ .bi-house-dash::before { content: "\f88b"; }
1917
+ .bi-house-down-fill::before { content: "\f88c"; }
1918
+ .bi-house-down::before { content: "\f88d"; }
1919
+ .bi-house-exclamation-fill::before { content: "\f88e"; }
1920
+ .bi-house-exclamation::before { content: "\f88f"; }
1921
+ .bi-house-gear-fill::before { content: "\f890"; }
1922
+ .bi-house-gear::before { content: "\f891"; }
1923
+ .bi-house-lock-fill::before { content: "\f892"; }
1924
+ .bi-house-lock::before { content: "\f893"; }
1925
+ .bi-house-slash-fill::before { content: "\f894"; }
1926
+ .bi-house-slash::before { content: "\f895"; }
1927
+ .bi-house-up-fill::before { content: "\f896"; }
1928
+ .bi-house-up::before { content: "\f897"; }
1929
+ .bi-house-x-fill::before { content: "\f898"; }
1930
+ .bi-house-x::before { content: "\f899"; }
1931
+ .bi-person-add::before { content: "\f89a"; }
1932
+ .bi-person-down::before { content: "\f89b"; }
1933
+ .bi-person-exclamation::before { content: "\f89c"; }
1934
+ .bi-person-fill-add::before { content: "\f89d"; }
1935
+ .bi-person-fill-check::before { content: "\f89e"; }
1936
+ .bi-person-fill-dash::before { content: "\f89f"; }
1937
+ .bi-person-fill-down::before { content: "\f8a0"; }
1938
+ .bi-person-fill-exclamation::before { content: "\f8a1"; }
1939
+ .bi-person-fill-gear::before { content: "\f8a2"; }
1940
+ .bi-person-fill-lock::before { content: "\f8a3"; }
1941
+ .bi-person-fill-slash::before { content: "\f8a4"; }
1942
+ .bi-person-fill-up::before { content: "\f8a5"; }
1943
+ .bi-person-fill-x::before { content: "\f8a6"; }
1944
+ .bi-person-gear::before { content: "\f8a7"; }
1945
+ .bi-person-lock::before { content: "\f8a8"; }
1946
+ .bi-person-slash::before { content: "\f8a9"; }
1947
+ .bi-person-up::before { content: "\f8aa"; }
1948
+ .bi-scooter::before { content: "\f8ab"; }
1949
+ .bi-taxi-front-fill::before { content: "\f8ac"; }
1950
+ .bi-taxi-front::before { content: "\f8ad"; }
1951
+ .bi-amd::before { content: "\f8ae"; }
1952
+ .bi-database-add::before { content: "\f8af"; }
1953
+ .bi-database-check::before { content: "\f8b0"; }
1954
+ .bi-database-dash::before { content: "\f8b1"; }
1955
+ .bi-database-down::before { content: "\f8b2"; }
1956
+ .bi-database-exclamation::before { content: "\f8b3"; }
1957
+ .bi-database-fill-add::before { content: "\f8b4"; }
1958
+ .bi-database-fill-check::before { content: "\f8b5"; }
1959
+ .bi-database-fill-dash::before { content: "\f8b6"; }
1960
+ .bi-database-fill-down::before { content: "\f8b7"; }
1961
+ .bi-database-fill-exclamation::before { content: "\f8b8"; }
1962
+ .bi-database-fill-gear::before { content: "\f8b9"; }
1963
+ .bi-database-fill-lock::before { content: "\f8ba"; }
1964
+ .bi-database-fill-slash::before { content: "\f8bb"; }
1965
+ .bi-database-fill-up::before { content: "\f8bc"; }
1966
+ .bi-database-fill-x::before { content: "\f8bd"; }
1967
+ .bi-database-fill::before { content: "\f8be"; }
1968
+ .bi-database-gear::before { content: "\f8bf"; }
1969
+ .bi-database-lock::before { content: "\f8c0"; }
1970
+ .bi-database-slash::before { content: "\f8c1"; }
1971
+ .bi-database-up::before { content: "\f8c2"; }
1972
+ .bi-database-x::before { content: "\f8c3"; }
1973
+ .bi-database::before { content: "\f8c4"; }
1974
+ .bi-houses-fill::before { content: "\f8c5"; }
1975
+ .bi-houses::before { content: "\f8c6"; }
1976
+ .bi-nvidia::before { content: "\f8c7"; }
1977
+ .bi-person-vcard-fill::before { content: "\f8c8"; }
1978
+ .bi-person-vcard::before { content: "\f8c9"; }
1979
+ .bi-sina-weibo::before { content: "\f8ca"; }
1980
+ .bi-tencent-qq::before { content: "\f8cb"; }
1981
+ .bi-wikipedia::before { content: "\f8cc"; }
1982
+ .bi-alphabet-uppercase::before { content: "\f2a5"; }
1983
+ .bi-alphabet::before { content: "\f68a"; }
1984
+ .bi-amazon::before { content: "\f68d"; }
1985
+ .bi-arrows-collapse-vertical::before { content: "\f690"; }
1986
+ .bi-arrows-expand-vertical::before { content: "\f695"; }
1987
+ .bi-arrows-vertical::before { content: "\f698"; }
1988
+ .bi-arrows::before { content: "\f6a2"; }
1989
+ .bi-ban-fill::before { content: "\f6a3"; }
1990
+ .bi-ban::before { content: "\f6b6"; }
1991
+ .bi-bing::before { content: "\f6c2"; }
1992
+ .bi-cake::before { content: "\f6e0"; }
1993
+ .bi-cake2::before { content: "\f6ed"; }
1994
+ .bi-cookie::before { content: "\f6ee"; }
1995
+ .bi-copy::before { content: "\f759"; }
1996
+ .bi-crosshair::before { content: "\f769"; }
1997
+ .bi-crosshair2::before { content: "\f794"; }
1998
+ .bi-emoji-astonished-fill::before { content: "\f795"; }
1999
+ .bi-emoji-astonished::before { content: "\f79a"; }
2000
+ .bi-emoji-grimace-fill::before { content: "\f79b"; }
2001
+ .bi-emoji-grimace::before { content: "\f7a0"; }
2002
+ .bi-emoji-grin-fill::before { content: "\f7a1"; }
2003
+ .bi-emoji-grin::before { content: "\f7a6"; }
2004
+ .bi-emoji-surprise-fill::before { content: "\f7a7"; }
2005
+ .bi-emoji-surprise::before { content: "\f7ac"; }
2006
+ .bi-emoji-tear-fill::before { content: "\f7ad"; }
2007
+ .bi-emoji-tear::before { content: "\f7b2"; }
2008
+ .bi-envelope-arrow-down-fill::before { content: "\f7b3"; }
2009
+ .bi-envelope-arrow-down::before { content: "\f7b8"; }
2010
+ .bi-envelope-arrow-up-fill::before { content: "\f7b9"; }
2011
+ .bi-envelope-arrow-up::before { content: "\f7be"; }
2012
+ .bi-feather::before { content: "\f7bf"; }
2013
+ .bi-feather2::before { content: "\f7c4"; }
2014
+ .bi-floppy-fill::before { content: "\f7c5"; }
2015
+ .bi-floppy::before { content: "\f7d8"; }
2016
+ .bi-floppy2-fill::before { content: "\f7d9"; }
2017
+ .bi-floppy2::before { content: "\f7e4"; }
2018
+ .bi-gitlab::before { content: "\f7e5"; }
2019
+ .bi-highlighter::before { content: "\f7f8"; }
2020
+ .bi-marker-tip::before { content: "\f802"; }
2021
+ .bi-nvme-fill::before { content: "\f803"; }
2022
+ .bi-nvme::before { content: "\f80c"; }
2023
+ .bi-opencollective::before { content: "\f80d"; }
2024
+ .bi-pci-card-network::before { content: "\f8cd"; }
2025
+ .bi-pci-card-sound::before { content: "\f8ce"; }
2026
+ .bi-radar::before { content: "\f8cf"; }
2027
+ .bi-send-arrow-down-fill::before { content: "\f8d0"; }
2028
+ .bi-send-arrow-down::before { content: "\f8d1"; }
2029
+ .bi-send-arrow-up-fill::before { content: "\f8d2"; }
2030
+ .bi-send-arrow-up::before { content: "\f8d3"; }
2031
+ .bi-sim-slash-fill::before { content: "\f8d4"; }
2032
+ .bi-sim-slash::before { content: "\f8d5"; }
2033
+ .bi-sourceforge::before { content: "\f8d6"; }
2034
+ .bi-substack::before { content: "\f8d7"; }
2035
+ .bi-threads-fill::before { content: "\f8d8"; }
2036
+ .bi-threads::before { content: "\f8d9"; }
2037
+ .bi-transparency::before { content: "\f8da"; }
2038
+ .bi-twitter-x::before { content: "\f8db"; }
2039
+ .bi-type-h4::before { content: "\f8dc"; }
2040
+ .bi-type-h5::before { content: "\f8dd"; }
2041
+ .bi-type-h6::before { content: "\f8de"; }
2042
+ .bi-backpack-fill::before { content: "\f8df"; }
2043
+ .bi-backpack::before { content: "\f8e0"; }
2044
+ .bi-backpack2-fill::before { content: "\f8e1"; }
2045
+ .bi-backpack2::before { content: "\f8e2"; }
2046
+ .bi-backpack3-fill::before { content: "\f8e3"; }
2047
+ .bi-backpack3::before { content: "\f8e4"; }
2048
+ .bi-backpack4-fill::before { content: "\f8e5"; }
2049
+ .bi-backpack4::before { content: "\f8e6"; }
2050
+ .bi-brilliance::before { content: "\f8e7"; }
2051
+ .bi-cake-fill::before { content: "\f8e8"; }
2052
+ .bi-cake2-fill::before { content: "\f8e9"; }
2053
+ .bi-duffle-fill::before { content: "\f8ea"; }
2054
+ .bi-duffle::before { content: "\f8eb"; }
2055
+ .bi-exposure::before { content: "\f8ec"; }
2056
+ .bi-gender-neuter::before { content: "\f8ed"; }
2057
+ .bi-highlights::before { content: "\f8ee"; }
2058
+ .bi-luggage-fill::before { content: "\f8ef"; }
2059
+ .bi-luggage::before { content: "\f8f0"; }
2060
+ .bi-mailbox-flag::before { content: "\f8f1"; }
2061
+ .bi-mailbox2-flag::before { content: "\f8f2"; }
2062
+ .bi-noise-reduction::before { content: "\f8f3"; }
2063
+ .bi-passport-fill::before { content: "\f8f4"; }
2064
+ .bi-passport::before { content: "\f8f5"; }
2065
+ .bi-person-arms-up::before { content: "\f8f6"; }
2066
+ .bi-person-raised-hand::before { content: "\f8f7"; }
2067
+ .bi-person-standing-dress::before { content: "\f8f8"; }
2068
+ .bi-person-standing::before { content: "\f8f9"; }
2069
+ .bi-person-walking::before { content: "\f8fa"; }
2070
+ .bi-person-wheelchair::before { content: "\f8fb"; }
2071
+ .bi-shadows::before { content: "\f8fc"; }
2072
+ .bi-suitcase-fill::before { content: "\f8fd"; }
2073
+ .bi-suitcase-lg-fill::before { content: "\f8fe"; }
2074
+ .bi-suitcase-lg::before { content: "\f8ff"; }
2075
+ .bi-suitcase::before { content: "\f900"; }
2076
+ .bi-suitcase2-fill::before { content: "\f901"; }
2077
+ .bi-suitcase2::before { content: "\f902"; }
2078
+ .bi-vignette::before { content: "\f903"; }