@dnb/eufemia 9.30.0 → 9.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1153) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/assets/icons/add.svg +1 -1
  3. package/assets/icons/add_circled.svg +1 -1
  4. package/assets/icons/add_circled_medium.svg +1 -1
  5. package/assets/icons/add_medium.svg +1 -1
  6. package/assets/icons/boat.svg +1 -1
  7. package/assets/icons/boat_medium.svg +1 -1
  8. package/assets/icons/calculator.svg +1 -1
  9. package/assets/icons/card.svg +1 -1
  10. package/assets/icons/card_medium.svg +1 -1
  11. package/assets/icons/cat_medium.svg +1 -1
  12. package/assets/icons/chatbot.svg +1 -1
  13. package/assets/icons/chatbot_medium.svg +1 -1
  14. package/assets/icons/chip.svg +1 -1
  15. package/assets/icons/chip_medium.svg +1 -1
  16. package/assets/icons/cloud_download.svg +1 -1
  17. package/assets/icons/cloud_download_medium.svg +1 -1
  18. package/assets/icons/cloud_rain.svg +1 -1
  19. package/assets/icons/cloud_rain_medium.svg +1 -1
  20. package/assets/icons/cloud_sync.svg +1 -1
  21. package/assets/icons/cloud_sync_medium.svg +1 -1
  22. package/assets/icons/cloud_transfer.svg +1 -1
  23. package/assets/icons/cloud_transfer_medium.svg +1 -1
  24. package/assets/icons/cloud_upload.svg +1 -1
  25. package/assets/icons/cloud_upload_medium.svg +1 -1
  26. package/assets/icons/cookie.svg +1 -1
  27. package/assets/icons/cookie_medium.svg +1 -1
  28. package/assets/icons/diamond.svg +1 -1
  29. package/assets/icons/dog.svg +1 -1
  30. package/assets/icons/dog_medium.svg +1 -1
  31. package/assets/icons/eufemia-icons-pdf-categorized.tgz +0 -0
  32. package/assets/icons/eufemia-icons-pdf.tgz +0 -0
  33. package/assets/icons/exclamation_circled.svg +1 -1
  34. package/assets/icons/exclamation_circled_medium.svg +1 -1
  35. package/assets/icons/file_jpg.svg +1 -0
  36. package/assets/icons/file_jpg_medium.svg +1 -0
  37. package/assets/icons/file_png.svg +1 -0
  38. package/assets/icons/file_png_medium.svg +1 -0
  39. package/assets/icons/fish.svg +1 -0
  40. package/assets/icons/fish_medium.svg +1 -0
  41. package/assets/icons/hourglass.svg +1 -1
  42. package/assets/icons/instagram.svg +1 -1
  43. package/assets/icons/linkedin.svg +1 -1
  44. package/assets/icons/linkedin_medium.svg +1 -1
  45. package/assets/icons/loupe.svg +1 -1
  46. package/assets/icons/loupe_medium.svg +1 -1
  47. package/assets/icons/mastercard_card.svg +1 -1
  48. package/assets/icons/mastercard_card_medium.svg +1 -1
  49. package/assets/icons/news.svg +1 -1
  50. package/assets/icons/news_medium.svg +1 -1
  51. package/assets/icons/newspaper.svg +1 -0
  52. package/assets/icons/newspaper_medium.svg +1 -0
  53. package/assets/icons/phone.svg +1 -1
  54. package/assets/icons/phone_medium.svg +1 -1
  55. package/assets/icons/photo.svg +1 -1
  56. package/assets/icons/photo_medium.svg +1 -1
  57. package/assets/icons/pin.svg +1 -1
  58. package/assets/icons/pin_medium.svg +1 -1
  59. package/assets/icons/play.svg +1 -1
  60. package/assets/icons/savings_account.svg +1 -1
  61. package/assets/icons/sort.svg +1 -0
  62. package/assets/icons/sort_medium.svg +1 -0
  63. package/assets/icons/subtract.svg +1 -1
  64. package/assets/icons/subtract_circled.svg +1 -1
  65. package/assets/icons/subtract_circled_medium.svg +1 -1
  66. package/assets/icons/subtract_medium.svg +1 -1
  67. package/assets/icons/tag.svg +1 -1
  68. package/assets/icons/tag_medium.svg +1 -1
  69. package/assets/icons/thumbs_down.svg +1 -1
  70. package/assets/icons/thumbs_up.svg +1 -1
  71. package/assets/icons/video.svg +1 -1
  72. package/assets/icons/video_medium.svg +1 -1
  73. package/assets/icons/wallet_medium.svg +1 -1
  74. package/cjs/components/HeightAnimation.d.ts +3 -0
  75. package/cjs/components/HeightAnimation.js +52 -0
  76. package/cjs/components/accordion/Accordion.js +2 -2
  77. package/cjs/components/accordion/AccordionHeader.js +1 -1
  78. package/cjs/components/accordion/AccordionProvider.js +3 -1
  79. package/cjs/components/accordion/style/_accordion.scss +14 -15
  80. package/cjs/components/accordion/style/dnb-accordion.css +9 -6
  81. package/cjs/components/accordion/style/dnb-accordion.min.css +1 -1
  82. package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
  83. package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
  84. package/cjs/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
  85. package/cjs/components/autocomplete/Autocomplete.d.ts +0 -10
  86. package/cjs/components/autocomplete/Autocomplete.js +3 -4
  87. package/cjs/components/autocomplete/style/_autocomplete.scss +2 -2
  88. package/cjs/components/autocomplete/style/dnb-autocomplete.css +46 -46
  89. package/cjs/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  90. package/cjs/components/avatar/Avatar.d.ts +3 -1
  91. package/cjs/components/avatar/Avatar.js +1 -3
  92. package/cjs/components/avatar/AvatarGroup.js +8 -10
  93. package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
  94. package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
  95. package/cjs/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
  96. package/cjs/components/badge/Badge.js +1 -17
  97. package/cjs/components/breadcrumb/Breadcrumb.d.ts +10 -4
  98. package/cjs/components/breadcrumb/Breadcrumb.js +26 -28
  99. package/cjs/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
  100. package/cjs/components/breadcrumb/BreadcrumbItem.js +13 -11
  101. package/cjs/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
  102. package/cjs/components/breadcrumb/BreadcrumbMultiple.js +50 -0
  103. package/cjs/components/breadcrumb/style/_breadcrumb.scss +25 -12
  104. package/cjs/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
  105. package/cjs/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  106. package/cjs/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
  107. package/cjs/components/button/Button.d.ts +6 -8
  108. package/cjs/components/button/Button.js +5 -3
  109. package/cjs/components/button/style/dnb-button.css +14 -14
  110. package/cjs/components/button/style/dnb-button.min.css +1 -1
  111. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.css +2 -2
  112. package/cjs/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  113. package/cjs/components/button/style/themes/dnb-button-theme-ui.css +2 -2
  114. package/cjs/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  115. package/cjs/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
  116. package/cjs/components/checkbox/Checkbox.js +4 -2
  117. package/cjs/components/date-picker/DatePicker.js +4 -2
  118. package/cjs/components/date-picker/style/dnb-date-picker.css +56 -56
  119. package/cjs/components/date-picker/style/dnb-date-picker.min.css +1 -1
  120. package/cjs/components/dialog/Dialog.js +2 -2
  121. package/cjs/components/dialog/parts/DialogBody.d.ts +2 -1
  122. package/cjs/components/dialog/style/_dialog.scss +1 -1
  123. package/cjs/components/dialog/style/dnb-dialog.css +26 -26
  124. package/cjs/components/dialog/style/dnb-dialog.min.css +1 -1
  125. package/cjs/components/drawer/DrawerContent.d.ts +1 -1
  126. package/cjs/components/drawer/DrawerContent.js +2 -4
  127. package/cjs/components/drawer/parts/DrawerBody.d.ts +2 -1
  128. package/cjs/components/drawer/style/dnb-drawer.css +22 -22
  129. package/cjs/components/drawer/style/dnb-drawer.min.css +1 -1
  130. package/cjs/components/dropdown/Dropdown.d.ts +0 -4
  131. package/cjs/components/dropdown/Dropdown.js +4 -2
  132. package/cjs/components/dropdown/style/dnb-dropdown.css +14 -14
  133. package/cjs/components/dropdown/style/dnb-dropdown.min.css +1 -1
  134. package/cjs/components/form-label/FormLabel.js +4 -2
  135. package/cjs/components/form-row/FormRow.js +9 -3
  136. package/cjs/components/form-row/style/_form-row.scss +4 -1
  137. package/cjs/components/form-row/style/dnb-form-row.css +4 -3
  138. package/cjs/components/form-row/style/dnb-form-row.min.css +1 -1
  139. package/cjs/components/form-set/FormSet.js +1 -1
  140. package/cjs/components/form-status/FormStatus.js +4 -2
  141. package/cjs/components/global-error/style/dnb-global-error.css +14 -14
  142. package/cjs/components/global-error/style/dnb-global-error.min.css +1 -1
  143. package/cjs/components/global-status/GlobalStatus.js +3 -3
  144. package/cjs/components/global-status/style/dnb-global-status.css +24 -38
  145. package/cjs/components/global-status/style/dnb-global-status.min.css +1 -1
  146. package/cjs/components/height-animation/HeightAnimation.d.ts +27 -0
  147. package/cjs/components/height-animation/HeightAnimation.js +86 -0
  148. package/cjs/components/height-animation/index.d.ts +3 -0
  149. package/cjs/components/height-animation/index.js +52 -0
  150. package/cjs/components/height-animation/style/_height-animation.scss +12 -0
  151. package/cjs/components/height-animation/style/dnb-height-animation.css +81 -0
  152. package/cjs/components/height-animation/style/dnb-height-animation.min.css +1 -0
  153. package/cjs/components/height-animation/style/dnb-height-animation.scss +12 -0
  154. package/cjs/components/height-animation/style/index.d.ts +1 -0
  155. package/cjs/components/height-animation/style/index.js +3 -0
  156. package/cjs/components/height-animation/style.d.ts +1 -0
  157. package/cjs/components/height-animation/style.js +3 -0
  158. package/cjs/components/height-animation/useHeightAnimation.d.ts +40 -0
  159. package/cjs/components/height-animation/useHeightAnimation.js +245 -0
  160. package/cjs/components/help-button/HelpButton.d.ts +10 -236
  161. package/cjs/components/help-button/HelpButton.js +31 -124
  162. package/cjs/components/help-button/HelpButtonInstance.d.ts +5 -100
  163. package/cjs/components/help-button/HelpButtonInstance.js +54 -129
  164. package/cjs/components/help-button/style/dnb-help-button.css +14 -14
  165. package/cjs/components/help-button/style/dnb-help-button.min.css +1 -1
  166. package/cjs/components/icon/Icon.js +5 -3
  167. package/cjs/components/icon-primary/IconPrimary.js +4 -2
  168. package/cjs/components/index.d.ts +2 -1
  169. package/cjs/components/index.js +8 -0
  170. package/cjs/components/info-card/InfoCard.d.ts +0 -2
  171. package/cjs/components/info-card/InfoCard.js +23 -25
  172. package/cjs/components/input/Input.js +5 -3
  173. package/cjs/components/input/InputPassword.js +4 -2
  174. package/cjs/components/input/style/dnb-input.css +28 -28
  175. package/cjs/components/input/style/dnb-input.min.css +1 -1
  176. package/cjs/components/input-masked/style/dnb-input-masked.css +28 -28
  177. package/cjs/components/input-masked/style/dnb-input-masked.min.css +1 -1
  178. package/cjs/components/lib.d.ts +27 -9
  179. package/cjs/components/lib.js +9 -0
  180. package/cjs/components/logo/Logo.d.ts +5 -0
  181. package/cjs/components/logo/Logo.js +8 -3
  182. package/cjs/components/logo/style/_logo.scss +3 -0
  183. package/cjs/components/logo/style/dnb-logo.css +2 -0
  184. package/cjs/components/logo/style/dnb-logo.min.css +1 -1
  185. package/cjs/components/modal/Modal.d.ts +1 -1
  186. package/cjs/components/modal/Modal.js +5 -2
  187. package/cjs/components/modal/ModalRoot.d.ts +1 -1
  188. package/cjs/components/modal/parts/CloseButton.js +1 -1
  189. package/cjs/components/modal/style/_modal.scss +1 -2
  190. package/cjs/components/modal/style/dnb-modal.css +22 -22
  191. package/cjs/components/modal/style/dnb-modal.min.css +1 -1
  192. package/cjs/components/number-format/NumberFormat.js +2 -2
  193. package/cjs/components/number-format/style/dnb-number-format.css +14 -14
  194. package/cjs/components/number-format/style/dnb-number-format.min.css +1 -1
  195. package/cjs/components/number-format/useNumberFormat.js +2 -2
  196. package/cjs/components/pagination/Pagination.d.ts +0 -6
  197. package/cjs/components/pagination/Pagination.js +3 -3
  198. package/cjs/components/pagination/PaginationInfinity.js +0 -26
  199. package/cjs/components/pagination/PaginationProvider.js +11 -5
  200. package/cjs/components/pagination/style/dnb-pagination.css +14 -14
  201. package/cjs/components/pagination/style/dnb-pagination.min.css +1 -1
  202. package/cjs/components/progress-indicator/ProgressIndicator.js +3 -1
  203. package/cjs/components/radio/Radio.js +5 -2
  204. package/cjs/components/radio/RadioGroup.js +3 -1
  205. package/cjs/components/section/Section.d.ts +30 -83
  206. package/cjs/components/section/Section.js +33 -123
  207. package/cjs/components/section/style/_section.scss +8 -25
  208. package/cjs/components/section/style/dnb-section.css +10 -24
  209. package/cjs/components/section/style/dnb-section.min.css +1 -1
  210. package/cjs/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
  211. package/cjs/components/skeleton/Skeleton.js +1 -1
  212. package/cjs/components/slider/Slider.d.ts +2 -3
  213. package/cjs/components/slider/SliderHelpers.d.ts +6 -4
  214. package/cjs/components/slider/SliderHelpers.js +18 -22
  215. package/cjs/components/slider/SliderInstance.js +6 -5
  216. package/cjs/components/slider/SliderProvider.d.ts +2 -2
  217. package/cjs/components/slider/SliderProvider.js +42 -26
  218. package/cjs/components/slider/SliderThumb.js +130 -71
  219. package/cjs/components/slider/SliderTrack.js +8 -10
  220. package/cjs/components/slider/hooks/useSliderEvents.d.ts +1 -3
  221. package/cjs/components/slider/hooks/useSliderEvents.js +19 -36
  222. package/cjs/components/slider/style/_range.scss +6 -0
  223. package/cjs/components/slider/style/_slider.scss +8 -5
  224. package/cjs/components/slider/style/dnb-range.css +10 -0
  225. package/cjs/components/slider/style/dnb-range.scss +6 -0
  226. package/cjs/components/slider/style/dnb-slider.css +211 -21
  227. package/cjs/components/slider/style/dnb-slider.min.css +1 -1
  228. package/cjs/components/slider/style/dnb-slider.scss +1 -0
  229. package/cjs/components/slider/types.d.ts +13 -5
  230. package/cjs/components/space/Space.d.ts +3 -2
  231. package/cjs/components/space/Space.js +17 -22
  232. package/cjs/components/step-indicator/StepIndicatorContext.js +4 -2
  233. package/cjs/components/step-indicator/StepIndicatorSidebar.js +1 -1
  234. package/cjs/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
  235. package/cjs/components/step-indicator/style/dnb-step-indicator.css +14 -14
  236. package/cjs/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  237. package/cjs/components/switch/Switch.js +4 -2
  238. package/cjs/components/table/Table.js +1 -3
  239. package/cjs/components/tabs/Tabs.js +2 -2
  240. package/cjs/components/tabs/TabsContentWrapper.js +1 -1
  241. package/cjs/components/tag/Tag.d.ts +8 -1
  242. package/cjs/components/tag/Tag.js +8 -9
  243. package/cjs/components/tag/TagGroup.js +5 -7
  244. package/cjs/components/tag/style/dnb-tag.css +14 -14
  245. package/cjs/components/tag/style/dnb-tag.min.css +1 -1
  246. package/cjs/components/textarea/Textarea.js +4 -2
  247. package/cjs/components/timeline/Timeline.js +1 -3
  248. package/cjs/components/timeline/TimelineItem.js +2 -2
  249. package/cjs/components/toggle-button/ToggleButton.js +4 -1
  250. package/cjs/components/toggle-button/ToggleButtonGroup.js +3 -1
  251. package/cjs/components/toggle-button/style/dnb-toggle-button.css +14 -14
  252. package/cjs/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  253. package/cjs/components/tooltip/Tooltip.d.ts +8 -154
  254. package/cjs/components/tooltip/Tooltip.js +84 -166
  255. package/cjs/components/tooltip/TooltipContainer.d.ts +15 -68
  256. package/cjs/components/tooltip/TooltipContainer.js +207 -323
  257. package/cjs/components/tooltip/TooltipHelpers.d.ts +31 -1
  258. package/cjs/components/tooltip/TooltipHelpers.js +85 -1
  259. package/cjs/components/tooltip/TooltipPortal.d.ts +13 -31
  260. package/cjs/components/tooltip/TooltipPortal.js +152 -206
  261. package/cjs/components/tooltip/TooltipWithEvents.d.ts +11 -35
  262. package/cjs/components/tooltip/TooltipWithEvents.js +159 -195
  263. package/cjs/components/tooltip/style/_tooltip.scss +8 -7
  264. package/cjs/components/tooltip/style/dnb-tooltip.css +14 -14
  265. package/cjs/components/tooltip/style/dnb-tooltip.min.css +1 -1
  266. package/cjs/components/tooltip/types.d.ts +28 -0
  267. package/cjs/components/tooltip/types.js +1 -0
  268. package/cjs/components/visually-hidden/VisuallyHidden.d.ts +2 -3
  269. package/cjs/components/visually-hidden/VisuallyHidden.js +2 -20
  270. package/cjs/elements/Anchor.d.ts +3 -1
  271. package/cjs/elements/Anchor.js +3 -5
  272. package/cjs/elements/Dd.d.ts +10 -26
  273. package/cjs/elements/Dd.js +0 -31
  274. package/cjs/elements/Dl.d.ts +19 -26
  275. package/cjs/elements/Dl.js +24 -26
  276. package/cjs/elements/Dt.d.ts +10 -26
  277. package/cjs/elements/Dt.js +0 -31
  278. package/cjs/elements/Element.js +1 -3
  279. package/cjs/elements/Link.d.ts +3 -1
  280. package/cjs/elements/lib.d.ts +18 -5
  281. package/cjs/extensions/payment-card/PaymentCard.js +2 -2
  282. package/cjs/fragments/drawer-list/DrawerList.js +3 -1
  283. package/cjs/fragments/drawer-list/style/_drawer-list.scss +1 -1
  284. package/cjs/fragments/lib.d.ts +8 -1
  285. package/cjs/fragments/scroll-view/ScrollView.d.ts +13 -6
  286. package/cjs/fragments/scroll-view/ScrollView.js +29 -99
  287. package/cjs/icons/add.js +5 -2
  288. package/cjs/icons/add_circled.js +5 -2
  289. package/cjs/icons/add_circled_medium.js +5 -2
  290. package/cjs/icons/add_medium.js +5 -2
  291. package/cjs/icons/boat.js +10 -3
  292. package/cjs/icons/boat_medium.js +10 -3
  293. package/cjs/icons/calculator.js +10 -3
  294. package/cjs/icons/card.js +4 -2
  295. package/cjs/icons/card_medium.js +4 -2
  296. package/cjs/icons/cat_medium.js +10 -3
  297. package/cjs/icons/chatbot.js +5 -2
  298. package/cjs/icons/chatbot_medium.js +5 -2
  299. package/cjs/icons/chip.js +10 -3
  300. package/cjs/icons/chip_medium.js +10 -3
  301. package/cjs/icons/cloud_download.js +10 -3
  302. package/cjs/icons/cloud_download_medium.js +10 -3
  303. package/cjs/icons/cloud_rain.js +10 -3
  304. package/cjs/icons/cloud_rain_medium.js +10 -3
  305. package/cjs/icons/cloud_sync.js +10 -3
  306. package/cjs/icons/cloud_sync_medium.js +10 -3
  307. package/cjs/icons/cloud_transfer.js +10 -3
  308. package/cjs/icons/cloud_transfer_medium.js +10 -3
  309. package/cjs/icons/cloud_upload.js +10 -3
  310. package/cjs/icons/cloud_upload_medium.js +10 -3
  311. package/cjs/icons/cookie.js +10 -3
  312. package/cjs/icons/cookie_medium.js +10 -3
  313. package/cjs/icons/diamond.js +10 -3
  314. package/cjs/icons/dog.js +10 -3
  315. package/cjs/icons/dog_medium.js +10 -3
  316. package/cjs/icons/exclamation_circled.js +5 -2
  317. package/cjs/icons/exclamation_circled_medium.js +5 -2
  318. package/cjs/icons/file_jpg.d.ts +2 -0
  319. package/cjs/icons/file_jpg.js +32 -0
  320. package/cjs/icons/file_jpg_medium.d.ts +2 -0
  321. package/cjs/icons/file_jpg_medium.js +38 -0
  322. package/cjs/icons/file_png.d.ts +2 -0
  323. package/cjs/icons/file_png.js +32 -0
  324. package/cjs/icons/file_png_medium.d.ts +2 -0
  325. package/cjs/icons/file_png_medium.js +38 -0
  326. package/cjs/icons/fish.d.ts +2 -0
  327. package/cjs/icons/fish.js +40 -0
  328. package/cjs/icons/fish_medium.d.ts +2 -0
  329. package/cjs/icons/fish_medium.js +40 -0
  330. package/cjs/icons/hourglass.js +10 -3
  331. package/cjs/icons/icons-meta.json +71 -1
  332. package/cjs/icons/icons-pdf.lock +1098 -968
  333. package/cjs/icons/icons-svg.lock +1098 -968
  334. package/cjs/icons/index.d.ts +11 -1
  335. package/cjs/icons/index.js +80 -0
  336. package/cjs/icons/instagram.js +10 -3
  337. package/cjs/icons/linkedin.js +10 -3
  338. package/cjs/icons/linkedin_medium.js +10 -3
  339. package/cjs/icons/loupe.js +4 -2
  340. package/cjs/icons/loupe_medium.js +4 -2
  341. package/cjs/icons/mastercard_card.js +4 -2
  342. package/cjs/icons/mastercard_card_medium.js +4 -2
  343. package/cjs/icons/news.js +10 -3
  344. package/cjs/icons/news_medium.js +10 -3
  345. package/cjs/icons/newspaper.d.ts +2 -0
  346. package/cjs/icons/newspaper.js +35 -0
  347. package/cjs/icons/newspaper_medium.d.ts +2 -0
  348. package/cjs/icons/newspaper_medium.js +35 -0
  349. package/cjs/icons/phone.js +10 -3
  350. package/cjs/icons/phone_medium.js +10 -3
  351. package/cjs/icons/photo.js +10 -3
  352. package/cjs/icons/photo_medium.js +10 -3
  353. package/cjs/icons/pin.js +10 -3
  354. package/cjs/icons/pin_medium.js +10 -3
  355. package/cjs/icons/play.js +10 -3
  356. package/cjs/icons/savings_account.js +5 -2
  357. package/cjs/icons/secondary_icons.d.ts +6 -1
  358. package/cjs/icons/secondary_icons.js +40 -0
  359. package/cjs/icons/secondary_icons_medium.d.ts +6 -1
  360. package/cjs/icons/secondary_icons_medium.js +40 -0
  361. package/cjs/icons/sort.d.ts +2 -0
  362. package/cjs/icons/sort.js +35 -0
  363. package/cjs/icons/sort_medium.d.ts +2 -0
  364. package/cjs/icons/sort_medium.js +35 -0
  365. package/cjs/icons/subtract.js +5 -2
  366. package/cjs/icons/subtract_circled.js +5 -2
  367. package/cjs/icons/subtract_circled_medium.js +5 -2
  368. package/cjs/icons/subtract_medium.js +5 -2
  369. package/cjs/icons/tag.js +13 -10
  370. package/cjs/icons/tag_medium.js +13 -10
  371. package/cjs/icons/thumbs_down.js +10 -3
  372. package/cjs/icons/thumbs_up.js +10 -3
  373. package/cjs/icons/video.js +10 -3
  374. package/cjs/icons/video_medium.js +10 -3
  375. package/cjs/icons/wallet_medium.js +4 -2
  376. package/cjs/index.d.ts +2 -1
  377. package/cjs/index.js +8 -0
  378. package/cjs/shared/AnimateHeight.d.ts +46 -32
  379. package/cjs/shared/AnimateHeight.js +104 -66
  380. package/cjs/shared/Context.d.ts +9 -3
  381. package/cjs/shared/Eufemia.js +1 -1
  382. package/cjs/shared/MediaQueryUtils.d.ts +5 -1
  383. package/cjs/shared/MediaQueryUtils.js +5 -3
  384. package/cjs/shared/component-helper.d.ts +7 -18
  385. package/cjs/shared/component-helper.js +55 -260
  386. package/cjs/shared/helpers/EventEmitter.d.ts +46 -0
  387. package/cjs/shared/{EventEmitter.js → helpers/EventEmitter.js} +31 -26
  388. package/cjs/shared/helpers/InteractionInvalidation.d.ts +30 -0
  389. package/cjs/shared/helpers/InteractionInvalidation.js +256 -0
  390. package/{shared/hooks/usePropsWithContext.d.ts → cjs/shared/helpers/extendPropsWithContext.d.ts} +2 -3
  391. package/cjs/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +36 -15
  392. package/cjs/shared/helpers/filterValidProps.d.ts +1 -1
  393. package/cjs/shared/helpers/filterValidProps.js +1 -1
  394. package/cjs/shared/helpers/getPreviousSibling.d.ts +10 -0
  395. package/cjs/shared/helpers/getPreviousSibling.js +47 -0
  396. package/cjs/shared/helpers/useEventEmitter.d.ts +14 -0
  397. package/cjs/shared/helpers/useEventEmitter.js +92 -0
  398. package/cjs/shared/helpers.d.ts +2 -0
  399. package/cjs/shared/interfaces.d.ts +6 -4
  400. package/cjs/shared/locales/en-GB.d.ts +3 -0
  401. package/cjs/shared/locales/en-GB.js +3 -0
  402. package/cjs/shared/locales/en-US.d.ts +3 -0
  403. package/cjs/shared/locales/index.d.ts +6 -0
  404. package/cjs/shared/locales/nb-NO.d.ts +3 -0
  405. package/cjs/shared/locales/nb-NO.js +3 -0
  406. package/cjs/shared/useMediaQuery.js +19 -12
  407. package/cjs/style/core/helper-classes/helper-classes.scss +4 -0
  408. package/cjs/style/dnb-ui-basis.css +3 -0
  409. package/cjs/style/dnb-ui-basis.min.css +1 -1
  410. package/cjs/style/dnb-ui-components.css +112 -84
  411. package/cjs/style/dnb-ui-components.min.css +5 -5
  412. package/cjs/style/dnb-ui-components.scss +1 -0
  413. package/cjs/style/dnb-ui-core.css +3 -0
  414. package/cjs/style/dnb-ui-core.min.css +1 -1
  415. package/cjs/style/dnb-ui-elements.css +25 -4
  416. package/cjs/style/dnb-ui-elements.min.css +1 -1
  417. package/cjs/style/dnb-ui-fragments.css +1 -1
  418. package/cjs/style/dnb-ui-fragments.min.css +1 -1
  419. package/cjs/style/dnb-ui-tags.css +50 -8
  420. package/cjs/style/dnb-ui-tags.min.css +1 -1
  421. package/cjs/style/elements/lists.scss +27 -5
  422. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.css +131 -113
  423. package/cjs/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
  424. package/cjs/style/themes/theme-ui/dnb-theme-ui.css +129 -111
  425. package/cjs/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
  426. package/components/HeightAnimation.d.ts +3 -0
  427. package/components/HeightAnimation.js +3 -0
  428. package/components/accordion/Accordion.js +3 -3
  429. package/components/accordion/AccordionHeader.js +2 -2
  430. package/components/accordion/AccordionProvider.js +3 -2
  431. package/components/accordion/style/_accordion.scss +14 -15
  432. package/components/accordion/style/dnb-accordion.css +9 -6
  433. package/components/accordion/style/dnb-accordion.min.css +1 -1
  434. package/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
  435. package/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
  436. package/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
  437. package/components/autocomplete/Autocomplete.d.ts +0 -10
  438. package/components/autocomplete/Autocomplete.js +3 -5
  439. package/components/autocomplete/style/_autocomplete.scss +2 -2
  440. package/components/autocomplete/style/dnb-autocomplete.css +46 -46
  441. package/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  442. package/components/avatar/Avatar.d.ts +3 -1
  443. package/components/avatar/Avatar.js +2 -3
  444. package/components/avatar/AvatarGroup.js +9 -10
  445. package/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
  446. package/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
  447. package/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
  448. package/components/badge/Badge.js +2 -16
  449. package/components/breadcrumb/Breadcrumb.d.ts +10 -4
  450. package/components/breadcrumb/Breadcrumb.js +26 -27
  451. package/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
  452. package/components/breadcrumb/BreadcrumbItem.js +13 -11
  453. package/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
  454. package/components/breadcrumb/BreadcrumbMultiple.js +31 -0
  455. package/components/breadcrumb/style/_breadcrumb.scss +25 -12
  456. package/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
  457. package/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  458. package/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
  459. package/components/button/Button.d.ts +6 -8
  460. package/components/button/Button.js +5 -4
  461. package/components/button/style/dnb-button.css +14 -14
  462. package/components/button/style/dnb-button.min.css +1 -1
  463. package/components/button/style/themes/dnb-button-theme-eiendom.css +2 -2
  464. package/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  465. package/components/button/style/themes/dnb-button-theme-ui.css +2 -2
  466. package/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  467. package/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
  468. package/components/checkbox/Checkbox.js +4 -3
  469. package/components/date-picker/DatePicker.js +4 -3
  470. package/components/date-picker/style/dnb-date-picker.css +56 -56
  471. package/components/date-picker/style/dnb-date-picker.min.css +1 -1
  472. package/components/dialog/Dialog.js +2 -2
  473. package/components/dialog/parts/DialogBody.d.ts +2 -1
  474. package/components/dialog/style/_dialog.scss +1 -1
  475. package/components/dialog/style/dnb-dialog.css +26 -26
  476. package/components/dialog/style/dnb-dialog.min.css +1 -1
  477. package/components/drawer/DrawerContent.d.ts +1 -1
  478. package/components/drawer/DrawerContent.js +2 -4
  479. package/components/drawer/parts/DrawerBody.d.ts +2 -1
  480. package/components/drawer/style/dnb-drawer.css +22 -22
  481. package/components/drawer/style/dnb-drawer.min.css +1 -1
  482. package/components/dropdown/Dropdown.d.ts +0 -4
  483. package/components/dropdown/Dropdown.js +4 -3
  484. package/components/dropdown/style/dnb-dropdown.css +14 -14
  485. package/components/dropdown/style/dnb-dropdown.min.css +1 -1
  486. package/components/form-label/FormLabel.js +4 -3
  487. package/components/form-row/FormRow.js +9 -4
  488. package/components/form-row/style/_form-row.scss +4 -1
  489. package/components/form-row/style/dnb-form-row.css +4 -3
  490. package/components/form-row/style/dnb-form-row.min.css +1 -1
  491. package/components/form-set/FormSet.js +2 -2
  492. package/components/form-status/FormStatus.js +4 -3
  493. package/components/global-error/style/dnb-global-error.css +14 -14
  494. package/components/global-error/style/dnb-global-error.min.css +1 -1
  495. package/components/global-status/GlobalStatus.js +4 -4
  496. package/components/global-status/style/dnb-global-status.css +24 -38
  497. package/components/global-status/style/dnb-global-status.min.css +1 -1
  498. package/components/height-animation/HeightAnimation.d.ts +27 -0
  499. package/components/height-animation/HeightAnimation.js +60 -0
  500. package/components/height-animation/index.d.ts +3 -0
  501. package/components/height-animation/index.js +3 -0
  502. package/components/height-animation/style/_height-animation.scss +12 -0
  503. package/components/height-animation/style/dnb-height-animation.css +81 -0
  504. package/components/height-animation/style/dnb-height-animation.min.css +1 -0
  505. package/components/height-animation/style/dnb-height-animation.scss +12 -0
  506. package/components/height-animation/style/index.d.ts +1 -0
  507. package/components/height-animation/style/index.js +1 -0
  508. package/components/height-animation/style.d.ts +1 -0
  509. package/components/height-animation/style.js +1 -0
  510. package/components/height-animation/useHeightAnimation.d.ts +40 -0
  511. package/components/height-animation/useHeightAnimation.js +196 -0
  512. package/components/help-button/HelpButton.d.ts +10 -236
  513. package/components/help-button/HelpButton.js +30 -94
  514. package/components/help-button/HelpButtonInstance.d.ts +5 -100
  515. package/components/help-button/HelpButtonInstance.js +56 -101
  516. package/components/help-button/style/dnb-help-button.css +14 -14
  517. package/components/help-button/style/dnb-help-button.min.css +1 -1
  518. package/components/icon/Icon.js +5 -4
  519. package/components/icon-primary/IconPrimary.js +4 -3
  520. package/components/index.d.ts +2 -1
  521. package/components/index.js +2 -1
  522. package/components/info-card/InfoCard.d.ts +0 -2
  523. package/components/info-card/InfoCard.js +20 -22
  524. package/components/input/Input.js +5 -4
  525. package/components/input/InputPassword.js +4 -3
  526. package/components/input/style/dnb-input.css +28 -28
  527. package/components/input/style/dnb-input.min.css +1 -1
  528. package/components/input-masked/style/dnb-input-masked.css +28 -28
  529. package/components/input-masked/style/dnb-input-masked.min.css +1 -1
  530. package/components/lib.d.ts +27 -9
  531. package/components/lib.js +3 -1
  532. package/components/logo/Logo.d.ts +5 -0
  533. package/components/logo/Logo.js +8 -4
  534. package/components/logo/style/_logo.scss +3 -0
  535. package/components/logo/style/dnb-logo.css +2 -0
  536. package/components/logo/style/dnb-logo.min.css +1 -1
  537. package/components/modal/Modal.d.ts +1 -1
  538. package/components/modal/Modal.js +5 -3
  539. package/components/modal/ModalRoot.d.ts +1 -1
  540. package/components/modal/parts/CloseButton.js +2 -2
  541. package/components/modal/style/_modal.scss +1 -2
  542. package/components/modal/style/dnb-modal.css +22 -22
  543. package/components/modal/style/dnb-modal.min.css +1 -1
  544. package/components/number-format/NumberFormat.js +3 -3
  545. package/components/number-format/style/dnb-number-format.css +14 -14
  546. package/components/number-format/style/dnb-number-format.min.css +1 -1
  547. package/components/number-format/useNumberFormat.js +2 -2
  548. package/components/pagination/Pagination.d.ts +0 -6
  549. package/components/pagination/Pagination.js +3 -4
  550. package/components/pagination/PaginationInfinity.js +0 -26
  551. package/components/pagination/PaginationProvider.js +11 -5
  552. package/components/pagination/style/dnb-pagination.css +14 -14
  553. package/components/pagination/style/dnb-pagination.min.css +1 -1
  554. package/components/progress-indicator/ProgressIndicator.js +3 -2
  555. package/components/radio/Radio.js +5 -3
  556. package/components/radio/RadioGroup.js +3 -2
  557. package/components/section/Section.d.ts +30 -83
  558. package/components/section/Section.js +36 -99
  559. package/components/section/style/_section.scss +8 -25
  560. package/components/section/style/dnb-section.css +10 -24
  561. package/components/section/style/dnb-section.min.css +1 -1
  562. package/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
  563. package/components/skeleton/Skeleton.js +2 -2
  564. package/components/slider/Slider.d.ts +2 -3
  565. package/components/slider/SliderHelpers.d.ts +6 -4
  566. package/components/slider/SliderHelpers.js +16 -17
  567. package/components/slider/SliderInstance.js +8 -7
  568. package/components/slider/SliderProvider.d.ts +2 -2
  569. package/components/slider/SliderProvider.js +45 -28
  570. package/components/slider/SliderThumb.js +107 -73
  571. package/components/slider/SliderTrack.js +10 -12
  572. package/components/slider/hooks/useSliderEvents.d.ts +1 -3
  573. package/components/slider/hooks/useSliderEvents.js +19 -36
  574. package/components/slider/style/_range.scss +6 -0
  575. package/components/slider/style/_slider.scss +8 -5
  576. package/components/slider/style/dnb-range.css +10 -0
  577. package/components/slider/style/dnb-range.scss +6 -0
  578. package/components/slider/style/dnb-slider.css +211 -21
  579. package/components/slider/style/dnb-slider.min.css +1 -1
  580. package/components/slider/style/dnb-slider.scss +1 -0
  581. package/components/slider/types.d.ts +13 -5
  582. package/components/space/Space.d.ts +3 -2
  583. package/components/space/Space.js +18 -23
  584. package/components/step-indicator/StepIndicatorContext.js +4 -3
  585. package/components/step-indicator/StepIndicatorSidebar.js +2 -2
  586. package/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
  587. package/components/step-indicator/style/dnb-step-indicator.css +14 -14
  588. package/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  589. package/components/switch/Switch.js +4 -3
  590. package/components/table/Table.js +2 -3
  591. package/components/tabs/Tabs.js +3 -3
  592. package/components/tabs/TabsContentWrapper.js +1 -1
  593. package/components/tag/Tag.d.ts +8 -1
  594. package/components/tag/Tag.js +9 -9
  595. package/components/tag/TagGroup.js +6 -7
  596. package/components/tag/style/dnb-tag.css +14 -14
  597. package/components/tag/style/dnb-tag.min.css +1 -1
  598. package/components/textarea/Textarea.js +4 -3
  599. package/components/timeline/Timeline.js +2 -3
  600. package/components/timeline/TimelineItem.js +2 -2
  601. package/components/toggle-button/ToggleButton.js +4 -2
  602. package/components/toggle-button/ToggleButtonGroup.js +3 -2
  603. package/components/toggle-button/style/dnb-toggle-button.css +14 -14
  604. package/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  605. package/components/tooltip/Tooltip.d.ts +8 -154
  606. package/components/tooltip/Tooltip.js +63 -150
  607. package/components/tooltip/TooltipContainer.d.ts +15 -68
  608. package/components/tooltip/TooltipContainer.js +188 -313
  609. package/components/tooltip/TooltipHelpers.d.ts +31 -1
  610. package/components/tooltip/TooltipHelpers.js +67 -1
  611. package/components/tooltip/TooltipPortal.d.ts +13 -31
  612. package/components/tooltip/TooltipPortal.js +139 -200
  613. package/components/tooltip/TooltipWithEvents.d.ts +11 -35
  614. package/components/tooltip/TooltipWithEvents.js +148 -191
  615. package/components/tooltip/style/_tooltip.scss +8 -7
  616. package/components/tooltip/style/dnb-tooltip.css +14 -14
  617. package/components/tooltip/style/dnb-tooltip.min.css +1 -1
  618. package/components/tooltip/types.d.ts +28 -0
  619. package/components/tooltip/types.js +1 -0
  620. package/components/visually-hidden/VisuallyHidden.d.ts +2 -3
  621. package/components/visually-hidden/VisuallyHidden.js +2 -17
  622. package/elements/Anchor.d.ts +3 -1
  623. package/elements/Anchor.js +4 -5
  624. package/elements/Dd.d.ts +10 -26
  625. package/elements/Dd.js +0 -22
  626. package/elements/Dl.d.ts +19 -26
  627. package/elements/Dl.js +19 -23
  628. package/elements/Dt.d.ts +10 -26
  629. package/elements/Dt.js +0 -22
  630. package/elements/Element.js +2 -3
  631. package/elements/Link.d.ts +3 -1
  632. package/elements/lib.d.ts +18 -5
  633. package/es/components/HeightAnimation.d.ts +3 -0
  634. package/es/components/HeightAnimation.js +3 -0
  635. package/es/components/accordion/Accordion.js +3 -3
  636. package/es/components/accordion/AccordionHeader.js +2 -2
  637. package/es/components/accordion/AccordionProvider.js +3 -2
  638. package/es/components/accordion/style/_accordion.scss +14 -15
  639. package/es/components/accordion/style/dnb-accordion.css +9 -6
  640. package/es/components/accordion/style/dnb-accordion.min.css +1 -1
  641. package/es/components/accordion/style/themes/dnb-accordion-theme-ui.css +102 -95
  642. package/es/components/accordion/style/themes/dnb-accordion-theme-ui.min.css +3 -3
  643. package/es/components/accordion/style/themes/dnb-accordion-theme-ui.scss +37 -37
  644. package/es/components/autocomplete/Autocomplete.d.ts +0 -10
  645. package/es/components/autocomplete/Autocomplete.js +3 -5
  646. package/es/components/autocomplete/style/_autocomplete.scss +2 -2
  647. package/es/components/autocomplete/style/dnb-autocomplete.css +46 -46
  648. package/es/components/autocomplete/style/dnb-autocomplete.min.css +1 -1
  649. package/es/components/avatar/Avatar.d.ts +3 -1
  650. package/es/components/avatar/Avatar.js +2 -3
  651. package/es/components/avatar/AvatarGroup.js +4 -5
  652. package/es/components/avatar/style/themes/dnb-avatar-theme-ui.css +0 -10
  653. package/es/components/avatar/style/themes/dnb-avatar-theme-ui.min.css +1 -1
  654. package/es/components/avatar/style/themes/dnb-avatar-theme-ui.scss +0 -8
  655. package/es/components/badge/Badge.js +2 -9
  656. package/es/components/breadcrumb/Breadcrumb.d.ts +10 -4
  657. package/es/components/breadcrumb/Breadcrumb.js +26 -22
  658. package/es/components/breadcrumb/BreadcrumbItem.d.ts +1 -0
  659. package/es/components/breadcrumb/BreadcrumbItem.js +9 -7
  660. package/es/components/breadcrumb/BreadcrumbMultiple.d.ts +10 -0
  661. package/es/components/breadcrumb/BreadcrumbMultiple.js +31 -0
  662. package/es/components/breadcrumb/style/_breadcrumb.scss +25 -12
  663. package/es/components/breadcrumb/style/dnb-breadcrumb.css +933 -17
  664. package/es/components/breadcrumb/style/dnb-breadcrumb.min.css +1 -1
  665. package/es/components/breadcrumb/style/dnb-breadcrumb.scss +4 -0
  666. package/es/components/button/Button.d.ts +6 -8
  667. package/es/components/button/Button.js +5 -4
  668. package/es/components/button/style/dnb-button.css +14 -14
  669. package/es/components/button/style/dnb-button.min.css +1 -1
  670. package/es/components/button/style/themes/dnb-button-theme-eiendom.css +2 -2
  671. package/es/components/button/style/themes/dnb-button-theme-eiendom.min.css +1 -1
  672. package/es/components/button/style/themes/dnb-button-theme-ui.css +2 -2
  673. package/es/components/button/style/themes/dnb-button-theme-ui.min.css +1 -1
  674. package/es/components/button/style/themes/dnb-button-theme-ui.scss +2 -2
  675. package/es/components/checkbox/Checkbox.js +4 -3
  676. package/es/components/date-picker/DatePicker.js +4 -3
  677. package/es/components/date-picker/style/dnb-date-picker.css +56 -56
  678. package/es/components/date-picker/style/dnb-date-picker.min.css +1 -1
  679. package/es/components/dialog/Dialog.js +2 -2
  680. package/es/components/dialog/parts/DialogBody.d.ts +2 -1
  681. package/es/components/dialog/style/_dialog.scss +1 -1
  682. package/es/components/dialog/style/dnb-dialog.css +26 -26
  683. package/es/components/dialog/style/dnb-dialog.min.css +1 -1
  684. package/es/components/drawer/DrawerContent.d.ts +1 -1
  685. package/es/components/drawer/DrawerContent.js +2 -3
  686. package/es/components/drawer/parts/DrawerBody.d.ts +2 -1
  687. package/es/components/drawer/style/dnb-drawer.css +22 -22
  688. package/es/components/drawer/style/dnb-drawer.min.css +1 -1
  689. package/es/components/dropdown/Dropdown.d.ts +0 -4
  690. package/es/components/dropdown/Dropdown.js +4 -3
  691. package/es/components/dropdown/style/dnb-dropdown.css +14 -14
  692. package/es/components/dropdown/style/dnb-dropdown.min.css +1 -1
  693. package/es/components/form-label/FormLabel.js +4 -3
  694. package/es/components/form-row/FormRow.js +9 -4
  695. package/es/components/form-row/style/_form-row.scss +4 -1
  696. package/es/components/form-row/style/dnb-form-row.css +4 -3
  697. package/es/components/form-row/style/dnb-form-row.min.css +1 -1
  698. package/es/components/form-set/FormSet.js +2 -2
  699. package/es/components/form-status/FormStatus.js +4 -3
  700. package/es/components/global-error/style/dnb-global-error.css +14 -14
  701. package/es/components/global-error/style/dnb-global-error.min.css +1 -1
  702. package/es/components/global-status/GlobalStatus.js +4 -4
  703. package/es/components/global-status/style/dnb-global-status.css +24 -38
  704. package/es/components/global-status/style/dnb-global-status.min.css +1 -1
  705. package/es/components/height-animation/HeightAnimation.d.ts +27 -0
  706. package/es/components/height-animation/HeightAnimation.js +56 -0
  707. package/es/components/height-animation/index.d.ts +3 -0
  708. package/es/components/height-animation/index.js +3 -0
  709. package/es/components/height-animation/style/_height-animation.scss +12 -0
  710. package/es/components/height-animation/style/dnb-height-animation.css +81 -0
  711. package/es/components/height-animation/style/dnb-height-animation.min.css +1 -0
  712. package/es/components/height-animation/style/dnb-height-animation.scss +12 -0
  713. package/es/components/height-animation/style/index.d.ts +1 -0
  714. package/es/components/height-animation/style/index.js +1 -0
  715. package/es/components/height-animation/style.d.ts +1 -0
  716. package/es/components/height-animation/style.js +1 -0
  717. package/es/components/height-animation/useHeightAnimation.d.ts +40 -0
  718. package/es/components/height-animation/useHeightAnimation.js +168 -0
  719. package/es/components/help-button/HelpButton.d.ts +10 -236
  720. package/es/components/help-button/HelpButton.js +28 -57
  721. package/es/components/help-button/HelpButtonInstance.d.ts +5 -100
  722. package/es/components/help-button/HelpButtonInstance.js +55 -74
  723. package/es/components/help-button/style/dnb-help-button.css +14 -14
  724. package/es/components/help-button/style/dnb-help-button.min.css +1 -1
  725. package/es/components/icon/Icon.js +5 -4
  726. package/es/components/icon-primary/IconPrimary.js +4 -3
  727. package/es/components/index.d.ts +2 -1
  728. package/es/components/index.js +2 -1
  729. package/es/components/info-card/InfoCard.d.ts +0 -2
  730. package/es/components/info-card/InfoCard.js +6 -8
  731. package/es/components/input/Input.js +5 -4
  732. package/es/components/input/InputPassword.js +4 -3
  733. package/es/components/input/style/dnb-input.css +28 -28
  734. package/es/components/input/style/dnb-input.min.css +1 -1
  735. package/es/components/input-masked/style/dnb-input-masked.css +28 -28
  736. package/es/components/input-masked/style/dnb-input-masked.min.css +1 -1
  737. package/es/components/lib.d.ts +27 -9
  738. package/es/components/lib.js +3 -1
  739. package/es/components/logo/Logo.d.ts +5 -0
  740. package/es/components/logo/Logo.js +8 -4
  741. package/es/components/logo/style/_logo.scss +3 -0
  742. package/es/components/logo/style/dnb-logo.css +2 -0
  743. package/es/components/logo/style/dnb-logo.min.css +1 -1
  744. package/es/components/modal/Modal.d.ts +1 -1
  745. package/es/components/modal/Modal.js +5 -3
  746. package/es/components/modal/ModalRoot.d.ts +1 -1
  747. package/es/components/modal/parts/CloseButton.js +2 -2
  748. package/es/components/modal/style/_modal.scss +1 -2
  749. package/es/components/modal/style/dnb-modal.css +22 -22
  750. package/es/components/modal/style/dnb-modal.min.css +1 -1
  751. package/es/components/number-format/NumberFormat.js +3 -3
  752. package/es/components/number-format/style/dnb-number-format.css +14 -14
  753. package/es/components/number-format/style/dnb-number-format.min.css +1 -1
  754. package/es/components/number-format/useNumberFormat.js +2 -2
  755. package/es/components/pagination/Pagination.d.ts +0 -6
  756. package/es/components/pagination/Pagination.js +3 -4
  757. package/es/components/pagination/PaginationInfinity.js +0 -26
  758. package/es/components/pagination/PaginationProvider.js +11 -5
  759. package/es/components/pagination/style/dnb-pagination.css +14 -14
  760. package/es/components/pagination/style/dnb-pagination.min.css +1 -1
  761. package/es/components/progress-indicator/ProgressIndicator.js +3 -2
  762. package/es/components/radio/Radio.js +5 -3
  763. package/es/components/radio/RadioGroup.js +3 -2
  764. package/es/components/section/Section.d.ts +30 -83
  765. package/es/components/section/Section.js +35 -70
  766. package/es/components/section/style/_section.scss +8 -25
  767. package/es/components/section/style/dnb-section.css +10 -24
  768. package/es/components/section/style/dnb-section.min.css +1 -1
  769. package/es/components/section/style/themes/dnb-section-theme-ui.scss +1 -5
  770. package/es/components/skeleton/Skeleton.js +2 -2
  771. package/es/components/slider/Slider.d.ts +2 -3
  772. package/es/components/slider/SliderHelpers.d.ts +6 -4
  773. package/es/components/slider/SliderHelpers.js +16 -14
  774. package/es/components/slider/SliderInstance.js +8 -7
  775. package/es/components/slider/SliderProvider.d.ts +2 -2
  776. package/es/components/slider/SliderProvider.js +24 -15
  777. package/es/components/slider/SliderThumb.js +97 -62
  778. package/es/components/slider/SliderTrack.js +10 -12
  779. package/es/components/slider/hooks/useSliderEvents.d.ts +1 -3
  780. package/es/components/slider/hooks/useSliderEvents.js +19 -32
  781. package/es/components/slider/style/_range.scss +6 -0
  782. package/es/components/slider/style/_slider.scss +8 -5
  783. package/es/components/slider/style/dnb-range.css +10 -0
  784. package/es/components/slider/style/dnb-range.scss +6 -0
  785. package/es/components/slider/style/dnb-slider.css +211 -21
  786. package/es/components/slider/style/dnb-slider.min.css +1 -1
  787. package/es/components/slider/style/dnb-slider.scss +1 -0
  788. package/es/components/slider/types.d.ts +13 -5
  789. package/es/components/space/Space.d.ts +3 -2
  790. package/es/components/space/Space.js +20 -25
  791. package/es/components/step-indicator/StepIndicatorContext.js +4 -3
  792. package/es/components/step-indicator/StepIndicatorSidebar.js +2 -2
  793. package/es/components/step-indicator/StepIndicatorTriggerButton.js +2 -2
  794. package/es/components/step-indicator/style/dnb-step-indicator.css +14 -14
  795. package/es/components/step-indicator/style/dnb-step-indicator.min.css +1 -1
  796. package/es/components/switch/Switch.js +4 -3
  797. package/es/components/table/Table.js +2 -3
  798. package/es/components/tabs/Tabs.js +3 -3
  799. package/es/components/tabs/TabsContentWrapper.js +1 -1
  800. package/es/components/tag/Tag.d.ts +8 -1
  801. package/es/components/tag/Tag.js +10 -10
  802. package/es/components/tag/TagGroup.js +4 -5
  803. package/es/components/tag/style/dnb-tag.css +14 -14
  804. package/es/components/tag/style/dnb-tag.min.css +1 -1
  805. package/es/components/textarea/Textarea.js +4 -3
  806. package/es/components/timeline/Timeline.js +2 -3
  807. package/es/components/timeline/TimelineItem.js +2 -2
  808. package/es/components/toggle-button/ToggleButton.js +4 -2
  809. package/es/components/toggle-button/ToggleButtonGroup.js +3 -2
  810. package/es/components/toggle-button/style/dnb-toggle-button.css +14 -14
  811. package/es/components/toggle-button/style/dnb-toggle-button.min.css +1 -1
  812. package/es/components/tooltip/Tooltip.d.ts +8 -154
  813. package/es/components/tooltip/Tooltip.js +57 -122
  814. package/es/components/tooltip/TooltipContainer.d.ts +15 -68
  815. package/es/components/tooltip/TooltipContainer.js +162 -262
  816. package/es/components/tooltip/TooltipHelpers.d.ts +31 -1
  817. package/es/components/tooltip/TooltipHelpers.js +66 -1
  818. package/es/components/tooltip/TooltipPortal.d.ts +13 -31
  819. package/es/components/tooltip/TooltipPortal.js +122 -163
  820. package/es/components/tooltip/TooltipWithEvents.d.ts +11 -35
  821. package/es/components/tooltip/TooltipWithEvents.js +126 -150
  822. package/es/components/tooltip/style/_tooltip.scss +8 -7
  823. package/es/components/tooltip/style/dnb-tooltip.css +14 -14
  824. package/es/components/tooltip/style/dnb-tooltip.min.css +1 -1
  825. package/es/components/tooltip/types.d.ts +28 -0
  826. package/es/components/tooltip/types.js +1 -0
  827. package/es/components/visually-hidden/VisuallyHidden.d.ts +2 -3
  828. package/es/components/visually-hidden/VisuallyHidden.js +2 -10
  829. package/es/elements/Anchor.d.ts +3 -1
  830. package/es/elements/Anchor.js +4 -5
  831. package/es/elements/Dd.d.ts +10 -26
  832. package/es/elements/Dd.js +0 -15
  833. package/es/elements/Dl.d.ts +19 -26
  834. package/es/elements/Dl.js +27 -19
  835. package/es/elements/Dt.d.ts +10 -26
  836. package/es/elements/Dt.js +0 -15
  837. package/es/elements/Element.js +2 -3
  838. package/es/elements/Link.d.ts +3 -1
  839. package/es/elements/lib.d.ts +18 -5
  840. package/es/extensions/payment-card/PaymentCard.js +3 -3
  841. package/es/fragments/drawer-list/DrawerList.js +3 -2
  842. package/es/fragments/drawer-list/style/_drawer-list.scss +1 -1
  843. package/es/fragments/lib.d.ts +8 -1
  844. package/es/fragments/scroll-view/ScrollView.d.ts +13 -6
  845. package/es/fragments/scroll-view/ScrollView.js +30 -52
  846. package/es/icons/add.js +5 -2
  847. package/es/icons/add_circled.js +5 -2
  848. package/es/icons/add_circled_medium.js +5 -2
  849. package/es/icons/add_medium.js +5 -2
  850. package/es/icons/boat.js +10 -3
  851. package/es/icons/boat_medium.js +10 -3
  852. package/es/icons/calculator.js +10 -3
  853. package/es/icons/card.js +4 -2
  854. package/es/icons/card_medium.js +4 -2
  855. package/es/icons/cat_medium.js +10 -3
  856. package/es/icons/chatbot.js +5 -2
  857. package/es/icons/chatbot_medium.js +5 -2
  858. package/es/icons/chip.js +10 -3
  859. package/es/icons/chip_medium.js +10 -3
  860. package/es/icons/cloud_download.js +10 -3
  861. package/es/icons/cloud_download_medium.js +10 -3
  862. package/es/icons/cloud_rain.js +10 -3
  863. package/es/icons/cloud_rain_medium.js +10 -3
  864. package/es/icons/cloud_sync.js +10 -3
  865. package/es/icons/cloud_sync_medium.js +10 -3
  866. package/es/icons/cloud_transfer.js +10 -3
  867. package/es/icons/cloud_transfer_medium.js +10 -3
  868. package/es/icons/cloud_upload.js +10 -3
  869. package/es/icons/cloud_upload_medium.js +10 -3
  870. package/es/icons/cookie.js +10 -3
  871. package/es/icons/cookie_medium.js +10 -3
  872. package/es/icons/diamond.js +10 -3
  873. package/es/icons/dog.js +10 -3
  874. package/es/icons/dog_medium.js +10 -3
  875. package/es/icons/exclamation_circled.js +5 -2
  876. package/es/icons/exclamation_circled_medium.js +5 -2
  877. package/es/icons/file_jpg.d.ts +2 -0
  878. package/es/icons/file_jpg.js +18 -0
  879. package/es/icons/file_jpg_medium.d.ts +2 -0
  880. package/es/icons/file_jpg_medium.js +24 -0
  881. package/es/icons/file_png.d.ts +2 -0
  882. package/es/icons/file_png.js +18 -0
  883. package/es/icons/file_png_medium.d.ts +2 -0
  884. package/es/icons/file_png_medium.js +24 -0
  885. package/es/icons/fish.d.ts +2 -0
  886. package/es/icons/fish.js +26 -0
  887. package/es/icons/fish_medium.d.ts +2 -0
  888. package/es/icons/fish_medium.js +26 -0
  889. package/es/icons/hourglass.js +10 -3
  890. package/es/icons/icons-meta.json +71 -1
  891. package/es/icons/icons-pdf.lock +1098 -968
  892. package/es/icons/icons-svg.lock +1098 -968
  893. package/es/icons/index.d.ts +11 -1
  894. package/es/icons/index.js +11 -1
  895. package/es/icons/instagram.js +10 -3
  896. package/es/icons/linkedin.js +10 -3
  897. package/es/icons/linkedin_medium.js +10 -3
  898. package/es/icons/loupe.js +4 -2
  899. package/es/icons/loupe_medium.js +4 -2
  900. package/es/icons/mastercard_card.js +4 -2
  901. package/es/icons/mastercard_card_medium.js +4 -2
  902. package/es/icons/news.js +10 -3
  903. package/es/icons/news_medium.js +10 -3
  904. package/es/icons/newspaper.d.ts +2 -0
  905. package/es/icons/newspaper.js +21 -0
  906. package/es/icons/newspaper_medium.d.ts +2 -0
  907. package/es/icons/newspaper_medium.js +21 -0
  908. package/es/icons/phone.js +10 -3
  909. package/es/icons/phone_medium.js +10 -3
  910. package/es/icons/photo.js +10 -3
  911. package/es/icons/photo_medium.js +10 -3
  912. package/es/icons/pin.js +10 -3
  913. package/es/icons/pin_medium.js +10 -3
  914. package/es/icons/play.js +10 -3
  915. package/es/icons/savings_account.js +5 -2
  916. package/es/icons/secondary_icons.d.ts +6 -1
  917. package/es/icons/secondary_icons.js +6 -1
  918. package/es/icons/secondary_icons_medium.d.ts +6 -1
  919. package/es/icons/secondary_icons_medium.js +6 -1
  920. package/es/icons/sort.d.ts +2 -0
  921. package/es/icons/sort.js +21 -0
  922. package/es/icons/sort_medium.d.ts +2 -0
  923. package/es/icons/sort_medium.js +21 -0
  924. package/es/icons/subtract.js +5 -2
  925. package/es/icons/subtract_circled.js +5 -2
  926. package/es/icons/subtract_circled_medium.js +5 -2
  927. package/es/icons/subtract_medium.js +5 -2
  928. package/es/icons/tag.js +13 -10
  929. package/es/icons/tag_medium.js +13 -10
  930. package/es/icons/thumbs_down.js +10 -3
  931. package/es/icons/thumbs_up.js +10 -3
  932. package/es/icons/video.js +10 -3
  933. package/es/icons/video_medium.js +10 -3
  934. package/es/icons/wallet_medium.js +4 -2
  935. package/es/index.d.ts +2 -1
  936. package/es/index.js +2 -1
  937. package/es/shared/AnimateHeight.d.ts +46 -32
  938. package/es/shared/AnimateHeight.js +68 -38
  939. package/es/shared/Context.d.ts +9 -3
  940. package/es/shared/Eufemia.js +1 -1
  941. package/es/shared/MediaQueryUtils.d.ts +5 -1
  942. package/es/shared/MediaQueryUtils.js +4 -3
  943. package/es/shared/component-helper.d.ts +7 -18
  944. package/es/shared/component-helper.js +7 -167
  945. package/es/shared/helpers/EventEmitter.d.ts +46 -0
  946. package/es/shared/{EventEmitter.js → helpers/EventEmitter.js} +27 -21
  947. package/es/shared/helpers/InteractionInvalidation.d.ts +30 -0
  948. package/es/shared/helpers/InteractionInvalidation.js +141 -0
  949. package/{cjs/shared/hooks/usePropsWithContext.d.ts → es/shared/helpers/extendPropsWithContext.d.ts} +2 -3
  950. package/es/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +22 -10
  951. package/es/shared/helpers/filterValidProps.d.ts +1 -1
  952. package/es/shared/helpers/filterValidProps.js +1 -1
  953. package/es/shared/helpers/getPreviousSibling.d.ts +10 -0
  954. package/es/shared/helpers/getPreviousSibling.js +33 -0
  955. package/es/shared/helpers/useEventEmitter.d.ts +14 -0
  956. package/es/shared/helpers/useEventEmitter.js +30 -0
  957. package/es/shared/helpers.d.ts +2 -0
  958. package/es/shared/interfaces.d.ts +6 -4
  959. package/es/shared/locales/en-GB.d.ts +3 -0
  960. package/es/shared/locales/en-GB.js +3 -0
  961. package/es/shared/locales/en-US.d.ts +3 -0
  962. package/es/shared/locales/index.d.ts +6 -0
  963. package/es/shared/locales/nb-NO.d.ts +3 -0
  964. package/es/shared/locales/nb-NO.js +3 -0
  965. package/es/shared/useMediaQuery.js +15 -4
  966. package/es/style/core/helper-classes/helper-classes.scss +4 -0
  967. package/es/style/dnb-ui-basis.css +3 -0
  968. package/es/style/dnb-ui-basis.min.css +1 -1
  969. package/es/style/dnb-ui-components.css +112 -84
  970. package/es/style/dnb-ui-components.min.css +5 -5
  971. package/es/style/dnb-ui-components.scss +1 -0
  972. package/es/style/dnb-ui-core.css +3 -0
  973. package/es/style/dnb-ui-core.min.css +1 -1
  974. package/es/style/dnb-ui-elements.css +25 -4
  975. package/es/style/dnb-ui-elements.min.css +1 -1
  976. package/es/style/dnb-ui-fragments.css +1 -1
  977. package/es/style/dnb-ui-fragments.min.css +1 -1
  978. package/es/style/dnb-ui-tags.css +50 -8
  979. package/es/style/dnb-ui-tags.min.css +1 -1
  980. package/es/style/elements/lists.scss +27 -5
  981. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.css +131 -113
  982. package/es/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
  983. package/es/style/themes/theme-ui/dnb-theme-ui.css +129 -111
  984. package/es/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
  985. package/esm/dnb-ui-basis.min.mjs +2 -2
  986. package/esm/dnb-ui-components.min.mjs +3 -3
  987. package/esm/dnb-ui-elements.min.mjs +4 -4
  988. package/esm/dnb-ui-extensions.min.mjs +4 -4
  989. package/esm/dnb-ui-icons.min.mjs +1 -1
  990. package/esm/dnb-ui-lib.min.mjs +4 -4
  991. package/esm/dnb-ui-web-components.min.mjs +4 -4
  992. package/extensions/payment-card/PaymentCard.js +3 -3
  993. package/fragments/drawer-list/DrawerList.js +3 -2
  994. package/fragments/drawer-list/style/_drawer-list.scss +1 -1
  995. package/fragments/lib.d.ts +8 -1
  996. package/fragments/scroll-view/ScrollView.d.ts +13 -6
  997. package/fragments/scroll-view/ScrollView.js +31 -79
  998. package/icons/add.js +5 -2
  999. package/icons/add_circled.js +5 -2
  1000. package/icons/add_circled_medium.js +5 -2
  1001. package/icons/add_medium.js +5 -2
  1002. package/icons/boat.js +10 -3
  1003. package/icons/boat_medium.js +10 -3
  1004. package/icons/calculator.js +10 -3
  1005. package/icons/card.js +4 -2
  1006. package/icons/card_medium.js +4 -2
  1007. package/icons/cat_medium.js +10 -3
  1008. package/icons/chatbot.js +5 -2
  1009. package/icons/chatbot_medium.js +5 -2
  1010. package/icons/chip.js +10 -3
  1011. package/icons/chip_medium.js +10 -3
  1012. package/icons/cloud_download.js +10 -3
  1013. package/icons/cloud_download_medium.js +10 -3
  1014. package/icons/cloud_rain.js +10 -3
  1015. package/icons/cloud_rain_medium.js +10 -3
  1016. package/icons/cloud_sync.js +10 -3
  1017. package/icons/cloud_sync_medium.js +10 -3
  1018. package/icons/cloud_transfer.js +10 -3
  1019. package/icons/cloud_transfer_medium.js +10 -3
  1020. package/icons/cloud_upload.js +10 -3
  1021. package/icons/cloud_upload_medium.js +10 -3
  1022. package/icons/cookie.js +10 -3
  1023. package/icons/cookie_medium.js +10 -3
  1024. package/icons/diamond.js +10 -3
  1025. package/icons/dog.js +10 -3
  1026. package/icons/dog_medium.js +10 -3
  1027. package/icons/exclamation_circled.js +5 -2
  1028. package/icons/exclamation_circled_medium.js +5 -2
  1029. package/icons/file_jpg.d.ts +2 -0
  1030. package/icons/file_jpg.js +20 -0
  1031. package/icons/file_jpg_medium.d.ts +2 -0
  1032. package/icons/file_jpg_medium.js +26 -0
  1033. package/icons/file_png.d.ts +2 -0
  1034. package/icons/file_png.js +20 -0
  1035. package/icons/file_png_medium.d.ts +2 -0
  1036. package/icons/file_png_medium.js +26 -0
  1037. package/icons/fish.d.ts +2 -0
  1038. package/icons/fish.js +28 -0
  1039. package/icons/fish_medium.d.ts +2 -0
  1040. package/icons/fish_medium.js +28 -0
  1041. package/icons/hourglass.js +10 -3
  1042. package/icons/icons-meta.json +71 -1
  1043. package/icons/icons-pdf.lock +1098 -968
  1044. package/icons/icons-svg.lock +1098 -968
  1045. package/icons/index.d.ts +11 -1
  1046. package/icons/index.js +11 -1
  1047. package/icons/instagram.js +10 -3
  1048. package/icons/linkedin.js +10 -3
  1049. package/icons/linkedin_medium.js +10 -3
  1050. package/icons/loupe.js +4 -2
  1051. package/icons/loupe_medium.js +4 -2
  1052. package/icons/mastercard_card.js +4 -2
  1053. package/icons/mastercard_card_medium.js +4 -2
  1054. package/icons/news.js +10 -3
  1055. package/icons/news_medium.js +10 -3
  1056. package/icons/newspaper.d.ts +2 -0
  1057. package/icons/newspaper.js +23 -0
  1058. package/icons/newspaper_medium.d.ts +2 -0
  1059. package/icons/newspaper_medium.js +23 -0
  1060. package/icons/phone.js +10 -3
  1061. package/icons/phone_medium.js +10 -3
  1062. package/icons/photo.js +10 -3
  1063. package/icons/photo_medium.js +10 -3
  1064. package/icons/pin.js +10 -3
  1065. package/icons/pin_medium.js +10 -3
  1066. package/icons/play.js +10 -3
  1067. package/icons/savings_account.js +5 -2
  1068. package/icons/secondary_icons.d.ts +6 -1
  1069. package/icons/secondary_icons.js +6 -1
  1070. package/icons/secondary_icons_medium.d.ts +6 -1
  1071. package/icons/secondary_icons_medium.js +6 -1
  1072. package/icons/sort.d.ts +2 -0
  1073. package/icons/sort.js +23 -0
  1074. package/icons/sort_medium.d.ts +2 -0
  1075. package/icons/sort_medium.js +23 -0
  1076. package/icons/subtract.js +5 -2
  1077. package/icons/subtract_circled.js +5 -2
  1078. package/icons/subtract_circled_medium.js +5 -2
  1079. package/icons/subtract_medium.js +5 -2
  1080. package/icons/tag.js +13 -10
  1081. package/icons/tag_medium.js +13 -10
  1082. package/icons/thumbs_down.js +10 -3
  1083. package/icons/thumbs_up.js +10 -3
  1084. package/icons/video.js +10 -3
  1085. package/icons/video_medium.js +10 -3
  1086. package/icons/wallet_medium.js +4 -2
  1087. package/index.d.ts +2 -1
  1088. package/index.js +2 -1
  1089. package/package.json +1 -1
  1090. package/shared/AnimateHeight.d.ts +46 -32
  1091. package/shared/AnimateHeight.js +102 -66
  1092. package/shared/Context.d.ts +9 -3
  1093. package/shared/Eufemia.js +1 -1
  1094. package/shared/MediaQueryUtils.d.ts +5 -1
  1095. package/shared/MediaQueryUtils.js +5 -3
  1096. package/shared/component-helper.d.ts +7 -18
  1097. package/shared/component-helper.js +18 -248
  1098. package/shared/helpers/EventEmitter.d.ts +46 -0
  1099. package/shared/{EventEmitter.js → helpers/EventEmitter.js} +30 -25
  1100. package/shared/helpers/InteractionInvalidation.d.ts +30 -0
  1101. package/shared/helpers/InteractionInvalidation.js +215 -0
  1102. package/{es/shared/hooks/usePropsWithContext.d.ts → shared/helpers/extendPropsWithContext.d.ts} +2 -3
  1103. package/shared/{hooks/usePropsWithContext.js → helpers/extendPropsWithContext.js} +36 -17
  1104. package/shared/helpers/filterValidProps.d.ts +1 -1
  1105. package/shared/helpers/filterValidProps.js +1 -1
  1106. package/shared/helpers/getPreviousSibling.d.ts +10 -0
  1107. package/shared/helpers/getPreviousSibling.js +35 -0
  1108. package/shared/helpers/useEventEmitter.d.ts +14 -0
  1109. package/shared/helpers/useEventEmitter.js +45 -0
  1110. package/shared/helpers.d.ts +2 -0
  1111. package/shared/interfaces.d.ts +6 -4
  1112. package/shared/locales/en-GB.d.ts +3 -0
  1113. package/shared/locales/en-GB.js +3 -0
  1114. package/shared/locales/en-US.d.ts +3 -0
  1115. package/shared/locales/index.d.ts +6 -0
  1116. package/shared/locales/nb-NO.d.ts +3 -0
  1117. package/shared/locales/nb-NO.js +3 -0
  1118. package/shared/useMediaQuery.js +18 -13
  1119. package/style/core/helper-classes/helper-classes.scss +4 -0
  1120. package/style/dnb-ui-basis.css +3 -0
  1121. package/style/dnb-ui-basis.min.css +1 -1
  1122. package/style/dnb-ui-components.css +112 -84
  1123. package/style/dnb-ui-components.min.css +5 -5
  1124. package/style/dnb-ui-components.scss +1 -0
  1125. package/style/dnb-ui-core.css +3 -0
  1126. package/style/dnb-ui-core.min.css +1 -1
  1127. package/style/dnb-ui-elements.css +25 -4
  1128. package/style/dnb-ui-elements.min.css +1 -1
  1129. package/style/dnb-ui-fragments.css +1 -1
  1130. package/style/dnb-ui-fragments.min.css +1 -1
  1131. package/style/dnb-ui-tags.css +50 -8
  1132. package/style/dnb-ui-tags.min.css +1 -1
  1133. package/style/elements/lists.scss +27 -5
  1134. package/style/themes/theme-eiendom/dnb-theme-eiendom.css +131 -113
  1135. package/style/themes/theme-eiendom/dnb-theme-eiendom.min.css +5 -5
  1136. package/style/themes/theme-ui/dnb-theme-ui.css +129 -111
  1137. package/style/themes/theme-ui/dnb-theme-ui.min.css +5 -5
  1138. package/umd/dnb-ui-basis.min.js +3 -3
  1139. package/umd/dnb-ui-components.min.js +4 -4
  1140. package/umd/dnb-ui-elements.min.js +4 -4
  1141. package/umd/dnb-ui-extensions.min.js +5 -5
  1142. package/umd/dnb-ui-icons.min.js +1 -1
  1143. package/umd/dnb-ui-lib.min.js +5 -5
  1144. package/umd/dnb-ui-web-components.min.js +5 -5
  1145. package/cjs/shared/EventEmitter.d.ts +0 -27
  1146. package/cjs/shared/hooks/index.d.ts +0 -1
  1147. package/cjs/shared/hooks/index.js +0 -13
  1148. package/es/shared/EventEmitter.d.ts +0 -27
  1149. package/es/shared/hooks/index.d.ts +0 -1
  1150. package/es/shared/hooks/index.js +0 -1
  1151. package/shared/EventEmitter.d.ts +0 -27
  1152. package/shared/hooks/index.d.ts +0 -1
  1153. package/shared/hooks/index.js +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,53 @@
3
3
  All notable changes to @dnb/eufemia will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [9.31.0](https://github.com/dnbexperience/eufemia/compare/v9.30.0...v9.31.0) (2022-10-03)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Accordion:** support nested accordions ([#1595](https://github.com/dnbexperience/eufemia/issues/1595)) ([dc14a79](https://github.com/dnbexperience/eufemia/commit/dc14a79a5f51aa12821b0369c506e06dacacbc35))
12
+ * **AnimateHeight:** [internal] rewrite to TypeScript ([#1570](https://github.com/dnbexperience/eufemia/issues/1570)) ([e2f0f0d](https://github.com/dnbexperience/eufemia/commit/e2f0f0d6b9c18bf2d708eb04682889444ebf8156))
13
+ * **Autocomplete:** ensure value is not visible behind the trigger button ([#1543](https://github.com/dnbexperience/eufemia/issues/1543)) ([de65acb](https://github.com/dnbexperience/eufemia/commit/de65acb353fe697c81f18f082ce5562fc1eb56a6))
14
+ * **Autocomplete:** make DrawerList direction observer work ([#1535](https://github.com/dnbexperience/eufemia/issues/1535)) ([fcdf9f8](https://github.com/dnbexperience/eufemia/commit/fcdf9f858d6fb196b5001ed5e4550b338b65c03a))
15
+ * **Autocomplete:** touch device issue: ensure focus is set after second input focus ([#1540](https://github.com/dnbexperience/eufemia/issues/1540)) ([2f3b82e](https://github.com/dnbexperience/eufemia/commit/2f3b82e29624cbfc7026fc496f88cfe196d900f9))
16
+ * **Avatar:** don't overwrite SVG color ([#1579](https://github.com/dnbexperience/eufemia/issues/1579)) ([a6b3f50](https://github.com/dnbexperience/eufemia/commit/a6b3f5031fd73b4de77e8d0dcd225e2c937a0465))
17
+ * **DrawerList:** remove unused white area on the right side ([#1542](https://github.com/dnbexperience/eufemia/issues/1542)) ([b5575e7](https://github.com/dnbexperience/eufemia/commit/b5575e74a6402576e78b28dfb8cc72be2ee4b320)), closes [#1531](https://github.com/dnbexperience/eufemia/issues/1531)
18
+ * **Input:** ensure dnb-input--null class will not be set ([#1544](https://github.com/dnbexperience/eufemia/issues/1544)) ([885d2d1](https://github.com/dnbexperience/eufemia/commit/885d2d1d962a9875dc6c3e0701505cc37bd1615b))
19
+ * **Modal:** Safari Desktop fullscreen video issue ([#1582](https://github.com/dnbexperience/eufemia/issues/1582)) ([5219ccd](https://github.com/dnbexperience/eufemia/commit/5219ccd37d3423d0ee76c61f8a7b1cd879637dd0))
20
+ * **PaginationInfinity:** ensure the load button does not appear when current_page decreases ([#1147](https://github.com/dnbexperience/eufemia/issues/1147)) ([e19a377](https://github.com/dnbexperience/eufemia/commit/e19a3779aed256fd60171f6502dd023b9ba0e534))
21
+ * **Section:** fix spacing + rewrite to TypeScript ([#1573](https://github.com/dnbexperience/eufemia/issues/1573)) ([4352495](https://github.com/dnbexperience/eufemia/commit/4352495343436aa931151ee92190c34ae118ec62))
22
+ * **Slider:** enhance Safari (desktop) UX ([#1539](https://github.com/dnbexperience/eufemia/issues/1539)) ([6ca785f](https://github.com/dnbexperience/eufemia/commit/6ca785f6cfb17d7b4be8cc97217fb85dcd5668c9))
23
+ * **Slider:** make it optional to provide an updated prop value ([#1537](https://github.com/dnbexperience/eufemia/issues/1537)) ([ff1f3b7](https://github.com/dnbexperience/eufemia/commit/ff1f3b7b3f6e70eac60f2d410642eb5fd9c1fd44))
24
+ * **StepIndicator:** change chevron icon to pointing to the right ([#1541](https://github.com/dnbexperience/eufemia/issues/1541)) ([8529d8c](https://github.com/dnbexperience/eufemia/commit/8529d8cc183767ea47af4779f8f9bf8a98a73baa))
25
+ * **Tooltip:** convert to camelCase props with backwards compatibility ([#1557](https://github.com/dnbexperience/eufemia/issues/1557)) ([24285cb](https://github.com/dnbexperience/eufemia/commit/24285cb399baef9971e6274146b51d1a144aae8a))
26
+ * **Tooltip:** convert to TypeScript ([#1549](https://github.com/dnbexperience/eufemia/issues/1549)) ([9789ec6](https://github.com/dnbexperience/eufemia/commit/9789ec69f9161d63e8ad85a257c96eaeb0a216ba))
27
+ * **Tooltip:** ensure controlled active prop takes presence ([#1547](https://github.com/dnbexperience/eufemia/issues/1547)) ([ac28883](https://github.com/dnbexperience/eufemia/commit/ac28883c2fba4ac4255457d0f6c5fe2fac6c5830)), closes [#1411](https://github.com/dnbexperience/eufemia/issues/1411)
28
+ * **Tooltip:** fix React Portal handling ([#1588](https://github.com/dnbexperience/eufemia/issues/1588)) ([26f4c61](https://github.com/dnbexperience/eufemia/commit/26f4c6185cf67cc4d0a1e78d18c59b1be5b95851))
29
+ * **Tooltip:** merge style property with internal ([#1591](https://github.com/dnbexperience/eufemia/issues/1591)) ([b3e3901](https://github.com/dnbexperience/eufemia/commit/b3e39016ce61f256ef0e3808d065170fc9635692))
30
+ * **Tooltip:** refactor tests from Enzyme to TestingLib ([#1553](https://github.com/dnbexperience/eufemia/issues/1553)) ([dde8576](https://github.com/dnbexperience/eufemia/commit/dde8576befcbc4c9eebf87586823e646b27dde5a))
31
+ * **Tooltip:** remove unused FormRow integration ([#1589](https://github.com/dnbexperience/eufemia/issues/1589)) ([be37918](https://github.com/dnbexperience/eufemia/commit/be37918edd455f895fc705bf8bc42d79b932fcbe))
32
+ * **Tooltip:** rewrite to functional components with React Hooks ([#1555](https://github.com/dnbexperience/eufemia/issues/1555)) ([8b04fc2](https://github.com/dnbexperience/eufemia/commit/8b04fc2924a318a259c41aa624a4473fd12d6e58))
33
+ * **Tooltip:** use Eufemia cubic-bezier for animations ([#1552](https://github.com/dnbexperience/eufemia/issues/1552)) ([c60b3a6](https://github.com/dnbexperience/eufemia/commit/c60b3a6eb146ab26bf61cc44bbc286fcfc7dff9b))
34
+
35
+
36
+ ### Features
37
+
38
+ * **Breadcrumb:** add animation when in collapse mode ([#1563](https://github.com/dnbexperience/eufemia/issues/1563)) ([ded90c2](https://github.com/dnbexperience/eufemia/commit/ded90c202ad0bce6e5601d451c46f672cfeddab5))
39
+ * **Breadcumb:** align spacing and add small, medium and large ([#1574](https://github.com/dnbexperience/eufemia/issues/1574)) ([cf4c312](https://github.com/dnbexperience/eufemia/commit/cf4c31200e9d79110181e7c9c41746ed84154b0f))
40
+ * **DefinitionList:** add horizontal direction (inline) support ([#1536](https://github.com/dnbexperience/eufemia/issues/1536)) ([59ec706](https://github.com/dnbexperience/eufemia/commit/59ec706c5fb9ae111e4b8f495c6f034370aac507))
41
+ * **Easing:** expose default CSS easing with --easing-default ([#1562](https://github.com/dnbexperience/eufemia/issues/1562)) ([c18b021](https://github.com/dnbexperience/eufemia/commit/c18b0212df7d4bf985ecb071d6e928c83e0b4b90))
42
+ * **HeightAnimation:** add new height animation component ([#1566](https://github.com/dnbexperience/eufemia/issues/1566)) ([72b1da5](https://github.com/dnbexperience/eufemia/commit/72b1da504ee814e8afaf8dcefda15577ca29b0d0))
43
+ * **HeightAnimation:** add onInit to get animation instance ([#1597](https://github.com/dnbexperience/eufemia/issues/1597)) ([bf4e656](https://github.com/dnbexperience/eufemia/commit/bf4e65673654c5a6add3d234d0395c9e8bae9297))
44
+ * **HeightAnimation:** adjust height with animation when content changes ([#1569](https://github.com/dnbexperience/eufemia/issues/1569)) ([f0779c2](https://github.com/dnbexperience/eufemia/commit/f0779c294313d8f26f0af637135004a2b15de27a))
45
+ * **HelpButton:** rewrite to TypeScript ([#1565](https://github.com/dnbexperience/eufemia/issues/1565)) ([d4f26c3](https://github.com/dnbexperience/eufemia/commit/d4f26c3acf1f64fdcd3c0c4d0e9b2f833e39d267))
46
+ * **icons:** add "file_jpg, file_png, fish, newspaper, sort" icon ([#1575](https://github.com/dnbexperience/eufemia/issues/1575)) ([bf3769f](https://github.com/dnbexperience/eufemia/commit/bf3769f8d6dc8bd38f672ac99fa6525e5092204d))
47
+ * **InteractionInvalidation:** add options for partial invalidation (tabIndex and ariaHidden) ([#1559](https://github.com/dnbexperience/eufemia/issues/1559)) ([6cfc235](https://github.com/dnbexperience/eufemia/commit/6cfc2352d3d0b2012c66f535ca869b4bd75253b4))
48
+ * **Logo:** add inherit_color prop ([#1578](https://github.com/dnbexperience/eufemia/issues/1578)) ([0983343](https://github.com/dnbexperience/eufemia/commit/09833436f9e6313dd823859fde882ff141ef60b3))
49
+ * **Slider:** add tooltip on active thumb button ([#1529](https://github.com/dnbexperience/eufemia/issues/1529)) ([437f81c](https://github.com/dnbexperience/eufemia/commit/437f81c7fb957f39c65ac1ab2a21aeff5a2d7ef1))
50
+ * **Tooltip:** add skip_portal property ([#1545](https://github.com/dnbexperience/eufemia/issues/1545)) ([7f492a5](https://github.com/dnbexperience/eufemia/commit/7f492a52019101fd98e72fec6c9ef3dbf8eefe98))
51
+ * **useMediaQuery:** add disable as an option ([#1572](https://github.com/dnbexperience/eufemia/issues/1572)) ([6078cb4](https://github.com/dnbexperience/eufemia/commit/6078cb42206bb9c5552e76b72457027a9a8b20dc))
52
+
6
53
  # [9.30.0](https://github.com/dnbexperience/eufemia/compare/v9.29.0...v9.30.0) (2022-08-29)
7
54
 
8
55
 
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.25 14a.75.75 0 0 0 1.5 0h-1.5Zm1.5-12a.75.75 0 0 0-1.5 0h1.5ZM14 8.75a.75.75 0 0 0 0-1.5v1.5ZM2 7.25a.75.75 0 0 0 0 1.5v-1.5ZM8.75 14V2h-1.5v12h1.5ZM14 7.25H2v1.5h12v-1.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 14V2m6 6H2" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.25 11.111a.75.75 0 0 0 1.5 0h-1.5Zm1.5-6.222a.75.75 0 0 0-1.5 0h1.5Zm2.361 3.861a.75.75 0 0 0 0-1.5v1.5ZM4.89 7.25a.75.75 0 0 0 0 1.5v-1.5Zm9.36.75A6.25 6.25 0 0 1 8 14.25v1.5A7.75 7.75 0 0 0 15.75 8h-1.5ZM8 14.25A6.25 6.25 0 0 1 1.75 8H.25A7.75 7.75 0 0 0 8 15.75v-1.5ZM1.75 8A6.25 6.25 0 0 1 8 1.75V.25A7.75 7.75 0 0 0 .25 8h1.5ZM8 1.75A6.25 6.25 0 0 1 14.25 8h1.5A7.75 7.75 0 0 0 8 .25v1.5Zm.75 9.361V4.89h-1.5v6.222h1.5Zm2.361-3.861H4.89v1.5h6.222v-1.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 11.111V4.89M11.111 8H4.89M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 17a.75.75 0 0 0 1.5 0h-1.5Zm1.5-10a.75.75 0 0 0-1.5 0h1.5ZM17 12.75a.75.75 0 0 0 0-1.5v1.5Zm-10-1.5a.75.75 0 0 0 0 1.5v-1.5Zm15.5.75c0 5.799-4.701 10.5-10.5 10.5V24c6.627 0 12-5.373 12-12h-1.5ZM12 22.5C6.201 22.5 1.5 17.799 1.5 12H0c0 6.627 5.373 12 12 12v-1.5ZM1.5 12C1.5 6.201 6.201 1.5 12 1.5V0C5.373 0 0 5.373 0 12h1.5ZM12 1.5c5.799 0 10.5 4.701 10.5 10.5H24c0-6.627-5.373-12-12-12v1.5Zm.75 15.5V7h-1.5v10h1.5ZM17 11.25H7v1.5h10v-1.5Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 17V7m5 5H7m16.25 0c0 6.213-5.037 11.25-11.25 11.25S.75 18.213.75 12 5.787.75 12 .75 23.25 5.787 23.25 12Z" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 21a.75.75 0 0 0 1.5 0h-1.5Zm1.5-18a.75.75 0 0 0-1.5 0h1.5ZM21 12.75a.75.75 0 0 0 0-1.5v1.5Zm-18-1.5a.75.75 0 0 0 0 1.5v-1.5ZM12.75 21V3h-1.5v18h1.5ZM21 11.25H3v1.5h18v-1.5Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 21V3m9 9H3" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.378 10.951h7.157c.332 0 .559.359.427.657-.214.46-.443.953-.89 1.44-1.58 1.728-3.42 1.952-5.76 1.952-2.341 0-4.423-.383-6.162-1.952-.527-.476-.853-.89-1.111-1.44a.474.474 0 0 1 .426-.657h5.913Zm0 0V8.223m0 0V1.752c0-.708-.877-1.031-1.313-.456l-4.12 6.227c-.2.3.034.701.387.7h5.046Zm3.464-5.31 2.82 4.383c.192.3-.039.703-.385.704H10V3.16c0-.45.61-.609.842-.247Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M7.378 10.951h7.157c.332 0 .559.359.427.657-.214.46-.443.953-.89 1.44-1.58 1.728-3.42 1.952-5.76 1.952-2.341 0-4.423-.383-6.162-1.952-.527-.476-.853-.89-1.111-1.44a.474.474 0 0 1 .426-.657h5.913Zm0 0V8.223m0 0V1.752c0-.708-.877-1.031-1.313-.456l-4.12 6.227c-.2.3.034.701.387.7h5.046Zm3.464-5.31 2.82 4.383c.192.3-.039.703-.385.704H10V3.16c0-.45.61-.609.842-.247Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 16.494h11.5c.534 0 .898.576.686 1.055-.344.74-.712 1.532-1.429 2.315C19.217 22.639 16.261 23 12.5 23c-3.76 0-7.106-.616-9.9-3.136-.848-.765-1.37-1.43-1.786-2.315-.216-.488.163-1.055.686-1.055H11Zm0 0v-3.887m0 0V2.208C11 1.07 9.59.552 8.89 1.475L2.27 11.481c-.322.482.055 1.127.622 1.126H11Zm4.853-6.786 4.53 7.043c.31.481-.06 1.13-.617 1.131H14.5V6.22c0-.723.979-.98 1.353-.398Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M11 16.494h11.5c.534 0 .898.576.686 1.055-.344.74-.712 1.532-1.429 2.315C19.217 22.639 16.261 23 12.5 23c-3.76 0-7.106-.616-9.9-3.136-.848-.765-1.37-1.43-1.786-2.315-.216-.488.163-1.055.686-1.055H11Zm0 0v-3.887m0 0V2.208C11 1.07 9.59.552 8.89 1.475L2.27 11.481c-.322.482.055 1.127.622 1.126H11Zm4.853-6.786 4.53 7.043c.31.481-.06 1.13-.617 1.131H14.5V6.22c0-.723.979-.98 1.353-.398Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.783 3.642a.75.75 0 0 0-1.5 0h1.5Zm-1.5 3a.75.75 0 1 0 1.5 0h-1.5Zm-.75-2.25a.75.75 0 0 0 0 1.5v-1.5Zm3 1.5a.75.75 0 1 0 0-1.5v1.5ZM10 4.392a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-2 5.353a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-2-3.5a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-7.475-1.28a.75.75 0 0 0-1.06 1.06l1.06-1.06Zm.94 3.06a.75.75 0 0 0 1.06-1.06l-1.06 1.06Zm-2-1.06a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm3.06-.94a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM10 5.893h2v-1.5h-2v1.5Zm0 6.853h2v-1.5h-2v1.5Zm0-2h2v-1.5h-2v1.5ZM3 1.75h10V.25H3v1.5Zm0 12.5c-.69 0-1.25-.56-1.25-1.25H.25A2.75 2.75 0 0 0 3 15.75v-1.5Zm10 1.5A2.75 2.75 0 0 0 15.75 13h-1.5c0 .69-.56 1.25-1.25 1.25v1.5Zm0-14c.69 0 1.25.56 1.25 1.25h1.5A2.75 2.75 0 0 0 13 .25v1.5ZM3 .25A2.75 2.75 0 0 0 .25 3h1.5c0-.69.56-1.25 1.25-1.25V.25ZM1.75 13V3H.25v10h1.5Zm12.5-10v10h1.5V3h-1.5ZM3.465 10.526l2 2 1.06-1.061-2-2-1.06 1.06Zm1.06 2 2-2-1.06-1.061-2 2 1.06 1.06Zm-.242-8.884v3h1.5v-3h-1.5Zm-.75 2.25h3v-1.5h-3v1.5ZM13 14.25H3v1.5h10v-1.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M5.783 3.642a.75.75 0 0 0-1.5 0h1.5Zm-1.5 3a.75.75 0 1 0 1.5 0h-1.5Zm-.75-2.25a.75.75 0 0 0 0 1.5v-1.5Zm3 1.5a.75.75 0 1 0 0-1.5v1.5ZM10 4.392a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-2 5.353a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-2-3.5a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-7.475-1.28a.75.75 0 0 0-1.06 1.06l1.06-1.06Zm.94 3.06a.75.75 0 0 0 1.06-1.06l-1.06 1.06Zm-2-1.06a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm3.06-.94a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM10 5.893h2v-1.5h-2v1.5Zm0 6.853h2v-1.5h-2v1.5Zm0-2h2v-1.5h-2v1.5ZM3 1.75h10V.25H3v1.5Zm0 12.5c-.69 0-1.25-.56-1.25-1.25H.25A2.75 2.75 0 0 0 3 15.75v-1.5Zm10 1.5A2.75 2.75 0 0 0 15.75 13h-1.5c0 .69-.56 1.25-1.25 1.25v1.5Zm0-14c.69 0 1.25.56 1.25 1.25h1.5A2.75 2.75 0 0 0 13 .25v1.5ZM3 .25A2.75 2.75 0 0 0 .25 3h1.5c0-.69.56-1.25 1.25-1.25V.25ZM1.75 13V3H.25v10h1.5Zm12.5-10v10h1.5V3h-1.5ZM3.465 10.526l2 2 1.06-1.061-2-2-1.06 1.06Zm1.06 2 2-2-1.06-1.061-2 2 1.06 1.06Zm-.242-8.884v3h1.5v-3h-1.5Zm-.75 2.25h3v-1.5h-3v1.5ZM13 14.25H3v1.5h10v-1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 5.25a.75.75 0 0 0 0 1.5v-1.5Zm2 1.5a.75.75 0 0 0 0-1.5v1.5Zm-2 2.5a.75.75 0 0 0 0 1.5v-1.5Zm8 1.5a.75.75 0 0 0 0-1.5v1.5ZM2 4h12V2.5H2V4Zm12.25.25v7.333h1.5V4.25h-1.5ZM14 11.833H2v1.5h12v-1.5Zm-12.25-.25V4.25H.25v7.333h1.5ZM4 6.75h2v-1.5H4v1.5Zm0 4h8v-1.5H4v1.5Zm-2 1.083a.25.25 0 0 1-.25-.25H.25c0 .967.784 1.75 1.75 1.75v-1.5Zm12.25-.25a.25.25 0 0 1-.25.25v1.5a1.75 1.75 0 0 0 1.75-1.75h-1.5ZM14 4a.25.25 0 0 1 .25.25h1.5A1.75 1.75 0 0 0 14 2.5V4ZM2 2.5A1.75 1.75 0 0 0 .25 4.25h1.5A.25.25 0 0 1 2 4V2.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6h2m-2 4h8M2 12.583h12a1 1 0 0 0 1-1V4.25a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v7.333a1 1 0 0 0 1 1Z" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 7.25a.75.75 0 0 0 0 1.5v-1.5Zm3.75 1.5a.75.75 0 0 0 0-1.5v1.5Zm-3.75 6.5a.75.75 0 0 0 0 1.5v-1.5Zm15 1.5a.75.75 0 0 0 0-1.5v1.5ZM2.75 5.25h18.5v-1.5H2.75v1.5ZM22.5 6.5v11H24v-11h-1.5Zm-1.25 12.25H2.75v1.5h18.5v-1.5ZM1.5 17.5v-11H0v11h1.5Zm3-8.75h3.75v-1.5H4.5v1.5Zm0 8h15v-1.5h-15v1.5Zm-1.75 2c-.69 0-1.25-.56-1.25-1.25H0a2.75 2.75 0 0 0 2.75 2.75v-1.5ZM22.5 17.5c0 .69-.56 1.25-1.25 1.25v1.5A2.75 2.75 0 0 0 24 17.5h-1.5ZM21.25 5.25c.69 0 1.25.56 1.25 1.25H24a2.75 2.75 0 0 0-2.75-2.75v1.5Zm-18.5-1.5A2.75 2.75 0 0 0 0 6.5h1.5c0-.69.56-1.25 1.25-1.25v-1.5Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.5 8h3.75M4.5 16h15M2.75 19.5h18.5a2 2 0 0 0 2-2v-11a2 2 0 0 0-2-2H2.75a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2Z" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.511 16.022a6.966 6.966 0 0 1-.477-2.56m13.466 7.63a7.892 7.892 0 0 1-9 0m12.989-5.07a6.976 6.976 0 0 0 .477-2.56M9.75 19.509a2.76 2.76 0 0 0 1.32-.46 2.79 2.79 0 0 0 .93-1.052m0 0c.216.425.536.787.93 1.051a2.76 2.76 0 0 0 1.32.461M12 17.997v-.085m6.75-2.182 4.5.755M18 17.997l3.75 2.268m-16.5-4.536-4.5.756M6 17.997l-3.75 2.268m.784-6.803L3 3.002c0-1.212 1.471-1.96 2.437-1.18L10.639 6m-7.605 7.46C3.073 9.576 6.654 6.57 10.64 6m10.326 7.46L21 3.002c0-1.239-1.477-1.954-2.437-1.18l-5.267 4.18m7.67 7.46c-.039-3.884-3.674-6.89-7.67-7.46M10.64 6a9.113 9.113 0 0 1 2.656 0M12 17.912c.982 0 1.964-.601 2.25-1.804 0-.63-1.007-1.134-2.25-1.134s-2.25.504-2.25 1.134c.286 1.203 1.268 1.804 2.25 1.804ZM8.823 12.01h.346m5.652 0h.346m-5.919 0c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm5.998 0c0 .183-.16.243-.248.243-.091 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M3.511 16.022a6.966 6.966 0 0 1-.477-2.56m13.466 7.63a7.892 7.892 0 0 1-9 0m12.989-5.07a6.976 6.976 0 0 0 .477-2.56M9.75 19.509a2.76 2.76 0 0 0 1.32-.46 2.79 2.79 0 0 0 .93-1.052m0 0c.216.425.536.787.93 1.051a2.76 2.76 0 0 0 1.32.461M12 17.997v-.085m6.75-2.182 4.5.755M18 17.997l3.75 2.268m-16.5-4.536-4.5.756M6 17.997l-3.75 2.268m.784-6.803L3 3.002c0-1.212 1.471-1.96 2.437-1.18L10.639 6m-7.605 7.46C3.073 9.576 6.654 6.57 10.64 6m10.326 7.46L21 3.002c0-1.239-1.477-1.954-2.437-1.18l-5.267 4.18m7.67 7.46c-.039-3.884-3.674-6.89-7.67-7.46M10.64 6a9.113 9.113 0 0 1 2.656 0M12 17.912c.982 0 1.964-.601 2.25-1.804 0-.63-1.007-1.134-2.25-1.134s-2.25.504-2.25 1.134c.286 1.203 1.268 1.804 2.25 1.804ZM8.823 12.01h.346m5.652 0h.346m-5.919 0c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm5.998 0c0 .183-.16.243-.248.243-.091 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.814 8.355a.75.75 0 1 0-.9 1.2l.9-1.2Zm-.9 2.545a.75.75 0 1 0 .9 1.2l-.9-1.2ZM2.086 9.554a.75.75 0 1 0-.901-1.2l.9 1.2Zm-.9 2.546a.75.75 0 1 0 .9-1.2l-.9 1.2ZM8 4.818v.75-.75Zm-2.26 5.18a.75.75 0 1 0 0 1.5v-1.5Zm.023 1.5a.75.75 0 0 0 0-1.5v1.5Zm4.473-1.5a.75.75 0 1 0 0 1.5v-1.5Zm.022 1.5a.75.75 0 0 0 0-1.5v1.5Zm3.655-1.944a.838.838 0 0 1 .337.673h1.5c0-.766-.369-1.446-.936-1.872l-.9 1.2Zm.337.673c0 .275-.13.519-.337.673l.901 1.2a2.338 2.338 0 0 0 .936-1.873h-1.5Zm-12.5 0c0-.274.13-.518.337-.673l-.901-1.2a2.338 2.338 0 0 0-.936 1.873h1.5Zm.337.673a.838.838 0 0 1-.337-.673H.25c0 .766.369 1.447.936 1.873l.9-1.2Zm.072-.99A5.84 5.84 0 0 0 8 15.75v-1.5a4.34 4.34 0 0 1-4.34-4.34h-1.5ZM8 15.75a5.84 5.84 0 0 0 5.84-5.84h-1.5A4.34 4.34 0 0 1 8 14.25v1.5Zm5.84-5.84A5.841 5.841 0 0 0 8 4.067v1.5a4.341 4.341 0 0 1 4.34 4.341h1.5ZM8 4.067A5.841 5.841 0 0 0 2.16 9.91h1.5A4.341 4.341 0 0 1 8 5.57v-1.5ZM6.295 1.955c0 .941.763 1.704 1.705 1.704v-1.5a.204.204 0 0 1-.205-.204h-1.5ZM8 3.659c.942 0 1.705-.763 1.705-1.704h-1.5A.204.204 0 0 1 8 2.159v1.5Zm1.705-1.704C9.705 1.014 8.942.25 8 .25v1.5c.113 0 .205.091.205.205h1.5ZM8 .25c-.942 0-1.705.764-1.705 1.705h1.5c0-.114.092-.205.205-.205V.25Zm.75 4.568V2.91h-1.5v1.91h1.5Zm-3.01 6.68h.023v-1.5H5.74v1.5Zm4.496 0h.022v-1.5h-.022v1.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.364 8.955a1.589 1.589 0 0 1 0 2.545M1.636 8.955a1.588 1.588 0 0 0 0 2.545M8 4.818a5.091 5.091 0 1 1 0 10.183A5.091 5.091 0 0 1 8 4.818Zm0 0V2.91m0 0a.954.954 0 1 1 0-1.908.954.954 0 0 1 0 1.908Zm-2.26 7.84h.023m4.473 0h.022" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.45 12.9a.75.75 0 0 0-.9 1.2l.9-1.2Zm-.9 4a.75.75 0 0 0 .9 1.2l-.9-1.2Zm-19.1-2.8a.75.75 0 1 0-.9-1.2l.9 1.2Zm-.9 4a.75.75 0 1 0 .9-1.2l-.9 1.2ZM12 7v.75V7Zm-3.688 8.741a.75.75 0 0 0 0 1.5v-1.5Zm.346 1.5a.75.75 0 0 0 0-1.5v1.5Zm6.674-1.5a.75.75 0 0 0 0 1.5v-1.5Zm.346 1.5a.75.75 0 0 0 0-1.5v1.5ZM21.55 14.1c.426.32.7.828.7 1.4h1.5a3.246 3.246 0 0 0-1.3-2.6l-.9 1.2Zm.7 1.4c0 .572-.274 1.08-.7 1.4l.9 1.2a3.246 3.246 0 0 0 1.3-2.6h-1.5Zm-20.5 0c0-.572.274-1.08.7-1.4l-.9-1.2a3.246 3.246 0 0 0-1.3 2.6h1.5Zm.7 1.4c-.426-.32-.7-.828-.7-1.4H.25c0 1.064.512 2.008 1.3 2.6l.9-1.2Zm.8-1.9A8.75 8.75 0 0 0 12 23.75v-1.5A7.25 7.25 0 0 1 4.75 15h-1.5ZM12 23.75A8.75 8.75 0 0 0 20.75 15h-1.5A7.25 7.25 0 0 1 12 22.25v1.5ZM20.75 15A8.75 8.75 0 0 0 12 6.25v1.5A7.25 7.25 0 0 1 19.25 15h1.5ZM12 6.25A8.75 8.75 0 0 0 3.25 15h1.5A7.25 7.25 0 0 1 12 7.75v-1.5ZM9.75 2.5A2.25 2.25 0 0 0 12 4.75v-1.5a.75.75 0 0 1-.75-.75h-1.5ZM12 4.75a2.25 2.25 0 0 0 2.25-2.25h-1.5a.75.75 0 0 1-.75.75v1.5Zm2.25-2.25A2.25 2.25 0 0 0 12 .25v1.5a.75.75 0 0 1 .75.75h1.5ZM12 .25A2.25 2.25 0 0 0 9.75 2.5h1.5a.75.75 0 0 1 .75-.75V.25ZM12.75 7V4h-1.5v3h1.5Zm-4.762 9.49a.53.53 0 0 1 .212-.412.475.475 0 0 1 .29-.094v1.5c.184 0 .408-.056.604-.201a.975.975 0 0 0 .394-.793h-1.5Zm.502-.506c.09 0 .189.023.284.093a.53.53 0 0 1 .214.413h-1.5c0 .346.166.625.397.795.198.146.423.199.605.199v-1.5Zm.498.506c0 .055-.012.13-.051.21a.526.526 0 0 1-.15.183.478.478 0 0 1-.297.1v-1.5c-.183 0-.415.054-.618.21a.99.99 0 0 0-.384.797h1.5Zm-.498.494a.483.483 0 0 1-.303-.103.524.524 0 0 1-.148-.183.476.476 0 0 1-.051-.208h1.5a.992.992 0 0 0-.998-1.006v1.5Zm-.177.256h.346v-1.5h-.346v1.5Zm6.695-.75a.53.53 0 0 1 .212-.412.475.475 0 0 1 .29-.094v1.5c.185 0 .409-.056.604-.201a.975.975 0 0 0 .394-.793h-1.5Zm.502-.506c.09 0 .19.023.284.093a.53.53 0 0 1 .214.413h-1.5c0 .346.167.625.397.795.198.146.423.199.605.199v-1.5Zm.498.506c0 .055-.012.13-.05.21a.527.527 0 0 1-.15.183.478.478 0 0 1-.298.1v-1.5c-.183 0-.414.054-.617.21a.99.99 0 0 0-.385.797h1.5Zm-.498.494a.483.483 0 0 1-.303-.103.524.524 0 0 1-.148-.183.477.477 0 0 1-.05-.208h1.5a.991.991 0 0 0-.999-1.006v1.5Zm-.177.256h.346v-1.5h-.346v1.5Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22 13.5c.607.456 1 1.182 1 2 0 .818-.393 1.544-1 2m-20-4c-.607.456-1 1.182-1 2 0 .818.393 1.544 1 2M12 7a8 8 0 1 1-.002 16.001A8 8 0 0 1 12 7Zm0 0V4m0 0a1.5 1.5 0 1 1-.002-2.999A1.5 1.5 0 0 1 12 4ZM8.312 16.491h.346m6.674 0h.346m-6.941 0c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.244 0-.196.16-.256.252-.256.088 0 .248.06.248.256Zm7.02 0c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.244 0-.196.16-.256.252-.256.088 0 .248.06.248.256Z" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 1v1.5m5-1.5v1.5M5.5 15v-1.5m5 1.5v-1.5m4.5-3h-1.5m1.5-5h-1.5M1 10.5h1.5M1 5.5h1.5m0 0v-2a1 1 0 0 1 1-1h2m-3 3v5m0 0v2a1 1 0 0 0 1 1h2m0 0h5m0 0h2a1 1 0 0 0 1-1v-2m0 0v-5m0 0v-2a1 1 0 0 0-1-1h-2m0 0h-5m.61 2.75h3.78c.473 0 .86.387.86.86v3.78c0 .473-.387.86-.86.86H6.11a.862.862 0 0 1-.86-.86V6.11c0-.473.387-.86.86-.86Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M5.5 1v1.5m5-1.5v1.5M5.5 15v-1.5m5 1.5v-1.5m4.5-3h-1.5m1.5-5h-1.5M1 10.5h1.5M1 5.5h1.5m0 0v-2a1 1 0 0 1 1-1h2m-3 3v5m0 0v2a1 1 0 0 0 1 1h2m0 0h5m0 0h2a1 1 0 0 0 1-1v-2m0 0v-5m0 0v-2a1 1 0 0 0-1-1h-2m0 0h-5m.61 2.75h3.78c.473 0 .86.387.86.86v3.78c0 .473-.387.86-.86.86H6.11a.862.862 0 0 1-.86-.86V6.11c0-.473.387-.86.86-.86Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 1.5v2.25M6.75 1.5v2.25m10.5-2.25v2.25M12 22.5v-2.25M6.75 22.5v-2.25m10.5 2.25v-2.25M22.5 12h-2.25m2.25 5.25h-2.25m2.25-10.5h-2.25M1.5 12h2.25M1.5 17.25h2.25M1.5 6.75h2.25m0 0v-1.5a1.5 1.5 0 0 1 1.5-1.5h1.5m-3 3V12m0 0v5.25m0 0v1.5a1.5 1.5 0 0 0 1.5 1.5h1.5m0 0H12m0 0h5.25m0 0h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.5m0 0V12m0 0V6.75m0 0v-1.5a1.5 1.5 0 0 0-1.5-1.5h-1.5m0 0H12m0 0H6.75m1.5 3h7.5a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-7.5a1.5 1.5 0 0 1-1.5-1.5v-7.5a1.5 1.5 0 0 1 1.5-1.5Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M12 1.5v2.25M6.75 1.5v2.25m10.5-2.25v2.25M12 22.5v-2.25M6.75 22.5v-2.25m10.5 2.25v-2.25M22.5 12h-2.25m2.25 5.25h-2.25m2.25-10.5h-2.25M1.5 12h2.25M1.5 17.25h2.25M1.5 6.75h2.25m0 0v-1.5a1.5 1.5 0 0 1 1.5-1.5h1.5m-3 3V12m0 0v5.25m0 0v1.5a1.5 1.5 0 0 0 1.5 1.5h1.5m0 0H12m0 0h5.25m0 0h1.5a1.5 1.5 0 0 0 1.5-1.5v-1.5m0 0V12m0 0V6.75m0 0v-1.5a1.5 1.5 0 0 0-1.5-1.5h-1.5m0 0H12m0 0H6.75m1.5 3h7.5a1.5 1.5 0 0 1 1.5 1.5v7.5a1.5 1.5 0 0 1-1.5 1.5h-7.5a1.5 1.5 0 0 1-1.5-1.5v-7.5a1.5 1.5 0 0 1 1.5-1.5Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.146 11.817a.75.75 0 0 0 0-1.5v1.5ZM3.56 4.83l.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm3.326 3.647a.75.75 0 0 0-1.5 0h1.5Zm-2.107 2.93a.75.75 0 1 0-1.06 1.061l1.06-1.06Zm1.357 2.419-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm2.418-1.358a.75.75 0 0 0-1.06-1.06l1.06 1.06Zm1.373-3.168a.75.75 0 0 0 0 1.5v-1.5Zm-7.566 0A2.396 2.396 0 0 1 1.75 7.921H.25a3.896 3.896 0 0 0 3.896 3.896v-1.5ZM14.25 8.551c0 .975-.791 1.766-1.767 1.766v1.5a3.267 3.267 0 0 0 3.267-3.266h-1.5Zm-12.5-.63c0-1.17.839-2.145 1.948-2.354L3.42 4.093A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.673-.454l.278 1.474Zm1.805 7.918 1.888 1.888 1.06-1.06-1.887-1.888-1.06 1.06Zm2.949 1.888 1.887-1.888-1.06-1.06-1.888 1.887 1.06 1.061Zm-1.28-5.879v5.349h1.5V9.494h-1.5Zm4.54 2.323h.771v-1.5h-.77v1.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M4.146 11.817a.75.75 0 0 0 0-1.5v1.5ZM3.56 4.83l.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm3.326 3.647a.75.75 0 0 0-1.5 0h1.5Zm-2.107 2.93a.75.75 0 1 0-1.06 1.061l1.06-1.06Zm1.357 2.419-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm2.418-1.358a.75.75 0 0 0-1.06-1.06l1.06 1.06Zm1.373-3.168a.75.75 0 0 0 0 1.5v-1.5Zm-7.566 0A2.396 2.396 0 0 1 1.75 7.921H.25a3.896 3.896 0 0 0 3.896 3.896v-1.5ZM14.25 8.551c0 .975-.791 1.766-1.767 1.766v1.5a3.267 3.267 0 0 0 3.267-3.266h-1.5Zm-12.5-.63c0-1.17.839-2.145 1.948-2.354L3.42 4.093A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.673-.454l.278 1.474Zm1.805 7.918 1.888 1.888 1.06-1.06-1.887-1.888-1.06 1.06Zm2.949 1.888 1.887-1.888-1.06-1.06-1.888 1.887 1.06 1.061Zm-1.28-5.879v5.349h1.5V9.494h-1.5Zm4.54 2.323h.771v-1.5h-.77v1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM7.2 17.75a.75.75 0 0 0 0-1.5v1.5Zm9.6-1.5a.75.75 0 0 0 0 1.5v-1.5Zm-4.05-1.75a.75.75 0 0 0-1.5 0h1.5Zm-3.22 4.97a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM12 23l-.53.53a.75.75 0 0 0 1.06 0L12 23Zm3.53-2.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM6 16.25A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM6 17.75h1.2v-1.5H6v1.5Zm10.8 0h2.45v-1.5H16.8v1.5Zm-8.33 2.78 3 3 1.06-1.06-3-3-1.06 1.06Zm4.06 3 3-3-1.06-1.06-3 3 1.06 1.06Zm-1.28-9.03V23h1.5v-8.5h-1.5Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM7.2 17.75a.75.75 0 0 0 0-1.5v1.5Zm9.6-1.5a.75.75 0 0 0 0 1.5v-1.5Zm-4.05-1.75a.75.75 0 0 0-1.5 0h1.5Zm-3.22 4.97a.75.75 0 0 0-1.06 1.06l1.06-1.06ZM12 23l-.53.53a.75.75 0 0 0 1.06 0L12 23Zm3.53-2.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM6 16.25A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM6 17.75h1.2v-1.5H6v1.5Zm10.8 0h2.45v-1.5H16.8v1.5Zm-8.33 2.78 3 3 1.06-1.06-3-3-1.06 1.06Zm4.06 3 3-3-1.06-1.06-3 3 1.06 1.06Zm-1.28-9.03V23h1.5v-8.5h-1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.743-.11a.75.75 0 0 0 .8.858l-.057-.748ZM1.8 14.47a.75.75 0 1 0 1.06 1.06L1.8 14.47Zm4.482 0a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm4.505 0a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm-6.426-.44A.75.75 0 1 0 3.3 12.97l1.06 1.06Zm4.482 0a.75.75 0 1 0-1.061-1.06l1.06 1.06Zm4.505 0a.75.75 0 1 0-1.061-1.06l1.06 1.06Zm-7.376-7.6a.75.75 0 0 0 1.283-.777l-1.283.776Zm-1.827 3.887A2.396 2.396 0 0 1 1.75 7.921H.25a3.896 3.896 0 0 0 3.896 3.896v-1.5ZM14.25 8.551c0 .975-.791 1.766-1.767 1.766v1.5a3.267 3.267 0 0 0 3.267-3.266h-1.5ZM4.146 11.817h8.337v-1.5H4.146v1.5ZM1.75 7.921c0-1.17.839-2.145 1.948-2.354l-.279-1.474A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.526 2.97 6.268 1.75 7.92 1.75V.25c-2.293 0-4.785 1.675-5.108 4.495l1.49.17ZM7.92 1.75c2.417 0 3.919 2.18 3.623 4.182l1.484.219C13.441 3.356 11.364.25 7.921.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567c.637-.12 1.102-.083 1.534.14l.688-1.333c-.828-.427-1.663-.44-2.5-.28l.278 1.473ZM3.3 12.97l-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06Zm4.482 0-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06Zm4.505 0-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06ZM5.232 5.707c.195.1.382.272.532.446a2.726 2.726 0 0 1 .21.278v.001-.002h-.001l.642-.389.641-.388v-.001l-.001-.002a.68.68 0 0 0-.03-.047 4.226 4.226 0 0 0-.326-.43 3.384 3.384 0 0 0-.98-.8l-.687 1.334Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.743-.11a.75.75 0 0 0 .8.858l-.057-.748ZM1.8 14.47a.75.75 0 1 0 1.06 1.06L1.8 14.47Zm4.482 0a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm4.505 0a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm-6.426-.44A.75.75 0 1 0 3.3 12.97l1.06 1.06Zm4.482 0a.75.75 0 1 0-1.061-1.06l1.06 1.06Zm4.505 0a.75.75 0 1 0-1.061-1.06l1.06 1.06Zm-7.376-7.6a.75.75 0 0 0 1.283-.777l-1.283.776Zm-1.827 3.887A2.396 2.396 0 0 1 1.75 7.921H.25a3.896 3.896 0 0 0 3.896 3.896v-1.5ZM14.25 8.551c0 .975-.791 1.766-1.767 1.766v1.5a3.267 3.267 0 0 0 3.267-3.266h-1.5ZM4.146 11.817h8.337v-1.5H4.146v1.5ZM1.75 7.921c0-1.17.839-2.145 1.948-2.354l-.279-1.474A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.526 2.97 6.268 1.75 7.92 1.75V.25c-2.293 0-4.785 1.675-5.108 4.495l1.49.17ZM7.92 1.75c2.417 0 3.919 2.18 3.623 4.182l1.484.219C13.441 3.356 11.364.25 7.921.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567c.637-.12 1.102-.083 1.534.14l.688-1.333c-.828-.427-1.663-.44-2.5-.28l.278 1.473ZM3.3 12.97l-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06Zm4.482 0-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06Zm4.505 0-1.5 1.5 1.06 1.06 1.5-1.5-1.06-1.06ZM5.232 5.707c.195.1.382.272.532.446a2.726 2.726 0 0 1 .21.278v.001-.002h-.001l.642-.389.641-.388v-.001l-.001-.002a.68.68 0 0 0-.03-.047 4.226 4.226 0 0 0-.326-.43 3.384 3.384 0 0 0-.98-.8l-.687 1.334Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM6.214 20.03a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-2.744.624a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm7.244-.624a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM6.47 22.154a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm8.744-2.124a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-2.744.624a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm7.244-.624a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-4.244 2.124a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM6 16.25A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM6 17.75h13.25v-1.5H6v1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474Zm-.05 11.146L3.47 20.654l1.06 1.06 1.684-1.684-1.06-1.06Zm4.5 0L6.47 22.154l1.06 1.06 3.184-3.184-1.06-1.06Zm4.5 0-1.684 1.684 1.06 1.06 1.684-1.684-1.06-1.06Zm4.5 0-3.184 3.184 1.06 1.06 3.184-3.184-1.06-1.06Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM6.214 20.03a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-2.744.624a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm7.244-.624a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM6.47 22.154a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm8.744-2.124a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-2.744.624a.75.75 0 1 0 1.06 1.06l-1.06-1.06Zm7.244-.624a.75.75 0 1 0-1.06-1.06l1.06 1.06Zm-4.244 2.124a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM6 16.25A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM6 17.75h13.25v-1.5H6v1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474Zm-.05 11.146L3.47 20.654l1.06 1.06 1.684-1.684-1.06-1.06Zm4.5 0L6.47 22.154l1.06 1.06 3.184-3.184-1.06-1.06Zm4.5 0-1.684 1.684 1.06 1.06 1.684-1.684-1.06-1.06Zm4.5 0-3.184 3.184 1.06 1.06 3.184-3.184-1.06-1.06Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3.617 4.918.14.737-.14-.737Zm1.837 1.026a.75.75 0 1 0 .747-1.3l-.747 1.3ZM7.72 10.26a.75.75 0 0 0 1.416.494L7.72 10.26Zm7.091.394-.708.247.176.503h.532v-.75Zm.709 2.325a.75.75 0 0 0-1.417-.493l1.417.493Zm-7.092-.394.708-.247-.175-.503h-.533v.75Zm6.57-1.93v.75a.75.75 0 0 0 .75-.75H15Zm.75-2.093a.75.75 0 1 0-1.5 0h1.5Zm-2.841 1.342a.75.75 0 0 0 0 1.5v-1.5Zm-2.575 3.431a.75.75 0 0 0 0-1.5v1.5Zm-2.092-.75v-.75a.75.75 0 0 0-.75.75h.75Zm-.75 2.092a.75.75 0 0 0 1.5 0h-1.5Zm4.323-9.592a.75.75 0 1 0 1.489-.182l-1.489.182Zm-6.566 6.963a.75.75 0 0 0 0-1.5v1.5Zm-1.03-1.5A2.468 2.468 0 0 1 1.75 8.08H.25a3.968 3.968 0 0 0 3.968 3.969v-1.5ZM1.75 8.08a2.47 2.47 0 0 1 2.007-2.425l-.279-1.474a3.97 3.97 0 0 0-3.228 3.9h1.5Zm2.613-3.077c.229-2 2.018-3.253 3.717-3.253V.25c-2.338 0-4.879 1.708-5.208 4.583l1.49.17Zm-.606.652a2.501 2.501 0 0 1 1.697.289l.747-1.3a4.001 4.001 0 0 0-2.723-.463l.279 1.474Zm5.38 5.1a2.63 2.63 0 0 1 2.484-1.764v-1.5a4.13 4.13 0 0 0-3.9 2.77l1.416.494Zm2.484-1.764c1.098 0 2.107.833 2.483 1.911l1.417-.494c-.545-1.56-2.046-2.917-3.9-2.917v1.5Zm2.483 3.496a2.63 2.63 0 0 1-2.483 1.763v1.5a4.13 4.13 0 0 0 3.9-2.77l-1.417-.493Zm-2.483 1.763c-1.098 0-2.108-.832-2.484-1.91l-1.416.493c.544 1.56 2.045 2.917 3.9 2.917v-1.5Zm4.129-3.595V8.563h-1.5v2.092h1.5Zm-.75-.75h-2.092v1.5H15v-1.5Zm-4.667 1.931H8.241v1.5h2.092v-1.5Zm-2.842.75v2.092h1.5v-2.092h-1.5Zm7.321-1.18H15v-1.5h-.188v1.5Zm-6.383.43H8.24v1.5h.188v-1.5ZM8.08 1.75c2.097 0 3.52 1.585 3.734 3.336l1.489-.182C13.01 2.508 11.037.25 8.08.25v1.5ZM4.218 12.049h1.03v-1.5h-1.03v1.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m3.617 4.918.14.737-.14-.737Zm1.837 1.026a.75.75 0 1 0 .747-1.3l-.747 1.3ZM7.72 10.26a.75.75 0 0 0 1.416.494L7.72 10.26Zm7.091.394-.708.247.176.503h.532v-.75Zm.709 2.325a.75.75 0 0 0-1.417-.493l1.417.493Zm-7.092-.394.708-.247-.175-.503h-.533v.75Zm6.57-1.93v.75a.75.75 0 0 0 .75-.75H15Zm.75-2.093a.75.75 0 1 0-1.5 0h1.5Zm-2.841 1.342a.75.75 0 0 0 0 1.5v-1.5Zm-2.575 3.431a.75.75 0 0 0 0-1.5v1.5Zm-2.092-.75v-.75a.75.75 0 0 0-.75.75h.75Zm-.75 2.092a.75.75 0 0 0 1.5 0h-1.5Zm4.323-9.592a.75.75 0 1 0 1.489-.182l-1.489.182Zm-6.566 6.963a.75.75 0 0 0 0-1.5v1.5Zm-1.03-1.5A2.468 2.468 0 0 1 1.75 8.08H.25a3.968 3.968 0 0 0 3.968 3.969v-1.5ZM1.75 8.08a2.47 2.47 0 0 1 2.007-2.425l-.279-1.474a3.97 3.97 0 0 0-3.228 3.9h1.5Zm2.613-3.077c.229-2 2.018-3.253 3.717-3.253V.25c-2.338 0-4.879 1.708-5.208 4.583l1.49.17Zm-.606.652a2.501 2.501 0 0 1 1.697.289l.747-1.3a4.001 4.001 0 0 0-2.723-.463l.279 1.474Zm5.38 5.1a2.63 2.63 0 0 1 2.484-1.764v-1.5a4.13 4.13 0 0 0-3.9 2.77l1.416.494Zm2.484-1.764c1.098 0 2.107.833 2.483 1.911l1.417-.494c-.545-1.56-2.046-2.917-3.9-2.917v1.5Zm2.483 3.496a2.63 2.63 0 0 1-2.483 1.763v1.5a4.13 4.13 0 0 0 3.9-2.77l-1.417-.493Zm-2.483 1.763c-1.098 0-2.108-.832-2.484-1.91l-1.416.493c.544 1.56 2.045 2.917 3.9 2.917v-1.5Zm4.129-3.595V8.563h-1.5v2.092h1.5Zm-.75-.75h-2.092v1.5H15v-1.5Zm-4.667 1.931H8.241v1.5h2.092v-1.5Zm-2.842.75v2.092h1.5v-2.092h-1.5Zm7.321-1.18H15v-1.5h-.188v1.5Zm-6.383.43H8.24v1.5h.188v-1.5ZM8.08 1.75c2.097 0 3.52 1.585 3.734 3.336l1.489-.182C13.01 2.508 11.037.25 8.08.25v1.5ZM4.218 12.049h1.03v-1.5h-1.03v1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.066 7.087.14.737-.14-.737Zm3.06 1.233a.75.75 0 1 0 .748-1.3l-.748 1.3ZM9.2 17.75a.75.75 0 0 0 0-1.5v1.5Zm9.013-8.972a.75.75 0 0 0 1.488.186l-1.488-.186Zm-6.38 6.746a.75.75 0 0 0 1.416.494l-1.416-.494ZM22.46 16l-.709.247.176.503h.533V16Zm.708 3.476a.75.75 0 0 0-1.417-.494l1.417.494ZM12.54 19l.708-.247-.175-.503h-.533V19Zm10.209-3v.75a.75.75 0 0 0 .75-.75h-.75Zm.75-3.25a.75.75 0 0 0-1.5 0h1.5Zm-4 2.5a.75.75 0 0 0 0 1.5v-1.5Zm-4 4.5a.75.75 0 0 0 0-1.5v1.5ZM12.25 19v-.75a.75.75 0 0 0-.75.75h.75Zm-.75 3.25a.75.75 0 0 0 1.5 0h-1.5Zm-5.5-6A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17Zm-.606.652a4.301 4.301 0 0 1 2.92.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM6 17.75h3.2v-1.5H6v1.5Zm6-16c4.092 0 6.637 3.644 6.213 7.028l1.488.186C20.223 4.8 17.106.25 12 .25v1.5Zm1.25 14.268A4.502 4.502 0 0 1 17.5 13v-1.5a6.002 6.002 0 0 0-5.667 4.024l1.416.494ZM17.5 13c1.915 0 3.62 1.438 4.25 3.247l1.417-.494c-.799-2.291-2.995-4.253-5.667-4.253V13Zm4.25 5.982A4.502 4.502 0 0 1 17.5 22v1.5a6.002 6.002 0 0 0 5.667-4.024l-1.417-.494ZM17.5 22c-1.915 0-3.62-1.438-4.25-3.247l-1.417.494c.799 2.291 2.995 4.253 5.667 4.253V22Zm6-6v-3.25H22V16h1.5Zm-.75-.75H19.5v1.5h3.25v-1.5Zm-7.25 3h-3.25v1.5h3.25v-1.5Zm-4 .75v3.25H13V19h-1.5Zm10.959-2.25h.291v-1.5h-.291v1.5Zm-9.918 1.5h-.291v1.5h.291v-1.5Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5.066 7.087.14.737-.14-.737Zm3.06 1.233a.75.75 0 1 0 .748-1.3l-.748 1.3ZM9.2 17.75a.75.75 0 0 0 0-1.5v1.5Zm9.013-8.972a.75.75 0 0 0 1.488.186l-1.488-.186Zm-6.38 6.746a.75.75 0 0 0 1.416.494l-1.416-.494ZM22.46 16l-.709.247.176.503h.533V16Zm.708 3.476a.75.75 0 0 0-1.417-.494l1.417.494ZM12.54 19l.708-.247-.175-.503h-.533V19Zm10.209-3v.75a.75.75 0 0 0 .75-.75h-.75Zm.75-3.25a.75.75 0 0 0-1.5 0h1.5Zm-4 2.5a.75.75 0 0 0 0 1.5v-1.5Zm-4 4.5a.75.75 0 0 0 0-1.5v1.5ZM12.25 19v-.75a.75.75 0 0 0-.75.75h.75Zm-.75 3.25a.75.75 0 0 0 1.5 0h-1.5Zm-5.5-6A4.25 4.25 0 0 1 1.75 12H.25A5.75 5.75 0 0 0 6 17.75v-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17Zm-.606.652a4.301 4.301 0 0 1 2.92.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM6 17.75h3.2v-1.5H6v1.5Zm6-16c4.092 0 6.637 3.644 6.213 7.028l1.488.186C20.223 4.8 17.106.25 12 .25v1.5Zm1.25 14.268A4.502 4.502 0 0 1 17.5 13v-1.5a6.002 6.002 0 0 0-5.667 4.024l1.416.494ZM17.5 13c1.915 0 3.62 1.438 4.25 3.247l1.417-.494c-.799-2.291-2.995-4.253-5.667-4.253V13Zm4.25 5.982A4.502 4.502 0 0 1 17.5 22v1.5a6.002 6.002 0 0 0 5.667-4.024l-1.417-.494ZM17.5 22c-1.915 0-3.62-1.438-4.25-3.247l-1.417.494c.799 2.291 2.995 4.253 5.667 4.253V22Zm6-6v-3.25H22V16h1.5Zm-.75-.75H19.5v1.5h3.25v-1.5Zm-7.25 3h-3.25v1.5h3.25v-1.5Zm-4 .75v3.25H13V19h-1.5Zm10.959-2.25h.291v-1.5h-.291v1.5Zm-9.918 1.5h-.291v1.5h.291v-1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm-.859 8.996a.75.75 0 0 0 1.5 0h-1.5Zm2.107-2.93a.75.75 0 0 0 1.061-1.061l-1.06 1.06Zm-1.357-2.42.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-2.418 1.358a.75.75 0 0 0 1.06 1.06l-1.06-1.06Zm8.509-1.358a.75.75 0 0 0-1.5 0h1.5Zm-2.107 2.93a.75.75 0 1 0-1.061 1.061l1.06-1.06Zm1.357 2.419-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm2.418-1.358a.75.75 0 0 0-1.06-1.06l1.06 1.06ZM.772 9.87a.75.75 0 1 0 1.298-.751l-1.298.75Zm12.776.091a.75.75 0 1 0 .905 1.196l-.905-1.196ZM1.75 7.921c0-1.17.839-2.145 1.948-2.354l-.279-1.474A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.674-.454l.279 1.474Zm3.956 5.285L5.766 8.964l-1.06 1.06 1.887 1.888 1.061-1.06ZM4.706 8.964l-1.888 1.888 1.06 1.06 1.888-1.887-1.06-1.061Zm3.453 4.521 1.888 1.888 1.06-1.06-1.887-1.888-1.061 1.06Zm2.948 1.888 1.888-1.888-1.06-1.06-1.888 1.887 1.06 1.061Zm-1.28-5.879v5.349h1.5V9.494h-1.5Zm-3.84 5.349V9.494h-1.5v5.349h1.5ZM2.07 9.119a2.382 2.382 0 0 1-.32-1.198H.25c0 .709.19 1.375.522 1.949l1.298-.751Zm12.18-.568c0 .575-.274 1.086-.702 1.41l.905 1.196a3.263 3.263 0 0 0 1.297-2.606h-1.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm-.859 8.996a.75.75 0 0 0 1.5 0h-1.5Zm2.107-2.93a.75.75 0 0 0 1.061-1.061l-1.06 1.06Zm-1.357-2.42.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-2.418 1.358a.75.75 0 0 0 1.06 1.06l-1.06-1.06Zm8.509-1.358a.75.75 0 0 0-1.5 0h1.5Zm-2.107 2.93a.75.75 0 1 0-1.061 1.061l1.06-1.06Zm1.357 2.419-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm2.418-1.358a.75.75 0 0 0-1.06-1.06l1.06 1.06ZM.772 9.87a.75.75 0 1 0 1.298-.751l-1.298.75Zm12.776.091a.75.75 0 1 0 .905 1.196l-.905-1.196ZM1.75 7.921c0-1.17.839-2.145 1.948-2.354l-.279-1.474A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.674-.454l.279 1.474Zm3.956 5.285L5.766 8.964l-1.06 1.06 1.887 1.888 1.061-1.06ZM4.706 8.964l-1.888 1.888 1.06 1.06 1.888-1.887-1.06-1.061Zm3.453 4.521 1.888 1.888 1.06-1.06-1.887-1.888-1.061 1.06Zm2.948 1.888 1.888-1.888-1.06-1.06-1.888 1.887 1.06 1.061Zm-1.28-5.879v5.349h1.5V9.494h-1.5Zm-3.84 5.349V9.494h-1.5v5.349h1.5ZM2.07 9.119a2.382 2.382 0 0 1-.32-1.198H.25c0 .709.19 1.375.522 1.949l1.298-.751Zm12.18-.568c0 .575-.274 1.086-.702 1.41l.905 1.196a3.263 3.263 0 0 0 1.297-2.606h-1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM1.86 15.99a.75.75 0 0 0 1.08-1.04l-1.08 1.04Zm18.25.146a.75.75 0 1 0 .396 1.447l-.396-1.447ZM7.5 23A.75.75 0 0 0 9 23H7.5Zm3.22-4.97a.75.75 0 1 0 1.06-1.06l-1.06 1.06ZM8.25 14.5l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-3.53 2.47a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM16.5 14.5a.75.75 0 0 0-1.5 0h1.5Zm-3.22 4.97a.75.75 0 1 0-1.06 1.06l1.06-1.06ZM15.75 23l-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm3.53-2.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM2.94 14.948A4.233 4.233 0 0 1 1.75 12H.25a5.73 5.73 0 0 0 1.609 3.989l1.08-1.04ZM22.5 13a3.252 3.252 0 0 1-2.39 3.135l.395 1.447A4.752 4.752 0 0 0 24 13h-1.5Zm-10.72 3.97-3-3-1.06 1.06 3 3 1.06-1.06Zm-4.06-3-3 3 1.06 1.06 3-3-1.06-1.06Zm4.5 6.56 3 3 1.06-1.06-3-3-1.06 1.06Zm4.06 3 3-3-1.06-1.06-3 3 1.06 1.06ZM15 14.5V23h1.5v-8.5H15ZM9 23v-8.5H7.5V23H9Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3ZM1.86 15.99a.75.75 0 0 0 1.08-1.04l-1.08 1.04Zm18.25.146a.75.75 0 1 0 .396 1.447l-.396-1.447ZM7.5 23A.75.75 0 0 0 9 23H7.5Zm3.22-4.97a.75.75 0 1 0 1.06-1.06l-1.06 1.06ZM8.25 14.5l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-3.53 2.47a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM16.5 14.5a.75.75 0 0 0-1.5 0h1.5Zm-3.22 4.97a.75.75 0 1 0-1.06 1.06l1.06-1.06ZM15.75 23l-.53.53a.75.75 0 0 0 1.06 0l-.53-.53Zm3.53-2.47a.75.75 0 1 0-1.06-1.06l1.06 1.06ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474ZM2.94 14.948A4.233 4.233 0 0 1 1.75 12H.25a5.73 5.73 0 0 0 1.609 3.989l1.08-1.04ZM22.5 13a3.252 3.252 0 0 1-2.39 3.135l.395 1.447A4.752 4.752 0 0 0 24 13h-1.5Zm-10.72 3.97-3-3-1.06 1.06 3 3 1.06-1.06Zm-4.06-3-3 3 1.06 1.06 3-3-1.06-1.06Zm4.5 6.56 3 3 1.06-1.06-3-3-1.06 1.06Zm4.06 3 3-3-1.06-1.06-3 3 1.06 1.06ZM15 14.5V23h1.5v-8.5H15ZM9 23v-8.5H7.5V23H9Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm1.826 8.996a.75.75 0 0 0 1.5 0h-1.5Zm2.108-2.93a.75.75 0 0 0 1.06-1.061l-1.06 1.06ZM7.92 9.493l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-2.418 1.358a.75.75 0 0 0 1.061 1.06l-1.06-1.06Zm-2.776.699a.75.75 0 0 0 .546-1.397l-.546 1.397Zm10.12-1.27a.75.75 0 0 0 .306 1.467l-.306-1.468ZM1.75 7.92c0-1.17.839-2.145 1.948-2.354L3.42 4.093A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.673-.454l.278 1.474Zm6.641 5.285L8.452 8.964l-1.06 1.06 1.887 1.888 1.06-1.06ZM7.391 8.964l-1.888 1.888 1.061 1.06 1.888-1.887-1.06-1.061Zm1.28 5.879V9.494h-1.5v5.349h1.5Zm-5.398-4.69A2.397 2.397 0 0 1 1.75 7.922H.25a3.897 3.897 0 0 0 2.477 3.63l.546-1.397ZM14.25 8.552a1.77 1.77 0 0 1-1.403 1.73l.306 1.467a3.268 3.268 0 0 0 2.597-3.197h-1.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m3.559 4.83.139.737-.14-.737Zm8.728 1.211-.742-.11a.75.75 0 0 0 .8.858l-.058-.748Zm-6.942-.194a.75.75 0 0 0 .748-1.3l-.748 1.3Zm1.826 8.996a.75.75 0 0 0 1.5 0h-1.5Zm2.108-2.93a.75.75 0 0 0 1.06-1.061l-1.06 1.06ZM7.92 9.493l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-2.418 1.358a.75.75 0 0 0 1.061 1.06l-1.06-1.06Zm-2.776.699a.75.75 0 0 0 .546-1.397l-.546 1.397Zm10.12-1.27a.75.75 0 0 0 .306 1.467l-.306-1.468ZM1.75 7.92c0-1.17.839-2.145 1.948-2.354L3.42 4.093A3.897 3.897 0 0 0 .25 7.921h1.5Zm2.554-3.006C4.527 2.97 6.268 1.75 7.92 1.75V.25c-2.29 0-4.784 1.675-5.106 4.495l1.49.17ZM7.92 1.75c2.417 0 3.92 2.18 3.624 4.182l1.484.219C13.44 3.356 11.364.25 7.92.25v1.5Zm4.423 5.039c1.006-.078 1.906.752 1.906 1.762h1.5c0-1.888-1.648-3.402-3.521-3.258l.115 1.496ZM3.698 5.567a2.428 2.428 0 0 1 1.647.28l.748-1.3a3.928 3.928 0 0 0-2.673-.454l.278 1.474Zm6.641 5.285L8.452 8.964l-1.06 1.06 1.887 1.888 1.06-1.06ZM7.391 8.964l-1.888 1.888 1.061 1.06 1.888-1.887-1.06-1.061Zm1.28 5.879V9.494h-1.5v5.349h1.5Zm-5.398-4.69A2.397 2.397 0 0 1 1.75 7.922H.25a3.897 3.897 0 0 0 2.477 3.63l.546-1.397ZM14.25 8.552a1.77 1.77 0 0 1-1.403 1.73l.306 1.467a3.268 3.268 0 0 0 2.597-3.197h-1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3Zm-2.635 9.408a.75.75 0 1 0 .131-1.495l-.131 1.495ZM18.5 16.25a.75.75 0 0 0 0 1.5v-1.5ZM11.25 23a.75.75 0 0 0 1.5 0h-1.5Zm3.22-4.97a.75.75 0 1 0 1.06-1.06l-1.06 1.06ZM12 14.5l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-3.53 2.47a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474Zm.417 8.41A4.25 4.25 0 0 1 1.75 12H.25a5.75 5.75 0 0 0 5.24 5.728l.132-1.495ZM18.5 17.75h.75v-1.5h-.75v1.5Zm-2.97-.78-3-3-1.06 1.06 3 3 1.06-1.06Zm-4.06-3-3 3 1.06 1.06 3-3-1.06-1.06ZM12.75 23v-8.5h-1.5V23h1.5Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5.066 7.087.14.737-.14-.737Zm13.872 1.925-.742-.11a.75.75 0 0 0 .8.858l-.058-.748ZM8.126 8.32a.75.75 0 1 0 .748-1.3l-.748 1.3Zm-2.635 9.408a.75.75 0 1 0 .131-1.495l-.131 1.495ZM18.5 16.25a.75.75 0 0 0 0 1.5v-1.5ZM11.25 23a.75.75 0 0 0 1.5 0h-1.5Zm3.22-4.97a.75.75 0 1 0 1.06-1.06l-1.06 1.06ZM12 14.5l.53-.53a.75.75 0 0 0-1.06 0l.53.53Zm-3.53 2.47a.75.75 0 1 0 1.06 1.06l-1.06-1.06ZM22.5 13a3.25 3.25 0 0 1-3.25 3.25v1.5A4.75 4.75 0 0 0 24 13h-1.5ZM1.75 12a4.252 4.252 0 0 1 3.456-4.176L4.927 6.35A5.752 5.752 0 0 0 .25 12h1.5Zm4.062-4.828C6.195 3.822 9.184 1.75 12 1.75V.25c-3.456 0-7.195 2.528-7.679 6.752l1.49.17ZM12 1.75c4.143 0 6.7 3.737 6.196 7.153l1.484.218C20.3 4.913 17.17.25 12 .25v1.5Zm6.995 8.01C20.85 9.617 22.5 11.137 22.5 13H24c0-2.741-2.399-4.946-5.12-4.736l.115 1.496ZM5.205 7.824a4.301 4.301 0 0 1 2.921.496l.748-1.3a5.801 5.801 0 0 0-3.947-.67l.279 1.474Zm.417 8.41A4.25 4.25 0 0 1 1.75 12H.25a5.75 5.75 0 0 0 5.24 5.728l.132-1.495ZM18.5 17.75h.75v-1.5h-.75v1.5Zm-2.97-.78-3-3-1.06 1.06 3 3 1.06-1.06Zm-4.06-3-3 3 1.06 1.06 3-3-1.06-1.06ZM12.75 23v-8.5h-1.5V23h1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.813 9.003h.347m-4.337 2.361h.346m6.43-5.237a2.333 2.333 0 0 1-2.334-2.348 2.314 2.314 0 0 1-2.511.2A2.334 2.334 0 0 1 7.716 1a6.998 6.998 0 0 0-6.434 5.03 7.006 7.006 0 0 0 2.707 7.707 6.998 6.998 0 0 0 10.672-3.586 7.005 7.005 0 0 0 .005-4.29 2.309 2.309 0 0 1-1.067.266ZM7 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm4.239 2.503c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm-3.99 2.361c0 .184-.16.244-.249.244-.092 0-.252-.06-.252-.244 0-.196.16-.256.252-.256.088 0 .248.06.248.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M10.813 9.003h.347m-4.337 2.361h.346m6.43-5.237a2.333 2.333 0 0 1-2.334-2.348 2.314 2.314 0 0 1-2.511.2A2.334 2.334 0 0 1 7.716 1a6.998 6.998 0 0 0-6.434 5.03 7.006 7.006 0 0 0 2.707 7.707 6.998 6.998 0 0 0 10.672-3.586 7.005 7.005 0 0 0 .005-4.29 2.309 2.309 0 0 1-1.067.266ZM7 6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm4.239 2.503c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm-3.99 2.361c0 .184-.16.244-.249.244-.092 0-.252-.06-.252-.244 0-.196.16-.256.252-.256.088 0 .248.06.248.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.823 10.008h.346M18.836 13h.346m-12.35 4.005h.346m13.62-7.948a3.665 3.665 0 0 1-3.668-3.69 3.636 3.636 0 0 1-3.945.314A3.668 3.668 0 0 1 11.554 1 10.997 10.997 0 0 0 1.443 8.904a11.009 11.009 0 0 0 4.255 12.11 10.997 10.997 0 0 0 16.769-5.633c.708-2.192.71-4.55.009-6.743a3.628 3.628 0 0 1-1.677.42ZM10 10.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm6 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-1.752-7.492c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257ZM19.261 13c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257ZM7.257 17.005c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.244 0-.197.16-.256.252-.256.088 0 .248.06.248.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M13.823 10.008h.346M18.836 13h.346m-12.35 4.005h.346m13.62-7.948a3.665 3.665 0 0 1-3.668-3.69 3.636 3.636 0 0 1-3.945.314A3.668 3.668 0 0 1 11.554 1 10.997 10.997 0 0 0 1.443 8.904a11.009 11.009 0 0 0 4.255 12.11 10.997 10.997 0 0 0 16.769-5.633c.708-2.192.71-4.55.009-6.743a3.628 3.628 0 0 1-1.677.42ZM10 10.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm6 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm-1.752-7.492c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257ZM19.261 13c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257ZM7.257 17.005c0 .184-.16.244-.248.244-.092 0-.252-.06-.252-.244 0-.197.16-.256.252-.256.088 0 .248.06.248.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.31 1.61a.989.989 0 0 1 .342.306l2.154 3.086c.131.188.2.417.194.651M12.31 1.61a.916.916 0 0 0-.433-.11H4.125a.915.915 0 0 0-.434.11m8.62 0-1.353 4.043M3.691 1.61a.989.989 0 0 0-.342.306L1.194 5.002c-.131.188-.2.417-.194.651M3.691 1.61l1.352 4.043M1 5.653c.006.234.085.46.225.64l6.032 7.835c.182.233.46.372.743.372M1 5.653h4.043M8 14.5c.283 0 .561-.14.743-.372l6.032-7.836c.14-.18.22-.405.225-.639M8 14.5 5.043 5.653M8 14.5l2.958-8.847m4.042 0h-4.042m-5.915 0h5.915" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M12.31 1.61a.989.989 0 0 1 .342.306l2.154 3.086c.131.188.2.417.194.651M12.31 1.61a.916.916 0 0 0-.433-.11H4.125a.915.915 0 0 0-.434.11m8.62 0-1.353 4.043M3.691 1.61a.989.989 0 0 0-.342.306L1.194 5.002c-.131.188-.2.417-.194.651M3.691 1.61l1.352 4.043M1 5.653c.006.234.085.46.225.64l6.032 7.835c.182.233.46.372.743.372M1 5.653h4.043M8 14.5c.283 0 .561-.14.743-.372l6.032-7.836c.14-.18.22-.405.225-.639M8 14.5 5.043 5.653M8 14.5l2.958-8.847m4.042 0h-4.042m-5.915 0h5.915" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.966 2.267c.066.224.073.468 0 .716A18.384 18.384 0 0 1 3.48 6.577c-.34.645-1.298.656-1.654.02C1.208 5.503.616 3.95 1.32 2.782a3.093 3.093 0 0 1 1.968-1.514c.738-.166 1.479.323 1.679.999Zm0 0c.441-.344.863-.691 1.383-.917a4.307 4.307 0 0 1 3.299-.042c.531.214.97.546 1.406.907m0 0c-.082.244-.096.51-.02.768a18.388 18.388 0 0 0 1.486 3.594c.333.632 1.296.66 1.654.02.618-1.094 1.21-2.646.507-3.815-.475-.877-1.622-1.802-2.679-1.491a1.453 1.453 0 0 0-.948.924ZM3.195 10c.381 1.698 1.117 3.207 2.258 4.113 1.49 1.183 3.703 1.183 5.192 0 1.14-.906 1.877-2.415 2.258-4.113M5.985 6.664h.023m3.977 0h.023m-.549 4.126c0 .517-.631.936-1.41.936-.779 0-1.41-.419-1.41-.936 0-.517.631-.936 1.41-.936.779 0 1.41.419 1.41.936Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M4.966 2.267c.066.224.073.468 0 .716A18.384 18.384 0 0 1 3.48 6.577c-.34.645-1.298.656-1.654.02C1.208 5.503.616 3.95 1.32 2.782a3.093 3.093 0 0 1 1.968-1.514c.738-.166 1.479.323 1.679.999Zm0 0c.441-.344.863-.691 1.383-.917a4.307 4.307 0 0 1 3.299-.042c.531.214.97.546 1.406.907m0 0c-.082.244-.096.51-.02.768a18.388 18.388 0 0 0 1.486 3.594c.333.632 1.296.66 1.654.02.618-1.094 1.21-2.646.507-3.815-.475-.877-1.622-1.802-2.679-1.491a1.453 1.453 0 0 0-.948.924ZM3.195 10c.381 1.698 1.117 3.207 2.258 4.113 1.49 1.183 3.703 1.183 5.192 0 1.14-.906 1.877-2.415 2.258-4.113M5.985 6.664h.023m3.977 0h.023m-.549 4.126c0 .517-.631.936-1.41.936-.779 0-1.41-.419-1.41-.936 0-.517.631-.936 1.41-.936.779 0 1.41.419 1.41.936Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.008 13.442c-.448 3.34-1.685 6.444-3.85 8.164M4.146 13.442c.447 3.34 1.685 6.444 3.85 8.164m4.08-3.75c1.224 0 2.216-.66 2.216-1.472 0-.812-.992-1.471-2.216-1.471-1.223 0-2.215.659-2.215 1.471 0 .813.992 1.472 2.215 1.472Zm0 0c-.693 1.38-2.336 3.75-4.08 3.75m4.08-3.75c.693 1.38 2.336 3.75 4.08 3.75M7.232 2.99c.104.352.114.736 0 1.125a28.889 28.889 0 0 1-2.335 5.647c-.534 1.014-2.04 1.032-2.598.032C1.327 8.076.395 5.637 1.5 3.8a4.86 4.86 0 0 1 3.093-2.378c1.16-.262 2.324.507 2.638 1.569Zm0 0c.694-.54 1.357-1.086 2.174-1.441a6.769 6.769 0 0 1 5.183-.067c.836.338 1.524.86 2.21 1.426m0 0a2 2 0 0 0-.03 1.207 28.884 28.884 0 0 0 2.334 5.647c.523.993 2.037 1.037 2.598.032.972-1.719 1.904-4.158.798-5.995-.747-1.377-2.549-2.831-4.21-2.343A2.284 2.284 0 0 0 16.8 2.91ZM7.997 21.606c2.341 1.859 5.82 1.859 8.16 0M8.823 10.005h.346m5.652 0h.346m-5.919 0c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm5.998 0c0 .183-.16.243-.248.243-.091 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M20.008 13.442c-.448 3.34-1.685 6.444-3.85 8.164M4.146 13.442c.447 3.34 1.685 6.444 3.85 8.164m4.08-3.75c1.224 0 2.216-.66 2.216-1.472 0-.812-.992-1.471-2.216-1.471-1.223 0-2.215.659-2.215 1.471 0 .813.992 1.472 2.215 1.472Zm0 0c-.693 1.38-2.336 3.75-4.08 3.75m4.08-3.75c.693 1.38 2.336 3.75 4.08 3.75M7.232 2.99c.104.352.114.736 0 1.125a28.889 28.889 0 0 1-2.335 5.647c-.534 1.014-2.04 1.032-2.598.032C1.327 8.076.395 5.637 1.5 3.8a4.86 4.86 0 0 1 3.093-2.378c1.16-.262 2.324.507 2.638 1.569Zm0 0c.694-.54 1.357-1.086 2.174-1.441a6.769 6.769 0 0 1 5.183-.067c.836.338 1.524.86 2.21 1.426m0 0a2 2 0 0 0-.03 1.207 28.884 28.884 0 0 0 2.334 5.647c.523.993 2.037 1.037 2.598.032.972-1.719 1.904-4.158.798-5.995-.747-1.377-2.549-2.831-4.21-2.343A2.284 2.284 0 0 0 16.8 2.91ZM7.997 21.606c2.341 1.859 5.82 1.859 8.16 0M8.823 10.005h.346m5.652 0h.346m-5.919 0c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Zm5.998 0c0 .183-.16.243-.248.243-.091 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
Binary file
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.703 9.527a.797.797 0 0 0 1.594 0H7.703Zm1.594-4.964a.797.797 0 1 0-1.594 0h1.594Zm-.797 6.64a.797.797 0 0 0 0 1.593v-1.593Zm.024 1.593a.797.797 0 1 0 0-1.593v1.593ZM15.407 8.5A6.907 6.907 0 0 1 8.5 15.407V17A8.5 8.5 0 0 0 17 8.5h-1.593ZM8.5 15.407A6.907 6.907 0 0 1 1.593 8.5H0A8.5 8.5 0 0 0 8.5 17v-1.593ZM1.593 8.5A6.907 6.907 0 0 1 8.5 1.593V0A8.5 8.5 0 0 0 0 8.5h1.593ZM8.5 1.593A6.907 6.907 0 0 1 15.407 8.5H17A8.5 8.5 0 0 0 8.5 0v1.593Zm.797 7.934V4.563H7.703v4.964h1.594Zm-.797 3.27h.024v-1.594H8.5v1.593Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 9.527V4.563M8.5 12h.024m7.68-3.5a7.703 7.703 0 1 1-15.407 0 7.703 7.703 0 0 1 15.406 0Z" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 13.5a.75.75 0 0 0 1.5 0h-1.5Zm1.5-7.25a.75.75 0 0 0-1.5 0h1.5Zm-.927 10.008a.75.75 0 1 0 0 1.5v-1.5Zm.346 1.5a.75.75 0 0 0 0-1.5v1.5ZM22.5 12c0 5.799-4.701 10.5-10.5 10.5V24c6.627 0 12-5.373 12-12h-1.5ZM12 22.5C6.201 22.5 1.5 17.799 1.5 12H0c0 6.627 5.373 12 12 12v-1.5ZM1.5 12C1.5 6.201 6.201 1.5 12 1.5V0C5.373 0 0 5.373 0 12h1.5ZM12 1.5c5.799 0 10.5 4.701 10.5 10.5H24c0-6.627-5.373-12-12-12v1.5Zm.75 12V6.25h-1.5v7.25h1.5Zm-1.252 3.508a.53.53 0 0 1 .212-.412.475.475 0 0 1 .29-.095v1.5c.184 0 .408-.055.604-.2a.975.975 0 0 0 .394-.793h-1.5Zm.502-.507c.09 0 .189.023.284.093a.53.53 0 0 1 .214.414h-1.5c0 .346.167.625.397.794.198.146.423.2.605.2v-1.5Zm.498.507a.49.49 0 0 1-.05.209.525.525 0 0 1-.151.183.477.477 0 0 1-.297.101v-1.5c-.183 0-.414.054-.618.21a.99.99 0 0 0-.384.797h1.5Zm-.498.493a.483.483 0 0 1-.303-.103.524.524 0 0 1-.148-.182.476.476 0 0 1-.05-.208h1.5A.992.992 0 0 0 12 16.001v1.5Zm-.177.257h.346v-1.5h-.346v1.5Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 13.5V6.25m-.177 10.758h.346M23.25 12c0 6.213-5.037 11.25-11.25 11.25S.75 18.213.75 12 5.787.75 12 .75 23.25 5.787 23.25 12Zm-11.002 5.008c0 .183-.16.243-.248.243-.092 0-.252-.06-.252-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.718 4.985a.75.75 0 0 0 1.144-.97l-1.144.97ZM4 15.593a.75.75 0 0 0 0-1.5v1.5ZM2 1v.75V1Zm5.857 0v.75V1Zm.763.353-.572.485.572-.485Zm-6.87 12.49V2H.25v11.843h1.5ZM2 1.75h5.857V.25H2v1.5Zm6.048.088 2.67 3.147 1.144-.97L9.192.868l-1.144.97ZM2 15.593h2v-1.5H2v1.5ZM1.75 2A.25.25 0 0 1 2 1.75V.25A1.75 1.75 0 0 0 .25 2h1.5ZM.25 13.843c0 .966.784 1.75 1.75 1.75v-1.5a.25.25 0 0 1-.25-.25H.25ZM7.857 1.75a.25.25 0 0 1 .19.088l1.144-.97A1.75 1.75 0 0 0 7.857.25v1.5ZM5.497 13c.983 0 1.535-.625 1.535-1.646V8.07h-.951v3.3c0 .548-.21.798-.578.798-.349 0-.609-.216-.609-.73H4C4 12.466 4.514 13 5.497 13Zm4.3-4.93h-1.77v4.86h.952v-1.874h.818c.958 0 1.516-.55 1.516-1.493 0-.945-.558-1.494-1.516-1.494Zm-.152 2.152H8.98v-1.32h.666c.482 0 .704.21.704.66 0 .452-.222.66-.704.66Zm6.345.077h-2.214v.833h1.262c-.013.667-.406.965-1.021.965-.698 0-1.225-.687-1.225-1.597 0-.91.527-1.597 1.225-1.597.716 0 .983.534 1.04.757l.786-.396C15.621 8.486 14.987 8 14.03 8c-1.294 0-2.207 1.035-2.207 2.5s.913 2.5 2.207 2.5c1.263 0 2.075-.896 1.96-2.701Z" fill="#000"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 23H2.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10.036a1 1 0 0 1 .764.354l4.963 5.866a1 1 0 0 1 .237.646V9" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.245 19c1.475 0 2.303-.875 2.303-2.304v-4.599H9.121v4.618c0 .768-.314 1.118-.866 1.118-.523 0-.913-.301-.913-1.02H6C6 18.25 6.77 19 8.245 19Zm6.451-6.903h-2.655v6.806h1.428v-2.625h1.227c1.437 0 2.274-.768 2.274-2.09 0-1.323-.837-2.09-2.274-2.09Zm-.228 3.014h-1v-1.847h1c.723 0 1.056.292 1.056.924 0 .631-.333.923-1.056.923Zm9.516.107h-3.32v1.167h1.893c-.02.933-.61 1.351-1.532 1.351-1.047 0-1.836-.962-1.836-2.236 0-1.274.79-2.236 1.836-2.236 1.075 0 1.475.748 1.56 1.06l1.18-.555C23.432 12.681 22.481 12 21.044 12c-1.941 0-3.311 1.449-3.311 3.5s1.37 3.5 3.31 3.5c1.894 0 3.112-1.254 2.941-3.782Z" fill="#000"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.718 4.985a.75.75 0 0 0 1.144-.97l-1.144.97ZM4 15.593a.75.75 0 0 0 0-1.5v1.5ZM2 1v.75V1Zm5.857 0v.75V1Zm.763.353-.572.485.572-.485Zm-6.87 12.49V2H.25v11.843h1.5ZM2 1.75h5.857V.25H2v1.5Zm6.048.088 2.67 3.147 1.144-.97L9.192.868l-1.144.97ZM2 15.593h2v-1.5H2v1.5ZM1.75 2A.25.25 0 0 1 2 1.75V.25A1.75 1.75 0 0 0 .25 2h1.5ZM.25 13.843c0 .966.784 1.75 1.75 1.75v-1.5a.25.25 0 0 1-.25-.25H.25ZM7.857 1.75a.25.25 0 0 1 .19.088l1.144-.97A1.75 1.75 0 0 0 7.857.25v1.5ZM5.698 8.07H4v4.86h.913v-1.874h.785c.919 0 1.455-.55 1.455-1.493 0-.945-.536-1.494-1.455-1.494Zm-.146 2.152h-.64v-1.32h.64c.463 0 .676.21.676.66 0 .452-.213.66-.676.66Zm4.76-2.152v2.944L8.347 8.069h-.585v4.862h.828v-2.855l1.966 2.855h.584V8.069h-.828Zm5.678 2.229h-2.124v.833h1.21c-.011.667-.389.965-.979.965-.67 0-1.175-.687-1.175-1.597 0-.91.505-1.597 1.175-1.597.688 0 .943.534.998.757l.755-.396C15.637 8.486 15.028 8 14.11 8c-1.242 0-2.119 1.035-2.119 2.5s.877 2.5 2.118 2.5c1.211 0 1.99-.896 1.88-2.701Z" fill="#000"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 23H2.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10.036a1 1 0 0 1 .764.354l4.963 5.866a1 1 0 0 1 .237.646V9" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.472 12.097H6v6.806h1.33v-2.625h1.142c1.338 0 2.118-.768 2.118-2.09 0-1.323-.78-2.09-2.118-2.09Zm-.213 3.014h-.93v-1.847h.93c.674 0 .984.292.984.924 0 .631-.31.923-.984.923Zm6.931-3.014v4.122l-2.862-4.122h-.85v6.806h1.204v-3.996l2.862 3.996h.85v-6.806H15.19Zm8.265 3.121h-3.092v1.167h1.763c-.018.933-.567 1.351-1.427 1.351-.974 0-1.71-.962-1.71-2.236 0-1.274.736-2.236 1.71-2.236 1.002 0 1.374.748 1.454 1.06l1.098-.555C22.941 12.681 22.055 12 20.717 12c-1.807 0-3.083 1.449-3.083 3.5S18.91 19 20.717 19c1.763 0 2.898-1.254 2.738-3.782Z" fill="#000"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.362 2.7c-2.18.01-4.328 1.112-5.057 2.61a.997.997 0 0 0 .22 1.13L5.27 8.185m1.772 3.934c5.888-1.04 9.778-4.076 9.11-10.39a1.002 1.002 0 0 0-.882-.882C8.957.18 5.921 4.07 4.881 9.957m2.162 2.162-1.705 3.826a.51.51 0 0 1-.94-.069l-.597-2.679-2.679-.597a.51.51 0 0 1-.069-.94l3.828-1.703m2.162 2.162L4.881 9.957m9.42-1.319c-.012 2.18-1.113 4.328-2.61 5.057a.997.997 0 0 1-1.13-.219l-1.744-1.747" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.848 4.38a.773.773 0 1 1 0-1.547.773.773 0 0 1 0 1.546Z" fill="#000"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.8 3.555c-3.173.016-6.3 1.62-7.362 3.8-.253.56-.125 1.22.319 1.645L7.3 11.541m2.58 5.726c8.57-1.513 14.233-5.933 13.261-15.125A1.458 1.458 0 0 0 21.858.858C12.666-.114 8.246 5.55 6.733 14.12m3.147 3.147-2.483 5.57a.742.742 0 0 1-1.367-.1l-.87-3.9-3.9-.87a.742.742 0 0 1-.1-1.367l5.573-2.48m3.147 3.147L6.733 14.12m13.712-1.92c-.016 3.173-1.62 6.3-3.8 7.362a1.45 1.45 0 0 1-1.645-.32L12.462 16.7" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M17.625 3.5a1.125 1.125 0 1 1 0 2.25 1.125 1.125 0 0 1 0-2.25Z" fill="#000"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15 15h-3.702M1 15h3.703M8 8c-2.546-.946-3.987-2.811-4.397-5.534a1.458 1.458 0 0 1 .03-.545c.044-.177.121-.34.226-.48.104-.14.234-.25.38-.327A.985.985 0 0 1 4.703 1M8 8c2.546-.946 3.987-2.811 4.397-5.534a1.456 1.456 0 0 0-.03-.545 1.341 1.341 0 0 0-.226-.48 1.134 1.134 0 0 0-.38-.327.985.985 0 0 0-.463-.114M8 8c-2.546.947-3.987 2.812-4.397 5.535-.024.181-.014.367.03.544.044.177.121.34.226.48.105.14.234.25.38.327a.986.986 0 0 0 .464.114M8 8c2.546.947 3.987 2.812 4.397 5.535.024.181.014.367-.03.544a1.37 1.37 0 0 1-.226.48c-.104.14-.234.25-.38.327a.986.986 0 0 1-.463.114m0-14H4.702m6.594 0H15M4.703 1H1m3.703 14h6.594" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M15 15h-3.702M1 15h3.703M8 8c-2.546-.946-3.987-2.811-4.397-5.534a1.458 1.458 0 0 1 .03-.545c.044-.177.121-.34.226-.48.104-.14.234-.25.38-.327A.985.985 0 0 1 4.703 1M8 8c2.546-.946 3.987-2.811 4.397-5.534a1.456 1.456 0 0 0-.03-.545 1.341 1.341 0 0 0-.226-.48 1.134 1.134 0 0 0-.38-.327.985.985 0 0 0-.463-.114M8 8c-2.546.947-3.987 2.812-4.397 5.535-.024.181-.014.367.03.544.044.177.121.34.226.48.105.14.234.25.38.327a.986.986 0 0 0 .464.114M8 8c2.546.947 3.987 2.812 4.397 5.535.024.181.014.367-.03.544a1.37 1.37 0 0 1-.226.48c-.104.14-.234.25-.38.327a.986.986 0 0 1-.463.114m0-14H4.702m6.594 0H15M4.703 1H1m3.703 14h6.594" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.646 3.71h.347M4.733 1h6.534A3.733 3.733 0 0 1 15 4.733v6.534A3.733 3.733 0 0 1 11.267 15H4.733A3.733 3.733 0 0 1 1 11.267V4.733A3.733 3.733 0 0 1 4.733 1Zm6.378 7A3.111 3.111 0 1 1 4.89 8a3.111 3.111 0 0 1 6.222 0Zm.96-4.29c0 .182-.16.242-.248.242-.091 0-.251-.06-.251-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M11.646 3.71h.347M4.733 1h6.534A3.733 3.733 0 0 1 15 4.733v6.534A3.733 3.733 0 0 1 11.267 15H4.733A3.733 3.733 0 0 1 1 11.267V4.733A3.733 3.733 0 0 1 4.733 1Zm6.378 7A3.111 3.111 0 1 1 4.89 8a3.111 3.111 0 0 1 6.222 0Zm.96-4.29c0 .182-.16.242-.248.242-.091 0-.251-.06-.251-.243 0-.197.16-.257.252-.257.088 0 .248.06.248.257Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.974 14.667v.75a.75.75 0 0 0 .75-.75h-.75Zm-2.92 0h-.75c0 .415.335.75.75.75v-.75Zm0-8.512v-.75a.75.75 0 0 0-.75.75h.75Zm2.92 0h.75a.75.75 0 0 0-.75-.75v.75Zm5.172 8.512v.75a.75.75 0 0 0 .75-.75h-.75Zm-3.071 0h-.75c0 .415.336.75.75.75v-.75Zm0-8.512v-.75a.75.75 0 0 0-.75.75h.75Zm3.071 0h.75a.75.75 0 0 0-.75-.75v.75Zm0 .959h-.75a.75.75 0 0 0 1.236.571l-.486-.571Zm2.573-.965V5.4h-.01l.01.75Zm3.228 8.518v.75a.75.75 0 0 0 .75-.75h-.75Zm-3.228 0h-.75c0 .415.336.75.75.75v-.75Zm0-4.486-.75-.004v.004h.75Zm-1.286-1.296v.75-.75Zm-6.459 5.032h-2.92v1.5h2.92v-1.5Zm-2.17.75V6.155h-1.5v8.512h1.5Zm-.75-7.762h2.92v-1.5h-2.92v1.5Zm2.17-.75v8.512h1.5V6.155h-1.5Zm5.172 4.026v4.486h1.5v-4.486h-1.5Zm.75 3.736H6.075v1.5h3.071v-1.5Zm-2.321.75V6.155h-1.5v8.512h1.5Zm-.75-7.762h3.071v-1.5H6.075v1.5Zm2.321-.75v.959h1.5v-.959h-1.5Zm1.236 1.53a3.307 3.307 0 0 1 2.097-.786l-.02-1.5a4.807 4.807 0 0 0-3.048 1.143l.97 1.143Zm2.087-.786c.753 0 1.338.272 1.75.771.425.516.728 1.354.728 2.583h1.5c0-1.458-.359-2.673-1.07-3.537-.727-.88-1.755-1.317-2.908-1.317v1.5Zm2.478 3.354v4.414h1.5v-4.414h-1.5Zm.75 3.664h-3.228v1.5h3.228v-1.5Zm-2.478.75v-4.486h-1.5v4.486h1.5Zm-2.036-6.532c-1.124 0-2.037.947-2.037 2.046h1.5c0-.29.26-.546.537-.546v-1.5Zm2.036 2.05c.005-1.106-.912-2.05-2.036-2.05v1.5c.282 0 .537.257.536.542l1.5.007ZM3.153 2.758a.675.675 0 0 1-.675.675v1.5a2.175 2.175 0 0 0 2.175-2.175h-1.5Zm-.675.675a.675.675 0 0 1-.675-.675h-1.5c0 1.201.974 2.175 2.175 2.175v-1.5Zm-.675-.675c0-.373.302-.675.675-.675v-1.5A2.175 2.175 0 0 0 .303 2.759h1.5Zm.675-.675c.373 0 .675.302.675.675h1.5A2.175 2.175 0 0 0 2.478.584v1.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M3.974 14.667v.75a.75.75 0 0 0 .75-.75h-.75Zm-2.92 0h-.75c0 .415.335.75.75.75v-.75Zm0-8.512v-.75a.75.75 0 0 0-.75.75h.75Zm2.92 0h.75a.75.75 0 0 0-.75-.75v.75Zm5.172 8.512v.75a.75.75 0 0 0 .75-.75h-.75Zm-3.071 0h-.75c0 .415.336.75.75.75v-.75Zm0-8.512v-.75a.75.75 0 0 0-.75.75h.75Zm3.071 0h.75a.75.75 0 0 0-.75-.75v.75Zm0 .959h-.75a.75.75 0 0 0 1.236.571l-.486-.571Zm2.573-.965V5.4h-.01l.01.75Zm3.228 8.518v.75a.75.75 0 0 0 .75-.75h-.75Zm-3.228 0h-.75c0 .415.336.75.75.75v-.75Zm0-4.486-.75-.004v.004h.75Zm-1.286-1.296v.75-.75Zm-6.459 5.032h-2.92v1.5h2.92v-1.5Zm-2.17.75V6.155h-1.5v8.512h1.5Zm-.75-7.762h2.92v-1.5h-2.92v1.5Zm2.17-.75v8.512h1.5V6.155h-1.5Zm5.172 4.026v4.486h1.5v-4.486h-1.5Zm.75 3.736H6.075v1.5h3.071v-1.5Zm-2.321.75V6.155h-1.5v8.512h1.5Zm-.75-7.762h3.071v-1.5H6.075v1.5Zm2.321-.75v.959h1.5v-.959h-1.5Zm1.236 1.53a3.307 3.307 0 0 1 2.097-.786l-.02-1.5a4.807 4.807 0 0 0-3.048 1.143l.97 1.143Zm2.087-.786c.753 0 1.338.272 1.75.771.425.516.728 1.354.728 2.583h1.5c0-1.458-.359-2.673-1.07-3.537-.727-.88-1.755-1.317-2.908-1.317v1.5Zm2.478 3.354v4.414h1.5v-4.414h-1.5Zm.75 3.664h-3.228v1.5h3.228v-1.5Zm-2.478.75v-4.486h-1.5v4.486h1.5Zm-2.036-6.532c-1.124 0-2.037.947-2.037 2.046h1.5c0-.29.26-.546.537-.546v-1.5Zm2.036 2.05c.005-1.106-.912-2.05-2.036-2.05v1.5c.282 0 .537.257.536.542l1.5.007ZM3.153 2.758a.675.675 0 0 1-.675.675v1.5a2.175 2.175 0 0 0 2.175-2.175h-1.5Zm-.675.675a.675.675 0 0 1-.675-.675h-1.5c0 1.201.974 2.175 2.175 2.175v-1.5Zm-.675-.675c0-.373.302-.675.675-.675v-1.5A2.175 2.175 0 0 0 .303 2.759h1.5Zm.675-.675c.373 0 .675.302.675.675h1.5A2.175 2.175 0 0 0 2.478.584v1.5Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.619 22.75v.75a.75.75 0 0 0 .75-.75h-.75Zm-4.869 0H0c0 .414.336.75.75.75v-.75Zm0-13.99v-.75a.75.75 0 0 0-.75.75h.75Zm4.869 0h.75a.75.75 0 0 0-.75-.75v.75Zm7.964 13.99v.75a.75.75 0 0 0 .75-.75h-.75Zm-5.12 0h-.75c0 .414.337.75.75.75v-.75Zm0-13.99v-.75a.75.75 0 0 0-.75.75h.75Zm5.12 0h.75a.75.75 0 0 0-.75-.75v.75Zm0 1.597h-.75a.75.75 0 0 0 1.235.572l-.485-.572ZM17.87 8.75V8h-.01l.01.75Zm5.38 14v.75a.75.75 0 0 0 .75-.75h-.75Zm-5.38 0h-.75c0 .414.336.75.75.75v-.75Zm0-7.281-.75-.004v.004h.75Zm-2.143-2.16v.75-.75ZM5.619 22H.75v1.5h4.869V22Zm-4.119.75V8.76H0v13.99h1.5ZM.75 9.51h4.869v-1.5H.75v1.5Zm4.119-.75v13.99h1.5V8.76h-1.5Zm7.964 6.709v7.281h1.5v-7.281h-1.5Zm.75 6.531h-5.12v1.5h5.12V22Zm-4.37.75V8.76h-1.5v13.99h1.5Zm-.75-13.24h5.12v-1.5h-5.12v1.5Zm4.37-.75v1.597h1.5V8.76h-1.5Zm1.235 2.169a6.012 6.012 0 0 1 3.812-1.43L17.86 8a7.512 7.512 0 0 0-4.762 1.785l.97 1.144ZM17.87 9.5c1.388 0 2.511.508 3.302 1.467.805.976 1.328 2.497 1.328 4.622H24c0-2.354-.579-4.252-1.67-5.576C21.225 8.673 19.658 8 17.87 8v1.5Zm4.63 6.09v7.16H24v-7.16h-1.5Zm.75 6.41h-5.38v1.5h5.38V22Zm-4.63.75v-7.281h-1.5v7.281h1.5Zm-2.893-10.19c-1.591 0-2.894 1.347-2.894 2.909h1.5c0-.752.65-1.41 1.394-1.41v-1.5Zm2.893 2.912c.008-1.569-1.3-2.912-2.893-2.912v1.5c.75 0 1.397.657 1.393 1.405l1.5.007ZM4.75 3.625c0 .897-.728 1.625-1.625 1.625v1.5c1.726 0 3.125-1.4 3.125-3.125h-1.5ZM3.125 5.25A1.625 1.625 0 0 1 1.5 3.625H0C0 5.351 1.4 6.75 3.125 6.75v-1.5ZM1.5 3.625C1.5 2.728 2.228 2 3.125 2V.5A3.125 3.125 0 0 0 0 3.625h1.5ZM3.125 2c.897 0 1.625.728 1.625 1.625h1.5C6.25 1.899 4.85.5 3.125.5V2Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M5.619 22.75v.75a.75.75 0 0 0 .75-.75h-.75Zm-4.869 0H0c0 .414.336.75.75.75v-.75Zm0-13.99v-.75a.75.75 0 0 0-.75.75h.75Zm4.869 0h.75a.75.75 0 0 0-.75-.75v.75Zm7.964 13.99v.75a.75.75 0 0 0 .75-.75h-.75Zm-5.12 0h-.75c0 .414.337.75.75.75v-.75Zm0-13.99v-.75a.75.75 0 0 0-.75.75h.75Zm5.12 0h.75a.75.75 0 0 0-.75-.75v.75Zm0 1.597h-.75a.75.75 0 0 0 1.235.572l-.485-.572ZM17.87 8.75V8h-.01l.01.75Zm5.38 14v.75a.75.75 0 0 0 .75-.75h-.75Zm-5.38 0h-.75c0 .414.336.75.75.75v-.75Zm0-7.281-.75-.004v.004h.75Zm-2.143-2.16v.75-.75ZM5.619 22H.75v1.5h4.869V22Zm-4.119.75V8.76H0v13.99h1.5ZM.75 9.51h4.869v-1.5H.75v1.5Zm4.119-.75v13.99h1.5V8.76h-1.5Zm7.964 6.709v7.281h1.5v-7.281h-1.5Zm.75 6.531h-5.12v1.5h5.12V22Zm-4.37.75V8.76h-1.5v13.99h1.5Zm-.75-13.24h5.12v-1.5h-5.12v1.5Zm4.37-.75v1.597h1.5V8.76h-1.5Zm1.235 2.169a6.012 6.012 0 0 1 3.812-1.43L17.86 8a7.512 7.512 0 0 0-4.762 1.785l.97 1.144ZM17.87 9.5c1.388 0 2.511.508 3.302 1.467.805.976 1.328 2.497 1.328 4.622H24c0-2.354-.579-4.252-1.67-5.576C21.225 8.673 19.658 8 17.87 8v1.5Zm4.63 6.09v7.16H24v-7.16h-1.5Zm.75 6.41h-5.38v1.5h5.38V22Zm-4.63.75v-7.281h-1.5v7.281h1.5Zm-2.893-10.19c-1.591 0-2.894 1.347-2.894 2.909h1.5c0-.752.65-1.41 1.394-1.41v-1.5Zm2.893 2.912c.008-1.569-1.3-2.912-2.893-2.912v1.5c.75 0 1.397.657 1.393 1.405l1.5.007ZM4.75 3.625c0 .897-.728 1.625-1.625 1.625v1.5c1.726 0 3.125-1.4 3.125-3.125h-1.5ZM3.125 5.25A1.625 1.625 0 0 1 1.5 3.625H0C0 5.351 1.4 6.75 3.125 6.75v-1.5ZM1.5 3.625C1.5 2.728 2.228 2 3.125 2V.5A3.125 3.125 0 0 0 0 3.625h1.5ZM3.125 2c.897 0 1.625.728 1.625 1.625h1.5C6.25 1.899 4.85.5 3.125.5V2Z" fill="#000"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.03 10.97a.75.75 0 1 0-1.06 1.06l1.06-1.06Zm2.44 4.56a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-3.5-3.5 3.5 3.5 1.06-1.06-3.5-3.5-1.06 1.06Zm.098-5.62a4.66 4.66 0 0 1-4.659 4.658v1.5a6.16 6.16 0 0 0 6.16-6.159h-1.5ZM6.41 11.067A4.66 4.66 0 0 1 1.75 6.41H.25a6.16 6.16 0 0 0 6.16 6.16v-1.5ZM1.75 6.41a4.66 4.66 0 0 1 4.66-4.66V.25A6.16 6.16 0 0 0 .25 6.41h1.5Zm4.66-4.66a4.66 4.66 0 0 1 4.658 4.66h1.5A6.16 6.16 0 0 0 6.41.25v1.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.5 11.5 15 15m-3.182-8.59A5.41 5.41 0 1 1 1 6.41a5.41 5.41 0 0 1 10.818 0Z" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.03 16.97a.75.75 0 1 0-1.06 1.06l1.06-1.06Zm4.44 6.56a.75.75 0 1 0 1.06-1.06l-1.06 1.06Zm-5.5-5.5 5.5 5.5 1.06-1.06-5.5-5.5-1.06 1.06Zm.28-8.53a7.75 7.75 0 0 1-7.75 7.75v1.5a9.25 9.25 0 0 0 9.25-9.25h-1.5ZM9.5 17.25A7.75 7.75 0 0 1 1.75 9.5H.25a9.25 9.25 0 0 0 9.25 9.25v-1.5ZM1.75 9.5A7.75 7.75 0 0 1 9.5 1.75V.25A9.25 9.25 0 0 0 .25 9.5h1.5ZM9.5 1.75a7.75 7.75 0 0 1 7.75 7.75h1.5A9.25 9.25 0 0 0 9.5.25v1.5Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.5 17.5 23 23M18 9.5a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0Z" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m7.925 3.482-.5.558.5-.558ZM5.918 5.844a.75.75 0 1 0 1.491.165l-1.49-.165Zm1.55-.18a.75.75 0 1 0-1.464-.332l1.463.332Zm.855-.226a.75.75 0 0 0 1.433-.443l-1.433.443Zm5.14 0a.75.75 0 0 0 1.433-.443l-1.433.443Zm-9.129 5.409a.75.75 0 0 0 .332-1.463l-.332 1.463ZM15 12h-.75.75Zm0-1.288h.75H15ZM2.25 6.355A3.105 3.105 0 0 1 5.355 3.25v-1.5A4.605 4.605 0 0 0 .75 6.355h1.5ZM5.355 3.25c.796 0 1.52.298 2.07.79l1-1.117a4.59 4.59 0 0 0-3.07-1.173v1.5Zm3.07.79a3.09 3.09 0 0 1 2.07-.79v-1.5a4.59 4.59 0 0 0-3.07 1.173l1 1.117ZM7.41 6.01c.013-.118.033-.233.058-.346l-1.463-.332a4.595 4.595 0 0 0-.086.512l1.491.165Zm.016-1.97c.416.372.73.854.898 1.398l1.433-.443a4.607 4.607 0 0 0-1.33-2.072L7.424 4.04Zm3.07-.79c1.395 0 2.576.92 2.968 2.188l1.433-.443a4.607 4.607 0 0 0-4.4-3.245v1.5Zm-5.83 6.134A3.107 3.107 0 0 1 2.25 6.355H.75a4.607 4.607 0 0 0 3.584 4.492l.332-1.463Zm3.803-.882H14v-1.5H8.468v1.5ZM14 12.25H8.468v1.5H14v-1.5ZM8.218 12v-1.288h-1.5V12h1.5Zm0-1.288v-1.96h-1.5v1.96h1.5Zm6.032-1.96v1.96h1.5v-1.96h-1.5Zm0 1.96V12h1.5v-1.288h-1.5Zm-6.782.75H15v-1.5H7.468v1.5Zm1 .788a.25.25 0 0 1-.25-.25h-1.5c0 .966.784 1.75 1.75 1.75v-1.5ZM14 13.75A1.75 1.75 0 0 0 15.75 12h-1.5a.25.25 0 0 1-.25.25v1.5Zm0-5.248a.25.25 0 0 1 .25.25h1.5A1.75 1.75 0 0 0 14 7.002v1.5Zm-5.532-1.5a1.75 1.75 0 0 0-1.75 1.75h1.5a.25.25 0 0 1 .25-.25v-1.5Z" fill="#000"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.925 3.482A3.855 3.855 0 1 0 4.5 10.115m3.425-6.633a3.857 3.857 0 0 1 6.254 1.735M7.925 3.481c.515.46.905 1.058 1.114 1.734m-2.375.71c.016-.145.04-.288.072-.428m.732 5.214V12a1 1 0 0 0 1 1H14a1 1 0 0 0 1-1v-1.288m-7.532 0v-1.96a1 1 0 0 1 1-1H14a1 1 0 0 1 1 1v1.96m-7.532 0H15" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.945 19.48a.75.75 0 0 0 .11-1.496l-.11 1.496Zm6.49-8.37a.75.75 0 1 0 1.483-.22l-1.483.22Zm-4.353-.22a.75.75 0 0 0 1.483.22l-1.483-.22Zm2.067-1.607a.75.75 0 0 0-1.337-.68l1.337.68Zm11.286 1.827a.75.75 0 1 0 1.483-.22l-1.483.22ZM1.5 12a6 6 0 0 1 6-6V4.5A7.5 7.5 0 0 0 0 12h1.5Zm6-6c1.537 0 2.938.577 4 1.528l1-1.118a7.475 7.475 0 0 0-5-1.91V6Zm5 1.528A5.975 5.975 0 0 1 16.5 6V4.5c-1.92 0-3.674.723-5 1.91l1 1.118ZM7.055 17.984A6 6 0 0 1 1.5 12H0a7.5 7.5 0 0 0 6.945 7.48l.11-1.496ZM11.5 7.528a5.988 5.988 0 0 1 1.935 3.582l1.483-.22A7.488 7.488 0 0 0 12.5 6.41l-1 1.118Zm-.935 3.582a5.953 5.953 0 0 1 .584-1.827l-1.337-.68a7.453 7.453 0 0 0-.73 2.287l1.483.22ZM16.5 6a6.002 6.002 0 0 1 5.935 5.11l1.483-.22A7.502 7.502 0 0 0 16.5 4.5V6Zm-5.25 9h11v-1.5h-11V15Zm11 7.5h-11V24h11v-1.5ZM11 22.25v-2.5H9.5v2.5H11Zm0-2.5v-4.5H9.5v4.5H11Zm11.5-4.5v4.5H24v-4.5h-1.5Zm0 4.5v2.5H24v-2.5h-1.5Zm-12.25.75h13V19h-13v1.5Zm1 2a.25.25 0 0 1-.25-.25H9.5c0 .966.784 1.75 1.75 1.75v-1.5Zm11 1.5A1.75 1.75 0 0 0 24 22.25h-1.5a.25.25 0 0 1-.25.25V24Zm0-9a.25.25 0 0 1 .25.25H24a1.75 1.75 0 0 0-1.75-1.75V15Zm-11-1.5a1.75 1.75 0 0 0-1.75 1.75H11a.25.25 0 0 1 .25-.25v-1.5Z" fill="#000"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 6.969a6.75 6.75 0 1 0-5 11.763m5-11.763A6.752 6.752 0 0 1 23.176 11M12 6.969A6.738 6.738 0 0 1 14.176 11m-4.352 0a6.7 6.7 0 0 1 .656-2.057m-.23 10.807v2.5a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-2.5m-13 0v-4.5a1 1 0 0 1 1-1h11a1 1 0 0 1 1 1v4.5m-13 0h13" stroke="#000" stroke-width="1.5" stroke-linecap="round"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.125 4.2v9.025c0 .787-.638 1.425-1.425 1.425m0 0a1.425 1.425 0 0 1-1.425-1.425V2.3a.95.95 0 0 0-.95-.95h-9.5a.95.95 0 0 0-.95.95v10.925c0 .787.638 1.425 1.425 1.425h11.4ZM3.25 11.53H9.9M3.725 8.263h5.7c.262 0 .475-.186.475-.415V4.14c0-.228-.213-.414-.475-.414h-5.7c-.262 0-.475.186-.475.414v3.71c0 .228.213.414.475.414Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M15.125 4.2v9.025c0 .787-.638 1.425-1.425 1.425m0 0a1.425 1.425 0 0 1-1.425-1.425V2.3a.95.95 0 0 0-.95-.95h-9.5a.95.95 0 0 0-.95.95v10.925c0 .787.638 1.425 1.425 1.425h11.4ZM3.25 11.53H9.9M3.725 8.263h5.7c.262 0 .475-.186.475-.415V4.14c0-.228-.213-.414-.475-.414h-5.7c-.262 0-.475.186-.475.414v3.71c0 .228.213.414.475.414Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23.25 6v14.25A2.25 2.25 0 0 1 21 22.5m0 0a2.25 2.25 0 0 1-2.25-2.25V3a1.5 1.5 0 0 0-1.5-1.5h-15A1.5 1.5 0 0 0 .75 3v17.25A2.25 2.25 0 0 0 3 22.5h18ZM4.5 15H15M4.5 18h6m-5.25-6.75h9a.75.75 0 0 0 .75-.75V6a.75.75 0 0 0-.75-.75h-9A.75.75 0 0 0 4.5 6v4.5c0 .414.336.75.75.75Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M23.25 6v14.25A2.25 2.25 0 0 1 21 22.5m0 0a2.25 2.25 0 0 1-2.25-2.25V3a1.5 1.5 0 0 0-1.5-1.5h-15A1.5 1.5 0 0 0 .75 3v17.25A2.25 2.25 0 0 0 3 22.5h18ZM4.5 15H15M4.5 18h6m-5.25-6.75h9a.75.75 0 0 0 .75-.75V6a.75.75 0 0 0-.75-.75h-9A.75.75 0 0 0 4.5 6v4.5c0 .414.336.75.75.75Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 13.85V3.015M8 13.85s-1.529-1.695-6.689-1.765A.32.32 0 0 1 1 11.762V1.573c0-.086.034-.169.095-.23a.315.315 0 0 1 .227-.093C6.472 1.318 8 3.015 8 3.015M8 13.85s1.529-1.695 6.689-1.765a.32.32 0 0 0 .311-.323V1.573a.325.325 0 0 0-.095-.23.315.315 0 0 0-.227-.093C9.528 1.318 8 3.015 8 3.015M6 7c-1.059-.356-1.886-.537-3-.617M6 9.65c-1.059-.356-1.886-.577-3-.656M10 7c1.059-.356 1.886-.42 3-.5m-3 3.15c1.059-.356 1.886-.577 3-.656" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22.125V4.712m0 17.413S9.543 19.4 1.25 19.288a.515.515 0 0 1-.5-.519V2.394c0-.138.054-.271.152-.369a.506.506 0 0 1 .366-.15C9.545 1.985 12 4.712 12 4.712m0 17.413s2.457-2.725 10.75-2.837a.515.515 0 0 0 .5-.519V2.394a.522.522 0 0 0-.152-.369.506.506 0 0 0-.366-.15C14.455 1.985 12 4.712 12 4.712M9 11.18a21.265 21.265 0 0 0-5.26-1.055M9 15.375a21.256 21.256 0 0 0-5.26-1.055M15 11.18a21.264 21.264 0 0 1 5.26-1.055M15 15.375a21.255 21.255 0 0 1 5.26-1.055" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.894 14.459c.687.4 1.433.61 2.233.522 1.075-.117 1.814-.742 2.541-1.47a1.16 1.16 0 0 0 0-1.623l-2.03-2.03a1.16 1.16 0 0 0-1.623 0 1.16 1.16 0 0 1-1.624 0L6.144 6.61a1.16 1.16 0 0 1 0-1.624 1.164 1.164 0 0 0 0-1.623l-2.03-2.032a1.16 1.16 0 0 0-1.624 0c-.727.728-1.352 1.467-1.47 2.542-.084.767.093 1.587.523 2.233a31.082 31.082 0 0 0 8.351 8.353Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M9.894 14.459c.687.4 1.433.61 2.233.522 1.075-.117 1.814-.742 2.541-1.47a1.16 1.16 0 0 0 0-1.623l-2.03-2.03a1.16 1.16 0 0 0-1.623 0 1.16 1.16 0 0 1-1.624 0L6.144 6.61a1.16 1.16 0 0 1 0-1.624 1.164 1.164 0 0 0 0-1.623l-2.03-2.032a1.16 1.16 0 0 0-1.624 0c-.727.728-1.352 1.467-1.47 2.542-.084.767.093 1.587.523 2.233a31.082 31.082 0 0 0 8.351 8.353Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.977 22.15c1.079.629 2.252.959 3.508.82 1.69-.184 2.85-1.165 3.994-2.31a1.823 1.823 0 0 0 0-2.551l-3.19-3.188a1.823 1.823 0 0 0-2.551 0 1.822 1.822 0 0 1-2.551 0L9.083 9.816a1.824 1.824 0 0 1 0-2.552c.687-.686.694-1.857 0-2.55L5.894 1.52a1.824 1.824 0 0 0-2.552 0c-1.144 1.144-2.124 2.305-2.31 3.994-.132 1.205.145 2.493.821 3.508A48.842 48.842 0 0 0 14.977 22.15Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M14.977 22.15c1.079.629 2.252.959 3.508.82 1.69-.184 2.85-1.165 3.994-2.31a1.823 1.823 0 0 0 0-2.551l-3.19-3.188a1.823 1.823 0 0 0-2.551 0 1.822 1.822 0 0 1-2.551 0L9.083 9.816a1.824 1.824 0 0 1 0-2.552c.687-.686.694-1.857 0-2.55L5.894 1.52a1.824 1.824 0 0 0-2.552 0c-1.144 1.144-2.124 2.305-2.31 3.994-.132 1.205.145 2.493.821 3.508A48.842 48.842 0 0 0 14.977 22.15Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3.545 11.182 2.186-2.686c.314-.386.907-.464 1.326-.175a.93.93 0 0 1 .101.082L7.807 9 9.89 6.44c.314-.386.907-.464 1.326-.175.072.05.136.109.19.175l1.685 2.071M1 11.181h14M4.095 4.247h.346M1.933 15A.933.933 0 0 1 1 14.067V1.933C1 1.418 1.418 1 1.933 1h12.134c.515 0 .933.418.933.933v12.134a.933.933 0 0 1-.933.933H1.933ZM4.521 4.246c0 .184-.16.244-.249.244-.091 0-.251-.06-.251-.244 0-.196.16-.256.251-.256.089 0 .249.06.249.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m3.545 11.182 2.186-2.686c.314-.386.907-.464 1.326-.175a.93.93 0 0 1 .101.082L7.807 9 9.89 6.44c.314-.386.907-.464 1.326-.175.072.05.136.109.19.175l1.685 2.071M1 11.181h14M4.095 4.247h.346M1.933 15A.933.933 0 0 1 1 14.067V1.933C1 1.418 1.418 1 1.933 1h12.134c.515 0 .933.418.933.933v12.134a.933.933 0 0 1-.933.933H1.933ZM4.521 4.246c0 .184-.16.244-.249.244-.091 0-.251-.06-.251-.244 0-.196.16-.256.251-.256.089 0 .249.06.249.256Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m5 17 3.435-4.22c.492-.606 1.425-.73 2.083-.275.056.039.11.081.16.127l1.018.94 3.274-4.023c.493-.606 1.426-.73 2.084-.275.112.078.213.17.297.275L20 12.804M1 17h22M2.467 23C1.657 23 1 22.343 1 21.533V2.467C1 1.657 1.657 1 2.467 1h19.066C22.343 1 23 1.657 23 2.467v19.066c0 .81-.657 1.467-1.467 1.467H2.467ZM7.56 5.44a1.5 1.5 0 1 1-2.122 2.12A1.5 1.5 0 0 1 7.56 5.44Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m5 17 3.435-4.22c.492-.606 1.425-.73 2.083-.275.056.039.11.081.16.127l1.018.94 3.274-4.023c.493-.606 1.426-.73 2.084-.275.112.078.213.17.297.275L20 12.804M1 17h22M2.467 23C1.657 23 1 22.343 1 21.533V2.467C1 1.657 1.657 1 2.467 1h19.066C22.343 1 23 1.657 23 2.467v19.066c0 .81-.657 1.467-1.467 1.467H2.467ZM7.56 5.44a1.5 1.5 0 1 1-2.122 2.12A1.5 1.5 0 0 1 7.56 5.44Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1 14.999 4.984-4.982m0 0L3.427 7.46a.947.947 0 0 1 .187-1.466 4.683 4.683 0 0 1 3.449-.505l2.586-4.065a.948.948 0 0 1 1.448-.158l3.637 3.637a.948.948 0 0 1-.159 1.448l-4.064 2.586a4.682 4.682 0 0 1-.504 3.45c-.3.51-1.042.612-1.467.186l-2.556-2.556Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m1 14.999 4.984-4.982m0 0L3.427 7.46a.947.947 0 0 1 .187-1.466 4.683 4.683 0 0 1 3.449-.505l2.586-4.065a.948.948 0 0 1 1.448-.158l3.637 3.637a.948.948 0 0 1-.159 1.448l-4.064 2.586a4.682 4.682 0 0 1-.504 3.45c-.3.51-1.042.612-1.467.186l-2.556-2.556Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m1 22.998 7.831-7.83m0 0-4.017-4.016c-.67-.668-.51-1.834.294-2.305a7.358 7.358 0 0 1 5.419-.792l4.065-6.388c.495-.78 1.631-.893 2.275-.25l5.716 5.716c.652.653.517 1.787-.25 2.276l-6.388 4.064a7.359 7.359 0 0 1-.792 5.42c-.471.803-1.637.963-2.305.293l-4.017-4.017Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="m1 22.998 7.831-7.83m0 0-4.017-4.016c-.67-.668-.51-1.834.294-2.305a7.358 7.358 0 0 1 5.419-.792l4.065-6.388c.495-.78 1.631-.893 2.275-.25l5.716 5.716c.652.653.517 1.787-.25 2.276l-6.388 4.064a7.359 7.359 0 0 1-.792 5.42c-.471.803-1.637.963-2.305.293l-4.017-4.017Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>
@@ -1 +1 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 2.02v11.96c0 .752.831 1.26 1.488.903l10.995-5.98c.68-.37.699-1.427 0-1.808L2.988 1.115C2.345.766 1.5 1.252 1.5 2.02Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#a)"><path d="M1.5 2.02v11.96c0 .752.831 1.26 1.488.903l10.995-5.98c.68-.37.699-1.427 0-1.808L2.988 1.115C2.345.766 1.5 1.252 1.5 2.02Z" stroke="#000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h16v16H0z"/></clipPath></defs></svg>