welcome-ui 1.0.0-beta.3 → 1.0.0-beta.5

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 (733) hide show
  1. package/dist/AXB53BZF-BxNazDnS.mjs +25 -0
  2. package/dist/AXB53BZF-KWM2jKTz.js +1 -0
  3. package/dist/Accordion.js +16 -30
  4. package/dist/Accordion.mjs +28 -515
  5. package/dist/Alert.js +37 -1
  6. package/dist/Alert.mjs +118 -5
  7. package/dist/AspectRatio.mjs +7 -7
  8. package/dist/Avatar.js +3 -3
  9. package/dist/Avatar.mjs +16 -15
  10. package/dist/BYC7LY2E-BAjGN7k_.mjs +1074 -0
  11. package/dist/BYC7LY2E-BkAEL2VD.js +1 -0
  12. package/dist/Badge.js +3 -3
  13. package/dist/Badge.mjs +10 -10
  14. package/dist/Breadcrumb.js +1 -54
  15. package/dist/Breadcrumb.mjs +8 -437
  16. package/dist/Button.js +78 -0
  17. package/dist/Button.mjs +136 -0
  18. package/dist/ButtonGroup.js +32 -0
  19. package/dist/ButtonGroup.mjs +51 -0
  20. package/dist/Card.js +17 -0
  21. package/dist/Card.mjs +29 -0
  22. package/dist/Checkbox.js +1 -0
  23. package/dist/Checkbox.mjs +6 -0
  24. package/dist/ClearButton.js +14 -0
  25. package/dist/ClearButton.mjs +27 -0
  26. package/dist/CloseButton.js +6 -0
  27. package/dist/CloseButton.mjs +16 -0
  28. package/dist/CustomInput-DUq7mNvC.mjs +7826 -0
  29. package/dist/CustomInput-NV_j0IWq.js +1070 -0
  30. package/dist/DatePicker.js +1 -0
  31. package/dist/DatePicker.mjs +108 -0
  32. package/dist/DateTimePicker.js +38 -0
  33. package/dist/DateTimePicker.mjs +109 -0
  34. package/dist/DateTimePickerCommon.js +1 -0
  35. package/dist/DateTimePickerCommon.mjs +14 -0
  36. package/dist/Drawer.js +1 -0
  37. package/dist/Drawer.mjs +12 -0
  38. package/dist/DropdownMenu.js +45 -0
  39. package/dist/DropdownMenu.mjs +776 -0
  40. package/dist/Field.js +72 -0
  41. package/dist/Field.mjs +177 -0
  42. package/dist/FieldGroup.js +13 -0
  43. package/dist/FieldGroup.mjs +26 -0
  44. package/dist/FileDrop.js +1 -0
  45. package/dist/FileDrop.mjs +10 -0
  46. package/dist/FileUpload.js +3 -0
  47. package/dist/FileUpload.mjs +88 -0
  48. package/dist/Grid.js +1 -0
  49. package/dist/Grid.mjs +57 -0
  50. package/dist/Hint.js +8 -0
  51. package/dist/Hint.mjs +22 -0
  52. package/dist/ITI7HKP4-BPa8qpnl.js +1 -0
  53. package/dist/ITI7HKP4-Couz1Z73.mjs +473 -0
  54. package/dist/Icon.js +17 -0
  55. package/dist/Icon.mjs +51 -0
  56. package/dist/IconFont.js +17 -0
  57. package/dist/IconFont.mjs +348 -0
  58. package/dist/InputText.js +8 -0
  59. package/dist/InputText.mjs +81 -0
  60. package/dist/JC64G2H7-CQsqXPS_.mjs +965 -0
  61. package/dist/JC64G2H7-YkBMNrtl.js +1 -0
  62. package/dist/KUU7WJ55-DN8gk6_R.js +1 -0
  63. package/dist/KUU7WJ55-bC4FU_j7.mjs +61 -0
  64. package/dist/LVA2YJMS-B2HZjIhJ.js +14 -0
  65. package/dist/LVA2YJMS-Dm5ieEMw.mjs +1479 -0
  66. package/dist/Label.js +1 -0
  67. package/dist/Label.mjs +10 -0
  68. package/dist/Link.js +43 -0
  69. package/dist/Link.mjs +78 -0
  70. package/dist/Loader.js +30 -0
  71. package/dist/Loader.mjs +48 -0
  72. package/dist/Logo.js +1 -0
  73. package/dist/Logo.mjs +8 -0
  74. package/dist/MTZPJQMC-5Xg78Uyy.js +1 -0
  75. package/dist/MTZPJQMC-DZ3zg4be.mjs +13 -0
  76. package/dist/Modal.js +181 -0
  77. package/dist/Modal.mjs +365 -0
  78. package/dist/NLEBE274-DvH3XTTw.js +1 -0
  79. package/dist/NLEBE274-FThuwZH_.mjs +84 -0
  80. package/dist/P2CTZE2T-5jxBu6ix.mjs +297 -0
  81. package/dist/P2CTZE2T-q8vyaGc0.js +1 -0
  82. package/dist/P4IRICAX-DF0_vmod.mjs +37 -0
  83. package/dist/P4IRICAX-nhgZ26A1.js +1 -0
  84. package/dist/Pagination.js +46 -0
  85. package/dist/Pagination.mjs +160 -0
  86. package/dist/PasswordInput.js +1 -0
  87. package/dist/PasswordInput.mjs +7 -0
  88. package/dist/Picker.js +8 -0
  89. package/dist/Picker.mjs +50 -0
  90. package/dist/Popover.js +1 -0
  91. package/dist/Popover.mjs +8 -0
  92. package/dist/QYJ6MIDR-CRK3satR.js +1 -0
  93. package/dist/QYJ6MIDR-Cy39pEs2.mjs +97 -0
  94. package/dist/Radio.js +60 -0
  95. package/dist/Radio.mjs +118 -0
  96. package/dist/RadioGroup.js +8 -0
  97. package/dist/RadioGroup.mjs +68 -0
  98. package/dist/RadioTab.js +61 -0
  99. package/dist/RadioTab.mjs +104 -0
  100. package/dist/SYRFVSLH-BpAfr7UE.js +1 -0
  101. package/dist/SYRFVSLH-DyepaZf7.mjs +48 -0
  102. package/dist/Search.js +70 -0
  103. package/dist/Search.mjs +225 -0
  104. package/dist/Select.js +1 -0
  105. package/dist/Select.mjs +12 -0
  106. package/dist/Shape.js +23 -0
  107. package/dist/Shape.mjs +37 -0
  108. package/dist/Slider.js +190 -0
  109. package/dist/Slider.mjs +531 -0
  110. package/dist/Stack.js +1 -0
  111. package/dist/Stack.mjs +32 -0
  112. package/dist/Swiper.js +141 -0
  113. package/dist/Swiper.mjs +448 -0
  114. package/dist/System.js +1 -1
  115. package/dist/System.mjs +5 -5
  116. package/dist/Table.js +55 -0
  117. package/dist/Table.mjs +75 -0
  118. package/dist/Tabs.js +82 -0
  119. package/dist/Tabs.mjs +539 -0
  120. package/dist/Tag.js +78 -0
  121. package/dist/Tag.mjs +135 -0
  122. package/dist/Text.js +46 -0
  123. package/dist/Text.mjs +97 -0
  124. package/dist/Textarea.js +6 -0
  125. package/dist/Textarea.mjs +55 -0
  126. package/dist/TimePicker.js +4 -0
  127. package/dist/TimePicker.mjs +88 -0
  128. package/dist/Toast.js +42 -0
  129. package/dist/Toast.mjs +264 -0
  130. package/dist/Toggle.js +75 -0
  131. package/dist/Toggle.mjs +93 -0
  132. package/dist/Tooltip.js +68 -0
  133. package/dist/Tooltip.mjs +303 -0
  134. package/dist/UniversalLink.js +4 -0
  135. package/dist/UniversalLink.mjs +25 -0
  136. package/dist/VEVQD5MH-De4r89YE.mjs +20 -0
  137. package/dist/VEVQD5MH-mN1wMozH.js +1 -0
  138. package/dist/VGCJ63VH-BNLwLOaC.js +1 -0
  139. package/dist/VGCJ63VH-fv0YLRh8.mjs +186 -0
  140. package/dist/VariantIcon.js +1 -0
  141. package/dist/VariantIcon.mjs +7 -0
  142. package/dist/Welcome-BNr4uu5n.mjs +48 -0
  143. package/dist/Welcome-Dw9OaREs.js +3 -0
  144. package/dist/WelcomeLoader.js +11 -0
  145. package/dist/WelcomeLoader.mjs +9453 -0
  146. package/dist/WuiProvider.js +10 -8
  147. package/dist/WuiProvider.mjs +4 -2
  148. package/dist/X5NMLKT6-BzhcQu_I.js +1 -0
  149. package/dist/X5NMLKT6-DGZEtYXj.mjs +25 -0
  150. package/dist/YV4JVR4I-1ezWeCCz.mjs +341 -0
  151. package/dist/YV4JVR4I-DIthYWMj.js +15 -0
  152. package/dist/_commonjsHelpers-CXJ7dpIk.mjs +9 -0
  153. package/dist/_commonjsHelpers-DvH0V_XJ.js +1 -0
  154. package/dist/create-event-YSlay9Ef.js +1 -0
  155. package/dist/create-event-rXDe5aCQ.mjs +8 -0
  156. package/dist/downshift.esm-DAo-GJwH.js +1 -0
  157. package/dist/downshift.esm-K4YLLQXl.mjs +1085 -0
  158. package/dist/field-styles-CeV7pnOp.mjs +86 -0
  159. package/dist/field-styles-D_gf6ypV.js +63 -0
  160. package/dist/fonts/welcome-icon-font.css +915 -0
  161. package/dist/fonts/welcome-icon-font.svg +1806 -0
  162. package/dist/fonts/welcome-icon-font.ttf +0 -0
  163. package/dist/fonts/welcome-icon-font.woff +0 -0
  164. package/dist/fonts/welcome-icon-font.woff2 +0 -0
  165. package/dist/get-max-width-height-CDLBnp_J.js +1 -0
  166. package/dist/get-max-width-height-DoUro2T7.mjs +8 -0
  167. package/dist/hide-focus-rings-root-BNyva1yb.mjs +14 -0
  168. package/dist/hide-focus-rings-root-DGU4Klq5.js +5 -0
  169. package/dist/index-BAD1dszB.js +1 -0
  170. package/dist/index-BHi0wohR.js +142 -0
  171. package/dist/index-BLom3M2B.js +2 -0
  172. package/dist/index-BNwz4P5j.js +1 -0
  173. package/dist/index-BPNky7_R.js +64 -0
  174. package/dist/index-BPeIa2mR.js +1 -0
  175. package/dist/index-BRDOakbf.mjs +11 -0
  176. package/dist/{index-WmqrMIzg.mjs → index-BYdkhqH4.mjs} +6344 -6386
  177. package/dist/index-BZq8PyIk.js +46 -0
  178. package/dist/index-Bn9aiaUQ.mjs +193 -0
  179. package/dist/index-BpRjq7lj.mjs +11 -0
  180. package/dist/index-BxWjuyQw.js +1 -0
  181. package/dist/index-C1FV1q-F.js +1 -0
  182. package/dist/index-C7zM96J_.mjs +11 -0
  183. package/dist/index-CGZVoNIN.mjs +1077 -0
  184. package/dist/index-CQ1IPLlk.mjs +64 -0
  185. package/dist/index-C_r0bVmL.js +56 -0
  186. package/dist/index-CiYwvMF0.js +8 -0
  187. package/dist/index-D3Tnfi3U.mjs +83 -0
  188. package/dist/index-DCOLdphy.mjs +184 -0
  189. package/dist/index-DG4lwZUW.mjs +272 -0
  190. package/dist/index-DHCyCfRv.js +35 -0
  191. package/dist/index-DPMCsVtB.js +54 -0
  192. package/dist/index-DRa_xux4.mjs +57 -0
  193. package/dist/index-DqBUFsqP.mjs +11 -0
  194. package/dist/index-R0G4mc9j.mjs +2347 -0
  195. package/dist/index-SbQUT2mU.mjs +639 -0
  196. package/dist/index-_oF_K5ZN.js +122 -0
  197. package/dist/index-gPtu0TOV.js +1 -0
  198. package/dist/index-mPb8TbpM.mjs +447 -0
  199. package/dist/index.js +44 -147
  200. package/dist/index.mjs +3299 -620
  201. package/dist/overflow-ellipsis-C2ESrF8C.js +5 -0
  202. package/dist/overflow-ellipsis-DGV5Kgt-.mjs +10 -0
  203. package/dist/radio-group-29lMl-2M.mjs +51 -0
  204. package/dist/radio-group-BpImAAmy.js +1 -0
  205. package/dist/throttle-BB1Y3bfD.js +1 -0
  206. package/dist/throttle-BDBzFeFj.mjs +13 -0
  207. package/dist/types/components/Alert/Title.d.ts +1 -1
  208. package/dist/types/components/Alert/index.d.ts +3 -3
  209. package/dist/types/components/Alert/styles.d.ts +2 -2
  210. package/dist/types/components/Avatar/index.d.ts +1 -1
  211. package/dist/types/components/Avatar/styles.d.ts +2 -2
  212. package/dist/types/components/Badge/styles.d.ts +2 -2
  213. package/dist/types/components/Card/Cover.d.ts +1 -1
  214. package/dist/types/components/Card/Cover.styles.d.ts +1 -1
  215. package/dist/types/components/Checkbox/index.d.ts +13 -0
  216. package/dist/types/components/Checkbox/styles.d.ts +3 -0
  217. package/dist/types/components/Checkbox/theme.d.ts +8 -0
  218. package/dist/types/components/ClearButton/styles.d.ts +1 -1
  219. package/dist/types/components/CloseButton/styles.d.ts +1 -1
  220. package/dist/types/components/DatePicker/index.d.ts +15 -0
  221. package/dist/types/components/DateTimePicker/index.d.ts +5 -0
  222. package/dist/types/components/DateTimePicker/styles.d.ts +1 -0
  223. package/dist/types/components/DateTimePickerCommon/CustomHeader.d.ts +18 -0
  224. package/dist/types/components/DateTimePickerCommon/CustomInput.d.ts +17 -0
  225. package/dist/types/components/DateTimePickerCommon/CustomPopper.d.ts +4 -0
  226. package/dist/types/components/DateTimePickerCommon/datePickerStyles.d.ts +1 -0
  227. package/dist/types/components/DateTimePickerCommon/index.d.ts +5 -0
  228. package/dist/types/components/DateTimePickerCommon/styles.d.ts +9 -0
  229. package/dist/types/components/DateTimePickerCommon/theme.d.ts +9 -0
  230. package/dist/types/components/DateTimePickerCommon/utils.d.ts +6 -0
  231. package/dist/types/components/Drawer/AssetDrawer/Header.d.ts +31 -0
  232. package/dist/types/components/Drawer/AssetDrawer/index.d.ts +4 -0
  233. package/dist/types/components/Drawer/AssetDrawer/styles.d.ts +3 -0
  234. package/dist/types/components/Drawer/Close.d.ts +5 -0
  235. package/dist/types/components/Drawer/Content.d.ts +4 -0
  236. package/dist/types/components/Drawer/Footer.d.ts +4 -0
  237. package/dist/types/components/Drawer/Title.d.ts +3 -0
  238. package/dist/types/components/Drawer/index.d.ts +52 -0
  239. package/dist/types/components/Drawer/styles.d.ts +10 -0
  240. package/dist/types/components/Drawer/theme.d.ts +17 -0
  241. package/dist/types/components/DropdownMenu/Arrow.d.ts +4 -0
  242. package/dist/types/components/DropdownMenu/Arrow.styled.d.ts +4 -0
  243. package/dist/types/components/DropdownMenu/Item.d.ts +4 -0
  244. package/dist/types/components/DropdownMenu/Item.styled.d.ts +1 -0
  245. package/dist/types/components/DropdownMenu/Separator.d.ts +4 -0
  246. package/dist/types/components/DropdownMenu/Separator.styled.d.ts +1 -0
  247. package/dist/types/components/DropdownMenu/index.d.ts +25 -0
  248. package/dist/types/components/DropdownMenu/styles.d.ts +1 -0
  249. package/dist/types/components/DropdownMenu/theme.d.ts +8 -0
  250. package/dist/types/components/Field/index.d.ts +26 -0
  251. package/dist/types/components/Field/styles.d.ts +21 -0
  252. package/dist/types/components/Field/utils.d.ts +5 -0
  253. package/dist/types/components/FieldGroup/index.d.ts +11 -0
  254. package/dist/types/components/FieldGroup/styles.d.ts +1 -0
  255. package/dist/types/components/FileDrop/FilePreview.d.ts +9 -0
  256. package/dist/types/components/FileDrop/Message.d.ts +7 -0
  257. package/dist/types/components/FileDrop/Preview.d.ts +3 -0
  258. package/dist/types/components/FileDrop/index.d.ts +52 -0
  259. package/dist/types/components/FileDrop/styles.d.ts +9 -0
  260. package/dist/types/components/FileDrop/theme.d.ts +9 -0
  261. package/dist/types/components/FileDrop/utils.d.ts +3 -0
  262. package/dist/types/components/FileUpload/index.d.ts +35 -0
  263. package/dist/types/components/FileUpload/styles.d.ts +1 -0
  264. package/dist/types/components/Files/index.d.ts +8 -0
  265. package/dist/types/components/Files/types.d.ts +72 -0
  266. package/dist/types/components/Grid/Item.d.ts +14 -0
  267. package/dist/types/components/Grid/index.d.ts +31 -0
  268. package/dist/types/components/Hint/index.d.ts +10 -0
  269. package/dist/types/components/Hint/styles.d.ts +4 -0
  270. package/dist/types/components/Hint/theme.d.ts +9 -0
  271. package/dist/types/components/Icon/index.d.ts +26 -0
  272. package/dist/types/components/Icon/styles.d.ts +9 -0
  273. package/dist/types/components/Icon/theme.d.ts +10 -0
  274. package/dist/types/components/IconFont/index.d.ts +311 -0
  275. package/dist/types/components/IconFont/styles.d.ts +7 -0
  276. package/dist/types/components/Icons/Actions/index.d.ts +3 -0
  277. package/dist/types/components/Icons/Activity/index.d.ts +3 -0
  278. package/dist/types/components/Icons/Add/index.d.ts +3 -0
  279. package/dist/types/components/Icons/Address/index.d.ts +3 -0
  280. package/dist/types/components/Icons/Airplay/index.d.ts +3 -0
  281. package/dist/types/components/Icons/Alert/index.d.ts +3 -0
  282. package/dist/types/components/Icons/AlertOutline/index.d.ts +3 -0
  283. package/dist/types/components/Icons/Analytics/index.d.ts +3 -0
  284. package/dist/types/components/Icons/Anniversary/index.d.ts +3 -0
  285. package/dist/types/components/Icons/Archive/index.d.ts +3 -0
  286. package/dist/types/components/Icons/ArrowDown/index.d.ts +3 -0
  287. package/dist/types/components/Icons/ArrowLeft/index.d.ts +3 -0
  288. package/dist/types/components/Icons/ArrowLineDown/index.d.ts +3 -0
  289. package/dist/types/components/Icons/ArrowLineLeft/index.d.ts +3 -0
  290. package/dist/types/components/Icons/ArrowLineRight/index.d.ts +3 -0
  291. package/dist/types/components/Icons/ArrowLineUp/index.d.ts +3 -0
  292. package/dist/types/components/Icons/ArrowRight/index.d.ts +3 -0
  293. package/dist/types/components/Icons/ArrowUp/index.d.ts +3 -0
  294. package/dist/types/components/Icons/AspectRatioFill/index.d.ts +3 -0
  295. package/dist/types/components/Icons/AspectRatioFit/index.d.ts +3 -0
  296. package/dist/types/components/Icons/Attachment/index.d.ts +3 -0
  297. package/dist/types/components/Icons/Avatar/index.d.ts +3 -0
  298. package/dist/types/components/Icons/AvatarAccessory/index.d.ts +3 -0
  299. package/dist/types/components/Icons/AvatarBody/index.d.ts +3 -0
  300. package/dist/types/components/Icons/AvatarBottom/index.d.ts +3 -0
  301. package/dist/types/components/Icons/AvatarCostume/index.d.ts +3 -0
  302. package/dist/types/components/Icons/AvatarHead/index.d.ts +3 -0
  303. package/dist/types/components/Icons/AvatarTop/index.d.ts +3 -0
  304. package/dist/types/components/Icons/BarChart/index.d.ts +3 -0
  305. package/dist/types/components/Icons/Basketball/index.d.ts +3 -0
  306. package/dist/types/components/Icons/Behance/index.d.ts +3 -0
  307. package/dist/types/components/Icons/Birthday/index.d.ts +3 -0
  308. package/dist/types/components/Icons/Bold/index.d.ts +3 -0
  309. package/dist/types/components/Icons/Book/index.d.ts +3 -0
  310. package/dist/types/components/Icons/Book2/index.d.ts +3 -0
  311. package/dist/types/components/Icons/Bookmark/index.d.ts +3 -0
  312. package/dist/types/components/Icons/BookmarkOutline/index.d.ts +3 -0
  313. package/dist/types/components/Icons/Bulb/index.d.ts +3 -0
  314. package/dist/types/components/Icons/Bulk/index.d.ts +3 -0
  315. package/dist/types/components/Icons/Buoy/index.d.ts +3 -0
  316. package/dist/types/components/Icons/Burn/index.d.ts +3 -0
  317. package/dist/types/components/Icons/Caddy/index.d.ts +3 -0
  318. package/dist/types/components/Icons/Calcul/index.d.ts +3 -0
  319. package/dist/types/components/Icons/Camera/index.d.ts +3 -0
  320. package/dist/types/components/Icons/CameraOff/index.d.ts +3 -0
  321. package/dist/types/components/Icons/CameraOn/index.d.ts +3 -0
  322. package/dist/types/components/Icons/CandidateStatus/index.d.ts +3 -0
  323. package/dist/types/components/Icons/CardView/index.d.ts +3 -0
  324. package/dist/types/components/Icons/Cast/index.d.ts +3 -0
  325. package/dist/types/components/Icons/CastConnected/index.d.ts +3 -0
  326. package/dist/types/components/Icons/CastUnavailable/index.d.ts +3 -0
  327. package/dist/types/components/Icons/Celebrate/index.d.ts +3 -0
  328. package/dist/types/components/Icons/Certified/index.d.ts +3 -0
  329. package/dist/types/components/Icons/Check/index.d.ts +3 -0
  330. package/dist/types/components/Icons/Clipboard/index.d.ts +3 -0
  331. package/dist/types/components/Icons/Clock/index.d.ts +3 -0
  332. package/dist/types/components/Icons/Code/index.d.ts +3 -0
  333. package/dist/types/components/Icons/CodeBlock/index.d.ts +3 -0
  334. package/dist/types/components/Icons/Coffee/index.d.ts +3 -0
  335. package/dist/types/components/Icons/Collapse/index.d.ts +3 -0
  336. package/dist/types/components/Icons/Comment/index.d.ts +3 -0
  337. package/dist/types/components/Icons/CommentOutline/index.d.ts +3 -0
  338. package/dist/types/components/Icons/CommonArea/index.d.ts +3 -0
  339. package/dist/types/components/Icons/Compass/index.d.ts +3 -0
  340. package/dist/types/components/Icons/Computer/index.d.ts +3 -0
  341. package/dist/types/components/Icons/Connection/index.d.ts +3 -0
  342. package/dist/types/components/Icons/Contract/index.d.ts +3 -0
  343. package/dist/types/components/Icons/ControlBackward/index.d.ts +3 -0
  344. package/dist/types/components/Icons/ControlForward/index.d.ts +3 -0
  345. package/dist/types/components/Icons/ControlPause/index.d.ts +3 -0
  346. package/dist/types/components/Icons/ControlStop/index.d.ts +3 -0
  347. package/dist/types/components/Icons/Copy/index.d.ts +3 -0
  348. package/dist/types/components/Icons/CoverLetter/index.d.ts +3 -0
  349. package/dist/types/components/Icons/Create/index.d.ts +3 -0
  350. package/dist/types/components/Icons/CreditCard/index.d.ts +3 -0
  351. package/dist/types/components/Icons/CrescentMoon/index.d.ts +3 -0
  352. package/dist/types/components/Icons/CrescentMoonOutline/index.d.ts +3 -0
  353. package/dist/types/components/Icons/Cross/index.d.ts +3 -0
  354. package/dist/types/components/Icons/CrossTarget/index.d.ts +3 -0
  355. package/dist/types/components/Icons/Crown/index.d.ts +3 -0
  356. package/dist/types/components/Icons/Csv/index.d.ts +3 -0
  357. package/dist/types/components/Icons/Date/index.d.ts +3 -0
  358. package/dist/types/components/Icons/Department/index.d.ts +3 -0
  359. package/dist/types/components/Icons/Details/index.d.ts +3 -0
  360. package/dist/types/components/Icons/Diamond/index.d.ts +3 -0
  361. package/dist/types/components/Icons/Dish/index.d.ts +3 -0
  362. package/dist/types/components/Icons/Doc/index.d.ts +3 -0
  363. package/dist/types/components/Icons/Docx/index.d.ts +3 -0
  364. package/dist/types/components/Icons/Down/index.d.ts +3 -0
  365. package/dist/types/components/Icons/Download/index.d.ts +3 -0
  366. package/dist/types/components/Icons/DragAndDrop/index.d.ts +3 -0
  367. package/dist/types/components/Icons/Dribbble/index.d.ts +3 -0
  368. package/dist/types/components/Icons/Earth/index.d.ts +3 -0
  369. package/dist/types/components/Icons/Edit/index.d.ts +3 -0
  370. package/dist/types/components/Icons/EducationLevel/index.d.ts +3 -0
  371. package/dist/types/components/Icons/Email/index.d.ts +3 -0
  372. package/dist/types/components/Icons/EmailOutline/index.d.ts +3 -0
  373. package/dist/types/components/Icons/Eot/index.d.ts +3 -0
  374. package/dist/types/components/Icons/Equal/index.d.ts +3 -0
  375. package/dist/types/components/Icons/EuroCurrency/index.d.ts +3 -0
  376. package/dist/types/components/Icons/Expand/index.d.ts +3 -0
  377. package/dist/types/components/Icons/ExpandText/index.d.ts +3 -0
  378. package/dist/types/components/Icons/Extend/index.d.ts +3 -0
  379. package/dist/types/components/Icons/ExternalLink/index.d.ts +3 -0
  380. package/dist/types/components/Icons/Facebook/index.d.ts +3 -0
  381. package/dist/types/components/Icons/Factory/index.d.ts +3 -0
  382. package/dist/types/components/Icons/Female/index.d.ts +3 -0
  383. package/dist/types/components/Icons/Filters/index.d.ts +3 -0
  384. package/dist/types/components/Icons/Fingerprint/index.d.ts +3 -0
  385. package/dist/types/components/Icons/Flag/index.d.ts +3 -0
  386. package/dist/types/components/Icons/FlagCs/index.d.ts +3 -0
  387. package/dist/types/components/Icons/FlagEn/index.d.ts +3 -0
  388. package/dist/types/components/Icons/FlagEs/index.d.ts +3 -0
  389. package/dist/types/components/Icons/FlagFr/index.d.ts +3 -0
  390. package/dist/types/components/Icons/FlagOutline/index.d.ts +3 -0
  391. package/dist/types/components/Icons/FlagPointed/index.d.ts +3 -0
  392. package/dist/types/components/Icons/FlagSk/index.d.ts +3 -0
  393. package/dist/types/components/Icons/FlagUs/index.d.ts +3 -0
  394. package/dist/types/components/Icons/Folder/index.d.ts +3 -0
  395. package/dist/types/components/Icons/FullscreenOff/index.d.ts +3 -0
  396. package/dist/types/components/Icons/FullscreenOn/index.d.ts +3 -0
  397. package/dist/types/components/Icons/Gear/index.d.ts +3 -0
  398. package/dist/types/components/Icons/Gif/index.d.ts +3 -0
  399. package/dist/types/components/Icons/Github/index.d.ts +3 -0
  400. package/dist/types/components/Icons/Google/index.d.ts +3 -0
  401. package/dist/types/components/Icons/Handshake/index.d.ts +3 -0
  402. package/dist/types/components/Icons/HardHat/index.d.ts +3 -0
  403. package/dist/types/components/Icons/Hashtag/index.d.ts +3 -0
  404. package/dist/types/components/Icons/Heading/index.d.ts +3 -0
  405. package/dist/types/components/Icons/Heading1/index.d.ts +3 -0
  406. package/dist/types/components/Icons/Heading2/index.d.ts +3 -0
  407. package/dist/types/components/Icons/Heading3/index.d.ts +3 -0
  408. package/dist/types/components/Icons/Heading4/index.d.ts +3 -0
  409. package/dist/types/components/Icons/Heading5/index.d.ts +3 -0
  410. package/dist/types/components/Icons/Heading6/index.d.ts +3 -0
  411. package/dist/types/components/Icons/Headset/index.d.ts +3 -0
  412. package/dist/types/components/Icons/Heart/index.d.ts +3 -0
  413. package/dist/types/components/Icons/HeartOutline/index.d.ts +3 -0
  414. package/dist/types/components/Icons/HeartShiny/index.d.ts +3 -0
  415. package/dist/types/components/Icons/Hide/index.d.ts +3 -0
  416. package/dist/types/components/Icons/Home/index.d.ts +3 -0
  417. package/dist/types/components/Icons/House/index.d.ts +3 -0
  418. package/dist/types/components/Icons/InProgressCandidate/index.d.ts +3 -0
  419. package/dist/types/components/Icons/Information/index.d.ts +3 -0
  420. package/dist/types/components/Icons/InformationOutline/index.d.ts +3 -0
  421. package/dist/types/components/Icons/Instagram/index.d.ts +3 -0
  422. package/dist/types/components/Icons/Italic/index.d.ts +3 -0
  423. package/dist/types/components/Icons/Jpeg/index.d.ts +3 -0
  424. package/dist/types/components/Icons/Jpg/index.d.ts +3 -0
  425. package/dist/types/components/Icons/JusticeHammer/index.d.ts +3 -0
  426. package/dist/types/components/Icons/Kanban/index.d.ts +3 -0
  427. package/dist/types/components/Icons/Key/index.d.ts +3 -0
  428. package/dist/types/components/Icons/Language/index.d.ts +3 -0
  429. package/dist/types/components/Icons/Leaf/index.d.ts +3 -0
  430. package/dist/types/components/Icons/Left/index.d.ts +3 -0
  431. package/dist/types/components/Icons/LineChart/index.d.ts +3 -0
  432. package/dist/types/components/Icons/Link/index.d.ts +3 -0
  433. package/dist/types/components/Icons/Linkedin/index.d.ts +3 -0
  434. package/dist/types/components/Icons/Location/index.d.ts +3 -0
  435. package/dist/types/components/Icons/Lock/index.d.ts +3 -0
  436. package/dist/types/components/Icons/LockRounded/index.d.ts +3 -0
  437. package/dist/types/components/Icons/LogOut/index.d.ts +3 -0
  438. package/dist/types/components/Icons/Male/index.d.ts +3 -0
  439. package/dist/types/components/Icons/Map/index.d.ts +3 -0
  440. package/dist/types/components/Icons/Masonry/index.d.ts +3 -0
  441. package/dist/types/components/Icons/Masonry2/index.d.ts +3 -0
  442. package/dist/types/components/Icons/MeetingRoom/index.d.ts +3 -0
  443. package/dist/types/components/Icons/Megaphone/index.d.ts +3 -0
  444. package/dist/types/components/Icons/Mention/index.d.ts +3 -0
  445. package/dist/types/components/Icons/Menu/index.d.ts +3 -0
  446. package/dist/types/components/Icons/Mic/index.d.ts +3 -0
  447. package/dist/types/components/Icons/MicrophoneOff/index.d.ts +3 -0
  448. package/dist/types/components/Icons/MicrophoneOn/index.d.ts +3 -0
  449. package/dist/types/components/Icons/Microship/index.d.ts +3 -0
  450. package/dist/types/components/Icons/Mobile/index.d.ts +3 -0
  451. package/dist/types/components/Icons/Money/index.d.ts +3 -0
  452. package/dist/types/components/Icons/More/index.d.ts +3 -0
  453. package/dist/types/components/Icons/MoreAndroid/index.d.ts +3 -0
  454. package/dist/types/components/Icons/Mountain/index.d.ts +3 -0
  455. package/dist/types/components/Icons/Move/index.d.ts +3 -0
  456. package/dist/types/components/Icons/Music/index.d.ts +3 -0
  457. package/dist/types/components/Icons/Negative/index.d.ts +3 -0
  458. package/dist/types/components/Icons/NegativeOutline/index.d.ts +3 -0
  459. package/dist/types/components/Icons/NegativeStraight/index.d.ts +3 -0
  460. package/dist/types/components/Icons/NewCandidate/index.d.ts +3 -0
  461. package/dist/types/components/Icons/Notification/index.d.ts +3 -0
  462. package/dist/types/components/Icons/Npm/index.d.ts +3 -0
  463. package/dist/types/components/Icons/OfferStatus/index.d.ts +3 -0
  464. package/dist/types/components/Icons/Office/index.d.ts +3 -0
  465. package/dist/types/components/Icons/OrderedList/index.d.ts +3 -0
  466. package/dist/types/components/Icons/Origine/index.d.ts +3 -0
  467. package/dist/types/components/Icons/Paperplane/index.d.ts +3 -0
  468. package/dist/types/components/Icons/Pdf/index.d.ts +3 -0
  469. package/dist/types/components/Icons/Pencil/index.d.ts +3 -0
  470. package/dist/types/components/Icons/Phone/index.d.ts +3 -0
  471. package/dist/types/components/Icons/PhoneOutline/index.d.ts +3 -0
  472. package/dist/types/components/Icons/Pictures/index.d.ts +3 -0
  473. package/dist/types/components/Icons/Piechart/index.d.ts +3 -0
  474. package/dist/types/components/Icons/Pin/index.d.ts +3 -0
  475. package/dist/types/components/Icons/Pinterest/index.d.ts +3 -0
  476. package/dist/types/components/Icons/Pizza/index.d.ts +3 -0
  477. package/dist/types/components/Icons/Play/index.d.ts +3 -0
  478. package/dist/types/components/Icons/PlayOutline/index.d.ts +3 -0
  479. package/dist/types/components/Icons/Playlist/index.d.ts +3 -0
  480. package/dist/types/components/Icons/Png/index.d.ts +3 -0
  481. package/dist/types/components/Icons/Podcast/index.d.ts +3 -0
  482. package/dist/types/components/Icons/Positive/index.d.ts +3 -0
  483. package/dist/types/components/Icons/PositiveOutline/index.d.ts +3 -0
  484. package/dist/types/components/Icons/PositiveStraight/index.d.ts +3 -0
  485. package/dist/types/components/Icons/Ppt/index.d.ts +3 -0
  486. package/dist/types/components/Icons/Print/index.d.ts +3 -0
  487. package/dist/types/components/Icons/Promote/index.d.ts +3 -0
  488. package/dist/types/components/Icons/Puzzle/index.d.ts +3 -0
  489. package/dist/types/components/Icons/PuzzleOutline/index.d.ts +3 -0
  490. package/dist/types/components/Icons/Question/index.d.ts +3 -0
  491. package/dist/types/components/Icons/Questions/index.d.ts +3 -0
  492. package/dist/types/components/Icons/Quote/index.d.ts +3 -0
  493. package/dist/types/components/Icons/Refresh/index.d.ts +3 -0
  494. package/dist/types/components/Icons/RefuseCandidate/index.d.ts +3 -0
  495. package/dist/types/components/Icons/Remote/index.d.ts +3 -0
  496. package/dist/types/components/Icons/Remove/index.d.ts +3 -0
  497. package/dist/types/components/Icons/Reset/index.d.ts +3 -0
  498. package/dist/types/components/Icons/Resume/index.d.ts +3 -0
  499. package/dist/types/components/Icons/Review/index.d.ts +3 -0
  500. package/dist/types/components/Icons/ReviewOutline/index.d.ts +3 -0
  501. package/dist/types/components/Icons/Right/index.d.ts +3 -0
  502. package/dist/types/components/Icons/Salary/index.d.ts +3 -0
  503. package/dist/types/components/Icons/Save/index.d.ts +3 -0
  504. package/dist/types/components/Icons/ScreenshareOff/index.d.ts +3 -0
  505. package/dist/types/components/Icons/ScreenshareOn/index.d.ts +3 -0
  506. package/dist/types/components/Icons/Search/index.d.ts +3 -0
  507. package/dist/types/components/Icons/SearchPeople/index.d.ts +3 -0
  508. package/dist/types/components/Icons/Settings/index.d.ts +3 -0
  509. package/dist/types/components/Icons/Share1/index.d.ts +3 -0
  510. package/dist/types/components/Icons/Share2/index.d.ts +3 -0
  511. package/dist/types/components/Icons/Shield/index.d.ts +3 -0
  512. package/dist/types/components/Icons/Show/index.d.ts +3 -0
  513. package/dist/types/components/Icons/Slack/index.d.ts +3 -0
  514. package/dist/types/components/Icons/SoundOff/index.d.ts +3 -0
  515. package/dist/types/components/Icons/SoundOn/index.d.ts +3 -0
  516. package/dist/types/components/Icons/Source/index.d.ts +3 -0
  517. package/dist/types/components/Icons/Spanner/index.d.ts +3 -0
  518. package/dist/types/components/Icons/Sparkles/index.d.ts +3 -0
  519. package/dist/types/components/Icons/SquareAlert/index.d.ts +3 -0
  520. package/dist/types/components/Icons/Stackoverflow/index.d.ts +3 -0
  521. package/dist/types/components/Icons/Stackserver/index.d.ts +3 -0
  522. package/dist/types/components/Icons/Star/index.d.ts +3 -0
  523. package/dist/types/components/Icons/StarOutline/index.d.ts +3 -0
  524. package/dist/types/components/Icons/Strikethrough/index.d.ts +3 -0
  525. package/dist/types/components/Icons/Subtitle/index.d.ts +3 -0
  526. package/dist/types/components/Icons/Success/index.d.ts +3 -0
  527. package/dist/types/components/Icons/Suitcase/index.d.ts +3 -0
  528. package/dist/types/components/Icons/Sun/index.d.ts +3 -0
  529. package/dist/types/components/Icons/Svg/index.d.ts +3 -0
  530. package/dist/types/components/Icons/Symbol/index.d.ts +3 -0
  531. package/dist/types/components/Icons/Table/index.d.ts +3 -0
  532. package/dist/types/components/Icons/TableColumnAddAfter/index.d.ts +3 -0
  533. package/dist/types/components/Icons/TableColumnAddBefore/index.d.ts +3 -0
  534. package/dist/types/components/Icons/TableColumnRemove/index.d.ts +3 -0
  535. package/dist/types/components/Icons/TableDelete/index.d.ts +3 -0
  536. package/dist/types/components/Icons/TableDivide/index.d.ts +3 -0
  537. package/dist/types/components/Icons/TableMergeCells/index.d.ts +3 -0
  538. package/dist/types/components/Icons/TableRowAddAbove/index.d.ts +3 -0
  539. package/dist/types/components/Icons/TableRowAddBelow/index.d.ts +3 -0
  540. package/dist/types/components/Icons/TableRowRemove/index.d.ts +3 -0
  541. package/dist/types/components/Icons/Tablet/index.d.ts +3 -0
  542. package/dist/types/components/Icons/Tag/index.d.ts +3 -0
  543. package/dist/types/components/Icons/Target/index.d.ts +3 -0
  544. package/dist/types/components/Icons/Teepee/index.d.ts +3 -0
  545. package/dist/types/components/Icons/ThumbDown/index.d.ts +3 -0
  546. package/dist/types/components/Icons/ThumbUp/index.d.ts +3 -0
  547. package/dist/types/components/Icons/Thunderclock/index.d.ts +3 -0
  548. package/dist/types/components/Icons/Tiktok/index.d.ts +3 -0
  549. package/dist/types/components/Icons/Trash/index.d.ts +3 -0
  550. package/dist/types/components/Icons/Tree/index.d.ts +3 -0
  551. package/dist/types/components/Icons/Trophy/index.d.ts +3 -0
  552. package/dist/types/components/Icons/Ttf/index.d.ts +3 -0
  553. package/dist/types/components/Icons/Twitch/index.d.ts +3 -0
  554. package/dist/types/components/Icons/Twitter/index.d.ts +3 -0
  555. package/dist/types/components/Icons/Txt/index.d.ts +3 -0
  556. package/dist/types/components/Icons/Type/index.d.ts +3 -0
  557. package/dist/types/components/Icons/Unavailable/index.d.ts +3 -0
  558. package/dist/types/components/Icons/Underline/index.d.ts +3 -0
  559. package/dist/types/components/Icons/UnorderedList/index.d.ts +3 -0
  560. package/dist/types/components/Icons/Up/index.d.ts +3 -0
  561. package/dist/types/components/Icons/Update/index.d.ts +3 -0
  562. package/dist/types/components/Icons/Upload/index.d.ts +3 -0
  563. package/dist/types/components/Icons/User/index.d.ts +3 -0
  564. package/dist/types/components/Icons/UserOutline/index.d.ts +3 -0
  565. package/dist/types/components/Icons/Video/index.d.ts +3 -0
  566. package/dist/types/components/Icons/VideoCamera/index.d.ts +3 -0
  567. package/dist/types/components/Icons/VideoCamera2/index.d.ts +3 -0
  568. package/dist/types/components/Icons/WatchLater/index.d.ts +3 -0
  569. package/dist/types/components/Icons/Woff/index.d.ts +3 -0
  570. package/dist/types/components/Icons/Woff2/index.d.ts +3 -0
  571. package/dist/types/components/Icons/Write/index.d.ts +3 -0
  572. package/dist/types/components/Icons/Wttj/index.d.ts +3 -0
  573. package/dist/types/components/Icons/X/index.d.ts +3 -0
  574. package/dist/types/components/Icons/Xing/index.d.ts +3 -0
  575. package/dist/types/components/Icons/Xls/index.d.ts +3 -0
  576. package/dist/types/components/Icons/Xlsx/index.d.ts +3 -0
  577. package/dist/types/components/Icons/Youtube/index.d.ts +3 -0
  578. package/dist/types/components/Icons/Zapier/index.d.ts +3 -0
  579. package/dist/types/components/Icons/Zip/index.d.ts +3 -0
  580. package/dist/types/components/Icons/index.d.ts +304 -0
  581. package/dist/types/components/InputText/index.d.ts +21 -0
  582. package/dist/types/components/InputText/styles.d.ts +3 -0
  583. package/dist/types/components/Label/index.d.ts +16 -0
  584. package/dist/types/components/Label/styles.d.ts +5 -0
  585. package/dist/types/components/Label/theme.d.ts +4 -0
  586. package/dist/types/components/Link/index.d.ts +15 -0
  587. package/dist/types/components/Link/styles.d.ts +2 -0
  588. package/dist/types/components/Link/theme.d.ts +16 -0
  589. package/dist/types/components/Link/utils.d.ts +1 -0
  590. package/dist/types/components/Loader/index.d.ts +11 -0
  591. package/dist/types/components/Loader/styles.d.ts +6 -0
  592. package/dist/types/components/Loader/theme.d.ts +8 -0
  593. package/dist/types/components/Logo/Solutions.d.ts +3 -0
  594. package/dist/types/components/Logo/Symbol.d.ts +3 -0
  595. package/dist/types/components/Logo/Welcome.d.ts +3 -0
  596. package/dist/types/components/Logo/Wui.d.ts +3 -0
  597. package/dist/types/components/Logo/index.d.ts +7 -0
  598. package/dist/types/components/Logo/styles.d.ts +1 -0
  599. package/dist/types/components/Modal/Assets/AssetWithTitle.d.ts +9 -0
  600. package/dist/types/components/Modal/Assets/Backdrop.d.ts +4 -0
  601. package/dist/types/components/Modal/Assets/Iframe.d.ts +5 -0
  602. package/dist/types/components/Modal/Assets/index.d.ts +17 -0
  603. package/dist/types/components/Modal/Assets/styles.d.ts +7 -0
  604. package/dist/types/components/Modal/Close.d.ts +6 -0
  605. package/dist/types/components/Modal/Content.d.ts +16 -0
  606. package/dist/types/components/Modal/Footer.d.ts +12 -0
  607. package/dist/types/components/Modal/Header.d.ts +12 -0
  608. package/dist/types/components/Modal/index.d.ts +53 -0
  609. package/dist/types/components/Modal/styles.d.ts +10 -0
  610. package/dist/types/components/Modal/theme.d.ts +17 -0
  611. package/dist/types/components/Pagination/index.d.ts +14 -0
  612. package/dist/types/components/Pagination/styles.d.ts +7 -0
  613. package/dist/types/components/Pagination/theme.d.ts +9 -0
  614. package/dist/types/components/Pagination/utils.d.ts +7 -0
  615. package/dist/types/components/PasswordInput/ToggleButton.d.ts +9 -0
  616. package/dist/types/components/PasswordInput/index.d.ts +5 -0
  617. package/dist/types/components/Picker/index.d.ts +17 -0
  618. package/dist/types/components/Picker/styles.d.ts +2 -0
  619. package/dist/types/components/Popover/Arrow.d.ts +6 -0
  620. package/dist/types/components/Popover/Content.d.ts +9 -0
  621. package/dist/types/components/Popover/Popover.d.ts +14 -0
  622. package/dist/types/components/Popover/PopoverHover.d.ts +14 -0
  623. package/dist/types/components/Popover/Trigger.d.ts +10 -0
  624. package/dist/types/components/Popover/index.d.ts +3 -0
  625. package/dist/types/components/Popover/styles.d.ts +12 -0
  626. package/dist/types/components/Popover/theme.d.ts +8 -0
  627. package/dist/types/components/Popover/usePopover.d.ts +15 -0
  628. package/dist/types/components/Radio/index.d.ts +12 -0
  629. package/dist/types/components/Radio/styles.d.ts +7 -0
  630. package/dist/types/components/Radio/theme.d.ts +11 -0
  631. package/dist/types/components/RadioGroup/index.d.ts +17 -0
  632. package/dist/types/components/RadioGroup/styles.d.ts +4 -0
  633. package/dist/types/components/RadioTab/index.d.ts +14 -0
  634. package/dist/types/components/RadioTab/styles.d.ts +18 -0
  635. package/dist/types/components/RadioTab/theme.d.ts +7 -0
  636. package/dist/types/components/Search/index.d.ts +29 -0
  637. package/dist/types/components/Search/styles.d.ts +15 -0
  638. package/dist/types/components/Select/index.d.ts +54 -0
  639. package/dist/types/components/Select/multipleSelections.d.ts +3 -0
  640. package/dist/types/components/Select/styles.d.ts +32 -0
  641. package/dist/types/components/Select/utils.d.ts +18 -0
  642. package/dist/types/components/Shape/index.d.ts +6 -0
  643. package/dist/types/components/Shape/styles.d.ts +2 -0
  644. package/dist/types/components/Slider/Range.d.ts +17 -0
  645. package/dist/types/components/Slider/index.d.ts +27 -0
  646. package/dist/types/components/Slider/styles.d.ts +19 -0
  647. package/dist/types/components/Slider/theme.d.ts +11 -0
  648. package/dist/types/components/Stack/index.d.ts +7 -0
  649. package/dist/types/components/Swiper/index.d.ts +80 -0
  650. package/dist/types/components/Swiper/styles.d.ts +138 -0
  651. package/dist/types/components/Swiper/theme.d.ts +11 -0
  652. package/dist/types/components/Swiper/use-interval.d.ts +1 -0
  653. package/dist/types/components/Table/index.d.ts +18 -0
  654. package/dist/types/components/Table/styles.d.ts +13 -0
  655. package/dist/types/components/Table/theme.d.ts +15 -0
  656. package/dist/types/components/Tabs/ActiveBar.d.ts +13 -0
  657. package/dist/types/components/Tabs/TabList.d.ts +13 -0
  658. package/dist/types/components/Tabs/TabPanel.d.ts +11 -0
  659. package/dist/types/components/Tabs/index.d.ts +18 -0
  660. package/dist/types/components/Tabs/styles.d.ts +9 -0
  661. package/dist/types/components/Tabs/theme.d.ts +28 -0
  662. package/dist/types/components/Tabs/utils.d.ts +1 -0
  663. package/dist/types/components/Tag/index.d.ts +17 -0
  664. package/dist/types/components/Tag/styles.d.ts +15 -0
  665. package/dist/types/components/Tag/theme.d.ts +14 -0
  666. package/dist/types/components/Text/index.d.ts +25 -0
  667. package/dist/types/components/Text/styles.d.ts +2 -0
  668. package/dist/types/components/Textarea/index.d.ts +18 -0
  669. package/dist/types/components/Textarea/styles.d.ts +2 -0
  670. package/dist/types/components/Textarea/theme.d.ts +4 -0
  671. package/dist/types/components/TimePicker/index.d.ts +13 -0
  672. package/dist/types/components/TimePicker/styles.d.ts +1 -0
  673. package/dist/types/components/Toast/Growl.d.ts +12 -0
  674. package/dist/types/components/Toast/Snackbar.d.ts +18 -0
  675. package/dist/types/components/Toast/ToastWrapper.d.ts +16 -0
  676. package/dist/types/components/Toast/index.d.ts +27 -0
  677. package/dist/types/components/Toast/styles.d.ts +19 -0
  678. package/dist/types/components/Toast/theme.d.ts +22 -0
  679. package/dist/types/components/Toast/utils.d.ts +26 -0
  680. package/dist/types/components/Toggle/index.d.ts +11 -0
  681. package/dist/types/components/Toggle/styles.d.ts +12 -0
  682. package/dist/types/components/Toggle/theme.d.ts +10 -0
  683. package/dist/types/components/Tooltip/index.d.ts +11 -0
  684. package/dist/types/components/Tooltip/styles.d.ts +10 -0
  685. package/dist/types/components/Tooltip/theme.d.ts +4 -0
  686. package/dist/types/components/UniversalLink/index.d.ts +7 -0
  687. package/dist/types/components/UniversalLink/styles.d.ts +1 -0
  688. package/dist/types/components/VariantIcon/index.d.ts +11 -0
  689. package/dist/types/components/VariantIcon/styles.d.ts +4 -0
  690. package/dist/types/components/VariantIcon/theme.d.ts +10 -0
  691. package/dist/types/components/WelcomeLoader/index.d.ts +2 -0
  692. package/dist/types/components/index.d.ts +46 -1
  693. package/dist/types/index.d.ts +2 -1
  694. package/dist/types/theme/defaultFields.d.ts +39 -0
  695. package/dist/types/theme/index.d.ts +59 -4
  696. package/dist/types/theme/typography.d.ts +2 -2
  697. package/dist/types/utils/clamp.d.ts +1 -0
  698. package/dist/types/utils/create-event.d.ts +8 -0
  699. package/dist/types/utils/field-styles.d.ts +21 -0
  700. package/dist/types/utils/format-bytes.d.ts +1 -0
  701. package/dist/types/utils/get-max-width-height.d.ts +1 -0
  702. package/dist/types/utils/hex-to-rgb.d.ts +1 -0
  703. package/dist/types/utils/hex-to-rgba.d.ts +1 -0
  704. package/dist/types/utils/hide-focus-rings-root.d.ts +8 -0
  705. package/dist/types/utils/index.d.ts +1 -0
  706. package/dist/types/utils/overflow-ellipsis.d.ts +1 -0
  707. package/dist/types/utils/throttle.d.ts +5 -0
  708. package/dist/types/utils/use-copy-text.d.ts +5 -0
  709. package/dist/types/utils/use-create-portal.d.ts +4 -0
  710. package/dist/types/utils/use-fork-ref.d.ts +3 -0
  711. package/dist/types/utils/use-isomorphic-layout-effect.d.ts +2 -0
  712. package/dist/types/utils/use-viewport.d.ts +6 -0
  713. package/dist/types/utils/wrap-children.d.ts +1 -0
  714. package/dist/use-isomorphic-layout-effect-C1_Gy5Nu.js +1 -0
  715. package/dist/use-isomorphic-layout-effect-Izr-e2pi.mjs +6 -0
  716. package/dist/use-viewport-BDDjd1nl.js +1 -0
  717. package/dist/use-viewport-m3glsbna.mjs +16 -0
  718. package/dist/usePopover-Bbhh3p_j.mjs +144 -0
  719. package/dist/usePopover-PCWsuJNF.js +31 -0
  720. package/dist/wrap-children-BLDjJiiy.js +1 -0
  721. package/dist/wrap-children-aq69jtFP.mjs +12 -0
  722. package/package.json +62 -4
  723. package/dist/X5NMLKT6-BC1Q56kB.mjs +0 -1258
  724. package/dist/X5NMLKT6-vrNG8i_R.js +0 -14
  725. package/dist/index-0MPAX4B5.mjs +0 -320
  726. package/dist/index-BNA_A0oa.js +0 -155
  727. package/dist/index-BXJQXgy9.js +0 -13
  728. package/dist/index-Bwrtxit1.mjs +0 -84
  729. package/dist/index-Ct2FOeyM.js +0 -17
  730. package/dist/index-DRNn5iIc.js +0 -142
  731. package/dist/index-Du8Nrf16.mjs +0 -128
  732. package/dist/index-MifIgNHW.mjs +0 -47
  733. package/dist/index-V28zHt_Z.js +0 -68
package/dist/index.mjs CHANGED
@@ -1,346 +1,2755 @@
1
1
  "use client";
2
- import m, { css as g, rpxTransformers as k, defaultTheme as D, th as d, system as p, keyframes as v } from "@xstyled/styled-components";
3
- import { h as f, a as S } from "./index-MifIgNHW.mjs";
4
- import { Accordion as Ze, useAccordion as Je } from "./Accordion.mjs";
5
- import { L as T } from "./index-0MPAX4B5.mjs";
6
- import { A as Qe } from "./index-0MPAX4B5.mjs";
7
- import { AspectRatio as er } from "./AspectRatio.mjs";
8
- import { Avatar as or } from "./Avatar.mjs";
9
- import { Badge as nr } from "./Badge.mjs";
10
- import { Box as C } from "./Box.mjs";
11
- import { Breadcrumb as lr, BreadcrumbComponent as sr } from "./Breadcrumb.mjs";
12
- import u, { Children as W, cloneElement as _ } from "react";
13
- import { shouldForwardProp as z, forwardRef as h } from "./System.mjs";
14
- import { componentSystem as dr, filterSystemProps as cr, system as ur, wrapperSystem as gr } from "./System.mjs";
15
- import { B as R } from "./X5NMLKT6-BC1Q56kB.mjs";
16
- import { S as U } from "./index-Du8Nrf16.mjs";
17
- import { C as w } from "./index-Bwrtxit1.mjs";
18
- import { Flex as br } from "./Flex.mjs";
19
- import { WuiProvider as hr } from "./WuiProvider.mjs";
20
- function y(r, e) {
21
- if (typeof r != "object" || r === null) return e;
22
- if (typeof e != "object" || e === null) return r;
23
- const t = { ...r };
24
- for (const n in e)
25
- e.hasOwnProperty(n) && (t[n] = y(t[n], e[n]));
26
- return t;
2
+ import { Accordion as pZ, useAccordion as bZ } from "./Accordion.mjs";
3
+ import { Alert as CZ } from "./Alert.mjs";
4
+ import { AspectRatio as wZ } from "./AspectRatio.mjs";
5
+ import { Avatar as LZ } from "./Avatar.mjs";
6
+ import { Badge as EZ } from "./Badge.mjs";
7
+ import { Box as AZ } from "./Box.mjs";
8
+ import { h as g } from "./index-mPb8TbpM.mjs";
9
+ import { a as FZ, B as yZ } from "./index-mPb8TbpM.mjs";
10
+ import { Button as TZ, StyledButton as zZ } from "./Button.mjs";
11
+ import { ButtonGroup as DZ } from "./ButtonGroup.mjs";
12
+ import { Card as RZ, CardComponent as WZ } from "./Card.mjs";
13
+ import { a as PZ } from "./index-DCOLdphy.mjs";
14
+ import { ClearButton as _Z, StyledClearButton as NZ } from "./ClearButton.mjs";
15
+ import { CloseButton as XZ } from "./CloseButton.mjs";
16
+ import { DatePicker as QZ } from "./DatePicker.mjs";
17
+ import { DateTimePicker as YZ } from "./DateTimePicker.mjs";
18
+ import { A as M } from "./index-DG4lwZUW.mjs";
19
+ import { b as qZ, a as tp, D as cp, T as lp, u as ep } from "./index-DG4lwZUW.mjs";
20
+ import { DropdownMenu as np, useDropdownMenu as ap } from "./DropdownMenu.mjs";
21
+ import { Field as ip, IconGroupWrapper as dp, IconWrapper as sp, getBaseType as hp } from "./Field.mjs";
22
+ import { FieldGroup as vp, StyledFieldGroup as mp } from "./FieldGroup.mjs";
23
+ import { E as L, N as V, P as E, T as I } from "./index-R0G4mc9j.mjs";
24
+ import { F as $p, I as Zp } from "./index-R0G4mc9j.mjs";
25
+ import { A, C as x, c as F, D as y, d as S, M as T, P as z, e as H, V as D, X as B, f as R, Z as W } from "./index-Bn9aiaUQ.mjs";
26
+ import { g as bp, a as fp, b as Cp, h as kp } from "./index-Bn9aiaUQ.mjs";
27
+ import { FileUpload as Mp } from "./FileUpload.mjs";
28
+ import { Flex as Vp } from "./Flex.mjs";
29
+ import { Grid as Ip } from "./Grid.mjs";
30
+ import { Hint as xp, StyledHint as Fp } from "./Hint.mjs";
31
+ import { Icon as l } from "./Icon.mjs";
32
+ import { StyledIcon as Sp } from "./Icon.mjs";
33
+ import e, { useState as O, useCallback as P } from "react";
34
+ import { A as U, C as _, I as N, P as G, S as X } from "./index-DRa_xux4.mjs";
35
+ import { V as zp } from "./index-DRa_xux4.mjs";
36
+ import { C as J } from "./index-C7zM96J_.mjs";
37
+ import { D as Q } from "./index-CGZVoNIN.mjs";
38
+ import { a as Dp, S as Bp } from "./index-CGZVoNIN.mjs";
39
+ import { E as K } from "./index-DqBUFsqP.mjs";
40
+ import { H as Y, S as j } from "./index-CQ1IPLlk.mjs";
41
+ import { P as Wp } from "./index-CQ1IPLlk.mjs";
42
+ import { L as q } from "./index-BpRjq7lj.mjs";
43
+ import { a as t2 } from "./index-D3Tnfi3U.mjs";
44
+ import { L as Pp, S as Up } from "./index-D3Tnfi3U.mjs";
45
+ import { R as c2 } from "./index-BRDOakbf.mjs";
46
+ import { IconFont as Np, IconFontStyled as Gp } from "./IconFont.mjs";
47
+ import { InputText as Jp } from "./InputText.mjs";
48
+ import { Link as Kp } from "./Link.mjs";
49
+ import { Loader as jp } from "./Loader.mjs";
50
+ import { W as tb, a as cb, S as lb, b as eb } from "./Welcome-BNr4uu5n.mjs";
51
+ import { AssetModal as nb, Modal as ab, useModal as rb } from "./Modal.mjs";
52
+ import { Pagination as db } from "./Pagination.mjs";
53
+ import { Picker as hb } from "./Picker.mjs";
54
+ import { P as vb, a as mb, u as gb, b as $b } from "./usePopover-Bbhh3p_j.mjs";
55
+ import { Radio as pb } from "./Radio.mjs";
56
+ import { RadioGroup as fb } from "./RadioGroup.mjs";
57
+ import { RadioTab as kb } from "./RadioTab.mjs";
58
+ import { Search as Mb, StyledSearch as Lb } from "./Search.mjs";
59
+ import { Shape as Eb } from "./Shape.mjs";
60
+ import { Slider as Ab, SliderComponent as xb, ensureMinMax as Fb, round as yb, thumbWidth as Sb } from "./Slider.mjs";
61
+ import { Stack as zb } from "./Stack.mjs";
62
+ import { StyledSwiper as Db, Swiper as Bb, useSwiper as Rb } from "./Swiper.mjs";
63
+ import { Table as Ob, TableComponent as Pb } from "./Table.mjs";
64
+ import { Tab as _b, TabComponent as Nb, useTab as Gb } from "./Tabs.mjs";
65
+ import { StyledTag as Jb, Tag as Qb } from "./Tag.mjs";
66
+ import { Text as Yb } from "./Text.mjs";
67
+ import { Textarea as qb } from "./Textarea.mjs";
68
+ import { TimePicker as cf } from "./TimePicker.mjs";
69
+ import { Notifications as ef, Toast as of, dismiss as nf, remove as af, toast as rf, useToast as df } from "./Toast.mjs";
70
+ import { Toggle as hf } from "./Toggle.mjs";
71
+ import { Tooltip as vf } from "./Tooltip.mjs";
72
+ import { WelcomeLoader as gf } from "./WelcomeLoader.mjs";
73
+ import { WuiProvider as Zf } from "./WuiProvider.mjs";
74
+ import { css as b, rpxTransformers as l2, defaultTheme as e2 } from "@xstyled/styled-components";
75
+ import { g as o2 } from "./_commonjsHelpers-CXJ7dpIk.mjs";
76
+ const n2 = 15, a2 = 15, r2 = '<path fill="currentColor" fill-rule="evenodd" d="M94.326 7.634a2.36 2.36 0 0 0-1.985-1.984l-.005-.001c-.41-.059-8.428-1.215-18.62-.294-13.75 1.24-24.848 5.73-32.101 12.984-3.839 3.838-6.608 8.386-8.596 13.157l-19.132 4.862a2.36 2.36 0 0 0-1.693 1.66 2.36 2.36 0 0 0 .606 2.291l15.493 15.497c-.2 7.364.556 12.735.637 13.272a2.359 2.359 0 0 0 1.986 1.986c.24.035 4.462.648 10.618.648.835 0 1.717-.016 2.62-.042l15.52 15.525a2.354 2.354 0 0 0 2.292.607 2.36 2.36 0 0 0 1.66-1.694l4.873-19.19c5.192-2.162 9.623-5.024 13.141-8.543C99.051 40.96 94.527 8.987 94.326 7.635ZM33.388 66.602c-.664-6.8-1.989-31.377 11.56-44.93C58.473 8.143 83.068 9.454 89.868 10.11c.664 6.8 1.99 31.377-11.56 44.93-13.526 13.529-38.12 12.218-44.92 11.562Zm.78 10.144a2.358 2.358 0 0 0-2.963 1.527c-.893 2.792-2.2 5.063-3.884 6.748-5.057 5.058-13.743 5.366-17.578 5.229-.144-3.832.155-12.5 5.233-17.577 1.685-1.685 3.955-2.993 6.745-3.885a2.359 2.359 0 0 0 1.529-2.964 2.36 2.36 0 0 0-2.964-1.528c-3.514 1.124-6.421 2.82-8.644 5.043-8.237 8.24-6.52 22.8-6.443 23.415A2.356 2.356 0 0 0 7.245 94.8c.187.024 1.669.201 3.872.201 5.028-.001 13.81-.917 19.537-6.646 2.221-2.221 3.917-5.13 5.042-8.645a2.36 2.36 0 0 0-1.528-2.963Zm21.41-32.338c-4.906-4.908-4.906-12.891 0-17.798 4.907-4.906 12.889-4.906 17.794 0 4.905 4.907 4.905 12.89 0 17.798a12.546 12.546 0 0 1-8.897 3.68 12.544 12.544 0 0 1-8.897-3.68Zm8.897-1.029a7.815 7.815 0 0 0 5.564-2.305 7.817 7.817 0 0 0 2.304-5.565 7.819 7.819 0 0 0-2.305-5.566 7.82 7.82 0 0 0-5.563-2.305c-2.101 0-4.078.82-5.564 2.305a7.824 7.824 0 0 0-2.305 5.566c0 2.103.82 4.078 2.305 5.565a7.813 7.813 0 0 0 5.564 2.305Z" clip-rule="evenodd"/>', i2 = {
77
+ width: n2,
78
+ height: a2,
79
+ block: r2
80
+ }, d2 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Actions", content: i2, ...t }), s2 = 15, h2 = 15, u2 = '<path fill="currentColor" fill-rule="evenodd" d="M96.808 48.71a9.723 9.723 0 0 0-.541-1.782 9.44 9.44 0 0 0-.87-1.63 10.31 10.31 0 0 0-1.18-1.455 9.579 9.579 0 0 0-1.454-1.183 8.975 8.975 0 0 0-1.63-.87 9.441 9.441 0 0 0-1.778-.544c-3.097-.625-6.382.394-8.583 2.597a9.376 9.376 0 0 0-1.182 1.455 9.44 9.44 0 0 0-.867 1.63 9.536 9.536 0 0 0-.545 1.783c-.054.277-.092.555-.125.83l-6.852 1.143-6.52-40.186a2.377 2.377 0 0 0-2.261-1.996c-1.069-.048-2.135.723-2.398 1.827L43.53 79.901l-12.72-42.87c-.307-1.029-1.213-1.717-2.337-1.7a2.377 2.377 0 0 0-2.25 1.815l-5.341 21.918-15.894 2.647a2.38 2.38 0 0 0 .78 4.695L23.209 63.5a2.378 2.378 0 0 0 1.919-1.783l3.628-14.893 12.752 42.973a2.38 2.38 0 0 0 2.279 1.702l.066-.001a2.377 2.377 0 0 0 2.246-1.83l15.8-66.645 4.994 30.78c.102.624.447 1.183.96 1.551.514.37 1.151.519 1.775.414l9.106-1.516a9.55 9.55 0 0 0 2.038 3.05c1.765 1.782 4.224 2.788 6.723 2.788.61 0 1.249-.054 1.86-.177a10.681 10.681 0 0 0 1.777-.543 9.964 9.964 0 0 0 1.631-.886 8.816 8.816 0 0 0 1.453-1.181A9.583 9.583 0 0 0 97 50.574c0-.612-.068-1.238-.192-1.863Z" clip-rule="evenodd"/>', v2 = {
81
+ width: s2,
82
+ height: h2,
83
+ block: u2
84
+ }, m2 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Activity", content: v2, ...t }), g2 = 15, $2 = 15, Z2 = '<path fill="currentColor" fill-rule="evenodd" d="M55.3 43.89V20.74c0-3.722-1.21-6.74-5.3-6.74s-5.3 3.018-5.3 6.74v24.685l-24.722 2.651c-3.697.423-6.355 2.322-5.934 6.02.39 3.44 3.307 4.54 6.689 4.54l23.966-2.522V79.26C44.7 82.982 46.277 86 50 86c3.726 0 5.301-3.018 5.301-6.74V54.576l24.724-2.653c3.698-.423 6.354-2.322 5.932-6.02-.42-3.699-3.757-4.928-7.46-4.494" clip-rule="evenodd"/>', p2 = {
85
+ width: g2,
86
+ height: $2,
87
+ block: Z2
88
+ }, b2 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Add", content: p2, ...t }), f2 = 15, C2 = 15, k2 = '<path fill="currentColor" fill-rule="evenodd" d="M94.08 31.581 73.352 15.725a2.4 2.4 0 0 0-1.723-.476l-20.907 2.355V7.346c0-.669-.29-1.306-.794-1.75a2.391 2.391 0 0 0-1.849-.582L37.844 6.168a2.356 2.356 0 0 0-2.105 2.331v10.793l-26.634 3A2.357 2.357 0 0 0 7 24.623v36.38c0 .668.289 1.306.794 1.751a2.391 2.391 0 0 0 1.849.58l26.096-2.939v34.258c0 .67.288 1.306.793 1.752a2.396 2.396 0 0 0 1.85.58l10.237-1.153a2.357 2.357 0 0 0 2.104-2.332V58.707l21.445-2.415a2.386 2.386 0 0 0 1.411-.673l20.727-20.525a2.326 2.326 0 0 0-.227-3.513ZM70.804 51.723l-59.057 6.65V26.718l26.625-2.998.01-.002 10.236-1.153.004-.001L71.21 20.02l17.833 13.644-18.238 18.059Z" clip-rule="evenodd"/>', w2 = {
89
+ width: f2,
90
+ height: C2,
91
+ block: k2
92
+ }, M2 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Address", content: w2, ...t }), L2 = 15, V2 = 15, E2 = '<path fill="currentColor" fill-rule="evenodd" d="m29.118 73.557 4.346-5.436L15.86 70.17c-2.025.236-3.093-.744-3.093-2.767V28.548c0-2.06 1.068-3.252 3.093-3.487l68.28-7.942c2.025-.236 3.094.707 3.094 2.767V58.74c0 2.024-1.069 3.252-3.094 3.487l-17.604 2.048 4.382 4.42 14.143-1.645c4.787-.557 7.439-3.44 7.439-8.26V18.613c0-4.82-2.652-7.087-7.44-6.53l-70.12 8.156c-4.53.526-7.44 3.44-7.44 8.26v40.177c0 4.82 2.652 7.087 7.44 6.53l14.178-1.649Zm43.384 9.193c1.731-.202 2.43-2.123 1.29-3.204L51.583 57c-.884-.817-2.284-.654-3.168.368L26.21 85.08c-1.142 1.347-.442 3.106 1.289 2.904l45.004-5.234Z" clip-rule="evenodd"/>', I2 = {
93
+ width: L2,
94
+ height: V2,
95
+ block: E2
96
+ }, A2 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Airplay", content: I2, ...t }), x2 = 15, F2 = 15, y2 = '<path fill="currentColor" fill-rule="evenodd" d="M52.698 70.58a4.324 4.324 0 0 0-.374-.68 3.66 3.66 0 0 0-.493-.587c-1.495-1.463-4.173-1.463-5.655 0a3.88 3.88 0 0 0-1.173 2.769c0 1.019.428 2.037 1.173 2.769A4.038 4.038 0 0 0 49.003 76a4.063 4.063 0 0 0 2.828-1.15 4.264 4.264 0 0 0 .867-1.28 4.71 4.71 0 0 0 .226-.73c.039-.249.067-.51.067-.758 0-.261-.028-.522-.067-.77a4.803 4.803 0 0 0-.226-.732ZM49 33c-2.21 0-4 1.754-4 3.918v19.796c0 2.163 1.79 3.918 4 3.918s4-1.755 4-3.918V36.918C53 34.754 51.21 33 49 33Zm48.022 42.74L55.542 9.07a6.475 6.475 0 0 0-5.728-3.067c-2.351.067-4.423 1.332-5.544 3.385v.001L2.79 85.447a6.41 6.41 0 0 0 .33 6.703 6.502 6.502 0 0 0 6.136 2.807l82.963-9.388a6.482 6.482 0 0 0 5.122-3.604 6.395 6.395 0 0 0-.319-6.226m-3.92 4.182c-.13.266-.529.896-1.417.996L8.72 90.307c-.97.112-1.512-.507-1.696-.777-.184-.271-.562-.992-.09-1.853l41.481-76.058a1.77 1.77 0 0 1 1.533-.936 1.787 1.787 0 0 1 1.584.848l41.482 66.668c.469.755.218 1.456.088 1.722Z" clip-rule="evenodd"/>', S2 = {
97
+ width: x2,
98
+ height: F2,
99
+ block: y2
100
+ }, T2 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "AlertOutline", content: S2, ...t }), z2 = 15, H2 = 15, D2 = '<path fill="currentColor" fill-rule="evenodd" d="M37.278 19.6c-4.436 1.34-8.015 5.307-8.855 9.82-1.505 8.077 5.328 14.104 13.268 11.704 4.435-1.34 8.011-5.307 8.852-9.82 1.504-8.075-5.327-14.102-13.265-11.703Zm28.292 6.155v3.298c0 1.694-1.075 3.327-2.684 4.07l-.976.449c-1.073.496-1.948 1.4-2.37 2.5-.082.209-.165.416-.25.621-.46 1.102-.422 2.296.077 3.27l.452.882c.74 1.443.428 3.304-.777 4.639L56.7 48.08c-1.203 1.336-3.038 1.854-4.572 1.291l-1.065-.39c-1.022-.374-2.206-.281-3.25.275-.139.074-.28.147-.42.219a4.635 4.635 0 0 0-2.278 2.63l-.392 1.161c-.562 1.665-2.08 2.91-3.781 3.102l-3.313.377c-1.704.192-3.219-.707-3.781-2.245l-.458-1.254a3.38 3.38 0 0 0-2.221-2.094l-.179-.056c-1.058-.33-2.257-.17-3.294.446l-1.253.744c-1.535.91-3.369.81-4.572-.254l-2.342-2.065c-1.206-1.063-1.517-2.854-.777-4.466l.673-1.464c.489-1.067.517-2.238.086-3.227l-.014-.03a3.375 3.375 0 0 0-2.355-1.962l-1.457-.341C14.077 38.1 13 36.712 13 35.017v-3.299c0-1.695 1.077-3.328 2.685-4.07l1.457-.672a4.642 4.642 0 0 0 2.355-2.497l.014-.034c.43-1.086.403-2.25-.086-3.204l-.673-1.314c-.74-1.443-.43-3.304.777-4.64l2.342-2.598c1.203-1.336 3.037-1.853 4.57-1.29l1.255.458c1.037.381 2.236.27 3.295-.3a6.1 6.1 0 0 1 .178-.096 4.655 4.655 0 0 0 2.22-2.6l.459-1.358c.562-1.665 2.077-2.908 3.781-3.101l3.313-.376c1.701-.194 3.219.706 3.781 2.243l.392 1.072a3.372 3.372 0 0 0 2.278 2.115c.14.04.281.081.421.123 1.045.319 2.227.144 3.249-.461l1.066-.634c1.534-.91 3.368-.808 4.571.254l2.342 2.066c1.205 1.063 1.517 2.854.777 4.464l-.452.985c-.5 1.086-.538 2.29-.077 3.286.085.185.168.374.25.563.422 1.005 1.297 1.71 2.37 1.962l.976.23c1.608.377 2.684 1.764 2.684 3.461ZM29.767 68.653l-9.797 1.111v21.314l9.797-1.112V68.653Zm3.884-4.333c.495.44.78 1.07.78 1.73v25.99c0 1.18-.89 2.173-2.067 2.307l-14.462 1.64a2.333 2.333 0 0 1-1.816-.574 2.318 2.318 0 0 1-.78-1.734V67.692c0-1.18.89-2.174 2.068-2.307l14.46-1.641a2.338 2.338 0 0 1 1.817.576Zm52.57-42.015a2.335 2.335 0 0 0-1.817-.576l-8.588.975a2.321 2.321 0 1 0 .528 4.613l5.993-.68v57.365l-9.797 1.112v-41.16a2.327 2.327 0 0 0-2.332-2.321 2.327 2.327 0 0 0-2.332 2.321v43.761c0 .662.284 1.292.78 1.733a2.332 2.332 0 0 0 1.816.574l14.462-1.64A2.325 2.325 0 0 0 87 86.073V24.036c0-.66-.284-1.29-.78-1.731ZM60.716 57.66v31.396c0 1.181-.89 2.173-2.068 2.307l-14.46 1.641a2.339 2.339 0 0 1-1.817-.576 2.317 2.317 0 0 1-.78-1.73V64.71a2.328 2.328 0 0 1 2.331-2.322 2.327 2.327 0 0 1 2.332 2.322v23.386l9.798-1.112V57.66a2.327 2.327 0 0 1 2.332-2.322 2.327 2.327 0 0 1 2.332 2.322Z" clip-rule="evenodd"/>', B2 = {
101
+ width: z2,
102
+ height: H2,
103
+ block: D2
104
+ }, R2 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Analytics", content: B2, ...t }), W2 = 15, O2 = 15, P2 = '<path fill="currentColor" fill-rule="evenodd" d="M97 29.51c0-8.303-3.2-15.725-9.013-20.905-5.644-5.032-13.08-7.308-20.95-6.415C57.57 3.266 49.14 8.84 43.753 16.6c-4.13-2.07-8.784-2.881-13.602-2.333C15.731 15.907 4 29.275 4 44.067c0 7.389 2.85 13.998 8.028 18.611 3.656 3.26 8.162 5.206 13.04 5.728l-2.735 4.648a2.357 2.357 0 0 0 2.303 3.536l1.477-.168c-1.144 2.241-1.429 4.713-.781 7.017.62 2.207 2.05 4.027 4.024 5.126 1.965 1.095 2.525 3.664 1.302 5.977a2.355 2.355 0 0 0 .988 3.184 2.36 2.36 0 0 0 3.19-.985c2.408-4.558 1.011-9.959-3.18-12.293-1.112-.621-1.58-1.584-1.777-2.283-.342-1.212-.14-2.611.557-3.841l1.447-2.558 4.855-.553a2.356 2.356 0 0 0 1.687-3.665l-2.848-4.191c5.09-1.57 9.793-4.62 13.504-8.81 3.733 2.598 8.05 4.17 12.666 4.581l-3.352 5.699a2.355 2.355 0 0 0 2.034 3.55c.09 0 .178-.005.269-.014l2.274-.259-.039.07c-1.466 2.593-1.856 5.505-1.098 8.202.681 2.423 2.25 4.423 4.42 5.632 2.388 1.33 3.079 4.433 1.607 7.22a2.357 2.357 0 0 0 2.086 3.457 2.36 2.36 0 0 0 2.09-1.258c2.655-5.023 1.126-10.97-3.483-13.537-1.078-.601-1.83-1.566-2.173-2.789-.412-1.457-.169-3.137.662-4.608l1.725-3.049 5.68-.645a2.363 2.363 0 0 0 1.878-1.358 2.36 2.36 0 0 0-.192-2.308l-3.48-5.121C86.468 57.96 97 44.378 97 29.51ZM67.037 58.365c-6.276.715-12.19-1.016-16.756-4.839-.018-.015-.03-.032-.047-.046a21.679 21.679 0 0 1-4.706-5.566c-.012-.022-.027-.04-.04-.062a21.871 21.871 0 0 1-.995-1.94c-.043-.093-.096-.183-.138-.279a23.19 23.19 0 0 1-.696-1.828c-.058-.17-.132-.335-.186-.509a22.97 22.97 0 0 1-.456-1.743c-.056-.233-.128-.458-.176-.694-.118-.586-.195-1.19-.272-1.792-.033-.246-.084-.485-.108-.734a26.25 26.25 0 0 1-.13-2.604c0-.793.049-1.58.116-2.361.022-.248.052-.496.08-.742.062-.558.146-1.11.242-1.659.044-.256.083-.512.135-.766.145-.713.316-1.418.515-2.114.092-.318.202-.632.303-.947.13-.403.265-.804.41-1.2.144-.382.293-.759.451-1.136.128-.307.267-.609.405-.91.463-1.005.97-1.997 1.549-2.96.016-.027.025-.057.04-.085 4.53-7.494 12.248-12.98 20.995-13.975.935-.107 1.86-.16 2.776-.16 5.463 0 10.532 1.876 14.496 5.408 4.794 4.273 7.434 10.447 7.434 17.388 0 14.328-11.322 27.272-25.24 28.855Zm-2.176 8.78 2.17-3.69c.2-.337.495-.4.599-.4a.08.08 0 0 1 .03.005l2.377 3.495-5.176.59Zm3.755-54.043c-11.228 0-20.363 9.344-20.363 20.827a3.37 3.37 0 0 0 3.373 3.367 3.37 3.37 0 0 0 3.373-3.367c0-7.77 6.109-14.091 13.617-14.091a3.37 3.37 0 0 0 3.373-3.368 3.37 3.37 0 0 0-3.373-3.368Zm-38.198 17.54c-6.385 0-11.58 5.38-11.58 11.997a3.37 3.37 0 0 1-3.373 3.367 3.37 3.37 0 0 1-3.373-3.367c0-10.33 8.222-18.734 18.326-18.734a3.37 3.37 0 0 1 3.373 3.368 3.37 3.37 0 0 1-3.373 3.368Z" clip-rule="evenodd"/>', U2 = {
105
+ width: W2,
106
+ height: O2,
107
+ block: P2
108
+ }, _2 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Anniversary", content: U2, ...t }), N2 = 15, G2 = 15, X2 = '<path fill="currentColor" fill-rule="evenodd" d="M94.982 35.329c.004.03.008.062.01.093 0 .013.002.025.004.038a.265.265 0 0 1 .004.042v45.134a2.34 2.34 0 0 1-2.03 2.326L39.566 89.98c-.1.013-.2.02-.302.02a2.307 2.307 0 0 1-.689-.114.72.72 0 0 1-.058-.016 2.317 2.317 0 0 1-.568-.29.115.115 0 0 0-.027-.014.138.138 0 0 1-.027-.014L5.964 66.256a2.353 2.353 0 0 1-.964-1.9V19.361c0-.1.018-.194.036-.29a4.62 4.62 0 0 0 .017-.093.67.67 0 0 0 .007-.084c.002-.036.003-.072.012-.107.001-.006.004-.01.006-.015l.006-.015a2.378 2.378 0 0 1 .272-.635c.113-.183.25-.348.41-.494.037-.034.08-.06.122-.088.029-.018.057-.036.084-.056l.082-.064c.069-.053.137-.107.216-.147a.108.108 0 0 1 .026-.01l.021-.006c.054-.026.112-.044.17-.062.028-.009.056-.017.083-.027l.014-.004a2.19 2.19 0 0 1 .374-.108.162.162 0 0 0 .035-.01.142.142 0 0 1 .039-.012l53.401-7.016c.154-.02.307-.022.46-.012.018.001.036.005.054.008l.036.006a2.344 2.344 0 0 1 .616.155c.174.07.345.154.5.266l31.932 23.157a.2.2 0 0 1 .033.032c.009.01.017.019.027.027l.05.034a.445.445 0 0 1 .064.047c.112.098.21.21.3.325.004.007.01.012.015.018a2.345 2.345 0 0 1 .359.715c.048.155.081.314.096.478l.007.055Zm-53.385 49.65 48.737-6.403V38.174l-6.907.908-22.39 2.941h-.002l-19.438 2.555V84.98Zm44.932-51.038-23.46-17.013v20.095l23.46-3.082Zm-28.126 3.695V15.018l-44.93 5.902 26.405 19.151 5.799-.763 12.726-1.672Zm1.553 12.215 11.417-1.499c1.705-.224 3.397.278 4.64 1.377 1.247 1.098 1.96 2.72 1.96 4.45v.83c0 3.41-2.634 6.428-5.996 6.87L60.56 63.38a6.163 6.163 0 0 1-.797.052 5.801 5.801 0 0 1-3.846-1.429c-1.244-1.1-1.959-2.722-1.959-4.452v-.83c0-3.41 2.636-6.427 5.998-6.87Zm11.417 7.375c1.013-.133 1.934-1.19 1.934-2.217v-.83c0-.39-.129-.71-.37-.924a1.11 1.11 0 0 0-.752-.264c-.067 0-.136.004-.208.014l-11.417 1.5c-1.012.133-1.936 1.19-1.936 2.216v.83c0 .39.13.711.372.924.243.215.575.305.96.251l11.417-1.5Z" clip-rule="evenodd"/>', J2 = {
109
+ width: N2,
110
+ height: G2,
111
+ block: X2
112
+ }, Q2 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Archive", content: J2, ...t }), K2 = 15, Y2 = 15, j2 = '<path fill="currentColor" fill-rule="evenodd" d="M77.883 53.262 54.08 79.447V11.03C54.08 8.806 52.253 7 50 7c-2.255 0-4.081 1.806-4.081 4.03v69.983L21.787 59.896a4.117 4.117 0 0 0-5.761.343 3.997 3.997 0 0 0 .348 5.69l30.92 27.057c.07.06.147.103.219.158.099.077.196.153.303.22.12.076.246.138.373.2.1.05.197.103.303.143.151.06.305.1.46.141.092.024.18.057.273.074.256.048.514.078.773.078h.001c.284 0 .562-.03.83-.085.018-.004.033-.012.049-.016.254-.055.5-.13.734-.23.074-.03.142-.077.214-.114.173-.086.344-.173.502-.282.08-.055.152-.126.23-.186.14-.115.279-.229.404-.36.022-.025.051-.04.073-.065l30.921-34.016a3.996 3.996 0 0 0-.311-5.692 4.116 4.116 0 0 0-5.762.308Z" clip-rule="evenodd"/>', q2 = {
113
+ width: K2,
114
+ height: Y2,
115
+ block: j2
116
+ }, t1 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ArrowDown", content: q2, ...t }), c1 = 15, l1 = 15, e1 = '<path fill="currentColor" fill-rule="evenodd" d="M94.316 94.316A5.75 5.75 0 0 0 90.25 84.5H9.75a5.75 5.75 0 0 0 0 11.5h80.5a5.75 5.75 0 0 0 4.066-1.684ZM78.75 44.25a5.753 5.753 0 0 1-1.667 4.082l-23 23a5.75 5.75 0 0 1-4.908 1.609 5.75 5.75 0 0 1-3.545-1.954L22.975 48.332a5.75 5.75 0 0 1 8.108-8.107L44.25 53.392V9.75a5.75 5.75 0 0 1 11.5 0v43.642l13.168-13.167a5.75 5.75 0 0 1 9.832 4.025Z" clip-rule="evenodd"/>', o1 = {
117
+ width: c1,
118
+ height: l1,
119
+ block: e1
120
+ }, n1 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ArrowLineDown", content: o1, ...t }), a1 = 15, r1 = 15, i1 = '<path fill="currentColor" fill-rule="evenodd" d="M5.684 94.316A5.75 5.75 0 0 0 15.5 90.25V9.75a5.75 5.75 0 0 0-11.5 0v80.5a5.75 5.75 0 0 0 1.684 4.066ZM55.75 78.75a5.75 5.75 0 0 1-4.082-1.667l-23-23a5.75 5.75 0 0 1-1.608-4.908 5.75 5.75 0 0 1 1.953-3.545l22.655-22.655a5.75 5.75 0 0 1 8.107 8.108L46.608 44.25H90.25a5.75 5.75 0 0 1 0 11.5H46.608l13.167 13.168a5.75 5.75 0 0 1-4.025 9.832Z" clip-rule="evenodd"/>', d1 = {
121
+ width: a1,
122
+ height: r1,
123
+ block: i1
124
+ }, s1 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ArrowLineLeft", content: d1, ...t }), h1 = 15, u1 = 15, v1 = '<path fill="currentColor" fill-rule="evenodd" d="M94.316 5.684A5.75 5.75 0 0 0 84.5 9.75v80.5a5.75 5.75 0 0 0 11.5 0V9.75a5.75 5.75 0 0 0-1.684-4.066ZM44.25 21.25a5.75 5.75 0 0 1 4.082 1.667l23 23a5.75 5.75 0 0 1 1.609 4.908 5.75 5.75 0 0 1-1.954 3.545L48.332 77.025a5.75 5.75 0 0 1-8.107-8.108L53.392 55.75H9.75a5.75 5.75 0 0 1 0-11.5h43.642L40.225 31.082a5.75 5.75 0 0 1 4.025-9.832Z" clip-rule="evenodd"/>', m1 = {
125
+ width: h1,
126
+ height: u1,
127
+ block: v1
128
+ }, g1 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ArrowLineRight", content: m1, ...t }), $1 = 15, Z1 = 15, p1 = '<path fill="currentColor" fill-rule="evenodd" d="M5.684 5.684A5.75 5.75 0 0 0 9.75 15.5h80.5a5.75 5.75 0 0 0 0-11.5H9.75a5.75 5.75 0 0 0-4.066 1.684ZM21.25 55.75a5.753 5.753 0 0 1 1.667-4.082l23-23a5.75 5.75 0 0 1 4.908-1.608 5.75 5.75 0 0 1 3.545 1.953l22.655 22.655a5.75 5.75 0 0 1-8.108 8.107L55.75 46.608V90.25a5.75 5.75 0 0 1-11.5 0V46.608L31.082 59.775a5.75 5.75 0 0 1-9.832-4.025Z" clip-rule="evenodd"/>', b1 = {
129
+ width: $1,
130
+ height: Z1,
131
+ block: p1
132
+ }, f1 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ArrowLineUp", content: b1, ...t }), C1 = 15, k1 = 15, w1 = '<path fill="currentColor" fill-rule="evenodd" d="M88.488 48.913c.067-.12.118-.247.174-.375.048-.116.1-.23.139-.35.043-.13.067-.265.097-.4.027-.126.056-.253.071-.383.015-.13.014-.262.016-.394.003-.103.02-.207.014-.31-.003-.041-.015-.08-.019-.119-.003-.037.003-.073-.001-.11-.011-.093-.04-.178-.058-.27-.025-.14-.05-.28-.09-.418-.037-.132-.088-.254-.138-.38-.05-.12-.096-.24-.155-.356a4.286 4.286 0 0 0-.216-.356 4.486 4.486 0 0 0-.215-.31 4.637 4.637 0 0 0-.281-.307c-.064-.065-.115-.139-.184-.2l-26.66-23.847a4.017 4.017 0 0 0-5.71.349 4.113 4.113 0 0 0 .346 5.766l19.863 17.77-59.894 6.889c-2.219.256-3.814 2.28-3.56 4.52.233 2.085 1.983 3.624 4.013 3.624.153 0 .309-.01.464-.027l58.324-6.708L55.29 74.186a4.111 4.111 0 0 0 .307 5.768 4.022 4.022 0 0 0 5.714-.31L87.97 49.662c.027-.03.043-.065.069-.095.09-.108.17-.225.25-.342.068-.102.14-.203.199-.312Z" clip-rule="evenodd"/>', M1 = {
133
+ width: C1,
134
+ height: k1,
135
+ block: w1
136
+ }, L1 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ArrowRight", content: M1, ...t }), V1 = 15, E1 = 15, I1 = '<path fill="currentColor" fill-rule="evenodd" d="M52.707 8.014c-.061-.053-.132-.088-.195-.138a3.817 3.817 0 0 0-.362-.258 3.703 3.703 0 0 0-.329-.177 3.66 3.66 0 0 0-.378-.168 3.747 3.747 0 0 0-.374-.116 4.138 4.138 0 0 0-.386-.09 4.007 4.007 0 0 0-.42-.04C50.174 7.02 50.09 7 50 7c-.042 0-.079.01-.118.012-.14.004-.276.023-.415.042-.13.016-.26.03-.386.058-.123.028-.241.07-.36.11-.131.043-.265.082-.39.138-.11.048-.213.113-.32.172-.124.069-.25.134-.364.215-.095.067-.184.146-.273.223-.116.095-.23.19-.334.298-.024.026-.053.044-.077.07l-30.92 34.016a3.994 3.994 0 0 0 .31 5.69 4.093 4.093 0 0 0 2.725 1.033c1.12 0 2.232-.452 3.039-1.338L45.92 21.553V89.97c0 2.226 1.826 4.03 4.08 4.03s4.081-1.804 4.081-4.03V19.987l24.132 21.117a4.114 4.114 0 0 0 5.76-.343 3.994 3.994 0 0 0-.35-5.69L52.708 8.015Z" clip-rule="evenodd"/>', A1 = {
137
+ width: V1,
138
+ height: E1,
139
+ block: I1
140
+ }, x1 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ArrowUp", content: A1, ...t }), F1 = 15, y1 = 15, S1 = '<path fill="currentColor" fill-rule="evenodd" d="m47.567 59.778.049-19.32-4.237 4.677a2.362 2.362 0 0 1-1.755.776c-.56 0-1.124-.196-1.574-.598a2.32 2.32 0 0 1-.18-3.3l8.326-9.19c.35-.385.8-.621 1.274-.72.058-.012.117-.017.176-.027.078-.009.155-.021.233-.022.038-.003.073-.012.11-.012h.006c.08 0 .155.016.235.025.016.001.035.001.054.004a2.354 2.354 0 0 1 1.475.779l8.08 7.096a2.322 2.322 0 0 1 .2 3.298 2.373 2.373 0 0 1-3.33.2L52.335 39.6l-.048 19.248 4.201-4.636a2.372 2.372 0 0 1 3.33-.18 2.32 2.32 0 0 1 .179 3.3l-8.326 9.19a2.358 2.358 0 0 1-1.756.776 2.36 2.36 0 0 1-1.561-.587l-8.326-7.31a2.321 2.321 0 0 1-.2-3.299 2.374 2.374 0 0 1 3.327-.2l4.413 3.876Zm42.717-36.436v44.22L9.716 76.657v-44.22l80.568-9.096Zm3.928-13.75a2.372 2.372 0 0 0-1.837-.578L7.091 18.645A2.344 2.344 0 0 0 5 20.967v67.696c0 .665.287 1.3.788 1.744a2.372 2.372 0 0 0 1.837.578l85.284-9.63A2.344 2.344 0 0 0 95 79.032V11.337a2.33 2.33 0 0 0-.788-1.744Z" clip-rule="evenodd"/>', T1 = {
141
+ width: F1,
142
+ height: y1,
143
+ block: S1
144
+ }, z1 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "AspectRatioFill", content: T1, ...t }), H1 = 15, D1 = 15, B1 = '<path fill="currentColor" fill-rule="evenodd" d="m52.275 58.086 4.231 3.714a2.371 2.371 0 0 0 3.327-.199 2.321 2.321 0 0 0-.2-3.3l-8.153-7.157c-.035-.032-.077-.052-.114-.082a2.502 2.502 0 0 0-.206-.148 2.706 2.706 0 0 0-.195-.103 1.83 1.83 0 0 0-.435-.164 2.066 2.066 0 0 0-.217-.05 2.29 2.29 0 0 0-.25-.026c-.049-.003-.096-.015-.146-.015-.023 0-.044.007-.067.007a2.192 2.192 0 0 0-.247.025c-.073.01-.145.016-.217.033-.073.017-.144.042-.215.066-.073.025-.147.047-.216.077s-.132.069-.195.106c-.069.037-.138.073-.201.119-.06.04-.112.09-.167.136-.064.053-.127.105-.183.164-.014.016-.033.027-.048.043l-8.15 9a2.32 2.32 0 0 0 .18 3.299c.45.4 1.014.598 1.574.598.648 0 1.29-.261 1.757-.776l4.037-4.457v13.39L9.716 76.659V32.44l37.843-4.274v11.063l-4.196-3.684a2.374 2.374 0 0 0-3.328.2 2.321 2.321 0 0 0 .2 3.298l7.928 6.962c.432.48 1.054.788 1.754.788.012 0 .023-.003.032-.003l.018-.003c.147-.002.291-.014.428-.044a2.34 2.34 0 0 0 1.311-.73l8.151-8.998c.87-.962.79-2.439-.18-3.3a2.373 2.373 0 0 0-3.331.178l-4.07 4.496V27.633l38.008-4.291v44.22l-38.009 4.291V58.086ZM94.212 9.593a2.367 2.367 0 0 0-1.837-.579l-85.284 9.63A2.345 2.345 0 0 0 5 20.966v67.697c0 .666.287 1.3.788 1.744a2.365 2.365 0 0 0 1.837.578l85.284-9.63A2.345 2.345 0 0 0 95 79.034V11.338c0-.667-.287-1.301-.788-1.744Z" clip-rule="evenodd"/>', R1 = {
145
+ width: H1,
146
+ height: D1,
147
+ block: B1
148
+ }, W1 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "AspectRatioFit", content: R1, ...t }), O1 = 15, P1 = 15, U1 = '<path fill="currentColor" fill-rule="evenodd" d="M49.968 92.79a39.924 39.924 0 0 1-26.774-10.254c1.337-10.562 8.97-19.389 19.331-22.182a2.614 2.614 0 0 0 .201-4.982c-7.874-2.826-13.164-10.334-13.164-18.681a19.738 19.738 0 0 1 5.82-14.048 19.736 19.736 0 0 1 14.048-5.818c10.954 0 19.866 8.913 19.866 19.866 0 8.352-5.294 15.859-13.173 18.684a2.613 2.613 0 0 0 .202 4.981 26.316 26.316 0 0 1 19.417 23.052 40.052 40.052 0 0 1-25.774 9.381ZM50 2C23.533 2 2 23.533 2 50s21.533 48 48 48 48-21.533 48-48S76.466 2 49.999 2Z" clip-rule="evenodd"/>', _1 = {
149
+ width: O1,
150
+ height: P1,
151
+ block: U1
152
+ }, N1 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Avatar", content: _1, ...t }), G1 = 15, X1 = 15, J1 = '<path fill="currentColor" fill-rule="evenodd" d="M84.04 69.185c-2.357.27-4.55-.386-6.177-1.84-1.608-1.439-2.495-3.511-2.495-5.838 0-5.079 4.132-9.682 9.21-10.26.346-.04.69-.06 1.027-.06 1.962 0 3.762.659 5.15 1.9 1.61 1.437 2.496 3.511 2.496 5.838 0 5.078-4.133 9.681-9.21 10.26Zm-35.033 3.999c-2.348.266-4.549-.385-6.177-1.842-1.61-1.438-2.496-3.512-2.496-5.837 0-2.033.67-3.984 1.789-5.636.006-.01.017-.017.024-.027.007-.01.01-.023.018-.034 1.681-2.446 4.358-4.22 7.379-4.565.346-.04.688-.058 1.027-.058 1.96 0 3.76.657 5.15 1.9 1.608 1.437 2.496 3.511 2.496 5.838 0 5.077-4.132 9.682-9.21 10.26Zm44.911-23.646c-2.012-1.8-4.52-2.844-7.235-3.062a2.293 2.293 0 0 0-.462-.423L65.588 32.117c-4.641-3.136-8.15-2.104-9.832-1.21-3.046 1.623-4.866 5.251-4.866 9.708v1.914a2.377 2.377 0 0 0 2.375 2.379 2.377 2.377 0 0 0 2.375-2.379v-1.914c0-2.667.878-4.726 2.346-5.507 1.277-.68 3.033-.343 4.946.951L80.016 47.6c-3.408 1.465-6.228 4.195-7.863 7.506a18.508 18.508 0 0 0-5.63-.214c-1.848.21-3.676.693-5.371 1.392a11.998 11.998 0 0 0-2.268-2.747c-2.651-2.37-6.156-3.44-9.877-3.018-3.603.41-6.87 2.22-9.282 4.819L16.699 39.783c-4.64-3.135-8.153-2.103-9.833-1.208C3.82 40.196 2 43.825 2 48.28v1.915a2.377 2.377 0 0 0 2.375 2.378 2.377 2.377 0 0 0 2.375-2.378V48.28c0-2.667.876-4.724 2.344-5.507 1.275-.678 3.033-.342 4.95.951l23.002 15.54c-.927 1.932-1.462 4.053-1.462 6.24 0 3.7 1.45 7.033 4.082 9.386C41.94 76.922 44.84 78 47.963 78c.521 0 1.05-.03 1.581-.091 7.401-.844 13.422-7.567 13.422-14.986 0-.74-.074-1.46-.187-2.164a15.343 15.343 0 0 1 4.281-1.142c1.276-.145 2.53-.12 3.695.06a13.699 13.699 0 0 0-.137 1.83c0 3.7 1.451 7.034 4.082 9.387 2.273 2.03 5.174 3.108 8.296 3.108.522 0 1.05-.03 1.582-.09C91.979 73.067 98 66.345 98 58.925c0-3.7-1.45-7.035-4.082-9.387Z" clip-rule="evenodd"/>', Q1 = {
153
+ width: G1,
154
+ height: X1,
155
+ block: J1
156
+ }, K1 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "AvatarAccessory", content: Q1, ...t }), Y1 = 15, j1 = 15, q1 = '<path fill="currentColor" fill-rule="evenodd" d="m63.272 61.662-4.044 1.315a2.375 2.375 0 0 0-1.611 1.903L53.88 89.203l-6.845.786-3.656-22.948a2.37 2.37 0 0 0-2.11-1.996l-3.541-.338v-8.07c0-7.245 5.849-13.81 13.039-14.637 3.386-.391 6.544.565 8.896 2.684 2.327 2.094 3.61 5.104 3.61 8.473v8.505Zm-.46-20.537c-3.373-3.035-7.836-4.406-12.58-3.862C40.73 38.354 33 47.046 33 56.637v10.24c0 1.23.927 2.258 2.142 2.374l3.86.367 3.724 23.377a2.37 2.37 0 0 0 2.601 1.99l10.88-1.25a2.373 2.373 0 0 0 2.069-2.003l3.789-24.668 4.295-1.396A2.379 2.379 0 0 0 68 63.399V53.157c0-4.746-1.843-9.02-5.188-12.032ZM50.767 9.832a9.278 9.278 0 0 1 1.091-.064c2.087 0 4.004.706 5.482 2.038 1.714 1.543 2.658 3.766 2.658 6.259 0 5.423-4.38 10.339-9.766 10.959-2.5.29-4.839-.413-6.574-1.976C41.943 25.506 41 23.284 41 20.791c0-5.423 4.38-10.34 9.766-10.959ZM40.509 30.607c2.36 2.122 5.37 3.249 8.614 3.249.543 0 1.091-.033 1.644-.096 7.697-.884 13.959-7.926 13.959-15.695 0-3.87-1.505-7.357-4.238-9.817-2.753-2.477-6.397-3.595-10.256-3.154-7.698.884-13.96 7.926-13.96 15.697 0 3.87 1.506 7.355 4.237 9.816Z" clip-rule="evenodd"/>', t0 = {
157
+ width: Y1,
158
+ height: j1,
159
+ block: q1
160
+ }, c0 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "AvatarBody", content: t0, ...t }), l0 = 15, e0 = 15, o0 = '<path fill="currentColor" fill-rule="evenodd" d="m66.715 86.485-9.32-48.001c-.48-2.479-2.496-4.141-5.019-4.141h-.023c-2.812.01-5.232 2.054-5.754 4.856l-9.416 50.66-9.151 1.044 6.143-65.85 35.7-4.077 6.144 64.447-9.304 1.062Zm-19.113-73.01v5.234l-12.973 1.48.493-5.29 12.48-1.424Zm21.819 2.741-12.25 1.399V12.64c0-.088-.017-.171-.026-.256l11.783-1.346.493 5.177Zm4.022-8.055a2.383 2.383 0 0 0-.872-1.628 2.38 2.38 0 0 0-1.771-.519l-38.141 4.357a2.386 2.386 0 0 0-2.104 2.15L23.01 93.388a2.394 2.394 0 0 0 .705 1.93 2.38 2.38 0 0 0 1.939.668l13.82-1.577a2.389 2.389 0 0 0 2.074-1.938l9.741-52.395a1.12 1.12 0 0 1 1.084-.952h.005c.283 0 .298.08.337.274l9.74 50.17a2.387 2.387 0 0 0 2.61 1.918l13.82-1.579a2.389 2.389 0 0 0 2.104-2.601L73.443 8.16Z" clip-rule="evenodd"/>', n0 = {
161
+ width: l0,
162
+ height: e0,
163
+ block: o0
164
+ }, a0 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "AvatarBottom", content: n0, ...t }), r0 = 15, i0 = 15, d0 = '<path fill="currentColor" fill-rule="evenodd" d="M81.017 57.776a2.383 2.383 0 1 1-4.767 0 2.383 2.383 0 0 1 4.767 0ZM50.64 45.498a2.566 2.566 0 0 1-2.563-2.563 2.565 2.565 0 0 1 2.563-2.562 2.565 2.565 0 0 1 2.563 2.562 2.566 2.566 0 0 1-2.563 2.563Zm0-9.892c-4.041 0-7.33 3.288-7.33 7.33s3.289 7.33 7.33 7.33c4.042 0 7.33-3.288 7.33-7.33s-3.288-7.33-7.33-7.33ZM87.66 63.23c-1.285 5.789-13.112 8.55-23.565 9.368a2.452 2.452 0 0 0-.49-.007c-.093.008-9.362.837-15.795-.994a2.385 2.385 0 0 0-1.303 4.586c1.877.534 3.924.869 5.938 1.076-1.808 2.975-4.684 7.407-6.014 9.02-2.478 3.008-9.586 3.877-15.208 1.859-2.594-.932-6.946-3.243-6.946-8.272 0-17.098 3.658-50.199 17.505-53.086C54.64 24.094 69.787 28.89 79.47 38.7c7.179 7.272 10.086 15.984 8.19 24.53Zm-4.796-27.88c-1.83-1.855-3.85-3.534-5.993-5.053-.003-.082.01-.163-.003-.247l-1.94-13.318a2.383 2.383 0 0 0-3.602-1.689l-10.134 6.213-9.483-13.26a2.385 2.385 0 0 0-3.956.117l-7.024 11.16-16.672-4.498a2.385 2.385 0 0 0-2.94 2.85l4.253 17.988-14.52 3.336a2.385 2.385 0 0 0-1.23 3.928l11.468 12.59-9.85 5.558a2.382 2.382 0 0 0-.496 3.78l8.908 8.714a156.19 156.19 0 0 0-.14 6.346c0 5.804 3.683 10.455 10.103 12.758 2.48.891 5.334 1.376 8.163 1.376 4.861 0 9.65-1.431 12.335-4.69.51-.62 5.491-7.682 7.594-11.68 6.968-.05 31.882-1.096 34.607-13.366 2.261-10.18-1.095-20.449-9.448-28.913Z" clip-rule="evenodd"/>', s0 = {
165
+ width: r0,
166
+ height: i0,
167
+ block: d0
168
+ }, h0 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "AvatarCostume", content: s0, ...t }), u0 = 15, v0 = 15, m0 = '<path fill="currentColor" fill-rule="evenodd" d="M55.68 15.785c-1.578 0-3.216.095-4.91.29-18.513 2.117-29.564 13.92-29.564 31.573 0 2.875.297 5.728.886 8.481a2.395 2.395 0 0 1-.815 2.348c-4.844 4.006-7.511 8.503-7.511 12.665 0 7.282 8.002 13.08 20.486 14.929-11.027-19.239-5.225-40.647-4.97-41.558a2.382 2.382 0 0 1 3.723-1.269c5.513 4.145 13.423 7.085 21.16 7.868 5.551.563 10.083.357 13.465-.61 1.94-.552 3.972-.187 5.576 1.01a6.213 6.213 0 0 1 2.515 4.914c.093 5.745-.853 16.28-7.77 25.306 11.646-4.82 19.283-12.463 19.283-19.538 0-5.145-3.924-8.57-7.217-10.54a2.395 2.395 0 0 1-1.115-2.533c.591-2.904.892-5.837.892-8.719 0-8.37-2.39-14.755-7.101-18.977-4.156-3.724-9.977-5.64-17.014-5.64ZM35.28 91a4.43 4.43 0 0 1-.568-.035C19.092 88.969 9 81.188 9 71.142c0-5.346 2.813-10.654 8.155-15.419a45.678 45.678 0 0 1-.715-8.075c0-20.023 12.947-33.943 33.79-36.328 10.64-1.215 19.507 1.043 25.637 6.536 5.768 5.168 8.693 12.753 8.693 22.546 0 2.664-.23 5.365-.685 8.05C89.128 52.057 92 56.886 92 62.194c0 9.792-9.898 19.647-25.215 25.108-1.793.64-3.686.03-4.707-1.52-1.035-1.566-.846-3.585.467-5.02 7.148-7.83 8.52-17.514 8.41-24.258a1.442 1.442 0 0 0-.59-1.151 1.622 1.622 0 0 0-1.429-.25c-3.968 1.134-9.097 1.392-15.25.77-7.239-.732-14.652-3.198-20.503-6.751-1.108 6.574-2.43 21.773 5.563 35.185v.002c.9 1.512.88 3.41-.05 4.837A4.011 4.011 0 0 1 35.28 91Z" clip-rule="evenodd"/>', g0 = {
169
+ width: u0,
170
+ height: v0,
171
+ block: m0
172
+ }, $0 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "AvatarHead", content: g0, ...t }), Z0 = 15, p0 = 15, b0 = '<path fill="currentColor" fill-rule="evenodd" d="M63.885 41.476a2.367 2.367 0 0 1-2.09 2.619l-8.637.98a2.372 2.372 0 0 1-2.63-2.082 2.367 2.367 0 0 1 2.091-2.619l8.636-.982a2.372 2.372 0 0 1 2.63 2.084Zm20.332-4.642L72.834 35.8a2.384 2.384 0 0 0-1.818.608 2.365 2.365 0 0 0-.773 1.748v40.233l-40.486 4.594V43.288a2.36 2.36 0 0 0-.974-1.91 2.392 2.392 0 0 0-2.124-.344l-11.085 3.523-4.209-11.004 23.302-11.461c1.85 7.441 7.199 11.99 13.877 11.99.566 0 1.142-.034 1.725-.1 7.223-.819 13.138-6.66 15.071-14.878a2.33 2.33 0 0 0 .048-.668l23.146 6.133-4.317 12.265ZM60.21 19.757c-1.804 5.319-5.773 8.99-10.48 9.523-4.773.552-8.622-2.312-10.212-7.489C46.15 23.731 53.562 23 60.21 19.757Zm33.514 2.075a2.376 2.376 0 0 0-1.488-1.18l-28.585-7.573a2.388 2.388 0 0 0-1.966.343c-7.351 5.084-16.442 6.14-23.721 2.758a2.389 2.389 0 0 0-2.057.023L7.324 30.263a2.362 2.362 0 0 0-1.168 2.964l5.777 15.108a2.374 2.374 0 0 0 2.943 1.411l10.13-3.219v39.107c0 .673.288 1.316.793 1.764a2.382 2.382 0 0 0 1.852.586l45.236-5.133a2.37 2.37 0 0 0 2.107-2.35V40.746l10.636.968a2.369 2.369 0 0 0 2.457-1.574l5.78-16.419a2.361 2.361 0 0 0-.143-1.89Z" clip-rule="evenodd"/>', f0 = {
173
+ width: Z0,
174
+ height: p0,
175
+ block: b0
176
+ }, C0 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "AvatarTop", content: f0, ...t }), k0 = 15, w0 = 15, M0 = '<path fill="currentColor" fill-rule="evenodd" d="m90.419 79.998-78.785 9.069V19.436l3.11 3.105a2.31 2.31 0 0 0 3.276-.007 2.33 2.33 0 0 0-.007-3.288l-7.062-7.054A2.313 2.313 0 0 0 7 13.839v77.836c0 .663.282 1.294.775 1.735a2.314 2.314 0 0 0 1.805.574l81.366-9.365a2.324 2.324 0 0 0 2.039-2.575 2.32 2.32 0 0 0-2.566-2.046ZM23.68 75.887l10.788-1.233V35.346L23.68 36.579v39.308Zm-3.86 4.34a2.332 2.332 0 0 1-.774-1.735V34.503c0-1.18.884-2.176 2.055-2.309l15.421-1.764a2.313 2.313 0 0 1 1.806.575c.492.443.774 1.074.774 1.735v43.99a2.322 2.322 0 0 1-2.055 2.308l-15.422 1.764a2.314 2.314 0 0 1-1.806-.575Zm68.544-30.429-10.787 1.233v18.694l10.787-1.234V49.798ZM93 47.193v23.373a2.322 2.322 0 0 1-2.054 2.31L75.523 74.64a2.314 2.314 0 0 1-1.806-.575 2.332 2.332 0 0 1-.773-1.734V48.956c0-1.181.884-2.176 2.054-2.31l15.422-1.764A2.32 2.32 0 0 1 93 47.194ZM46.77 77.147a2.334 2.334 0 0 1-.774-1.736V10.088c0-1.183.885-2.177 2.055-2.31l15.422-1.764a2.325 2.325 0 0 1 1.806.575c.49.441.773 1.072.773 1.735v65.323a2.323 2.323 0 0 1-2.055 2.31l-15.422 1.765a2.314 2.314 0 0 1-1.805-.575Z" clip-rule="evenodd"/>', L0 = {
177
+ width: k0,
178
+ height: w0,
179
+ block: M0
180
+ }, V0 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "BarChart", content: L0, ...t }), E0 = 15, I0 = 15, A0 = '<path fill="currentColor" d="m85.988 38.234-.01.075c-.061 8.64-3.4 17.261-10.025 23.84-6.625 6.579-15.31 9.894-24.012 9.956a.856.856 0 0 0-.073.009c-.044.006-.087.012-.132.012h-.002a.81.81 0 0 1-.112-.01.495.495 0 0 0-.066-.008c-8.739-.036-17.467-3.353-24.118-9.958S17.447 46.883 17.41 38.207a.72.72 0 0 0-.009-.067.82.82 0 0 1-.01-.114c0-.048.006-.094.012-.14l.008-.07c.063-8.64 3.4-17.262 10.027-23.84 6.623-6.58 15.307-9.894 24.01-9.955l.073-.009A.982.982 0 0 1 51.656 4h.003c.038 0 .076.005.113.01l.07.008c8.736.037 17.461 3.354 24.111 9.958 6.651 6.603 9.992 15.267 10.028 23.942l.009.067c.005.037.01.075.01.113a.997.997 0 0 1-.012.136ZM29.152 18.917a29.23 29.23 0 0 0-7.016 16.694 29.51 29.51 0 0 0 16.806-6.971l-9.79-9.723Zm13.073 12.981c-5.636 4.901-12.631 7.796-20.103 8.32a29.212 29.212 0 0 0 7.03 16.989l19.28-19.144-6.207-6.165Zm9.47 9.404-19.28 19.144c4.952 4.211 10.968 6.538 17.11 6.98.526-7.417 3.443-14.364 8.379-19.96l-6.21-6.164Zm9.49 9.425a29.093 29.093 0 0 0-7.02 16.686 29.641 29.641 0 0 0 16.81-6.967l-9.79-9.719ZM45.488 28.659l6.207 6.163 19.281-19.145c-4.951-4.208-10.967-6.536-17.108-6.98-.528 7.419-3.444 14.366-8.38 19.962Zm35.782 7.247a29.212 29.212 0 0 0-7.03-16.988L54.958 38.063l6.21 6.164c5.633-4.902 12.63-7.797 20.1-8.32Zm-16.82 11.58 9.79 9.721a29.224 29.224 0 0 0 7.015-16.693 29.506 29.506 0 0 0-16.806 6.972ZM42.204 25.4c4.072-4.714 6.51-10.5 7.02-16.687a29.655 29.655 0 0 0-16.81 6.965l9.79 9.722ZM18.308 73.506c.59 0 1.181-.223 1.63-.67l3.624-3.599a2.279 2.279 0 0 0 0-3.24 2.319 2.319 0 0 0-3.262 0l-3.623 3.598a2.279 2.279 0 0 0 0 3.24c.45.448 1.04.67 1.63.67Zm22.857 7.66a2.279 2.279 0 0 0 0-3.241 2.318 2.318 0 0 0-3.264 0L21.624 94.089a2.277 2.277 0 0 0 0 3.24c.45.447 1.04.671 1.631.671.59 0 1.18-.224 1.631-.672l16.279-16.162Zm-21.597 3.407c.451.446 1.04.67 1.631.67.592 0 1.182-.224 1.633-.67l9.02-8.956c.9-.895.9-2.347 0-3.241a2.32 2.32 0 0 0-3.264 0l-9.02 8.956a2.279 2.279 0 0 0 0 3.24Z"/>', x0 = {
181
+ width: E0,
182
+ height: I0,
183
+ block: A0
184
+ }, F0 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Basketball", content: x0, ...t }), y0 = 15, S0 = 15, T0 = '<path fill="currentColor" fill-rule="evenodd" d="m83.8 6.053-65.601 7.426c-4.51.51-8.199 4.594-8.199 9.076v65.174c0 4.482 3.689 7.73 8.199 7.218L83.8 87.522c4.511-.51 8.2-4.594 8.2-9.075V13.272c0-4.482-3.689-7.729-8.2-7.22Zm-7.793 26.325-14.91 1.687v3.588l14.91-1.689v-3.586Zm5.776 22.401L62.58 56.953c0 4.225 2.25 6.457 6.534 5.972 2.222-.252 5.085-1.766 5.78-4.095l6.455-.73c-1.983 6.255-6.102 9.558-12.46 10.279-8.406.95-13.625-4.091-13.625-12.304 0-7.915 5.507-14.578 13.622-15.498 8.764-.99 13.505 5.678 12.898 14.202Zm-13.125-8.703c-3.505.396-5.828 2.827-6.07 6.319l11.9-1.347c-.31-3.46-2.157-5.389-5.83-4.972ZM39.911 70.968l-17.825 2.017V36.569l17.338-1.963c6.298-.713 11.756.438 11.756 7.692 0 3.678-1.722 6.238-5.022 8.171 4.524.756 6.712 3.887 6.712 8.458 0 7.4-6.277 11.285-12.959 12.04Zm-.935-16.107-8.81.996v10.029l8.643-.978c3.289-.373 5.976-1.826 5.976-5.505 0-3.731-2.252-4.945-5.809-4.542Zm4.318-10.316c0-3.35-2.625-3.863-5.54-3.534l-7.585.859v8.498l8.195-.927c2.887-.327 4.93-1.802 4.93-4.896Z" clip-rule="evenodd"/>', z0 = {
185
+ width: y0,
186
+ height: S0,
187
+ block: T0
188
+ }, H0 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Behance", content: z0, ...t }), D0 = 15, B0 = 15, R0 = '<path fill="currentColor" fill-rule="evenodd" d="M87.862 53.204a2.352 2.352 0 0 0-.112-.66c-.354-2.18-1.728-4.946-5.672-7.633-4.954-3.376-12.973-5.873-22.229-6.96-.004-1.815-.008-3.827-.016-6.09 0-.281-.055-.558-.157-.817-.198-.719-.678-1.577-1.765-2.317-2.352-1.603-6.948-2.207-10.689-1.402-2.213.475-3.782 1.395-4.539 2.663a3.452 3.452 0 0 0-.497 1.918c-.004.05-.006.099-.006.149l-.023 5.608c-3.197.27-6.27.709-9.15 1.328-10.793 2.315-17.598 6.767-18.674 12.213a7.698 7.698 0 0 0-.06 2.576 2.366 2.366 0 0 0-.055.452l-.001.02c0 .077-.005.26-.01.528-.019.11-.038.221-.04.336a218.42 218.42 0 0 0-.034 3.686c-.032 1.819-.064 4.03-.088 6.37-.068 6.035-.074 12.06.092 15.233l.014.271.025.398c.01.145.022.273.032.4.006.06.01.135.015.19.205 2.043 1.366 5.108 5.748 8.093 7.048 4.802 19.855 7.549 32.702 7.549a85.44 85.44 0 0 0 9.026-.483c2.513-.267 4.981-.638 7.344-1.145 4.813-1.034 8.83-2.485 11.896-4.26 3.944-2.283 6.323-5.096 6.826-8.234v-.003c.425-2.664.155-25.438.097-29.977ZM82.56 65.641a33.224 33.224 0 0 1-.683 3.173c-.554 2.059-1.285 3.816-2.182 4.826a3.099 3.099 0 0 1-1.045.794c-.423.214-.62.238-1.113-.137a14.182 14.182 0 0 1-.727-.613c-1.16-1.024-3.099-2.74-6.095-1.874-1.872.54-3.409 2.307-5.036 4.178-1.358 1.56-3.22 3.698-4.508 3.871-.95.132-2.21-1.03-3.53-2.254-1.791-1.665-3.823-3.55-6.685-3.55-2.816 0-4.836 1.883-6.618 3.543-1.32 1.229-2.566 2.384-3.555 2.26a1.829 1.829 0 0 1-.508-.151c-.812-.358-1.766-1.26-2.663-2.223a63.099 63.099 0 0 1-1.337-1.496 69.308 69.308 0 0 0-1.09-1.233c-1.245-1.37-2.494-2.527-3.945-2.946a6.214 6.214 0 0 0-1.077-.21c-1.953-.195-3.334.728-4.307 1.561a21.74 21.74 0 0 0-.59.524c-.834.771-1.095 1.011-1.606.872a2.015 2.015 0 0 1-.208-.075c-.025-.01-.045-.015-.07-.026a8.264 8.264 0 0 1-.345-.159 2.622 2.622 0 0 1-.614-.436c-1.095-1.009-2.937-3.924-3.498-12.241-.011-.155-.02-.35-.026-.57L18.898 61l-.004-.23c.336.264.692.527 1.077.787 7.046 4.804 19.855 7.55 32.702 7.55 5.607 0 11.223-.523 16.37-1.628 5.983-1.284 10.735-3.227 13.97-5.63a41.913 41.913 0 0 1-.453 3.791ZM18.99 52.114c.502-2.546 4.738-6.303 15.018-8.509 2.56-.549 5.29-.95 8.137-1.207-.011 5.344-.007 10.416.047 10.956.079.788.473 1.933 1.906 2.911 1.65 1.124 4.403 1.755 7.192 1.755 1.186 0 2.38-.115 3.498-.355 3.944-.847 4.83-2.816 5.004-3.913.03-.186.08-.507.068-11.042 8.26 1.024 15.29 3.2 19.54 6.097 1.912 1.303 4.1 3.324 3.661 5.55-.502 2.545-4.738 6.301-15.018 8.508-15.567 3.34-36.353.96-45.391-5.201a15.674 15.674 0 0 1-1.43-1.096 2.344 2.344 0 0 0-.76-1.02c-.268-.206-.49-.422-.736-.63-.591-.867-.933-1.812-.736-2.804M46.952 32.35c.248-.122.66-.278 1.27-.41 2.438-.521 5.538-.131 6.87.607.022 7.258.038 17.464.006 20.076-.244.125-.667.29-1.312.428-2.43.523-5.52.135-6.884-.619-.038-2.523-.01-12.986.02-19.892a2.58 2.58 0 0 0 .03-.19m4.01-10.38c3.851 0 6.986-3.12 6.986-6.955 0-2.015-2.677-7.156-4.921-11.113A2.375 2.375 0 0 0 50.962 2.7h-.005a2.373 2.373 0 0 0-2.064 1.206c-2.244 3.978-4.92 9.135-4.92 11.108 0 3.835 3.135 6.955 6.989 6.955m.003-11.915c1.167 2.272 2.108 4.312 2.238 5.03a2.24 2.24 0 0 1-2.242 2.164c-1.237 0-2.244-1.002-2.251-2.11.104-.674 1.063-2.757 2.255-5.084Z" clip-rule="evenodd"/>', W0 = {
189
+ width: D0,
190
+ height: B0,
191
+ block: R0
192
+ }, O0 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Birthday", content: W0, ...t }), P0 = 15, U0 = 15, _0 = '<path fill="currentColor" fill-rule="evenodd" d="M52.95 72.948c6.345-.721 10.35-5.392 10.35-11.608 0-6.104-4.118-9.855-11.245-9.045l-13.469 1.53v20.754l14.362-1.631Zm-2.34-33.695c5.009-.569 8.352-3.723 8.352-8.051 0-4.329-2.785-6.787-7.573-6.244l-12.802 1.455v14.205l12.022-1.365ZM23 14.533l29.28-3.327c14.138-1.606 22.045 6.377 22.045 17.03 0 6.992-4.121 12.232-10.688 15.087C73.99 44.59 79 50.9 79 60.334c0 13.429-9.578 24.394-25.384 26.19L23 90V14.532Z" clip-rule="evenodd"/>', N0 = {
193
+ width: P0,
194
+ height: U0,
195
+ block: _0
196
+ }, G0 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Bold", content: N0, ...t }), X0 = 15, J0 = 15, Q0 = '<path fill="currentColor" fill-rule="evenodd" d="M83.979 80.687 76.43 25.515c-.174-1.273-1.348-2.16-2.642-2.022l-49.498 5.74c-1.045-.065-3.04-2.07-4.42-4.089l-.006-.015 34.95-16.277 1.094 7.986c.177 1.287 1.37 2.192 2.684 2.016 1.304-.173 2.22-1.36 2.043-2.648L59.102 5.038a2.354 2.354 0 0 0-1.225-1.752 2.409 2.409 0 0 0-2.156-.06l-38.08 17.736c-1.348.449-2.291 1.533-2.546 2.944a4.734 4.734 0 0 0-.03 1.252c-.064.27-.085.552-.044.839l7.4 54.042a9.059 9.059 0 0 0 3.64 6.282c1.358.997 3.554 2.017 6.855 2.017.742 0 1.561-.073 2.418-.19a6.14 6.14 0 0 0 1.005-.134l3.552-.364 1.135 8.311a2.378 2.378 0 0 0 2.683 2.017c1.306-.173 2.22-1.358 2.044-2.646l-1.117-8.169 37.225-3.82a2.393 2.393 0 0 0 1.629-.886c.399-.5.575-1.139.489-1.77Z" clip-rule="evenodd"/>', K0 = {
197
+ width: X0,
198
+ height: J0,
199
+ block: Q0
200
+ }, Y0 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Book", content: K0, ...t }), j0 = 15, q0 = 15, t3 = '<path fill="currentColor" fill-rule="evenodd" d="M43.082 41.6a2.226 2.226 0 0 1-2.86-1.325 2.234 2.234 0 0 1 1.322-2.865l20.334-7.491a2.228 2.228 0 0 1 2.86 1.324 2.234 2.234 0 0 1-1.322 2.867L43.082 41.6Zm24.151-.094a2.236 2.236 0 0 1-1.323 2.867l-20.333 7.49a2.228 2.228 0 0 1-2.86-1.324 2.234 2.234 0 0 1 1.321-2.866l20.334-7.491a2.228 2.228 0 0 1 2.861 1.324ZM41.515 80.661l-12.59-51.79 38.62-14.228 12.591 51.789L41.515 80.66Zm14.147-70.475c.442.81 1.09 1.553 1.93 2.194.36.274.744.523 1.153.747L28.52 24.263c-1.958.78-5.567 1.018-7.744.296-.499-.239-.954-.548-1.311-.955-.003-.024-.012-.06-.012-.08l36.209-13.339Zm29.275 57.126L71.284 11.156c-.01-.04-.028-.072-.039-.11-.014-.044-.019-.089-.034-.132-.014-.037-.036-.069-.05-.106a2.373 2.373 0 0 0-.343-.557 2.39 2.39 0 0 0-.323-.314 2.226 2.226 0 0 0-.224-.152c-.035-.023-.066-.051-.104-.072-.017-.008-.036-.012-.055-.021a2.15 2.15 0 0 0-.26-.106c-.053-.018-.104-.04-.157-.055a2.125 2.125 0 0 0-.312-.055c-.042-.005-.086-.015-.128-.018a2.145 2.145 0 0 0-.383.013c-.023.003-.047 0-.07.004a2.215 2.215 0 0 0-.452.113c-3.091 1.14-6.46.458-8.058-.76-.605-.463-.893-.936-.854-1.41.064-.76-.264-1.5-.87-1.961a2.222 2.222 0 0 0-2.12-.32L17.894 19.342c-1.977.73-3.06 2.543-2.868 4.651a2.22 2.22 0 0 0 .037.852l13.673 55.954c.89 3.66 4.75 5.3 8.732 5.3.406 0 .813-.027 1.217-.06v8.829c0 1.012 1.225 1.514 1.933.793l2.827-2.88 2.825 2.88c.708.72 1.933.22 1.933-.793V82.954l35.338-13.02a2.234 2.234 0 0 0 1.397-2.622Z" clip-rule="evenodd"/>', c3 = {
201
+ width: j0,
202
+ height: q0,
203
+ block: t3
204
+ }, l3 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Book2", content: c3, ...t }), e3 = 15, o3 = 15, n3 = '<path fill="currentColor" fill-rule="evenodd" d="m50.732 70.781-22.32 20.862c-3.196 2.988-8.412.718-8.412-3.66V18.786a5.004 5.004 0 0 1 4.427-4.973l50-5.778C77.396 7.69 80 10.014 80 13.007v66.697c0 3.906-4.267 6.307-7.599 4.278l-21.67-13.2Z" clip-rule="evenodd"/>', a3 = {
205
+ width: e3,
206
+ height: o3,
207
+ block: n3
208
+ }, r3 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Bookmark", content: a3, ...t }), i3 = 15, d3 = 15, s3 = '<path fill="currentColor" fill-rule="evenodd" d="M49.963 63.281 74 77.923V14.13l-48 5.547V85.68l23.963-22.398ZM25.115 19.78Zm25.617 51.002-22.32 20.862c-3.196 2.988-8.412.718-8.412-3.66V18.786a5.004 5.004 0 0 1 4.427-4.973l50-5.778C77.396 7.69 80 10.014 80 13.007v66.697c0 3.906-4.267 6.307-7.599 4.278l-21.67-13.2Z" clip-rule="evenodd"/>', h3 = {
209
+ width: i3,
210
+ height: d3,
211
+ block: s3
212
+ }, u3 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "BookmarkOutline", content: h3, ...t }), v3 = 15, m3 = 15, g3 = '<path fill="currentColor" d="M67.802 28.374a26.345 26.345 0 0 1 8.805 19.628c0 9.21-4.936 17.876-12.881 22.613-.634.378-1.014 1.013-1.014 1.695v12.42c0 .275-.048.549-.14.808-.136.373-1.041 2.561-4.159 4.145-.22 4.345-3.827 7.816-8.242 7.816-4.414 0-8.022-3.471-8.242-7.816-3.116-1.585-4.022-3.772-4.157-4.145a2.39 2.39 0 0 1-.14-.808V72.31c0-.682-.382-1.317-1.018-1.696-9.343-5.573-14.263-16.148-12.532-26.94C25.97 31.918 35.246 23.138 47.17 21.826c7.519-.83 15.04 1.557 20.632 6.548ZM57.931 72.31c0-2.373 1.248-4.536 3.339-5.783 6.61-3.94 10.556-10.867 10.556-18.525 0-6.127-2.63-11.989-7.213-16.08-4.648-4.146-10.641-6.05-16.917-5.362-9.76 1.076-17.35 8.255-18.891 17.866-1.42 8.859 2.608 17.533 10.264 22.1 2.094 1.247 3.344 3.41 3.344 5.784v2.039l.014.019.012.016.022.026c.032.04.072.083.114.13l.04.044c.044.047.096.097.15.149l.05.047c.148.137.333.286.56.442l.055.036.024.015a6.164 6.164 0 0 0 .718.41l.167.082c.114.051.234.103.358.153a8.262 8.262 0 0 0 .74.27 10.702 10.702 0 0 0 .933.248 15.128 15.128 0 0 0 .842.16c.182.029.37.056.564.08l.026.002c.103.013.206.026.313.037a17.746 17.746 0 0 0 .784.062 22.505 22.505 0 0 0 1.272.04c.379 0 .735-.011 1.08-.029.072-.003.142-.008.212-.013l.11-.007a18.155 18.155 0 0 0 .997-.093c.204-.024.398-.053.586-.084l.033-.005.057-.01a11.654 11.654 0 0 0 .819-.162l.042-.009.094-.021c.24-.058.465-.123.678-.19.062-.019.117-.039.177-.06l.006-.002c.145-.049.287-.098.42-.15l.199-.081a9.277 9.277 0 0 0 .508-.232c.113-.057.218-.115.32-.172l.03-.017c.016-.01.033-.018.049-.027l.033-.02c.13-.077.251-.156.362-.232l.078-.058c.08-.059.158-.118.228-.175l.064-.052.029-.024.03-.027c.046-.04.09-.078.13-.117l.076-.072c.05-.048.093-.094.132-.138l.017-.017a3.897 3.897 0 0 0 .164-.195V72.31Zm-13.939 8.429a13.325 13.325 0 0 1-1.23-.452l-.084-.034a6.781 6.781 0 0 1-.265-.112v3.961c.534.695 2.433 2.49 7.758 2.49 5.327 0 7.226-1.795 7.76-2.49v-3.96c-.085.038-.175.074-.265.11l-.084.035c-.075.032-.15.065-.23.095a13.325 13.325 0 0 1-1.05.371l-.055.016-.09.025c-.307.093-.63.178-.968.255a18.725 18.725 0 0 1-1.667.31l-.072.01c-.41.056-.842.098-1.287.133l-.022.002-.373.026c-.51.03-1.037.051-1.597.051a26.96 26.96 0 0 1-1.596-.051l-.372-.026-.022-.002a23.281 23.281 0 0 1-1.341-.14l-.019-.002a18.725 18.725 0 0 1-1.667-.31 14.818 14.818 0 0 1-1.057-.281l-.048-.014a5.263 5.263 0 0 1-.04-.011l-.017-.005Zm20.515-29.43a2.388 2.388 0 0 0 2.391-2.383 16.75 16.75 0 0 0-5.597-12.477c-3.556-3.172-8.336-4.687-13.114-4.163a2.384 2.384 0 0 0-2.113 2.628 2.373 2.373 0 0 0 2.64 2.106c3.476-.378 6.815.675 9.397 2.979a11.98 11.98 0 0 1 4.006 8.927 2.386 2.386 0 0 0 2.39 2.382Zm-17.068-40.2V5.223A2.727 2.727 0 0 1 50.17 2.5a2.727 2.727 0 0 1 2.732 2.723v5.886a2.728 2.728 0 0 1-2.732 2.722 2.728 2.728 0 0 1-2.732-2.722Zm39.034 34.178 5.907-.67a2.383 2.383 0 1 0-.542-4.734l-5.907.67a2.384 2.384 0 0 0-2.104 2.637 2.389 2.389 0 0 0 2.646 2.097Zm-4.858 29.487a2.375 2.375 0 0 0-.203-3.363l-4.178-3.689a2.398 2.398 0 0 0-3.374.203 2.375 2.375 0 0 0 .205 3.362l4.176 3.69c.455.401 1.02.599 1.585.599a2.39 2.39 0 0 0 1.79-.802Zm.036-62.706a2.715 2.715 0 0 1 .209 3.846l-4.178 4.636a2.726 2.726 0 0 1-2.034.904c-.65 0-1.302-.23-1.824-.697a2.714 2.714 0 0 1-.207-3.844l4.176-4.636a2.738 2.738 0 0 1 3.858-.209Zm-63.18 6.954a2.717 2.717 0 0 0 .234 3.844l4.178 3.689c.52.457 1.165.683 1.81.683.755 0 1.507-.309 2.046-.916a2.716 2.716 0 0 0-.233-3.844l-4.177-3.688a2.742 2.742 0 0 0-3.858.232Zm-1.614 31.772a2.726 2.726 0 0 1-2.406 3.014l-5.909.67a2.728 2.728 0 0 1-3.025-2.397 2.724 2.724 0 0 1 2.407-3.013l5.908-.672a2.734 2.734 0 0 1 3.025 2.398Zm9.87 26.314a2.714 2.714 0 0 0-.208-3.844 2.738 2.738 0 0 0-3.858.207l-4.177 4.638a2.714 2.714 0 0 0 .209 3.844 2.732 2.732 0 0 0 3.858-.208l4.176-4.637Z"/>', $3 = {
213
+ width: v3,
214
+ height: m3,
215
+ block: g3
216
+ }, Z3 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Bulb", content: $3, ...t }), p3 = 15, b3 = 15, f3 = '<path fill="currentColor" fill-rule="evenodd" d="M89.92 24.769c-.014-.054-.034-.103-.052-.155a2.412 2.412 0 0 0-.186-.43c-.03-.05-.057-.1-.09-.15a2.35 2.35 0 0 0-.405-.478L71.132 7.603a2.383 2.383 0 0 0-.53-.345c-.046-.024-.094-.043-.144-.064a2.422 2.422 0 0 0-.478-.142c-.043-.009-.085-.021-.13-.027a2.362 2.362 0 0 0-.59-.012l-41.534 4.719a2.407 2.407 0 0 0-2.14 2.39v38.135L5.667 54.52a4.126 4.126 0 0 0-3.64 4.562 4.13 4.13 0 0 0 4.577 3.63l18.984-2.157v31.04A2.404 2.404 0 0 0 27.999 94c.089 0 .181-.005.272-.015l59.59-6.77A2.408 2.408 0 0 0 90 84.825v-59.47c0-.201-.032-.395-.08-.586ZM30.41 88.9V60.007l22.033-2.504-4.561 5.068a4.114 4.114 0 0 0 .314 5.822 4.126 4.126 0 0 0 2.76 1.054 4.132 4.132 0 0 0 3.079-1.369l11.834-13.146c.028-.031.047-.067.073-.099.091-.105.167-.22.247-.335.075-.107.149-.211.21-.324.068-.12.12-.245.175-.37.05-.12.106-.237.147-.361.04-.13.066-.264.096-.397.027-.13.06-.26.075-.393.014-.13.012-.263.015-.396.003-.106.02-.207.014-.313-.003-.041-.015-.08-.02-.118-.002-.039.003-.076 0-.114-.01-.094-.044-.18-.06-.271-.026-.143-.051-.286-.092-.423-.038-.13-.087-.249-.137-.371-.054-.13-.105-.257-.17-.38a3.594 3.594 0 0 0-.195-.32 4.048 4.048 0 0 0-.254-.36c-.07-.086-.148-.163-.227-.244-.079-.083-.145-.175-.232-.25L53.7 38.636a4.142 4.142 0 0 0-5.835.352 4.114 4.114 0 0 0 .353 5.819l4.893 4.323-22.7 2.579V16.267l36.71-4.171v15.311a2.41 2.41 0 0 0 2.684 2.388l15.373-1.745v54.63L30.41 88.901Zm51.53-65.325-9.996 1.136v-9.967l9.996 8.831Z" clip-rule="evenodd"/>', C3 = {
217
+ width: p3,
218
+ height: b3,
219
+ block: f3
220
+ }, k3 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Bulk", content: C3, ...t }), w3 = 15, M3 = 15, L3 = '<path fill="currentColor" fill-rule="evenodd" d="M26.199 87.25 39.37 72.504a22.196 22.196 0 0 0 8.648 1.737c4.784 0 9.674-1.486 13.997-4.311l12.827 11.42c-14.502 12.154-34.146 14.523-48.643 5.9Zm-9.67-57.831 12.829 11.425c-2.053 4.083-3.065 8.58-2.813 13.011.2 3.53 1.19 6.839 2.835 9.743L16.2 78.354c-4.466-5.844-7.109-13.061-7.555-20.898-.55-9.669 2.283-19.57 7.884-28.037ZM55.543 7.587c6.808 0 13.449 1.693 19.262 5.151L61.64 27.481c-7.088-2.998-15.647-2.028-22.672 2.57L26.161 18.647c8.686-7.28 19.215-11.06 29.382-11.06Zm28.928 62.99L71.642 59.153c2.054-4.083 3.065-8.58 2.814-13.012-.203-3.529-1.19-6.838-2.835-9.743L84.8 21.643c4.467 5.844 7.11 13.061 7.556 20.897.55 9.67-2.283 19.57-7.884 28.037Zm-44.596-2.905c-.003 0-.005-.005-.01-.006a16.262 16.262 0 0 1-3.194-2.208c-.455-.405-.89-.846-1.304-1.316-.061-.068-.114-.142-.174-.21a16.715 16.715 0 0 1-.997-1.28c-1.809-2.583-2.888-5.693-3.079-9.06-.235-4.128.865-8.352 3.07-12.073l.007-.01a23.627 23.627 0 0 1 2.662-3.642 23.834 23.834 0 0 1 1.61-1.625c.437-.402.903-.78 1.376-1.15 3.943-3.11 8.615-4.746 13.131-4.746 2.905 0 5.737.682 8.262 2.045.496.267.97.558 1.427.867.072.048.147.092.219.143.51.355.995.734 1.448 1.137.455.404.89.846 1.304 1.315.061.069.115.142.174.212.348.406.683.83.997 1.28 1.809 2.583 2.888 5.69 3.08 9.06.234 4.13-.866 8.355-3.073 12.074 0 .003-.002.004-.004.007a23.692 23.692 0 0 1-2.612 3.58c-.018.02-.034.042-.05.063 0 0 0 .002-.002.002a23.552 23.552 0 0 1-3.307 3.042c-6.398 4.863-14.631 5.848-20.961 2.5Zm45.472 9.472c.463-.578.922-1.163 1.366-1.762.008-.01.012-.022.018-.033 7.17-9.749 10.85-21.548 10.194-33.072-.554-9.782-4.184-18.721-10.313-25.645-.013-.015-.017-.036-.031-.05-.059-.067-.122-.128-.18-.193a42.625 42.625 0 0 0-1.056-1.123c-.157-.16-.309-.327-.469-.485a40.107 40.107 0 0 0-1.435-1.357c-.055-.048-.106-.102-.16-.15-.152-.138-.32-.265-.477-.4a38.598 38.598 0 0 0-1.292-1.084c-.089-.071-.183-.135-.275-.205a38.7 38.7 0 0 0-1.584-1.18c-.013-.009-.026-.02-.04-.028-.01-.008-.023-.014-.032-.02C62.557-1.53 38.087 1.219 21.157 16.93l-.018.014-.03.029a56.212 56.212 0 0 0-1.7 1.657c-.044.042-.088.082-.129.124-.327.334-.643.685-.964 1.03-.26.279-.531.552-.78.834a55.257 55.257 0 0 0-1.682 1.976c-.091.113-.175.228-.264.341-.44.553-.88 1.109-1.302 1.68-.008.009-.011.02-.018.03C7.098 34.394 3.42 46.194 4.075 57.719 4.63 67.503 8.26 76.442 14.39 83.366c.012.015.015.034.03.05.055.063.116.12.172.184.354.393.72.777 1.092 1.158.145.15.288.305.436.452.468.467.95.922 1.445 1.368.052.046.102.098.154.144.038.035.079.065.117.099.506.447 1.022.877 1.544 1.295.154.122.315.24.472.363.426.329.854.65 1.29.96.082.058.16.122.242.18.02.013.041.017.06.03C28.52 94.583 36.875 97 45.449 97c12.024 0 24.457-4.748 34.338-13.89.022-.022.05-.036.072-.057.302-.28.59-.575.885-.861.29-.282.585-.557.869-.846a56.949 56.949 0 0 0 1.839-1.952l.014-.017c.572-.64 1.133-1.3 1.683-1.98.067-.082.13-.169.198-.253Z" clip-rule="evenodd"/>', V3 = {
221
+ width: w3,
222
+ height: M3,
223
+ block: L3
224
+ }, E3 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Buoy", content: V3, ...t }), I3 = 15, A3 = 15, x3 = '<path fill="currentColor" fill-rule="evenodd" d="M84.819 52.525c-.838-8.895-4.825-16.95-12.546-25.349a2.293 2.293 0 0 0-2.415-.631 2.345 2.345 0 0 0-1.582 1.957c-.84 7.204-4.576 11.87-7.621 14.544C63.095 19.873 46.188 7.852 38.36 3.584a2.309 2.309 0 0 0-.286-.146 2.29 2.29 0 0 0-2.66-.024 2.37 2.37 0 0 0-.93 2.526c4.708 18.413-2.441 28.34-9.351 37.94-6.716 9.326-13.658 18.97-8.123 35.083 3.432 9.99 10.894 16.216 21.584 18.005a2.317 2.317 0 0 0 2.535-1.461 2.37 2.37 0 0 0-.88-2.82c-3.064-2.049-5.52-5.816-7.512-11.516-2.637-7.541-2.135-20.587 7.956-32.53.162-.19.357-.246.58-.163.321.121.321.392.321.481.013 9.227 2.759 15.229 7.942 17.354 4.752 1.946 10.343-.937 15.752-8.116a.762.762 0 0 1 .585-.303.652.652 0 0 1 .5.207c4.488 5.222 4.309 12.051 3.802 15.657-.947 6.759-4.217 12.1-6.957 13.885a2.372 2.372 0 0 0-.709 3.229 2.301 2.301 0 0 0 3.179.75c13.087-8.179 20.595-23.524 19.13-39.097" clip-rule="evenodd"/>', F3 = {
225
+ width: I3,
226
+ height: A3,
227
+ block: x3
228
+ }, y3 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Burn", content: F3, ...t }), S3 = 15, T3 = 15, z3 = '<path fill="currentColor" fill-rule="evenodd" d="m80.83 52.84-13.015 1.485 1.159-13.733 10.86-1.24a2.265 2.265 0 0 0 1.993-2.512 2.251 2.251 0 0 0-2.504-1.997l-9.96 1.137 1.158-13.734 17.335-1.979-7.026 32.572ZM25.063 27.437l17.489-1.997 1.16 13.468-11.67 1.333a2.266 2.266 0 0 0-1.991 2.512 2.264 2.264 0 0 0 2.505 1.997L44.1 43.431l1.16 13.47-13.172 1.504-7.025-30.968ZM48.21 38.396l-1.158-13.468 18.88-2.157-1.158 13.733-16.564 1.892Zm4.974 17.6-3.426.392-1.158-13.47 15.785-1.802-1.158 13.733-10.044 1.148Zm39.23-39.866a2.272 2.272 0 0 0-1.935-.731l-27.25 3.112-18.878 2.155h-.003L24.06 22.985l-.71-3.107a7.852 7.852 0 0 0-.236-.822 7.33 7.33 0 0 0-3.99-4.346c-2.141-.958-4.693-.946-7.005.033l-3.737 1.585a2.27 2.27 0 0 0-1.203 2.974 2.261 2.261 0 0 0 2.966 1.206l3.737-1.584c1.16-.493 2.4-.515 3.397-.07.527.237 1.225.72 1.555 1.681.041.122.078.247.105.366l1.137 4.973c.005.033.004.066.011.1l8.037 35.421c.16.707.65 1.245 1.265 1.532-.892 1.783-1.172 3.78-.743 5.656.791 3.461 3.786 5.776 7.305 5.776.305 0 .614-.018.926-.053l1.573-.18c-1.361 1.396-2.22 3.278-2.22 5.312 0 1.934.764 3.683 2.151 4.923C39.58 85.432 41.1 86 42.732 86c.268 0 .541-.014.817-.047 3.814-.435 6.803-3.779 6.803-7.61 0-1.934-.764-3.683-2.15-4.923a6.458 6.458 0 0 0-.444-.358l17.052-1.948c-1.362 1.398-2.22 3.28-2.22 5.313 0 1.935.763 3.683 2.15 4.923 1.198 1.07 2.718 1.639 4.35 1.639.27 0 .542-.014.818-.047 3.815-.434 6.803-3.777 6.803-7.61 0-1.934-.763-3.683-2.15-4.923a6.434 6.434 0 0 0-.444-.358l4.555-.519a2.268 2.268 0 0 0 1.992-2.511 2.263 2.263 0 0 0-2.504-1.999l-41.794 4.774c-1.636.182-2.958-.71-3.306-2.227-.239-1.049.026-2.219.727-3.21.756-1.072 1.883-1.766 3.09-1.903l11.83-1.35c.096-.012.188-.039.28-.06l7.785-.89 8.811-1.007 17.373-1.985a2.266 2.266 0 0 0 1.956-1.774l8.037-37.256a2.278 2.278 0 0 0-.534-2.004Z" clip-rule="evenodd"/>', H3 = {
229
+ width: S3,
230
+ height: T3,
231
+ block: z3
232
+ }, D3 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Caddy", content: H3, ...t }), B3 = 15, R3 = 15, W3 = '<path fill="currentColor" d="M61.867 32.699a2.362 2.362 0 0 1-.264-4.71l5.853-.667v-5.835a2.362 2.362 0 0 1 2.363-2.362 2.362 2.362 0 0 1 2.363 2.362v5.297l5.318-.605a2.347 2.347 0 0 1 2.614 2.08 2.363 2.363 0 0 1-2.08 2.615l-5.852.665v5.837a2.363 2.363 0 0 1-4.726 0v-5.298l-5.317.606a2.52 2.52 0 0 1-.272.015ZM38.191 68.186l-4.662 5.193 4.47 3.959a2.362 2.362 0 1 1-3.133 3.536l-4.494-3.98-4.683 5.214a2.351 2.351 0 0 1-1.76.784 2.361 2.361 0 0 1-1.758-3.94l4.663-5.191-4.47-3.96a2.362 2.362 0 0 1-.202-3.335 2.365 2.365 0 0 1 3.335-.202l4.494 3.98 4.683-5.214a2.363 2.363 0 0 1 3.517 3.156ZM22.953 37.147a2.361 2.361 0 1 1-.535-4.695l14.991-1.707a2.362 2.362 0 1 1 .536 4.695l-14.992 1.707Z"/><path fill="currentColor" d="M91.21 5.6c.502.448.79 1.089.79 1.762V86.61c0 1.2-.902 2.211-2.096 2.346l-39.636 4.515h-.005L10.63 97.985a2.358 2.358 0 0 1-1.84-.585A2.363 2.363 0 0 1 8 95.639V16.39c0-1.2.902-2.21 2.096-2.346L89.37 5.015a2.356 2.356 0 0 1 1.84.585Zm-3.936 39.277V10.008l-34.912 3.977v34.869l34.912-3.977Zm-39.638 9.27-34.91 3.976v34.87l34.91-3.977V54.148Zm13.61 23.384 17.68-2.014a2.36 2.36 0 0 0 2.08-2.614 2.346 2.346 0 0 0-2.614-2.08L60.71 72.837a2.362 2.362 0 1 0 .536 4.695Zm0-10.27 17.68-2.015a2.36 2.36 0 0 0 2.08-2.614 2.345 2.345 0 0 0-2.614-2.08L60.71 62.568a2.36 2.36 0 1 0 .536 4.693Zm-13.61-17.869V14.523L12.726 18.5v34.868l34.91-3.976Z"/>', O3 = {
233
+ width: B3,
234
+ height: R3,
235
+ block: W3
236
+ }, P3 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Calcul", content: O3, ...t }), U3 = 15, _3 = 15, N3 = '<path fill="currentColor" fill-rule="evenodd" d="m12.196 15.878.135.11 75.515 66.937c.878.778.96 2.123.186 3.004a2.108 2.108 0 0 1-2.836.313l-.156-.126L9.525 19.18a2.133 2.133 0 0 1-.185-3.003 2.116 2.116 0 0 1 2.856-.298Zm.999 15.906L63.042 75.97a7.27 7.27 0 0 1-1.326.321l-46.05 6.638a6.807 6.807 0 0 1-.97.071c-1.937 0-3.737-.848-5.153-2.448C7.903 78.701 7 76.086 7 73.192V51.548c0-7.363 2.37-14.381 6.195-19.763ZM61.189 17.07c2.301-.33 4.473.514 6.125 2.379 1.639 1.85 2.544 4.465 2.544 7.358v9.4l19.524-12.616a2.323 2.323 0 0 1 2.394-.093A2.366 2.366 0 0 1 93 25.574v36.85a2.37 2.37 0 0 1-1.046 1.968 2.327 2.327 0 0 1-2.206.212l-19.89-8.55-.001 1.572L29.29 21.668l31.899-4.598Z" clip-rule="evenodd"/>', G3 = {
237
+ width: U3,
238
+ height: _3,
239
+ block: N3
240
+ }, X3 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CameraOff", content: G3, ...t }), J3 = 15, Q3 = 15, K3 = '<path fill="currentColor" fill-rule="evenodd" d="M89.748 64.604a2.328 2.328 0 0 0 2.206-.212A2.37 2.37 0 0 0 93 62.424v-36.85c0-.866-.47-1.663-1.224-2.076a2.323 2.323 0 0 0-2.394.093L69.858 36.209v-9.4c0-2.894-.905-5.509-2.544-7.36-1.652-1.864-3.824-2.709-6.125-2.378l-33.125 4.776C16.448 23.52 7 36.843 7 51.547v21.646c0 2.893.903 5.508 2.543 7.36C10.959 82.151 12.759 83 14.695 83c.32 0 .646-.024.972-.071l46.049-6.638c4.565-.656 8.142-5.703 8.142-11.487v-8.75l19.89 8.55Z" clip-rule="evenodd"/>', Y3 = {
241
+ width: J3,
242
+ height: Q3,
243
+ block: K3
244
+ }, j3 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CameraOn", content: Y3, ...t }), q3 = 15, t5 = 15, c5 = '<path fill="currentColor" fill-rule="evenodd" d="M78.241 2.134c5.543-.627 10.763.958 14.702 4.476C96.848 10.102 99 15.058 99 20.568c0 10.752-8.404 20.51-18.973 22.375v45.05a2.317 2.317 0 0 1-2.052 2.303l-67.397 7.69A2.319 2.319 0 0 1 8 95.682V28.199c0-1.179.883-2.17 2.053-2.303l48.419-5.523c1.972-9.348 10.082-17.134 19.77-18.239ZM12.63 93.086l62.769-7.16V43.243c-4.265-.215-8.207-1.775-11.335-4.57-3.817-3.41-5.943-8.225-6.038-13.586l-45.396 5.18v62.818ZM77.882 31.75l11.42-12.738a2.317 2.317 0 0 0-.178-3.272 2.31 2.31 0 0 0-3.268.176l-9.883 11.025-5.012-4.447a2.315 2.315 0 1 0-3.068 3.47l6.731 5.973a2.31 2.31 0 0 0 3.257-.187ZM58.68 48.76c0 4.503-2.063 8.862-5.428 11.924 4.29 2.106 7.476 6.027 8.596 10.888a5.432 5.432 0 0 1-.862 4.35 5.57 5.57 0 0 1-3.91 2.32l-24.692 2.816a5.51 5.51 0 0 1-4.83-1.91 5.519 5.519 0 0 1-1.116-5.068c1.31-4.689 4.359-8.834 8.363-11.585-3.386-2.4-5.455-6.356-5.455-10.916 0-7.96 6.462-15.174 14.404-16.08 3.984-.454 7.732.692 10.567 3.225 2.813 2.514 4.363 6.079 4.363 10.037Zm-1.476 24.488a.77.77 0 0 0 .135-.631c-1.107-4.796-4.838-8.194-9.738-8.87a2.313 2.313 0 0 1-1.975-1.967 2.315 2.315 0 0 1 1.345-2.443c4.234-1.896 7.08-6.147 7.08-10.576 0-2.62-1-4.956-2.817-6.58-1.568-1.4-3.597-2.144-5.805-2.144-.381 0-.766.023-1.155.067-5.678.648-10.3 5.795-10.3 11.475 0 4.21 2.662 7.624 6.622 8.498a2.316 2.316 0 0 1 .297 4.439c-4.796 1.757-8.625 5.9-9.997 10.813a.87.87 0 0 0 .181.814c.115.136.37.358.782.31l24.693-2.817a.92.92 0 0 0 .652-.388Z" clip-rule="evenodd"/>', l5 = {
245
+ width: q3,
246
+ height: t5,
247
+ block: c5
248
+ }, e5 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CandidateStatus", content: l5, ...t }), o5 = 15, n5 = 15, a5 = '<path fill="currentColor" fill-rule="evenodd" d="m85.36 81.042-26.946 3.066V57.23l26.946-3.065v26.876Zm2.058-31.773-31.586 3.593a2.319 2.319 0 0 0-2.058 2.302v31.54a2.32 2.32 0 0 0 2.583 2.302l31.585-3.594A2.318 2.318 0 0 0 90 83.109V51.57c0-.658-.282-1.287-.775-1.727a2.313 2.313 0 0 0-1.807-.573ZM41.586 86.022 14.64 89.088V62.212l26.946-3.066v26.876Zm2.057-31.773-31.586 3.593A2.318 2.318 0 0 0 10 60.144v31.54a2.316 2.316 0 0 0 2.584 2.301l31.586-3.594a2.317 2.317 0 0 0 2.056-2.302V56.552a2.315 2.315 0 0 0-2.583-2.302ZM85.36 37.79l-26.946 3.065V13.977L85.36 10.91v26.877Zm3.865-31.201a2.318 2.318 0 0 0-1.807-.574L55.832 9.608a2.317 2.317 0 0 0-2.058 2.301v31.54a2.316 2.316 0 0 0 2.583 2.302l31.585-3.594A2.317 2.317 0 0 0 90 39.856V8.316c0-.66-.282-1.289-.775-1.728Zm-47.64 36.18L14.64 45.834V18.958l26.946-3.066v26.876Zm2.058-31.774-31.586 3.594A2.317 2.317 0 0 0 10 16.89v31.54a2.316 2.316 0 0 0 2.584 2.302l31.586-3.593a2.317 2.317 0 0 0 2.056-2.302v-31.54a2.315 2.315 0 0 0-2.583-2.302Z" clip-rule="evenodd"/>', r5 = {
249
+ width: o5,
250
+ height: n5,
251
+ block: a5
252
+ }, i5 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CardView", content: r5, ...t }), d5 = 15, s5 = 15, h5 = '<path fill="currentColor" fill-rule="evenodd" d="M92.36 8.015a2.38 2.38 0 0 1 1.847.583A2.35 2.35 0 0 1 95 10.356v70.728a2.362 2.362 0 0 1-2.103 2.341l-30.855 3.493a2.367 2.367 0 0 1-2.624-2.073 2.358 2.358 0 0 1 2.087-2.608l28.753-3.256V12.996L8.854 22.212v13.683c0 1.3-1.061 2.356-2.371 2.356a2.364 2.364 0 0 1-2.371-2.356V20.109c0-1.198.905-2.205 2.102-2.341l86.147-9.753ZM4.104 88.906c0-2.532 2.064-4.82 4.614-5.109 2.55-.288 4.615 1.53 4.615 4.065 0 2.532-2.065 4.82-4.615 5.108-2.55.29-4.614-1.531-4.614-4.064ZM37.1 57.101c-7.895-7.003-18.366-10.163-29.496-8.907-2.229.254-3.832 2.256-3.577 4.472.252 2.216 2.26 3.798 4.498 3.556 8.795-.997 17.019 1.458 23.16 6.905 6.08 5.39 9.428 13.119 9.428 21.758 0 2.23 1.82 4.04 4.065 4.04s4.064-1.81 4.064-4.04c0-10.972-4.312-20.84-12.142-27.784ZM24.593 70.863c-4.559-4.046-10.588-5.873-16.988-5.151-2.23.253-3.832 2.255-3.579 4.47.254 2.217 2.26 3.795 4.5 3.556 4.055-.459 7.846.659 10.655 3.151 2.776 2.463 4.304 6.01 4.304 9.991 0 2.231 1.819 4.04 4.065 4.04 2.245 0 4.064-1.809 4.064-4.04 0-6.313-2.492-12.002-7.02-16.017Z" clip-rule="evenodd"/>', u5 = {
253
+ width: d5,
254
+ height: s5,
255
+ block: h5
256
+ }, v5 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Cast", content: u5, ...t }), m5 = 15, g5 = 15, $5 = '<path fill="currentColor" fill-rule="evenodd" d="M7.604 48.195c11.13-1.257 21.6 1.902 29.495 8.905 7.83 6.944 12.143 16.812 12.143 27.785 0 2.23-1.82 4.039-4.065 4.039s-4.065-1.808-4.065-4.04c0-8.639-3.348-16.366-9.427-21.758-6.142-5.447-14.369-7.899-23.16-6.904-2.227.237-4.246-1.34-4.498-3.556-.255-2.217 1.348-4.218 3.577-4.47Zm0 17.516c6.401-.722 12.43 1.105 16.99 5.151 4.528 4.015 7.02 9.705 7.02 16.019 0 2.23-1.819 4.039-4.064 4.039-2.246 0-4.065-1.808-4.065-4.039 0-3.981-1.528-7.53-4.304-9.991-2.809-2.492-6.593-3.614-10.655-3.152-2.229.245-4.246-1.34-4.5-3.556-.253-2.216 1.348-4.218 3.579-4.471Zm-3.5 23.195c0-2.533 2.064-4.82 4.614-5.109 2.549-.288 4.615 1.53 4.615 4.065 0 2.532-2.066 4.82-4.615 5.108-2.55.29-4.614-1.531-4.614-4.064Zm76.916-65.74L18.094 30.29v7.802c20.333 1.5 36.352 15.608 40.169 35.385l22.756-2.576V23.166ZM94.207 8.597a2.375 2.375 0 0 0-1.846-.583L6.214 17.768a2.362 2.362 0 0 0-2.102 2.34v15.787c0 1.3 1.06 2.356 2.37 2.356a2.364 2.364 0 0 0 2.372-2.356V22.212l81.404-9.216V78.98l-28.754 3.255a2.36 2.36 0 0 0-2.087 2.608 2.367 2.367 0 0 0 2.625 2.075l30.855-3.494A2.361 2.361 0 0 0 95 81.083V10.356a2.35 2.35 0 0 0-.793-1.758Z" clip-rule="evenodd"/>', Z5 = {
257
+ width: m5,
258
+ height: g5,
259
+ block: $5
260
+ }, p5 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CastConnected", content: Z5, ...t }), b5 = 15, f5 = 15, C5 = '<path fill="currentColor" fill-rule="evenodd" d="M14.196 6.878a2.116 2.116 0 0 0-2.856.298 2.133 2.133 0 0 0 .185 3.003L85.04 93.116l.156.126a2.108 2.108 0 0 0 2.835-.313 2.134 2.134 0 0 0-.185-3.004L14.331 6.988l-.135-.11Zm-7.084 13.23c0-.846.452-1.597 1.14-2.013l3.645 4.112-.043.005v13.683c0 1.3-1.061 2.356-2.371 2.356a2.364 2.364 0 0 1-2.371-2.356V20.109ZM31.899 15.2l3.82 4.311 57.539-6.514v65.985l-4.384.496 3.821 4.31 3.202-.362A2.362 2.362 0 0 0 98 81.085v-70.73a2.35 2.35 0 0 0-.793-1.757 2.38 2.38 0 0 0-1.846-.583l-63.462 7.184Zm32.605 67.038.548-.062 3.82 4.31-3.83.433a2.367 2.367 0 0 1-2.624-2.073 2.358 2.358 0 0 1 2.086-2.608Zm-57.401 6.67c0-2.533 2.064-4.822 4.614-5.11 2.55-.288 4.615 1.53 4.615 4.065 0 2.532-2.065 4.82-4.615 5.108-2.55.29-4.614-1.531-4.614-4.064ZM40.1 57.1c-7.895-7.003-18.366-10.163-29.496-8.907-2.229.254-3.832 2.256-3.577 4.472.252 2.216 2.26 3.798 4.498 3.556 8.795-.997 17.019 1.458 23.16 6.905 6.08 5.39 9.428 13.119 9.428 21.758 0 2.23 1.82 4.04 4.065 4.04s4.064-1.81 4.064-4.04c0-10.972-4.312-20.84-12.142-27.784ZM27.593 70.863c-4.559-4.046-10.588-5.873-16.988-5.151-2.23.253-3.832 2.255-3.579 4.47.254 2.217 2.26 3.795 4.5 3.556 4.055-.459 7.846.659 10.655 3.151 2.776 2.463 4.304 6.01 4.304 9.991 0 2.231 1.819 4.04 4.065 4.04 2.245 0 4.064-1.809 4.064-4.04 0-6.313-2.492-12.002-7.02-16.017Z" clip-rule="evenodd"/>', k5 = {
261
+ width: b5,
262
+ height: f5,
263
+ block: C5
264
+ }, w5 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CastUnavailable", content: k5, ...t }), M5 = 15, L5 = 15, V5 = '<path fill="currentColor" fill-rule="evenodd" d="M86.176 45.053c.218.147.435.32.626.508A3.969 3.969 0 0 1 88 48.394c0 .254-.027.521-.082.775a4.763 4.763 0 0 1-.231.749 4.309 4.309 0 0 1-.885 1.31 4.143 4.143 0 0 1-2.886 1.176c-.272 0-.544-.027-.803-.08a4.981 4.981 0 0 1-.763-.228 4.442 4.442 0 0 1-.707-.374 3.701 3.701 0 0 1-1.13-1.11 3.407 3.407 0 0 1-.368-.694 3.705 3.705 0 0 1-.245-.749 4.96 4.96 0 0 1-.068-.775 4.012 4.012 0 0 1 1.81-3.341 3.52 3.52 0 0 1 .709-.36c.245-.108.503-.188.762-.228a3.996 3.996 0 0 1 1.593 0c.258.04.517.12.762.227.245.094.49.227.708.361ZM46.153 9.944c-.273.04-.545.067-.804.067a4.143 4.143 0 0 1-2.886-1.176A3.969 3.969 0 0 1 41.265 6c0-.253.028-.52.082-.775a3.74 3.74 0 0 1 .231-.748 3.47 3.47 0 0 1 .382-.695c.15-.227.313-.428.503-.615.94-.922 2.355-1.35 3.69-1.096.258.054.517.134.762.227.245.107.476.228.694.375a3.702 3.702 0 0 1 1.13 1.11c.15.213.272.453.381.694.11.24.177.494.232.748.054.254.081.522.081.775a3.969 3.969 0 0 1-1.198 2.834c-.19.187-.394.36-.626.508a3.386 3.386 0 0 1-.694.36 3.876 3.876 0 0 1-.762.241ZM64.26 42.297l11.425-11.24a2.415 2.415 0 0 1 3.369-.003 2.31 2.31 0 0 1 .003 3.308L67.775 45.463c2.646 2.593 4.762 5.231 6.077 7.75 2.916 5.595 1.221 8.956-.048 10.462-.354.419-.77.785-1.22 1.126a2.405 2.405 0 0 1-.359.281l-.061.038-.036.023a.785.785 0 0 0-.035.022L20.671 97.628a.11.11 0 0 1-.025.012.112.112 0 0 0-.025.011 2.342 2.342 0 0 1-.498.222l-.012.004c-.045.015-.089.03-.135.04a2.417 2.417 0 0 1-.587.083h-.014c-.185 0-.362-.027-.533-.066a.75.75 0 0 1-.092-.028l-.044-.014a2.178 2.178 0 0 1-.509-.214l-.017-.01a2.282 2.282 0 0 1-.31-.215l-.04-.03a1.262 1.262 0 0 1-.09-.074 2.604 2.604 0 0 1-.35-.407c-.001-.005-.004-.007-.007-.01a.708.708 0 0 1-.05-.09l-.03-.062-.028-.05a1.756 1.756 0 0 1-.1-.198 1.41 1.41 0 0 1-.054-.166 2.95 2.95 0 0 0-.035-.12 1.31 1.31 0 0 1-.041-.152c-.018-.088-.022-.176-.027-.264l-.002-.025a.882.882 0 0 0-.007-.062.612.612 0 0 1-.009-.09l.21-59.897c-.233-2.705.778-4.506 1.613-5.497 2.036-2.415 5.719-3.532 10.553-3.324V6.885c0-1.292 1.067-2.34 2.382-2.34 1.317 0 2.383 1.048 2.383 2.34v20.621c1.41.265 2.88.608 4.414 1.05 3.684 1.059 7.447 2.56 11.094 4.361 1.097-.006 2.191.057 3.222.118 3.477.209 5.995.253 6.724-1.064.728-1.317-.681-3.368-2.752-6.12-2.378-3.16-5.337-7.094-3.105-11.13 2.009-3.63 6.28-3.57 9.707-3.523h.012c.444.007.89.014 1.338.014 1.315 0 2.382 1.047 2.382 2.339 0 1.29-1.067 2.338-2.382 2.338-.471 0-.942-.006-1.41-.013-2.997-.041-4.867.007-5.46 1.077-.729 1.318.681 3.367 2.752 6.12l.002.003c2.377 3.16 5.334 7.092 3.103 11.127-1.273 2.3-3.436 3.19-5.8 3.49a71.134 71.134 0 0 1 6.28 4.604ZM52.581 71.92a42.907 42.907 0 0 1-4.069-1.062c-9.801-3.085-20.474-9.573-26.606-15.815l.034-9.721c4.023 4.835 10.251 9.73 17.217 13.66.193.158.417.28.658.371 4.606 2.542 9.496 4.654 14.257 6.024a43.58 43.58 0 0 0 6.674 1.388l-8.165 5.155Zm-30.709-6.78-.032 9.221c4.31 3.04 9.31 5.831 14.338 7.916l7.987-5.042c-7.826-2.505-16.161-7.153-22.293-12.095Zm-.092 26.228 6.707-4.235a77.183 77.183 0 0 1-6.679-3.626l-.028 7.861Zm48.353-30.675c1.217-1.443.194-3.97-.523-5.347-1.104-2.117-2.902-4.361-5.18-6.592l-3.696 3.637a2.402 2.402 0 0 1-1.687.686 2.398 2.398 0 0 1-1.682-.683 2.31 2.31 0 0 1-.004-3.308l3.534-3.478c-3.58-2.907-7.85-5.664-12.33-7.966-1.346.1-2.305.404-2.705 1.128-.728 1.317.68 3.366 2.751 6.117l.002.002c2.378 3.16 5.337 7.093 3.105 11.127-.678 1.226-1.617 2.039-2.698 2.588 2.138.897 4.284 1.68 6.391 2.287 7.425 2.136 11.924 1.668 13.927.453l.184-.116c.244-.169.453-.346.61-.535ZM28.226 31.56c-3.07 0-4.94.741-5.732 1.68-1.217 1.446-.194 3.972.523 5.348 2.804 5.38 10.06 11.567 18.427 16.293 3.142.17 5.406.134 6.087-1.097.728-1.318-.681-3.367-2.752-6.118-2.378-3.16-5.338-7.093-3.106-11.13a6.342 6.342 0 0 1 1.177-1.522 57.249 57.249 0 0 0-5.634-1.97 45.475 45.475 0 0 0-3.075-.765v8.165c0 1.292-1.066 2.34-2.383 2.34-1.315 0-2.382-1.048-2.382-2.34V31.61l-.249-.014a16.1 16.1 0 0 0-.901-.036Z" clip-rule="evenodd"/>', E5 = {
265
+ width: M5,
266
+ height: L5,
267
+ block: V5
268
+ }, I5 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Celebrate", content: E5, ...t }), A5 = 15, x5 = 15, F5 = '<path fill="currentColor" fill-rule="evenodd" d="M96.094 44.875c-2.177 3.14-2.52 7.11-.882 10.25 2.491 4.77.304 11.04-4.778 13.7-3.336 1.75-5.582 5.19-5.788 8.88-.314 5.61-5.21 10.2-10.703 10.03-3.62-.11-7.162 1.88-9.153 5.13-3.032 4.94-9.34 6.62-13.764 3.67-2.914-1.94-6.808-1.94-10.056 0-4.934 2.96-10.948 1.28-13.126-3.67-1.432-3.26-4.64-5.24-8.27-5.13-5.513.18-9.624-4.42-8.976-10.03.431-3.69-1.226-7.13-4.268-8.88-4.62-2.65-5.729-8.93-2.423-13.7 2.178-3.14 2.521-7.11.883-10.25-2.492-4.77-.304-11.04 4.778-13.7 3.335-1.75 5.582-5.19 5.788-8.88.314-5.61 5.21-10.2 10.703-10.03 3.61.11 7.161-1.88 9.153-5.13 3.031-4.94 9.34-6.62 13.764-3.67 2.913 1.94 6.808 1.94 10.055 0 4.935-2.96 10.949-1.28 13.126 3.67 1.433 3.26 4.64 5.24 8.27 5.13 5.514-.18 9.624 4.42 8.977 10.03-.432 3.69 1.226 7.13 4.267 8.88 4.62 2.65 5.73 8.93 2.423 13.7ZM73.253 30.16a4.511 4.511 0 0 0-6.387.35L39.574 61.02 32.1 54.38l-.177-.15a4.503 4.503 0 0 0-6.21.53c-1.668 1.89-1.5 4.78.383 6.45l10.84 9.62.196.17a4.48 4.48 0 0 0 2.796.98c1.276 0 2.492-.54 3.365-1.51l30.304-33.86.147-.17c1.52-1.88 1.325-4.65-.49-6.28Z" clip-rule="evenodd"/>', y5 = {
269
+ width: A5,
270
+ height: x5,
271
+ block: F5
272
+ }, S5 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Certified", content: y5, ...t }), T5 = 15, z5 = 15, H5 = '<path fill="currentColor" fill-rule="evenodd" d="M68.215 71.939a2.298 2.298 0 0 1-2.02 2.545l-31.94 3.644a2.296 2.296 0 0 1-2.54-2.024 2.296 2.296 0 0 1 2.021-2.545l31.938-3.645a2.304 2.304 0 0 1 2.54 2.025Zm0-14.313a2.297 2.297 0 0 1-2.02 2.545l-31.94 3.645a2.296 2.296 0 0 1-2.54-2.025 2.298 2.298 0 0 1 2.021-2.545l31.938-3.644a2.299 2.299 0 0 1 2.54 2.024Zm0-14.285a2.299 2.299 0 0 1-2.02 2.545l-31.94 3.644a2.295 2.295 0 0 1-2.54-2.024 2.296 2.296 0 0 1 2.021-2.545l31.938-3.645a2.297 2.297 0 0 1 2.54 2.025Zm8.193 41.755-52.816 6.028V28.82l5.943-.68v3.067a2.3 2.3 0 0 0 2.556 2.285l36.339-4.147a2.299 2.299 0 0 0 2.036-2.285v-3.59l5.942-.678v62.303ZM45.705 15.805c0-2.447 2.07-4.749 4.52-5.029a4.41 4.41 0 0 1 .488-.027c.91 0 1.738.3 2.373.865.734.656 1.138 1.613 1.138 2.695 0 2.446-2.07 4.748-4.518 5.028-1.105.125-2.12-.172-2.863-.838-.735-.656-1.138-1.613-1.138-2.694ZM80.233 18.5a2.29 2.29 0 0 0-1.789-.569l-7.978.91v-.894c0-1.66-.657-3.16-1.851-4.227-1.186-1.058-2.809-1.559-4.437-1.371l-3.287.374c-.297-2.436-1.409-4.61-3.207-6.216-2.138-1.912-4.968-2.776-7.944-2.434-5.631.644-10.261 5.553-10.68 11.142l-3.757.43c-3.234.367-5.768 3.2-5.768 6.448v1.419l-8.499.97A2.298 2.298 0 0 0 19 26.769V93.7a2.301 2.301 0 0 0 2.557 2.284l57.407-6.55A2.299 2.299 0 0 0 81 87.149V20.216c0-.655-.28-1.28-.767-1.716Z" clip-rule="evenodd"/>', D5 = {
273
+ width: T5,
274
+ height: z5,
275
+ block: H5
276
+ }, B5 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Clipboard", content: D5, ...t }), R5 = 15, W5 = 15, O5 = '<path fill="currentColor" fill-rule="evenodd" d="M49.732 2.317C23.412 5.297 2 29.005 2 55.167c0 12.738 4.992 24.178 14.054 32.214C23.876 94.32 33.9 98 44.73 98c1.824 0 3.674-.105 5.536-.315C76.587 94.703 98 70.995 98 44.833c0-12.737-4.99-24.177-14.05-32.213C74.807 4.513 62.657.85 49.731 2.317ZM19.2 83.877c-8.044-7.132-12.474-17.33-12.474-28.71 0-23.85 19.533-45.467 43.54-48.185a44.35 44.35 0 0 1 4.985-.285c9.674 0 18.608 3.268 25.55 9.427 8.044 7.133 12.473 17.329 12.473 28.709 0 23.851-19.533 45.466-43.542 48.185-11.568 1.31-22.41-1.936-30.532-9.14Zm29.944-52.932v19.583l-15.68-2.171c-2.15-.304-4.13 1.21-4.426 3.369a3.942 3.942 0 0 0 3.354 4.448l20.143 2.79a3.919 3.919 0 0 0 3.118-.934A3.953 3.953 0 0 0 57 55.054v-24.11A3.937 3.937 0 0 0 53.072 27a3.937 3.937 0 0 0-3.928 3.945" clip-rule="evenodd"/>', P5 = {
277
+ width: R5,
278
+ height: W5,
279
+ block: O5
280
+ }, U5 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Clock", content: P5, ...t }), _5 = 15, N5 = 15, G5 = '<path fill="currentColor" fill-rule="evenodd" d="M28.018 22.269a3.216 3.216 0 0 0-.164.499 3.568 3.568 0 0 0 0 1.047c.042.175.097.351.164.511.067.162.15.324.244.459.095.146.215.294.339.417a2.75 2.75 0 0 0 2.451.724c.163-.025.339-.079.501-.148a2.48 2.48 0 0 0 .46-.24c.15-.108.298-.215.42-.336a3.46 3.46 0 0 0 .338-.417c.096-.135.178-.297.245-.459.068-.16.122-.336.163-.51a3.392 3.392 0 0 0 0-1.048 3.07 3.07 0 0 0-.163-.5 2.993 2.993 0 0 0-.245-.47 3.104 3.104 0 0 0-.339-.402 2.407 2.407 0 0 0-.418-.336 2.412 2.412 0 0 0-.46-.243 4.01 4.01 0 0 0-.502-.162 2.747 2.747 0 0 0-2.451.741c-.124.12-.244.256-.339.402-.095.148-.177.31-.244.47Zm-13.165 1.52a3.537 3.537 0 0 0-.163.497c-.027.175-.054.35-.054.526 0 .711.296 1.41.799 1.909.12.12.257.24.405.336a3.344 3.344 0 0 0 .977.402 3.5 3.5 0 0 0 .528.054c.175 0 .348-.026.523-.053h.004a2.99 2.99 0 0 0 .976-.403 3.63 3.63 0 0 0 .419-.334l.001-.002a2.712 2.712 0 0 0 .786-1.91c0-.175-.014-.35-.054-.525a2.252 2.252 0 0 0-.15-.498 3.173 3.173 0 0 0-.243-.47 9.362 9.362 0 0 1-.084-.105 3.54 3.54 0 0 0-.255-.299 6.032 6.032 0 0 0-.42-.336 3.335 3.335 0 0 0-.46-.242 3.113 3.113 0 0 0-.516-.16 2.73 2.73 0 0 0-1.055 0 2.982 2.982 0 0 0-.502.16c-.162.069-.325.15-.475.242a3.599 3.599 0 0 0-.405.336c-.122.121-.244.27-.339.404a3.077 3.077 0 0 0-.243.47Zm47.811 45.796a2.37 2.37 0 0 0 1.582.603c.65 0 1.298-.264 1.767-.782L76.46 57.853a2.338 2.338 0 0 0-.194-3.333l-10.447-9.19a2.382 2.382 0 0 0-3.346.2 2.34 2.34 0 0 0 .203 3.322l8.661 7.62-8.854 9.79a2.34 2.34 0 0 0 .181 3.323Zm-17.51 7.304a2.37 2.37 0 0 0 2.968-1.546l9.832-31.312a2.35 2.35 0 0 0-1.558-2.946 2.377 2.377 0 0 0-2.969 1.545l-9.83 31.312a2.351 2.351 0 0 0 1.557 2.947Zm-9.707-4.213a2.37 2.37 0 0 0 1.57.591c.656 0 1.307-.267 1.776-.792a2.342 2.342 0 0 0-.203-3.322l-8.66-7.62 8.852-9.79a2.34 2.34 0 0 0-.18-3.324 2.382 2.382 0 0 0-3.347.18L24.808 60.154a2.34 2.34 0 0 0 .19 3.333l10.45 9.19ZM92.42 8.7c-2.323-2.058-5.385-2.992-8.647-2.622l-67.082 7.588C10.245 14.396 5 20.201 5 26.608v66.039c0 .67.289 1.31.792 1.756a2.387 2.387 0 0 0 1.848.582l86.258-9.757A2.36 2.36 0 0 0 96 82.89V16.851c0-3.21-1.27-6.104-3.58-8.15Zm-1.16 72.09L9.74 90.01V37.246l81.52-9.22V80.79Z" clip-rule="evenodd"/>', X5 = {
281
+ width: _5,
282
+ height: N5,
283
+ block: G5
284
+ }, J5 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Code", content: X5, ...t }), Q5 = 15, K5 = 15, Y5 = '<path fill="currentColor" fill-rule="evenodd" d="m89.528 10.136-15.6 1.772a2.658 2.658 0 0 0 .599 5.28L86.4 15.847c.18-.02.338.12.338.301l-.078 63.651a.302.302 0 0 1-.269.3l-64.274 7.255a.303.303 0 0 1-.337-.3V68.24a2.657 2.657 0 0 0-2.657-2.657H19.1a2.658 2.658 0 0 0-2.658 2.657v22.115c0 .754.325 1.47.893 1.972a2.682 2.682 0 0 0 2.078.656l70.219-7.926A2.655 2.655 0 0 0 92 82.43V12.343a2.22 2.22 0 0 0-2.472-2.207Zm-42.98-3.004a2.552 2.552 0 0 0-3.224 1.591L27.599 55.045a2.51 2.51 0 0 0 .128 1.934c.301.61.823 1.065 1.468 1.282.261.089.536.133.815.133a2.542 2.542 0 0 0 2.412-1.724l15.725-46.323a2.508 2.508 0 0 0-.129-1.933 2.522 2.522 0 0 0-1.47-1.282Zm-19.955 13.48a2.519 2.519 0 0 0-.844-1.754 2.557 2.557 0 0 0-3.59.192L8.656 33.99a2.514 2.514 0 0 0-.652 1.846c.04.671.352 1.31.856 1.754l13.504 11.884a2.554 2.554 0 0 0 3.59-.215 2.517 2.517 0 0 0 .638-1.837 2.516 2.516 0 0 0-.857-1.748l-11.577-10.19L25.94 22.445a2.514 2.514 0 0 0 .652-1.833Zm42.032 8.07a2.547 2.547 0 0 1-.65 1.842L54.47 45.466a2.55 2.55 0 0 1-3.59.191 2.511 2.511 0 0 1-.843-1.75 2.515 2.515 0 0 1 .65-1.836l11.785-13.039L50.894 18.84a2.51 2.51 0 0 1-.856-1.746 2.51 2.51 0 0 1 .64-1.838 2.556 2.556 0 0 1 3.587-.216L67.77 26.928c.513.45.818 1.073.856 1.756Z" clip-rule="evenodd"/>', j5 = {
285
+ width: Q5,
286
+ height: K5,
287
+ block: Y5
288
+ }, q5 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CodeBlock", content: j5, ...t }), t4 = 15, c4 = 15, l4 = '<path fill="currentColor" d="M45.623 32.88c15.989 0 32.951 4.972 33.592 14.194C86.998 48.204 93 54.914 93 63.019c0 8.894-7.222 16.132-16.1 16.132h-2.174C68.904 89.21 58.044 96 45.623 96 27.085 96 12 80.888 12 62.314v-14.7c0-9.57 17.324-14.734 33.623-14.734Zm0 4.793c-17.867 0-28.839 5.79-28.839 9.94 0 1.025.675 2.149 1.95 3.26 6.206-3.558 16.065-5.656 26.89-5.656 10.826 0 20.684 2.098 26.89 5.657 1.275-1.112 1.949-2.236 1.949-3.26 0-4.151-10.972-9.941-28.84-9.941Zm33.624 24.64c0 4.24-.793 8.297-2.228 12.038 6.185-.064 11.197-5.12 11.197-11.332 0-5.446-3.852-10.005-8.97-11.09v10.385Zm-62.463 0c0 15.933 12.937 28.894 28.84 28.894 15.901 0 28.839-12.961 28.839-28.893V55.46a22.89 22.89 0 0 1-2.847 1.727l-.14.07-.057.029a35.362 35.362 0 0 1-1.722.81c-5.416 2.368-12.701 3.847-20.698 4.174-.203.01-.406.018-.608.025l-.243.007a81.879 81.879 0 0 1-2.525.044c-.61 0-1.22-.01-1.833-.024-.234-.005-.467-.013-.7-.02h-.001l-.23-.007a46.61 46.61 0 0 1-.614-.025c-7.994-.327-15.276-1.806-20.696-4.174l-.03-.012a34.877 34.877 0 0 1-1.595-.75l-.085-.043c-.071-.035-.143-.07-.212-.107a22.844 22.844 0 0 1-2.843-1.724v6.854Zm26.085-46.322a10.746 10.746 0 0 1-.949-9.983l1.038-2.523a2.39 2.39 0 0 1 3.122-1.303 2.398 2.398 0 0 1 1.3 3.128l-1.037 2.522a5.948 5.948 0 0 0 .523 5.526l.655.995a10.763 10.763 0 0 1 1.017 9.81l-1.143 2.922a2.394 2.394 0 0 1-3.1 1.357 2.398 2.398 0 0 1-1.353-3.106l1.143-2.921a5.96 5.96 0 0 0-.562-5.428l-.655-.997Zm12.727 1.197a2.398 2.398 0 0 1 .688-3.318 2.389 2.389 0 0 1 3.311.687l.654.998a10.754 10.754 0 0 1 1.017 9.808l-1.142 2.922a2.393 2.393 0 0 1-3.1 1.356 2.397 2.397 0 0 1-1.353-3.106l1.143-2.92a5.96 5.96 0 0 0-.563-5.43l-.655-.997ZM30.319 13.87a2.397 2.397 0 0 0-.684 3.318l.654.997a5.956 5.956 0 0 1 .563 5.428l-1.142 2.921a2.395 2.395 0 0 0 2.226 3.272 2.39 2.39 0 0 0 2.226-1.522l1.144-2.922a10.764 10.764 0 0 0-1.02-9.81l-.654-.997a2.39 2.39 0 0 0-3.313-.685Z"/>', e4 = {
289
+ width: t4,
290
+ height: c4,
291
+ block: l4
292
+ }, o4 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Coffee", content: e4, ...t }), n4 = 15, a4 = 15, r4 = '<path fill="currentColor" fill-rule="evenodd" d="m44.039 57.114 43.14-4.92a2.354 2.354 0 0 1 2.617 2.082 2.367 2.367 0 0 1-2.082 2.619l-43.139 4.919a2.366 2.366 0 0 1-.536-4.7Zm0 24.67 43.14-4.919a2.354 2.354 0 0 1 2.617 2.082 2.367 2.367 0 0 1-2.082 2.62l-43.139 4.917a2.366 2.366 0 0 1-.536-4.7Zm47.435-54.343c-.253-2.226-2.262-3.833-4.486-3.571L22.694 31.2l9.81-10.935a4.058 4.058 0 0 0-.31-5.727 4.048 4.048 0 0 0-5.723.31L9.532 33.73c-.027.03-.046.066-.071.097-.09.105-.165.218-.243.331-.072.106-.145.207-.206.318-.066.118-.116.24-.17.365-.05.118-.104.233-.145.354-.039.127-.064.26-.093.39-.027.13-.058.257-.074.388-.014.127-.012.258-.015.39-.003.103-.02.205-.013.307.002.04.014.077.018.117.003.038-.002.074.002.112.01.107.044.205.063.31.023.114.04.228.072.339.043.153.103.299.163.445.04.089.068.18.113.267.08.161.178.309.278.457.044.064.08.132.125.192.159.207.333.397.526.567L26.8 54.498a4.032 4.032 0 0 0 2.685 1.021 4.057 4.057 0 0 0 2.689-7.093L22.04 39.44l65.865-7.51a4.055 4.055 0 0 0 3.568-4.49Z" clip-rule="evenodd"/>', i4 = {
293
+ width: n4,
294
+ height: a4,
295
+ block: r4
296
+ }, d4 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Collapse", content: i4, ...t }), s4 = 15, h4 = 15, u4 = '<path fill="currentColor" d="M90.21 7.594a2.374 2.374 0 0 0-1.839-.58l-77.276 8.737A2.351 2.351 0 0 0 9 18.08v60.993c0 .669.287 1.305.79 1.75a2.37 2.37 0 0 0 1.839.58l23.687-2.68 12.972 13.548a2.377 2.377 0 0 0 1.713.729c.038 0 .077 0 .114-.003a2.368 2.368 0 0 0 1.747-.898l13.173-16.734 23.87-2.7A2.351 2.351 0 0 0 91 70.334V9.343c0-.668-.287-1.304-.79-1.749ZM76.165 50.24a2.683 2.683 0 0 1-2.376 2.966l-46.966 5.31a2.694 2.694 0 0 1-2.988-2.359 2.684 2.684 0 0 1 2.376-2.965l46.966-5.309c1.466-.165 2.818.887 2.988 2.357Zm0-19.048a2.683 2.683 0 0 1-2.376 2.965l-46.966 5.31a2.693 2.693 0 0 1-2.988-2.359 2.684 2.684 0 0 1 2.376-2.964l46.966-5.31c1.466-.164 2.818.887 2.988 2.358Z"/>', v4 = {
297
+ width: s4,
298
+ height: h4,
299
+ block: u4
300
+ }, m4 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Comment", content: v4, ...t }), g4 = 15, $4 = 15, Z4 = '<path fill="currentColor" fill-rule="evenodd" d="M26.515 60.197c.09 0 .18-.004.27-.014l46.965-5.31a2.347 2.347 0 0 0 2.079-2.595c-.147-1.287-1.313-2.206-2.613-2.064l-46.965 5.31a2.347 2.347 0 0 0-2.079 2.595 2.354 2.354 0 0 0 2.343 2.078Zm0-18.188c.09 0 .18-.004.27-.015l46.965-5.312a2.346 2.346 0 0 0 2.079-2.594 2.355 2.355 0 0 0-2.613-2.063l-46.965 5.31a2.347 2.347 0 0 0-2.079 2.595 2.354 2.354 0 0 0 2.343 2.079ZM90.21 9.594a2.372 2.372 0 0 0-1.84-.58l-77.275 8.737A2.351 2.351 0 0 0 9 20.081v60.992c0 .667.287 1.305.79 1.75a2.372 2.372 0 0 0 1.84.58l23.686-2.68L48.29 94.27a2.367 2.367 0 0 0 1.826.727 2.37 2.37 0 0 0 1.746-.898l13.174-16.736 23.87-2.698A2.351 2.351 0 0 0 91 72.335V11.342c0-.667-.287-1.303-.79-1.748Zm-3.934 60.65-22.76 2.573a2.367 2.367 0 0 0-1.595.886L49.825 89.07 37.93 76.648a2.374 2.374 0 0 0-1.98-.714l-22.226 2.513V22.172l72.552-8.203v56.274Z" clip-rule="evenodd"/>', p4 = {
301
+ width: g4,
302
+ height: $4,
303
+ block: Z4
304
+ }, b4 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CommentOutline", content: p4, ...t }), f4 = 15, C4 = 15, k4 = '<path fill="currentColor" fill-rule="evenodd" d="m92.234 83.933-5.02.598V57.357a23.054 23.054 0 0 0-10.263-19.199l-11.697-7.82-.128-1.85 3.081-.36 15.928 9.817c7.26 4.788 8.1 13.603 8.1 19.818v26.17Zm-45.031-12.01 35.04-4.12v5.135l-35.04 4.121v-5.135Zm-.655-15.927 17.208-2.024 14.2 9.54-30.753 3.618v-2.96c0-1.671-.012-4.706-.655-8.174Zm-.526-2.348.044.178-.044-.178Zm-9.12-13.308-11.52-7.101-1.121-16.106 35.002-4.36.796 11.513 1.738 25.124-8 .89v.051l-8.484.997c-1.435-4.007-3.957-8.071-8.41-11.008Zm5.535 49.999-5.02.598V63.764c0-7.725-3.837-14.9-10.263-19.198l-14.072-9.41 5.328-.621 15.928 9.816c7.259 4.79 8.1 13.605 8.1 19.82v26.168Zm44.264-56.407-16.697-10.29c-.456-.28-.99-.4-1.527-.338l-3.68.43-.954-13.8c-.001-.007-.004-.015-.004-.022-.001-.027-.01-.052-.014-.08a2.39 2.39 0 0 0-.133-.551l-.057-.147a2.455 2.455 0 0 0-.326-.542c-.013-.016-.03-.028-.043-.043a2.479 2.479 0 0 0-.285-.289c-.05-.042-.109-.07-.163-.107-.025-.018-.04-.042-.066-.058L56.95 4.377c-.468-.3-1.03-.43-1.582-.358L16.014 8.942c-.03.004-.056.019-.086.024a2.38 2.38 0 0 0-.417.119c-.082.028-.165.049-.242.087-.022.01-.045.012-.066.023-.114.06-.208.145-.31.222-.061.046-.13.081-.188.134a2.348 2.348 0 0 0-.42.502c-.003.006-.009.011-.013.018a2.36 2.36 0 0 0-.261.631c-.004.012-.013.023-.015.035-.017.066-.007.132-.018.199-.02.121-.05.24-.05.369v18.96l-7.822.913c-.045.005-.084.023-.129.03a2.21 2.21 0 0 0-.24.059 2.423 2.423 0 0 0-.352.129c-.04.02-.085.026-.124.047-.03.017-.053.042-.083.06a2.244 2.244 0 0 0-.315.227c-.057.048-.117.093-.17.146a2.349 2.349 0 0 0-.25.313c-.039.055-.085.104-.119.164-.007.014-.019.023-.027.037a2.35 2.35 0 0 0-.176.435c-.01.029-.026.055-.034.083a2.369 2.369 0 0 0-.082.601c0 .011-.005.022-.005.033v40.921a2.38 2.38 0 0 0 1.058 1.978l28.651 19.156c.008.006.02.009.03.014.143.093.301.158.462.218.053.02.103.055.158.07.216.066.444.101.675.101h.001a2.2 2.2 0 0 0 .282-.018l9.785-1.165a2.382 2.382 0 0 0 2.1-2.364v-10.6l21.542-2.534 14.762 9.87c.01.007.02.01.03.016.143.092.301.157.462.217.054.02.103.055.16.07.216.065.442.1.673.1h.002c.092 0 .188-.005.281-.016L94.9 88.41a2.382 2.382 0 0 0 2.1-2.364V57.763c0-4.214 0-17.038-10.3-23.83Z" clip-rule="evenodd"/>', w4 = {
305
+ width: f4,
306
+ height: C4,
307
+ block: k4
308
+ }, M4 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CommonArea", content: w4, ...t }), L4 = 15, V4 = 15, E4 = '<path fill="currentColor" d="M80.99 75.172c.002.032.01.06.01.093v.022l-.086 14.121a2.36 2.36 0 0 1-2.364 2.343 2.37 2.37 0 0 1-1.708-.727l-9.146-9.512c-.024-.026-.04-.055-.063-.08a3.165 3.165 0 0 1-.1-.129 2.327 2.327 0 0 1-.29-.486c-.009-.018-.022-.03-.03-.047L53.365 46.832c-.486.103-.978.188-1.476.244-.392.043-.777.05-1.163.066L35.58 83.185v.001l-6.037 14.366a2.364 2.364 0 0 1-3.093 1.263 2.354 2.354 0 0 1-1.267-3.084l5.163-12.29a10.677 10.677 0 0 1-4.189-4.704c-1.374-2.993-1.38-6.57-.016-9.818l11.93-28.396c-1.319-2.185-2.032-4.733-2.032-7.466 0-6.818 4.498-13.113 10.688-15.78L44.657 6.87a2.36 2.36 0 0 1 2.05-2.8l9.288-1.055a2.368 2.368 0 0 1 2.015.753c.51.557.722 1.326.567 2.067l-2.178 10.468c2.291.516 4.401 1.569 6.17 3.14 2.985 2.659 4.629 6.427 4.629 10.611 0 2.438-.59 4.804-1.612 6.967l15.232 37.322.002.007.006.012c.017.043.023.088.039.13.034.103.07.204.09.312.025.123.032.245.035.368ZM45.707 32.228c0 3.256 2.647 5.596 5.913 5.225 3.265-.372 5.913-3.312 5.913-6.57 0-3.256-2.648-5.596-5.913-5.224-3.266.372-5.913 3.312-5.913 6.57Zm25.716 46.348 4.798 4.99.048-7.86-13.88-34.014a17.976 17.976 0 0 1-4.582 3.52l13.616 33.364Zm-40.966-1.801a6.057 6.057 0 0 0 1.751 2.234l13.64-32.46a13.725 13.725 0 0 1-4.277-2.153L30.502 70.74c-.855 2.036-.871 4.234-.044 6.034Z"/>', I4 = {
309
+ width: L4,
310
+ height: V4,
311
+ block: E4
312
+ }, A4 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Compass", content: I4, ...t }), x4 = 15, F4 = 15, y4 = '<path fill="currentColor" fill-rule="evenodd" d="M91.164 6.612a2.438 2.438 0 0 0-1.938-.59l-78.09 10.224A2.459 2.459 0 0 0 9 18.686v57.926c0 .708.304 1.383.835 1.85a2.452 2.452 0 0 0 1.937.59l26.736-3.5v12.825l-13.154 1.722a2.46 2.46 0 0 0-2.117 2.76 2.457 2.457 0 0 0 2.752 2.121l49.657-6.502a2.46 2.46 0 0 0-.635-4.881l-13.865 1.815V72.588l28.717-3.76A2.458 2.458 0 0 0 92 66.388V8.46c0-.707-.305-1.382-.836-1.849Zm-4.075 57.616-73.178 9.58V20.846l73.178-9.58v52.962Z" clip-rule="evenodd"/>', S4 = {
313
+ width: x4,
314
+ height: F4,
315
+ block: y4
316
+ }, T4 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Computer", content: S4, ...t }), z4 = 15, H4 = 15, D4 = '<path fill="currentColor" d="M91.014 25.662c-2.273-2.026-5.581-2.026-7.393 0L70.697 39.613l-14.336-12.79 12.923-13.95c1.813-2.027 1.434-5.316-.84-7.353-2.273-2.027-5.58-2.027-7.393 0L48.128 19.47l-8.193-7.32a2.462 2.462 0 0 0-3.481.203l-11.47 12.882c-9.236 10.366-9.338 26.018-1.3 38.207l-6.595 7.393c-2.11 2.363-1.792 6.11.676 8.412l-8.878 9.938a3.484 3.484 0 0 0 .297 4.94 3.53 3.53 0 0 0 2.335.875 3.5 3.5 0 0 0 2.631-1.181l8.838-9.919c1.188.998 2.672 1.569 4.178 1.569h.338c1.536-.092 2.939-.754 3.932-1.864l6.574-7.373c4.967 2.516 10.394 3.87 15.801 3.87.604 0 1.219-.02 1.823-.051 7.956-.448 15.115-3.819 20.163-9.49l11.48-12.883a2.447 2.447 0 0 0-.195-3.452l-8.151-7.27 12.923-13.952c1.812-2.026 1.433-5.315-.84-7.352v.01Zm-18.893 41.65c-4.178 4.684-10.128 7.474-16.753 7.851-7.803.448-15.852-2.485-22.078-8.045-11.992-10.702-14.07-28.034-4.629-38.635l9.83-11.028 43.48 38.808-9.85 11.059v-.01Z"/>', B4 = {
317
+ width: z4,
318
+ height: H4,
319
+ block: D4
320
+ }, R4 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Connection", content: B4, ...t }), W4 = 15, O4 = 15, P4 = '<path fill="currentColor" fill-rule="evenodd" d="m32.994 78.573-19.247 2.072V13.022l56.274-6.059v26.713c0 1.295 1.063 2.346 2.374 2.346 1.31 0 2.373-1.05 2.373-2.346V4.347c0-.666-.287-1.302-.79-1.747a2.387 2.387 0 0 0-1.841-.586l-61.021 6.57A2.357 2.357 0 0 0 9 10.916v72.346c0 .666.286 1.3.788 1.746a2.386 2.386 0 0 0 1.842.586l21.878-2.356c1.303-.14 2.245-1.299 2.102-2.587-.14-1.288-1.306-2.217-2.616-2.079ZM43.84 59.64c-.141-1.288-1.31-2.213-2.616-2.08l-17.828 1.913c-1.304.141-2.246 1.299-2.104 2.587.132 1.203 1.161 2.093 2.357 2.093.086 0 .171-.004.26-.013l17.827-1.913c1.304-.141 2.245-1.299 2.104-2.587Zm7.761-19.201-28.202 3c-1.304.138-2.248 1.295-2.107 2.584.13 1.203 1.16 2.096 2.358 2.096.084 0 .17-.005.256-.015l28.203-3c1.303-.138 2.246-1.294 2.106-2.582-.14-1.29-1.313-2.22-2.614-2.083Zm9.72-14.765a2.366 2.366 0 0 0-2.614-2.083l-35.309 3.756c-1.303.139-2.246 1.294-2.106 2.583.13 1.204 1.16 2.096 2.357 2.096.085 0 .17-.004.256-.013l35.309-3.755c1.303-.138 2.247-1.295 2.106-2.584Zm-2.096 61.393-9.158 4.18 3.174-9.386 20.22-22.265 5.963 5.225-20.199 22.246ZM91.2 55.342l-9.517-8.337a2.39 2.39 0 0 0-3.341.188l-6.839 7.532-22.122 24.363a2.341 2.341 0 0 0-.486.824l-5.072 14.997a2.329 2.329 0 0 0 .666 2.493 2.395 2.395 0 0 0 2.58.382l14.59-6.66a2.33 2.33 0 0 0 .772-.562l22.122-24.363 6.84-7.533a2.337 2.337 0 0 0 .603-1.701 2.34 2.34 0 0 0-.796-1.623Z" clip-rule="evenodd"/>', U4 = {
321
+ width: W4,
322
+ height: O4,
323
+ block: P4
324
+ }, _4 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Contract", content: U4, ...t }), N4 = 15, G4 = 15, X4 = '<path fill="currentColor" fill-rule="evenodd" d="M88.937 49.686c-.545-9.5-4.616-18.052-11.461-24.078-9.219-8.116-22.003-10.581-34.472-6.96l10.6-11.731a2.336 2.336 0 0 0-.18-3.316 2.373 2.373 0 0 0-3.337.179L35.148 20.315a2.34 2.34 0 0 0 .193 3.326l14.937 13.153c.45.395 1.009.59 1.565.59.654 0 1.303-.267 1.77-.79a2.338 2.338 0 0 0-.202-3.316l-10.85-9.552c11.466-3.941 23.375-2.004 31.78 5.396 5.896 5.192 9.403 12.59 9.878 20.832.557 9.664-3.113 19.621-10.069 27.32-13.418 14.852-35.166 17.397-48.478 5.677-11.875-10.457-13.368-30.156-3.326-43.911a2.34 2.34 0 0 0-.527-3.28 2.374 2.374 0 0 0-3.3.522C7.09 51.94 8.894 74.452 22.54 86.465 29.062 92.21 37.32 95 45.821 95 57.193 95 69 90.006 77.668 80.412c7.79-8.623 11.897-19.823 11.27-30.726Z" clip-rule="evenodd"/>', J4 = {
325
+ width: N4,
326
+ height: G4,
327
+ block: X4
328
+ }, Q4 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ControlBackward", content: J4, ...t }), K4 = 15, Y4 = 15, j4 = '<path fill="currentColor" fill-rule="evenodd" d="M81.36 29.125a2.366 2.366 0 0 0-3.335-.233 2.358 2.358 0 0 0-.235 3.328c9.981 11.464 8.345 31.64-3.647 44.974-13.42 14.92-35.17 17.474-48.483 5.702-5.895-5.215-9.404-12.646-9.879-20.927-.555-9.707 3.116-19.71 10.07-27.444 8.368-9.304 20.077-14.05 31.38-12.96L46.4 33.605a2.355 2.355 0 0 0 .18 3.331 2.35 2.35 0 0 0 1.578.604 2.36 2.36 0 0 0 1.76-.783l14.94-16.61a2.357 2.357 0 0 0-.192-3.341L49.726 3.592a2.366 2.366 0 0 0-3.336.202 2.355 2.355 0 0 0 .203 3.33L57.6 16.86c-12.755-1.195-25.91 4.111-35.267 14.513-7.79 8.663-11.898 19.913-11.27 30.866.547 9.543 4.617 18.134 11.464 24.187C29.05 92.198 37.309 95 45.81 95c11.372-.001 23.181-5.018 31.85-14.654 13.529-15.046 15.19-38.022 3.7-51.221Z" clip-rule="evenodd"/>', q4 = {
329
+ width: K4,
330
+ height: Y4,
331
+ block: j4
332
+ }, t6 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ControlForward", content: q4, ...t }), c6 = 15, l6 = 15, e6 = '<path fill="currentColor" fill-rule="evenodd" d="M85.501 7.6a2.338 2.338 0 0 0-1.825-.586L61.72 9.542a2.361 2.361 0 0 0-2.079 2.353V84.18c0 .676.286 1.318.784 1.768a2.336 2.336 0 0 0 1.826.586l21.954-2.528a2.36 2.36 0 0 0 2.079-2.353V9.367A2.38 2.38 0 0 0 85.5 7.6Zm-3.904 71.938L64.33 81.526V14.009l17.267-1.988v67.517ZM15.08 14.995l21.954-2.528a2.334 2.334 0 0 1 1.826.586 2.38 2.38 0 0 1 .783 1.767v72.284a2.36 2.36 0 0 1-2.078 2.353L15.61 91.984a2.331 2.331 0 0 1-1.827-.586A2.38 2.38 0 0 1 13 89.632V17.348a2.36 2.36 0 0 1 2.079-2.353Zm2.608 71.983 17.268-1.988V17.474l-17.268 1.988v67.516Z" clip-rule="evenodd"/>', o6 = {
333
+ width: c6,
334
+ height: l6,
335
+ block: e6
336
+ }, n6 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ControlPause", content: o6, ...t }), a6 = 15, r6 = 15, i6 = '<path fill="currentColor" fill-rule="evenodd" d="M13.788 93.404A2.346 2.346 0 0 1 13 91.651V19.332c0-1.193.9-2.198 2.09-2.333l70.287-7.984a2.348 2.348 0 0 1 1.835.581c.501.446.788 1.083.788 1.753v72.32c0 1.194-.9 2.198-2.09 2.333l-70.287 7.983a2.355 2.355 0 0 1-1.835-.581Zm3.924-71.975v67.59l65.576-7.447V13.98l-65.576 7.447Z" clip-rule="evenodd"/>', d6 = {
337
+ width: a6,
338
+ height: r6,
339
+ block: i6
340
+ }, s6 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ControlStop", content: d6, ...t }), h6 = 15, u6 = 15, v6 = '<path fill="currentColor" fill-rule="evenodd" d="m88.173 68-8.734 1-.01-4.16 6.452-.739V24.298l-14.464 1.655a2.051 2.051 0 0 1-1.604-.51 2.07 2.07 0 0 1-.688-1.544V9.385L39.12 12.818v4.845l-4.12.452v-7.144c0-1.05.788-1.934 1.828-2.054l34.125-3.905a2.03 2.03 0 0 1 .505.01c.024.002.046.008.069.014l.045.01a1.926 1.926 0 0 1 .432.133c.033.014.066.028.099.044.159.08.313.175.448.295l16.757 14.915a2.08 2.08 0 0 1 .414.53l.007.013a1.963 1.963 0 0 1 .171.4 2.007 2.007 0 0 1 .1.605v43.966A2.065 2.065 0 0 1 88.174 68ZM73.244 21.582l9.873-1.13-9.873-8.789v9.92Zm-3.35 17.03c.011.034.022.066.031.101.045.176.075.356.075.542v47.262a2.232 2.232 0 0 1-1.992 2.209l-55.507 6.26a2.262 2.262 0 0 1-1.752-.549 2.221 2.221 0 0 1-.749-1.66V27.42c0-1.13.857-2.08 1.993-2.21l37.226-4.199c.186-.02.37-.012.553.012a.742.742 0 0 1 .072.014 2.092 2.092 0 0 1 .49.143l.041.017c.034.013.067.026.1.042.172.088.34.188.49.319l18.279 16.031a2.316 2.316 0 0 1 .439.547l.02.037c.071.125.13.256.174.393l.016.045Zm-55.402-9.207v60.88l51.014-5.751V41.745l-15.778 1.779a2.249 2.249 0 0 1-1.75-.549 2.216 2.216 0 0 1-.75-1.66V25.713l-32.736 3.691Zm37.229 9.42 10.77-1.215-10.77-9.449v10.665Zm7.148 30.194a2.235 2.235 0 0 0-2.487-1.957l-33.011 3.725a2.223 2.223 0 0 0-1.976 2.459 2.236 2.236 0 0 0 2.485 1.957l33.011-3.723a2.229 2.229 0 0 0 1.978-2.461Zm0-14.072a2.234 2.234 0 0 0-2.487-1.956l-33.011 3.722a2.224 2.224 0 0 0-1.976 2.46 2.237 2.237 0 0 0 2.485 1.956l33.011-3.72a2.229 2.229 0 0 0 1.978-2.462ZM39.513 42.348a2.236 2.236 0 0 0-2.485-1.956l-13.561 1.53a2.23 2.23 0 0 0-1.98 2.46 2.24 2.24 0 0 0 2.488 1.956l13.561-1.53a2.227 2.227 0 0 0 1.977-2.46Z" clip-rule="evenodd"/>', m6 = {
341
+ width: h6,
342
+ height: u6,
343
+ block: v6
344
+ }, g6 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Copy", content: m6, ...t }), $6 = 15, Z6 = 15, p6 = '<path fill="currentColor" fill-rule="evenodd" d="M30.769 36.474a2.689 2.689 0 0 1-2.984-2.353 2.679 2.679 0 0 1 2.374-2.958l16.275-1.84a2.689 2.689 0 0 1 2.984 2.353 2.68 2.68 0 0 1-2.374 2.959l-16.275 1.84Zm38.89 8L30.046 48.95a2.676 2.676 0 0 0-2.372 2.959 2.688 2.688 0 0 0 2.984 2.353l39.613-4.476a2.68 2.68 0 0 0 2.373-2.96 2.685 2.685 0 0 0-2.983-2.353Zm0 16.924-39.614 4.48a2.677 2.677 0 0 0-2.372 2.958 2.688 2.688 0 0 0 2.984 2.353l39.613-4.477a2.681 2.681 0 0 0 2.373-2.96 2.685 2.685 0 0 0-2.983-2.354Zm16.252-34.095c-.016-.061-.039-.116-.059-.176a2.586 2.586 0 0 0-.208-.472 2.439 2.439 0 0 0-.1-.173 2.79 2.79 0 0 0-.451-.53L63.157 6.67a2.818 2.818 0 0 0-.587-.382c-.056-.026-.111-.048-.168-.072a2.56 2.56 0 0 0-.528-.158c-.05-.009-.097-.024-.148-.03a2.74 2.74 0 0 0-.663-.014l-44.672 5.05A2.682 2.682 0 0 0 14 13.722v78.605c0 .762.328 1.488.9 1.996a2.708 2.708 0 0 0 2.1.66l66.61-7.53A2.68 2.68 0 0 0 86 84.796V27.954c0-.223-.035-.439-.09-.651ZM19.39 89.329V16.108l39.282-4.44v18.766c0 .762.328 1.488.901 1.996a2.701 2.701 0 0 0 2.1.66l18.935-2.14v51.461L19.39 89.33Zm57.6-63.353-12.927 1.461V14.613L76.99 25.976Z" clip-rule="evenodd"/>', b6 = {
345
+ width: $6,
346
+ height: Z6,
347
+ block: p6
348
+ }, f6 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CoverLetter", content: b6, ...t }), C6 = 15, k6 = 15, w6 = '<path fill="currentColor" d="M84.758 8.69C80.7 5.11 75.314 3.496 69.607 4.138c-10.453 1.178-19.11 9.807-20.602 19.909l-38.899 4.38a2.37 2.37 0 0 0-1.918 1.416 2.33 2.33 0 0 0 .304 2.348L36.148 67.74v26.913c0 .879.497 1.684 1.287 2.088a2.4 2.4 0 0 0 2.466-.176l12.606-8.87a2.34 2.34 0 0 0 .998-1.914V66.99l14.094-20.992c.018 0 .036 0 .054.002l.055.002c.803 0 1.617-.046 2.438-.138C81.646 44.568 91 34.262 91 22.889c0-5.605-2.217-10.647-6.242-14.199ZM49.149 64.983a2.333 2.333 0 0 0-.396 1.299V84.57l-7.854 5.528V66.94a2.34 2.34 0 0 0-.491-1.431L14.823 32.623l34.014-3.83c.4 4.925 2.542 9.325 6.158 12.516a18.538 18.538 0 0 0 7.379 3.978L49.149 64.983Zm23.104-37.888v7.847c0 1.296-1.064 2.348-2.376 2.348-1.313 0-2.376-1.052-2.376-2.348V27.63l-7.414.834a2.367 2.367 0 0 1-2.63-2.066c-.148-1.288.788-2.453 2.092-2.6l7.952-.895v-7.846c0-1.296 1.063-2.348 2.376-2.348 1.312 0 2.376 1.052 2.376 2.348v7.312l7.414-.836c1.3-.147 2.48.78 2.628 2.067.15 1.288-.787 2.453-2.09 2.6l-7.952.894Z"/>', M6 = {
349
+ width: C6,
350
+ height: k6,
351
+ block: w6
352
+ }, L6 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Create", content: M6, ...t }), V6 = 15, E6 = 15, I6 = '<path fill="currentColor" fill-rule="evenodd" d="M42.606 68.522a2.338 2.338 0 0 1-2.05 2.59l-19.65 2.25a2.332 2.332 0 0 1-2.578-2.061 2.337 2.337 0 0 1 2.05-2.59l19.65-2.25a2.323 2.323 0 0 1 2.578 2.06Zm14.645-11.217a2.338 2.338 0 0 1-2.05 2.592l-34.296 3.925a2.332 2.332 0 0 1-2.578-2.061 2.337 2.337 0 0 1 2.051-2.59l34.295-3.927a2.33 2.33 0 0 1 2.578 2.062Zm29.015 17.618-73.06 8.363c-1.244.142-2.402-.198-3.25-.959-.835-.749-1.296-1.84-1.296-3.071V51.605l82.68-9.465v27.118c0 2.756-2.325 5.35-5.074 5.665ZM13.734 25.076l73.06-8.363c.186-.022.37-.033.552-.033 1.031 0 1.975.343 2.697.99.836.75 1.297 1.84 1.297 3.073v4.864L8.66 35.072V30.74c0-2.755 2.323-5.35 5.074-5.664Zm79.411-10.897c-1.85-1.661-4.29-2.409-6.88-2.117l-73.058 8.361C8.044 21.014 4 25.546 4 30.74v48.516c0 2.583 1.013 4.914 2.852 6.564C8.442 87.244 10.464 88 12.64 88c.36 0 .727-.021 1.094-.063l73.06-8.363C91.955 78.984 96 74.453 96 69.258V20.743c0-2.583-1.013-4.914-2.855-6.564Z" clip-rule="evenodd"/>', A6 = {
353
+ width: V6,
354
+ height: E6,
355
+ block: I6
356
+ }, x6 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CreditCard", content: A6, ...t }), F6 = 15, y6 = 15, S6 = '<path fill="currentColor" fill-rule="evenodd" d="M45.717 96c-8.254 0-16.354-2.27-23.33-7.029-8.903-6.073-14.85-15.463-16.745-26.44-2.165-12.54 1.202-26.054 9.237-37.078C24.185 12.687 38.684 4.668 53.661 4.005c1.082-.07 2.032.64 2.334 1.668a2.327 2.327 0 0 1-1.063 2.667c-4.497 2.618-8.352 6.105-11.458 10.364-5.634 7.731-8.003 17.166-6.497 25.886 1.29 7.48 5.327 13.865 11.362 17.984 12.836 8.755 31.143 5.384 42.578-7.847a2.327 2.327 0 0 1 2.835-.54 2.328 2.328 0 0 1 1.176 2.637c-1.61 6.323-4.43 12.277-8.384 17.7C76.437 88.389 60.825 95.999 45.717 96Z" clip-rule="evenodd"/>', T6 = {
357
+ width: F6,
358
+ height: y6,
359
+ block: S6
360
+ }, z6 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CrescentMoon", content: T6, ...t }), H6 = 15, D6 = 15, B6 = '<path fill="currentColor" fill-rule="evenodd" d="M44.96 10.011C34.688 12.7 25.24 19.135 18.635 28.195 11.337 38.206 8.27 50.433 10.224 61.74c1.68 9.725 6.928 18.03 14.782 23.387C42.7 97.2 68.622 91.214 82.788 71.781a48.183 48.183 0 0 0 4.434-7.363c-12.686 9.234-29.216 10.381-41.501 2-7.086-4.834-11.818-12.304-13.326-21.036-1.718-9.954.95-20.678 7.323-29.419a42.784 42.784 0 0 1 5.241-5.952ZM45.716 96c-8.254 0-16.354-2.27-23.33-7.029-8.903-6.073-14.85-15.463-16.745-26.44-2.165-12.54 1.202-26.054 9.237-37.078C24.185 12.687 38.684 4.668 53.661 4.005c1.082-.07 2.032.64 2.334 1.668a2.327 2.327 0 0 1-1.063 2.667c-4.497 2.618-8.352 6.105-11.458 10.364-5.634 7.731-8.003 17.166-6.497 25.886 1.29 7.48 5.327 13.865 11.362 17.984 12.836 8.755 31.143 5.384 42.578-7.847a2.327 2.327 0 0 1 2.835-.54 2.328 2.328 0 0 1 1.176 2.637c-1.61 6.323-4.43 12.277-8.384 17.7C76.437 88.389 60.825 95.999 45.717 96Z" clip-rule="evenodd"/>', R6 = {
361
+ width: H6,
362
+ height: D6,
363
+ block: B6
364
+ }, W6 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CrescentMoonOutline", content: R6, ...t }), O6 = 15, P6 = 15, U6 = '<path fill="currentColor" fill-rule="evenodd" d="M50.02 31.99c6.084-.693 11.017 3.678 11.017 9.763 0 6.084-4.933 11.579-11.017 12.27-6.085.695-11.017-3.676-11.017-9.76 0-6.085 4.932-11.58 11.017-12.273ZM36.334 65.87c1.714-6.136 7.193-11.105 13.686-11.845 6.787-.772 12.465 3.327 13.897 9.52.379 1.637-.808 3.235-2.479 3.425l-22.023 2.51c-2.014.229-3.628-1.658-3.081-3.61Zm59.8-22.812-5.406.616C90.266 33.587 86.082 24.55 78.82 18.07c-7.334-6.545-16.914-9.702-27.144-9.001V3.676a1.676 1.676 0 1 0-3.352 0v5.766C27.13 12.625 10.037 31.668 9.264 52.955l-5.777.659a1.677 1.677 0 0 0 .38 3.33l5.406-.617c.46 10.087 4.645 19.123 11.908 25.605 6.663 5.945 15.175 9.1 24.349 9.1.924 0 1.857-.043 2.794-.108v5.4a1.676 1.676 0 1 0 3.352 0v-5.767c21.194-3.183 38.287-22.225 39.06-43.51l5.777-.66a1.677 1.677 0 0 0 1.476-1.855c-.106-.918-.922-1.562-1.856-1.475ZM51.675 87.174v-9.656a1.676 1.676 0 1 0-3.352 0v10.048c-9.41.7-18.208-2.152-24.91-8.135-6.633-5.92-10.43-14.215-10.799-23.483l10.06-1.148a1.676 1.676 0 0 0 1.474-1.854 1.684 1.684 0 0 0-1.855-1.477l-9.667 1.103c.95-19.356 16.444-36.607 35.698-39.746v9.656a1.677 1.677 0 0 0 3.352 0V12.44a36.672 36.672 0 0 1 2.78-.118c8.354 0 16.093 2.86 22.132 8.248 6.631 5.92 10.428 14.216 10.797 23.483L77.326 45.2a1.677 1.677 0 0 0 .381 3.332l9.667-1.103c-.95 19.356-16.444 36.607-35.698 39.746Z" clip-rule="evenodd"/>', _6 = {
365
+ width: O6,
366
+ height: P6,
367
+ block: U6
368
+ }, N6 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "CrossTarget", content: _6, ...t }), G6 = 15, X6 = 15, J6 = '<path fill="currentColor" d="M95 27.385V71.39c0 .396-.093.788-.274 1.142C90.424 81.052 72.034 87 50.001 87 27.97 87 9.578 81.051 5.274 72.532A2.533 2.533 0 0 1 5 71.39V27.385a2.56 2.56 0 0 1 1.513-2.328 2.615 2.615 0 0 1 2.769.392l7.071 6.048 9.269-13.34a2.592 2.592 0 0 1 1.825-1.093 2.613 2.613 0 0 1 2.035.636l9.61 8.514 8.868-11.23A2.6 2.6 0 0 1 50 14h.01c.8.003 1.554.37 2.042.997L61.04 26.53l10.4-8.86a2.594 2.594 0 0 1 2.062-.596c.742.107 1.4.526 1.806 1.15l8.514 13.09 6.903-5.868a2.607 2.607 0 0 1 2.767-.385A2.554 2.554 0 0 1 95 27.385ZM50 81.883c20.82 0 36.32-5.59 39.823-11.155V64.24c-7.406 6.004-22.108 9.918-39.822 9.918-17.715 0-32.417-3.914-39.824-9.918v6.487C13.683 76.294 29.182 81.883 50 81.883ZM26.11 46.605 10.177 32.98v22.09c0 6.608 16.355 13.971 39.824 13.971 23.467 0 39.822-7.363 39.822-13.971V32.959l-16.16 13.738a2.59 2.59 0 0 1-1.95.606 2.597 2.597 0 0 1-1.787-.984L49.987 20.733l-20.145 25.51a2.595 2.595 0 0 1-1.79.973 2.623 2.623 0 0 1-1.943-.611ZM50 41.683c-5.668 0-10.278 4.557-10.278 10.16 0 5.602 4.61 10.16 10.278 10.16 5.667 0 10.278-4.558 10.278-10.16 0-5.603-4.61-10.16-10.278-10.16Z"/>', Q6 = {
369
+ width: G6,
370
+ height: X6,
371
+ block: J6
372
+ }, K6 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Crown", content: Q6, ...t }), Y6 = 15, j6 = 15, q6 = '<path fill="currentColor" fill-rule="evenodd" d="m14.642 93.097 71.717-8.14V33.044l-71.717 8.141v51.912Zm22.01-80.457-5.23.593v10.524l5.23-.593V12.64Zm32.926-3.737-5.23.593V20.02l5.23-.593V8.903Zm18.839-.249a2.346 2.346 0 0 1 1.808.572A2.31 2.31 0 0 1 91 10.952V87.02a2.316 2.316 0 0 1-2.058 2.298l-76.359 8.666a2.327 2.327 0 0 1-1.809-.572A2.311 2.311 0 0 1 10 95.688v-76.07c0-1.174.886-2.164 2.058-2.296l14.723-1.671V11.17c0-1.175.886-2.164 2.057-2.296l9.87-1.12a2.325 2.325 0 0 1 1.809.571c.493.439.776 1.067.776 1.724v3.954l18.414-2.09v-4.48c0-1.175.886-2.165 2.059-2.297l9.87-1.121a2.324 2.324 0 0 1 1.807.573c.494.439.776 1.066.776 1.724v3.954l14.198-1.612ZM66.83 58.826c.088 0 .175-.005.263-.014l10.135-1.15a2.316 2.316 0 0 0 2.058-2.298V45.267a2.31 2.31 0 0 0-.774-1.724 2.33 2.33 0 0 0-1.809-.572L66.57 44.12a2.316 2.316 0 0 0-2.059 2.296v10.098c0 .659.283 1.286.776 1.725.427.38.978.587 1.545.587ZM45.493 81.65a2.328 2.328 0 0 1-1.808-.572 2.309 2.309 0 0 1-.775-1.725V69.255c0-1.176.886-2.164 2.058-2.298l10.134-1.15a2.343 2.343 0 0 1 1.81.572c.493.438.775 1.066.775 1.725v10.097a2.316 2.316 0 0 1-2.058 2.298l-10.136 1.15Zm7.553-10.954-5.495.623v5.443l5.495-.623v-5.443Zm14.048 8.821a2.333 2.333 0 0 1-1.809-.572 2.312 2.312 0 0 1-.775-1.725V67.122c0-1.176.886-2.164 2.059-2.298l10.135-1.15a2.33 2.33 0 0 1 1.809.573 2.31 2.31 0 0 1 .774 1.724v10.097a2.315 2.315 0 0 1-2.058 2.297l-10.135 1.151Zm7.552-10.955-5.494.624v5.444l5.494-.625v-5.443Zm-50.35 15.813a2.327 2.327 0 0 1-1.808-.572 2.31 2.31 0 0 1-.776-1.725V71.98c0-1.176.886-2.164 2.058-2.298l10.136-1.15a2.341 2.341 0 0 1 1.809.573 2.31 2.31 0 0 1 .774 1.724v10.097a2.316 2.316 0 0 1-2.058 2.297l-10.135 1.151Zm21.399-23.133a2.333 2.333 0 0 1-1.809-.572 2.312 2.312 0 0 1-.774-1.726V48.846c0-1.176.886-2.164 2.058-2.297l10.134-1.15a2.333 2.333 0 0 1 1.809.572c.493.439.776 1.067.776 1.725v10.097a2.315 2.315 0 0 1-2.058 2.297l-10.136 1.15Zm7.552-10.955-5.494.624v5.444l5.494-.625v-5.443ZM24.033 63.684c.087 0 .175-.005.262-.015l10.136-1.15a2.316 2.316 0 0 0 2.058-2.297V50.125a2.31 2.31 0 0 0-.775-1.726 2.337 2.337 0 0 0-1.808-.572L23.77 48.978a2.316 2.316 0 0 0-2.058 2.297v10.098a2.314 2.314 0 0 0 2.321 2.311Zm2.32-10.345 5.495-.624v5.443l-5.494.624v-5.443Z" clip-rule="evenodd"/>', t7 = {
373
+ width: Y6,
374
+ height: j6,
375
+ block: q6
376
+ }, c7 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Date", content: t7, ...t }), l7 = 15, e7 = 15, o7 = '<path fill="currentColor" fill-rule="evenodd" d="M71.887 29.812c1.867 1.68 4.246 2.57 6.806 2.57.426 0 .857-.025 1.292-.075 6.015-.69 10.908-6.191 10.908-12.262 0-3.053-1.19-5.803-3.352-7.75-2.18-1.959-5.056-2.842-8.098-2.495-6.015.69-10.908 6.192-10.908 12.263 0 3.052 1.19 5.803 3.352 7.749Zm-30.87-5.502c2.243 2.019 5.108 3.09 8.191 3.09.516 0 1.037-.03 1.563-.091 7.303-.838 13.245-7.517 13.245-14.885 0-3.679-1.432-6.993-4.032-9.333-2.62-2.355-6.078-3.423-9.755-3-7.303.84-13.244 7.517-13.244 14.888 0 3.678 1.431 6.99 4.031 9.33ZM50.77 4.884a8.752 8.752 0 0 1 1.003-.058c1.913 0 3.669.645 5.023 1.865 1.57 1.41 2.434 3.448 2.434 5.733 0 4.995-4.039 9.522-9.002 10.093-2.3.264-4.439-.378-6.027-1.807-1.57-1.411-2.432-3.447-2.432-5.731 0-4.997 4.037-9.525 9-10.095ZM13.459 35.708c1.866 1.68 4.246 2.57 6.805 2.57.427 0 .858-.024 1.292-.074 6.016-.69 10.909-6.192 10.909-12.262 0-3.051-1.191-5.803-3.353-7.75-2.177-1.96-5.055-2.841-8.097-2.495-6.016.69-10.909 6.192-10.909 12.262 0 3.053 1.191 5.804 3.353 7.75Zm76.994 5.98c-2.953-2.657-6.863-3.854-11.01-3.381-4.647.534-8.806 3.153-11.562 6.824a16.433 16.433 0 0 0-4.21-5.993c-3.603-3.242-8.376-4.703-13.442-4.124-7.754.89-14.394 6.512-17.116 13.677a13.36 13.36 0 0 0-1.09-1.106c-2.952-2.655-6.86-3.857-11.008-3.382C12.735 45.154 6 52.724 6 61.078v10.647c0 1.15.805 2.14 1.925 2.365l3.217.647 2.718 16.646c.42 2.587 2.571 4.377 5.132 4.377.21 0 .424-.013.639-.037l3.85-.443c2.617-.3 4.819-2.435 5.233-5.075l2.78-17.662 2.225-.96 4.496.906 3.511 21.51C42.208 96.954 44.671 99 47.602 99c.242 0 .486-.014.732-.041l4.872-.561c3.035-.347 5.588-2.824 6.07-5.889l3.573-22.707 3.661-1.578 3.061.616 2.717 16.645c.422 2.588 2.573 4.377 5.132 4.377.21 0 .425-.013.64-.037l3.85-.443c2.616-.299 4.817-2.434 5.233-5.075l2.778-17.66 3.626-1.562A2.414 2.414 0 0 0 95 62.865V52.22c0-4.153-1.615-7.891-4.547-10.53Zm-30.7 24.201a2.406 2.406 0 0 0-1.424 1.84L54.55 91.755c-.147.933-.975 1.746-1.885 1.851l-4.873.56c-.71.08-1.237-.293-1.345-.953l-3.78-23.156a2.4 2.4 0 0 0-1.892-1.974l-4.204-.844V55.737c0-7.884 6.37-15.031 14.2-15.93 3.694-.425 7.142.616 9.714 2.93 2.543 2.288 3.944 5.573 3.944 9.252v11.887l-4.677 2.014Z" clip-rule="evenodd"/>', n7 = {
377
+ width: l7,
378
+ height: e7,
379
+ block: o7
380
+ }, a7 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Department", content: n7, ...t }), r7 = 15, i7 = 15, d7 = '<path fill="currentColor" fill-rule="evenodd" d="M52.64 47.429a2.357 2.357 0 0 1 2.096-2.597l25.199-2.733c1.302-.168 2.465.794 2.607 2.087a2.358 2.358 0 0 1-2.095 2.595l-25.199 2.734a2.361 2.361 0 0 1-2.608-2.087Zm2.096 9.624 25.198-2.733c1.303-.163 2.466.793 2.608 2.087a2.357 2.357 0 0 1-2.095 2.596l-25.199 2.733a2.364 2.364 0 0 1-2.608-2.087 2.359 2.359 0 0 1 2.096-2.596ZM93.21 16.138a2.369 2.369 0 0 0-1.844-.583L60.574 19.05v-6.694c0-.671-.286-1.31-.79-1.756a2.354 2.354 0 0 0-1.843-.583L41.524 11.88a2.358 2.358 0 0 0-2.098 2.34v7.229L8.098 25.004A2.358 2.358 0 0 0 6 27.344v60.3c0 .672.288 1.311.79 1.758a2.37 2.37 0 0 0 1.845.582l83.267-9.447A2.36 2.36 0 0 0 94 78.197v-60.3c0-.673-.288-1.312-.79-1.76Zm-60.792 22.03c5.647-.642 10.225 3.398 10.225 9.022 0 5.606-4.55 10.67-10.171 11.336 6.275-.686 11.52 3.097 12.844 8.804.351 1.514-.75 2.99-2.301 3.166l-20.44 2.318c-1.867.214-3.365-1.53-2.858-3.334 1.586-5.654 6.644-10.236 12.646-10.942-5.62.609-10.168-3.423-10.168-9.027 0-5.624 4.577-10.702 10.223-11.343Zm56.85 37.927-78.538 8.91V29.446l28.695-3.255v5.067a2.356 2.356 0 0 0 2.365 2.356c.09 0 .179-.006.268-.015l16.419-1.863a2.36 2.36 0 0 0 2.096-2.34V23.79l28.695-3.255v55.56ZM44.157 16.322l11.686-1.326v12.298L44.157 28.62V16.322Z" clip-rule="evenodd"/>', s7 = {
381
+ width: r7,
382
+ height: i7,
383
+ block: d7
384
+ }, h7 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Details", content: s7, ...t }), u7 = 15, v7 = 15, m7 = '<path fill="currentColor" fill-rule="evenodd" d="M50.614 83.628 38.933 55.093a24.306 24.306 0 0 1-1.575-5.788l26.431-2.867a24.1 24.1 0 0 1-1.374 5.797l-11.8 31.393ZM32.623 49.59c.06.022.126.028.19.043a28.39 28.39 0 0 0 1.872 7.037l8.066 19.701-25.934-32.224 15.806 5.443Zm7.167-35.403a29.574 29.574 0 0 1 16.86-1.105l12.333 2.797-9.297 5.578-19.762 1.998-11.51-5.05L39.79 14.19ZM68.399 41.23a28.191 28.191 0 0 0-1.67-7.345l-3.515-9.412 10.996-6.597 12.017 15.507L68.4 41.231ZM41.338 27.68l17.569-1.777 3.527 9.439a24.034 24.034 0 0 1 1.446 6.714l-26.721 2.9c.08-1.836.36-3.672.868-5.484l3.311-11.792Zm50.648 6.734v-.004c.004-.048.013-.094.014-.14v-.07c-.001-.068-.013-.136-.022-.204-.005-.047-.006-.094-.014-.14-.003-.012-.001-.024-.004-.035-.002-.014-.008-.027-.012-.04-.012-.06-.036-.12-.056-.178-.022-.072-.043-.145-.073-.214-.006-.013-.013-.026-.018-.04-.004-.006-.005-.015-.009-.022-.02-.042-.05-.078-.072-.118a2.25 2.25 0 0 0-.132-.212c-.012-.016-.02-.035-.032-.051l-14.933-19.27c-.026-.033-.056-.057-.083-.087a2.164 2.164 0 0 0-.146-.157 2.498 2.498 0 0 0-.332-.26 2.417 2.417 0 0 0-.201-.114 2.234 2.234 0 0 0-.176-.083 2.213 2.213 0 0 0-.248-.083c-.042-.011-.08-.03-.12-.04L57.705 8.858a34.342 34.342 0 0 0-19.57 1.284l-16.338 6.056a.045.045 0 0 0-.012.005l-.03.01c-.035.014-.065.035-.101.05a2.358 2.358 0 0 0-.285.138c-.053.033-.1.072-.148.106-.069.049-.139.098-.202.153-.052.047-.097.101-.143.153-.05.053-.102.105-.146.164-.055.071-.095.148-.139.224-.024.044-.056.082-.079.128l-.006.018c-.045.092-.075.191-.105.29-.011.038-.03.076-.04.116-.024.098-.033.2-.041.3-.004.04-.015.078-.017.119-.001.065.01.131.014.198.006.074.004.149.017.222.008.046.026.091.038.136.023.096.045.19.081.28.003.005.003.011.005.017.005.014.017.024.024.038.072.17.171.329.289.476.024.033.048.066.075.096.127.143.271.272.437.38.035.023.07.04.106.061.079.045.154.095.24.134l15.213 6.675-3.22 11.465a28.263 28.263 0 0 0-1.03 6.613l-19.04-6.559 6.345-11.002c.608-1.051.205-2.371-.9-2.948-1.103-.577-2.49-.194-3.095.858L8.273 38.538c-.062.107-.105.22-.146.334-.009.026-.024.049-.034.075a2.088 2.088 0 0 0-.093.596c0 .051.004.101.007.153.009.171.039.34.09.506.012.037.017.072.03.108.004.014.005.028.01.04.073.182.177.347.294.502.013.016.017.036.03.052L48.894 91.15c.008.008.018.015.025.023.022.027.049.048.072.075.072.079.146.154.23.223.045.036.093.067.14.1a.048.048 0 0 0 .014.009c.03.022.06.046.092.066.049.03.102.057.153.084.061.031.122.058.185.083.044.019.084.044.132.06.016.005.031.003.048.008a2.382 2.382 0 0 0 .704.118h.012l.004.002.009-.001.064-.001c.029 0 .053-.01.082-.012.126-.007.252-.026.377-.055.04-.009.08-.016.119-.026.027-.008.053-.02.08-.028.032-.01.066-.015.097-.026.058-.022.108-.054.164-.08.057-.027.115-.05.17-.082.038-.022.077-.043.114-.066.025-.017.046-.037.07-.053a1.86 1.86 0 0 0 .109-.083c.035-.027.072-.05.104-.079.069-.061.127-.129.185-.198.027-.03.055-.056.079-.088.02-.025.043-.049.062-.076.003-.003.008-.006.01-.011l24.084-34.311c.7-.998.418-2.347-.628-3.013-1.047-.667-2.463-.399-3.164.598l-13.81 19.675L66.709 53.7a28.22 28.22 0 0 0 1.709-7.788c.189-.033.376-.07.55-.147l14.358-6.319-4.841 6.897c-.7.997-.419 2.346.628 3.013.39.247.83.366 1.265.366a2.31 2.31 0 0 0 1.898-.966l9.344-13.31c.009-.014.014-.03.024-.043.025-.038.047-.077.069-.115.026-.046.048-.09.071-.137.022-.044.046-.088.065-.133.02-.049.032-.1.049-.152.009-.03.027-.056.035-.087.005-.02.004-.04.009-.058.007-.036.019-.072.025-.108.012-.065.013-.133.02-.2Z" clip-rule="evenodd"/>', g7 = {
385
+ width: u7,
386
+ height: v7,
387
+ block: m7
388
+ }, $7 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Diamond", content: g7, ...t }), Z7 = 15, p7 = 15, b7 = '<path fill="currentColor" fill-rule="evenodd" d="M87.805 5.067c3.18-.322 5.988.515 8.337 2.49a2.396 2.396 0 0 1 .34 3.325L60.48 56.398l19.674 17.534c3.72 3.316 3.96 9.538.534 13.87-1.802 2.28-4.345 3.627-6.978 3.697a6.086 6.086 0 0 1-.221.004c-2.27 0-4.35-.944-5.875-2.672l-17.293-19.59-20.764 26.252c-1.178 1.489-2.857 2.398-4.608 2.497a5.445 5.445 0 0 1-4.222-1.62c-2.304-2.316-2.383-6.313-.18-9.096l21.593-27.3-7.834-8.873c-4.359 1.041-8.817-.163-11.956-3.32a2.74 2.74 0 0 1-.148-.162L4.552 26.312a2.397 2.397 0 0 1 .326-3.385 2.424 2.424 0 0 1 3.402.324L25.856 44.47c2.204 2.162 5.333 2.773 8.387 1.627a2.428 2.428 0 0 1 2.666.664l34.335 38.896c.783.884 1.679 1.05 2.336 1.035 1.193-.033 2.4-.712 3.311-1.864 1.816-2.295 1.834-5.71.039-7.312l-38.185-34.03a2.396 2.396 0 0 1-.755-2.271c.699-3.782-.264-7.554-2.517-9.881L14.79 14.077a2.398 2.398 0 0 1-.3-3.388 2.424 2.424 0 0 1 3.404-.299l20.774 17.332c.058.05.113.1.166.153 3.172 3.191 4.662 7.932 4.104 12.89l8.445 7.525 1.67-2.113c.637-6.047 3.031-11.95 6.784-16.695l9.856-12.463C73.71 11.945 80.862 5.77 87.805 5.067ZM30.554 40.195a2.413 2.413 0 0 1-1.718-.713L9.662 20.199a2.396 2.396 0 0 1 .017-3.4 2.424 2.424 0 0 1 3.417.016L32.27 36.098a2.398 2.398 0 0 1-.017 3.401 2.413 2.413 0 0 1-1.7.696Z" clip-rule="evenodd"/>', f7 = {
389
+ width: Z7,
390
+ height: p7,
391
+ block: b7
392
+ }, C7 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Dish", content: f7, ...t }), k7 = 15, w7 = 15, M7 = '<path fill="currentColor" fill-rule="evenodd" d="M89.629 58.539a2.365 2.365 0 0 0-2.371 2.36v21.649l-74.516 8.448v-21.11c0-1.303-1.06-2.36-2.37-2.36A2.365 2.365 0 0 0 8 69.886V93.64c0 .673.289 1.314.793 1.761a2.372 2.372 0 0 0 1.846.584l79.258-8.987A2.363 2.363 0 0 0 92 84.654V60.9c0-1.303-1.06-2.36-2.371-2.36Zm-42.324 3.396a4.06 4.06 0 0 0 2.693 1.017 4.062 4.062 0 0 0 3.027-1.343l18.172-20.146a4.03 4.03 0 0 0-.31-5.712 4.076 4.076 0 0 0-5.74.309L54.065 48.345v-41.3C54.064 4.811 52.244 3 50 3c-2.245 0-4.065 1.811-4.065 4.045v42.873L34.522 39.854a4.077 4.077 0 0 0-5.736.346 4.032 4.032 0 0 0 .346 5.71l18.173 16.025Z" clip-rule="evenodd"/>', L7 = {
393
+ width: k7,
394
+ height: w7,
395
+ block: M7
396
+ }, V7 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Download", content: L7, ...t }), E7 = 15, I7 = 15, A7 = '<path fill="currentColor" fill-rule="evenodd" d="M74.726 16.774c0 5.522-4.453 10.468-9.945 11.045-5.493.577-9.945-3.432-9.945-8.955S59.288 8.396 64.78 7.82c5.492-.577 9.945 3.432 9.945 8.955Zm0 30c0 5.522-4.453 10.468-9.945 11.045-5.493.577-9.945-3.432-9.945-8.955s4.452-10.468 9.945-11.045c5.492-.577 9.945 3.432 9.945 8.955Zm-39.78 44.18c5.492-.577 9.944-5.522 9.944-11.045 0-5.522-4.452-9.532-9.945-8.954C29.453 71.532 25 76.477 25 82s4.453 9.532 9.945 8.955ZM64.78 87.82c5.492-.577 9.945-5.523 9.945-11.045 0-5.523-4.453-9.532-9.945-8.955-5.493.577-9.945 5.522-9.945 11.045s4.452 9.532 9.945 8.955ZM34.945 60.955c5.493-.578 9.945-5.523 9.945-11.046 0-5.522-4.452-9.532-9.945-8.954C29.453 41.532 25 46.477 25 52s4.453 9.532 9.945 8.955Zm0-30c5.493-.578 9.945-5.523 9.945-11.046 0-5.522-4.452-9.532-9.945-8.954C29.453 11.532 25 16.477 25 22s4.453 9.532 9.945 8.955Z" clip-rule="evenodd"/>', x7 = {
397
+ width: E7,
398
+ height: I7,
399
+ block: A7
400
+ }, F7 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "DragAndDrop", content: x7, ...t }), y7 = 15, S7 = 15, T7 = '<path fill="currentColor" fill-rule="evenodd" d="M64.073 51.939c2.957 8.19 4.96 16.719 6.003 25.586a42.73 42.73 0 0 0 11.222-12.587c2.901-4.936 4.641-10.116 5.221-15.539-4.235.192-8.091.484-11.571.877-3.19.36-6.816.915-10.875 1.663Zm-5.134-12.466c.871 1.746 1.856 3.967 2.96 6.663 4.29-.888 8.96-1.618 14.005-2.189a220.98 220.98 0 0 1 10.702-.952c-.464-7.78-3.306-14.428-8.526-19.943-3.77 6.013-10.151 11.486-19.141 16.421ZM41.626 15.684c5.105 4.665 9.831 10.667 14.18 18.009 7.89-4.175 13.834-9.024 17.838-14.546-6.73-4.769-14.444-6.662-23.145-5.677-2.956.335-5.914 1.073-8.873 2.214Zm-13.31 64.752c6.555 4.328 13.949 6.026 22.183 5.093 4.294-.485 8.556-1.775 12.791-3.866-1.16-9.718-3.422-18.996-6.786-27.83-5.336 1.755-10.716 5.273-16.138 10.552-5.424 5.279-9.44 10.63-12.05 16.051ZM15.352 44.578c1.275-.03 3.16-.185 5.655-.467 9.685-1.096 18.878-3.432 27.579-7.009-4.408-7.278-9.252-13.21-14.53-17.797-4.58 2.824-8.51 6.465-11.788 10.925-3.277 4.461-5.583 9.243-6.916 14.348Zm-1.131 9.027c0 8.986 3.045 16.561 9.134 22.727 2.785-5.73 7.193-11.383 13.225-16.963 6.032-5.578 11.918-9.325 17.661-11.242a90.707 90.707 0 0 0-2.523-5.159c-9.976 4.297-20.765 7.102-32.364 8.415-2.262.256-3.944.417-5.047.484 0 .231-.014.52-.043.869-.029.348-.043.639-.043.87ZM7 54.422c0-7.833 1.944-15.282 5.83-22.346 3.885-7.065 9.163-12.902 15.833-17.517s13.95-7.367 21.836-8.26c7.89-.893 15.17.213 21.839 3.318 6.67 3.104 11.948 7.748 15.834 13.934C92.058 29.735 94 36.745 94 44.578c0 7.834-1.942 15.283-5.828 22.346-3.886 7.064-9.164 12.903-15.834 17.517-6.67 4.614-13.95 7.368-21.839 8.26-7.886.892-15.166-.213-21.836-3.318-6.67-3.105-11.948-7.75-15.833-13.934C8.944 69.266 7 62.256 7 54.422Z" clip-rule="evenodd"/>', z7 = {
401
+ width: y7,
402
+ height: S7,
403
+ block: T7
404
+ }, H7 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Dribbble", content: z7, ...t }), D7 = 15, B7 = 15, R7 = '<path fill="currentColor" fill-rule="evenodd" d="M81.493 53.304 72.76 75.146a.722.722 0 0 1-.672.455h-2.073a.706.706 0 0 1-.704-.704V62.28a4.77 4.77 0 0 0-4.763-4.762h-4.744a.912.912 0 0 1-.877-.669l-1.2-4.348c-.212-.77.123-1.591.857-2.022l6.917-4.25a4.782 4.782 0 0 0 2.357-4.11V33.78c0-1.233.655-2.396 1.675-3.015l11.655-6.797a40.539 40.539 0 0 1 9.89 26.341h-5.16a4.744 4.744 0 0 0-4.425 2.994Zm-39.63 14.283L28.84 83.793a.532.532 0 0 1-.643.177.533.533 0 0 1-.384-.544l-.004-22.496a4.73 4.73 0 0 0-1.027-2.714l-14.335-18.05a2.658 2.658 0 0 1-.45-2.5c2.069-6.208 5.681-11.9 10.449-16.465.472-.453 1.07-.703 1.684-.703h9.49c.836 0 1.607.42 2.058 1.124l5.566 8.64c.387.603.514 1.319.353 2.016a2.609 2.609 0 0 1-1.195 1.66l-15.039 9.186a4.33 4.33 0 0 0-1.984 2.764 4.332 4.332 0 0 0 .598 3.348l2.71 4.172a4.75 4.75 0 0 0 3.995 2.167h7.95c.511 0 .949.346 1.066.844l2.396 10.156c.084.357 0 .727-.23 1.012ZM50.502 5C25.41 5 5 25.411 5 50.5S25.412 96 50.5 96C75.59 96 96 75.589 96 50.5S75.59 5 50.5 5Z" clip-rule="evenodd"/>', W7 = {
405
+ width: D7,
406
+ height: B7,
407
+ block: R7
408
+ }, O7 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Earth", content: W7, ...t }), P7 = 15, U7 = 15, _7 = '<path fill="currentColor" fill-rule="evenodd" d="m80.746 51.943-30.115 13.27a11.172 11.172 0 0 1-7.747.465l-17.1-5.197 3.045 11.984C30.378 78.555 37.516 82 47.388 82c3.37 0 7.059-.401 10.95-1.236 11.27-2.418 20.649-7.34 23.895-12.54 1.233-1.976 1.626-4.036 1.137-5.959l-2.624-10.322ZM95.333 34.22 55.455 22.102a2.367 2.367 0 0 0-1.638.097l-49.41 21.64a2.34 2.34 0 0 0-1.403 2.282c.06.976.722 1.814 1.664 2.1l4.69 1.425v19.042a5.94 5.94 0 0 0-1.008.527 5.56 5.56 0 0 0-.915.748 6.046 6.046 0 0 0-1.777 4.257 6 6 0 0 0 1.777 4.255c.27.28.579.535.915.75.324.227.687.413 1.05.561.364.147.741.266 1.132.347.39.068.78.108 1.184.108.39 0 .795-.04 1.185-.108.377-.08.768-.2 1.131-.347a5.77 5.77 0 0 0 1.05-.562c.323-.214.633-.468.916-.75a4.92 4.92 0 0 0 .754-.91c.215-.32.404-.668.552-1.03.161-.374.269-.75.35-1.138a5.726 5.726 0 0 0 0-2.354 5.701 5.701 0 0 0-.35-1.125 5.861 5.861 0 0 0-.552-1.029 5.535 5.535 0 0 0-.754-.925 6.092 6.092 0 0 0-1.928-1.268V51.078l30.475 9.26a2.375 2.375 0 0 0 1.64-.097l49.41-21.64a2.341 2.341 0 0 0 1.4-2.282 2.343 2.343 0 0 0-1.662-2.1Z" clip-rule="evenodd"/>', N7 = {
409
+ width: P7,
410
+ height: U7,
411
+ block: _7
412
+ }, G7 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "EducationLevel", content: N7, ...t }), X7 = 15, J7 = 15, Q7 = '<path fill="currentColor" fill-rule="evenodd" d="M62.297 52.8 51.486 64.468a2.696 2.696 0 0 1-1.986.865 2.705 2.705 0 0 1-1.758-.647l-10.6-9.038L9.015 86l81.407-9.218L62.297 52.8Zm3.661-3.952L94 72.758v-54.17l-28.042 30.26ZM5 28.24v54.173l28.042-30.262L5 28.24Zm55.016 19.099c.004-.004.005-.01.01-.014.008-.008.017-.014.022-.022L89.981 15 8.578 24.218 49.28 58.925l10.736-11.586Z" clip-rule="evenodd"/>', K7 = {
413
+ width: X7,
414
+ height: J7,
415
+ block: Q7
416
+ }, Y7 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Email", content: K7, ...t }), j7 = 15, q7 = 15, t8 = '<path fill="currentColor" fill-rule="evenodd" d="M95 16.366c0-.095-.019-.187-.03-.279-.005-.051-.007-.1-.015-.15a2.4 2.4 0 0 0-.197-.6c-.006-.014-.006-.03-.014-.043-.014-.03-.041-.052-.057-.08-.087-.156-.19-.3-.312-.434-.032-.035-.062-.073-.096-.107-.026-.024-.044-.052-.069-.075a2.452 2.452 0 0 0-.452-.313c-.008-.004-.018-.006-.026-.011a2.3 2.3 0 0 0-.578-.207c-.044-.01-.086-.02-.13-.026a2.351 2.351 0 0 0-.654-.03l-84.275 9.63a2.394 2.394 0 0 0-.717.21 2.34 2.34 0 0 0-.503.31c-.023.018-.042.04-.064.06-.137.12-.257.255-.364.404-.02.028-.042.053-.062.083a2.38 2.38 0 0 0-.257.544c-.006.018-.019.031-.024.049-.007.023-.004.047-.01.07-.054.192-.089.39-.091.596L6 25.989V83.63c0 .095.019.187.028.28.007.05.008.1.017.15.04.208.105.409.197.598.006.015.006.031.013.045.02.035.049.062.066.096.073.126.157.245.251.357.042.05.083.1.13.145.031.031.055.068.088.098.101.09.212.17.327.242.006.004.01.01.017.012.163.1.339.172.521.228.045.015.088.027.134.04.186.045.377.078.57.078L8.36 86h.002c.087 0 .178-.005.267-.015l84.275-9.632a2.39 2.39 0 0 0 .598-.158c.04-.017.08-.031.119-.05.18-.084.35-.186.502-.31.024-.018.043-.04.065-.06a2.33 2.33 0 0 0 .364-.404c.019-.028.042-.054.062-.084.108-.168.193-.35.257-.543.007-.017.019-.032.024-.05.007-.023.004-.047.01-.07a2.31 2.31 0 0 0 .091-.596l.002-.022L95 74V16.366ZM77.93 73.294l-63.533 7.261 23.717-25.832 10.847 9.335c.445.383.994.571 1.538.571a2.35 2.35 0 0 0 1.739-.764L63.27 51.85l23.717 20.41-9.057 1.035ZM66.473 48.36l23.802-25.923v46.406L66.473 48.36Zm-31.946 3.275L10.725 77.558V31.152l23.802 20.483ZM19.572 27.1l67.03-7.659-36.295 39.53-36.294-31.234 5.56-.637Z" clip-rule="evenodd"/>', c8 = {
417
+ width: j7,
418
+ height: q7,
419
+ block: t8
420
+ }, l8 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "EmailOutline", content: c8, ...t }), e8 = 15, o8 = 15, n8 = '<path fill="currentColor" fill-rule="evenodd" d="M67.898 55.685c-.667.076-1.111-.16-1.111-1.528v-5.03l3.462-.395v-3.566l-3.462.395v-7.067l-4.258.486v7.067l-2.003.23v3.564l2.003-.228v4.901c0 4.076 1.97 5.22 4.702 4.907 1.97-.224 3.114-1.055 3.782-1.672l-1.621-2.808c-.286.223-.794.663-1.494.744ZM52.644 46.89c-4.194.478-7.466 3.812-7.466 7.95 0 4.107 3.272 6.662 7.466 6.184 4.193-.48 7.436-3.778 7.436-7.885 0-4.138-3.243-6.728-7.436-6.249Zm0 10.504c-1.907.218-3.082-1.05-3.082-3.054 0-2.038 1.175-3.54 3.082-3.758 1.906-.218 3.051 1.02 3.051 3.057 0 2.006-1.145 3.538-3.051 3.755Zm-15.827-8.698c-4.194.48-7.468 3.781-7.468 7.887 0 4.17 3.115 6.744 7.945 6.193 2.827-.323 4.479-1.372 5.784-2.666l-2.448-2.364c-.669.555-1.844 1.293-3.399 1.472-1.94.22-3.082-.445-3.496-1.799l10.262-1.17c.318-4.78-2.32-8.108-7.18-7.553Zm-3.145 6.248c.349-1.664 1.493-2.559 3.176-2.75 1.684-.192 2.638.59 2.83 2.064l-6.006.686ZM90.92 23.146a1.315 1.315 0 0 0-.042-.137 2.403 2.403 0 0 0-.201-.463c-.019-.032-.034-.065-.054-.097a2.332 2.332 0 0 0-.387-.458c-.012-.012-.019-.028-.032-.04L72.902 6.592c-.008-.008-.02-.012-.028-.019a2.383 2.383 0 0 0-.521-.341.858.858 0 0 0-.07-.029 2.266 2.266 0 0 0-.528-.159c-.035-.005-.067-.015-.103-.019a2.304 2.304 0 0 0-.58-.012l-59.98 6.847A2.361 2.361 0 0 0 9 15.21v77.428a2.357 2.357 0 0 0 2.625 2.348l77.283-8.822A2.363 2.363 0 0 0 91 83.816V23.72c0-.199-.032-.39-.08-.574ZM13.717 89.989V17.318l55.263-6.309v14.686a2.358 2.358 0 0 0 2.625 2.348l14.678-1.675v55.338L13.717 89.99Zm59.98-76.378 9.419 8.361-9.418 1.075v-9.436Z" clip-rule="evenodd"/>', a8 = {
421
+ width: e8,
422
+ height: o8,
423
+ block: n8
424
+ }, r8 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Eot", content: a8, ...t }), i8 = 15, d8 = 15, s8 = '<path fill="currentColor" fill-rule="evenodd" d="M14.044 38.77c-.42-3.699 2.238-5.598 5.934-6.02 11.832-1.353 18.882-2.141 25.016-2.828 9.034-1.01 16.083-1.799 33.502-3.839 3.703-.433 7.04.796 7.46 4.494.422 3.699-2.234 5.598-5.932 6.02l-59.291 6.712c-3.382 0-6.298-1.1-6.69-4.54Zm0 30.69c-.42-3.699 2.238-5.598 5.934-6.02 11.832-1.353 18.882-2.141 25.016-2.828 9.034-1.01 16.083-1.799 33.502-3.839 3.703-.434 7.04.796 7.46 4.494.422 3.699-2.234 5.598-5.932 6.02l-59.291 6.712c-3.382 0-6.298-1.1-6.69-4.54Z" clip-rule="evenodd"/>', h8 = {
425
+ width: i8,
426
+ height: d8,
427
+ block: s8
428
+ }, u8 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Equal", content: h8, ...t }), v8 = 15, m8 = 15, g8 = '<path fill="currentColor" fill-rule="evenodd" d="M49.73 2.314C62.657.854 74.808 4.511 83.948 12.617 93.01 20.655 98 32.097 98 44.834c0 26.162-21.412 49.871-47.732 52.852-1.863.21-3.71.314-5.535.314-10.83 0-20.858-3.68-28.68-10.619C6.99 79.344 2 67.902 2 55.165 2 29.003 23.412 5.294 49.73 2.315Zm5.52 4.405c-1.64 0-3.304.093-4.982.283C26.272 9.72 6.748 31.324 6.748 55.165c0 11.376 4.428 21.566 12.465 28.696 8.118 7.2 18.956 10.447 30.518 9.136 23.997-2.718 43.521-24.324 43.521-48.163 0-11.376-4.428-21.566-12.465-28.696-6.94-6.156-15.868-9.42-25.536-9.42Zm-3.724 17.004c5.537-.625 10.871.46 15.43 3.137a3.327 3.327 0 0 1 1.184 4.582c-.951 1.588-3.025 2.113-4.627 1.17-3.282-1.925-7.16-2.701-11.223-2.244-7.294.823-13.677 5.405-17.224 11.555l16.1-1.817c1.857-.212 3.528 1.11 3.74 2.945.21 1.835-1.122 3.492-2.974 3.7L32.455 48.95a20.45 20.45 0 0 0-.349 3.663c0 .97.093 1.913.233 2.838l18.828-2.125a3.367 3.367 0 0 1 3.739 2.945c.21 1.835-1.122 3.492-2.974 3.7l-17.248 1.946c.83 1.336 1.83 2.56 3.03 3.62 3.656 3.231 8.565 4.684 13.812 4.093 4.15-.468 8.15-2.183 11.567-4.96a3.4 3.4 0 0 1 4.752.462 3.322 3.322 0 0 1-.469 4.708c-4.424 3.595-9.642 5.821-15.086 6.435a27.346 27.346 0 0 1-3.066.174c-6.033 0-11.63-2.052-16.009-5.923a22.876 22.876 0 0 1-5.737-7.796l-5.065.573c-.13.014-.26.021-.387.021-1.694 0-3.154-1.26-3.351-2.966-.21-1.835 1.12-3.492 2.973-3.7l3.982-.45c-.164-1.176-.278-2.37-.278-3.595 0-.968.064-1.928.168-2.88l-3.107.35c-.13.014-.26.021-.387.021-1.694 0-3.154-1.259-3.351-2.965-.21-1.836 1.12-3.493 2.973-3.702l5.582-.63c3.86-9.997 13.285-17.841 24.296-19.084Z" clip-rule="evenodd"/>', $8 = {
429
+ width: v8,
430
+ height: m8,
431
+ block: g8
432
+ }, Z8 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "EuroCurrency", content: $8, ...t }), p8 = 15, b8 = 15, f8 = '<path fill="currentColor" fill-rule="evenodd" d="m55.426 80.9-43.141 4.901a2.357 2.357 0 1 0 .536 4.683l43.14-4.9a2.36 2.36 0 0 0 2.082-2.609c-.149-1.292-1.313-2.236-2.617-2.074Zm0-24.58-43.141 4.902a2.357 2.357 0 1 0 .536 4.683l43.14-4.901a2.36 2.36 0 0 0 2.082-2.61 2.364 2.364 0 0 0-2.617-2.074Zm35.562-25.856c.066-.117.116-.24.17-.364.05-.116.105-.232.142-.353.044-.127.068-.257.096-.388.027-.128.058-.256.073-.387.015-.126.014-.257.016-.388.003-.102.02-.203.014-.307-.003-.039-.015-.076-.019-.116-.003-.037.003-.074-.001-.111-.011-.093-.042-.18-.06-.272a3.999 3.999 0 0 0-.086-.403 3.963 3.963 0 0 0-.147-.396c-.047-.112-.088-.223-.144-.329a4.07 4.07 0 0 0-.243-.393c-.058-.088-.113-.174-.178-.256a3.953 3.953 0 0 0-.353-.38c-.044-.044-.08-.096-.128-.137L73.2 10.515a4.06 4.06 0 0 0-5.72.345 4.033 4.033 0 0 0 .344 5.705l10.133 8.953-65.862 7.483a4.043 4.043 0 0 0-3.568 4.472 4.049 4.049 0 0 0 4.485 3.558l64.295-7.304-9.811 10.896a4.032 4.032 0 0 0 .31 5.706 4.04 4.04 0 0 0 2.705 1.035 4.05 4.05 0 0 0 3.017-1.342l16.94-18.816c.028-.03.045-.066.072-.097.087-.105.164-.217.241-.33.072-.104.146-.206.207-.316Z" clip-rule="evenodd"/>', C8 = {
433
+ width: p8,
434
+ height: b8,
435
+ block: f8
436
+ }, k8 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Expand", content: C8, ...t }), w8 = 15, M8 = 15, L8 = '<path fill="currentColor" fill-rule="evenodd" d="M88.962 19.59c1.59 2.282 1.88 5.03.65 6.139l-70.087 62.98c-1.233 1.119-3.52.155-5.112-2.127-1.592-2.285-1.882-5.033-.65-6.14l70.087-62.98c.085-.078.178-.144.274-.202 1.276-.765 3.36.208 4.84 2.33Zm7.627 24.206c1.429 2.387 1.84 5.005.92 5.85l-52.27 48.085c-.919.857-2.823-.403-4.25-2.788-1.426-2.385-1.837-5.003-.919-5.85L92.341 41.01a.95.95 0 0 1 .208-.146c.976-.518 2.714.713 4.04 2.931Z" clip-rule="evenodd"/>', V8 = {
437
+ width: w8,
438
+ height: M8,
439
+ block: L8
440
+ }, E8 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ExpandText", content: V8, ...t }), I8 = 15, A8 = 15, x8 = '<path fill="currentColor" d="M42.503 80.49a4.193 4.193 0 0 1 4.342 4.037 4.185 4.185 0 0 1-4.044 4.326l-25.564.883a4.195 4.195 0 0 1-4.34-4.037 4.187 4.187 0 0 1 4.046-4.328l25.56-.88Z"/><path fill="currentColor" d="M12.003 60.241a4.182 4.182 0 0 1 4.041-4.323 4.19 4.19 0 0 1 4.336 4.037l.9 25.46a4.18 4.18 0 0 1-4.038 4.322 4.192 4.192 0 0 1-4.338-4.032l-.901-25.464Z"/><path fill="currentColor" d="M40.877 54.015a4.207 4.207 0 0 1 5.93-.205 4.169 4.169 0 0 1 .208 5.907l-26.85 28.692a4.204 4.204 0 0 1-5.93.205 4.172 4.172 0 0 1-.208-5.91l26.85-28.69ZM57.783 19.25a4.194 4.194 0 0 1-4.343-4.039 4.185 4.185 0 0 1 4.044-4.325l25.565-.883a4.196 4.196 0 0 1 4.34 4.038 4.186 4.186 0 0 1-4.045 4.326l-25.56.882Z"/><path fill="currentColor" d="M88.282 39.499a4.182 4.182 0 0 1-4.041 4.323 4.19 4.19 0 0 1-4.335-4.036l-.902-25.46a4.18 4.18 0 0 1 4.04-4.324 4.191 4.191 0 0 1 4.337 4.033l.901 25.464Z"/><path fill="currentColor" d="M59.408 45.724a4.204 4.204 0 0 1-5.928.206 4.168 4.168 0 0 1-.208-5.907L80.12 11.33a4.207 4.207 0 0 1 5.931-.203 4.17 4.17 0 0 1 .209 5.908l-26.852 28.69Z"/>', F8 = {
441
+ width: I8,
442
+ height: A8,
443
+ block: x8
444
+ }, y8 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Extend", content: F8, ...t }), S8 = 15, T8 = 15, z8 = '<path fill="currentColor" fill-rule="evenodd" d="M18.199 13.479 83.8 6.053c4.511-.51 8.2 2.737 8.2 7.22v65.174c0 4.481-3.689 8.564-8.2 9.075L66.862 89.44V58.074l10.552-1.199 1.967-12.761-12.519 1.422V35.75c0-1.939 1.583-3.696 3.526-3.916l8.993-1.021V17.73l-8.993 1.022c-9.179 1.042-16.647 9.337-16.647 18.49v9.785l-10.55 1.198v12.538l10.55-1.198v31.36L18.2 94.946c-4.511.512-8.2-2.735-8.2-7.216V22.555c0-4.482 3.689-8.565 8.199-9.076Z" clip-rule="evenodd"/>', H8 = {
445
+ width: S8,
446
+ height: T8,
447
+ block: z8
448
+ }, D8 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Facebook", content: H8, ...t }), B8 = 15, R8 = 15, W8 = '<path fill="currentColor" fill-rule="evenodd" d="M48.481 10.204a2.177 2.177 0 0 1 1.907-2.412l6.78-.777a2.168 2.168 0 0 1 2.397 1.918 2.178 2.178 0 0 1-1.907 2.413l-6.78.777a2.171 2.171 0 0 1-2.397-1.919ZM23.545 20.719c0-5.614 4.18-10.328 9.725-10.965l8.585-.983c1.188-.146 2.262.722 2.397 1.917a2.176 2.176 0 0 1-1.906 2.412l-8.585.986c-3.355.384-5.885 3.236-5.885 6.633 0 1.204-.97 2.18-2.165 2.18a2.172 2.172 0 0 1-2.166-2.18ZM82.67 82.995 35.706 88.38V66.77l21.316-17.83v17.743a2.18 2.18 0 0 0 1.328 2.009c.804.34 1.732.162 2.355-.453l21.964-21.693v36.45ZM17.331 57.334l14.044 9.533v19.856L17.33 77.19V57.334Zm23.62-22.883 14.635 9.935-22.183 18.6-14.635-9.934L40.95 34.45Zm45.957 6.283-.008-.032a2.148 2.148 0 0 0-.854-1.182L67.67 27.048a2.152 2.152 0 0 0-2.596.132l-6.805 5.705a2.187 2.187 0 0 0-.277 3.07 2.155 2.155 0 0 0 3.05.279l5.555-4.659L81.44 41.651 61.352 61.489V44.293c0-.026-.01-.052-.011-.078.001-.041.01-.081.008-.123a2.181 2.181 0 0 0-.951-1.696L42.024 29.923a2.154 2.154 0 0 0-2.596.132l-8.377 7.025-.554-8.664c-.003-.06-.02-.116-.028-.173l-.015-.092a2.16 2.16 0 0 0-.2-.595c-.244-.537-.662-1.013-1.259-1.364-1.43-.843-3.697-.949-5.197-.619-2.292.506-2.755 1.93-2.847 2.52-.01.068.006.133 0 .201-.004.041-.017.08-.019.122l-1.153 18.115-6 5.03c-.02.017-.034.04-.054.058-.053.048-.098.101-.145.154a2.036 2.036 0 0 0-.318.45c-.052.099-.095.2-.13.307a2.427 2.427 0 0 0-.064.204c-.027.117-.04.235-.048.356-.004.05-.02.096-.02.146v25.113c0 .724.358 1.401.955 1.806L32.33 92.628c.01.006.022.008.032.015.158.104.328.184.506.242.037.013.074.022.111.032.184.05.37.083.562.083.082 0 .164-.005.245-.014l51.296-5.881A2.174 2.174 0 0 0 87 84.94V41.353l-.001-.01a2.151 2.151 0 0 0-.09-.609Z" clip-rule="evenodd"/>', O8 = {
449
+ width: B8,
450
+ height: R8,
451
+ block: W8
452
+ }, P8 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Factory", content: O8, ...t }), U8 = 15, _8 = 15, N8 = '<path fill="currentColor" fill-rule="evenodd" d="M49.67 54.922c-5.895.668-11.405-.974-15.521-4.615-4.071-3.602-6.314-8.77-6.314-14.547 0-12.289 10.092-23.427 22.496-24.829.86-.097 1.71-.145 2.55-.145 4.92 0 9.456 1.65 12.97 4.759 4.071 3.603 6.314 8.77 6.314 14.548 0 12.29-10.092 23.429-22.494 24.829ZM67.379 9.404c-5.022-3.457-11.197-4.958-17.707-4.22C34.414 6.905 22 20.622 22 35.76c0 7.448 2.936 14.147 8.264 18.863 4.597 4.068 10.477 6.227 16.82 6.23v13.953l-11.413 1.29c-1.6.18-2.752 1.615-2.569 3.202a2.91 2.91 0 0 0 3.23 2.547l10.751-1.215v11.477c0 1.597 1.306 2.893 2.918 2.893s2.918-1.296 2.918-2.893V79.971l11.413-1.288c1.6-.182 2.751-1.615 2.568-3.202a2.904 2.904 0 0 0-3.23-2.547l-10.752 1.215V60.248C66.966 57.362 78 44.364 78 30.093c0-6.448-2.207-12.33-6.255-16.853-1.395-1.4-2.229-2.227-4.367-3.836Z" clip-rule="evenodd"/>', G8 = {
453
+ width: U8,
454
+ height: _8,
455
+ block: N8
456
+ }, X8 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Female", content: G8, ...t }), J8 = 15, Q8 = 15, K8 = '<path fill="currentColor" fill-rule="evenodd" d="M8.951 35.465a2.647 2.647 0 0 1-2.934-2.325 2.645 2.645 0 0 1 2.334-2.925l49.393-5.611c1.033-4.442 4.848-8.004 9.54-8.537 2.768-.314 5.383.486 7.37 2.251a9.002 9.002 0 0 1 2.621 4.068l13.773-1.564a2.643 2.643 0 1 1 .601 5.25l-14.224 1.615c-1.033 4.442-4.848 8.006-9.54 8.539-.395.044-.787.066-1.172.066-2.33 0-4.495-.805-6.197-2.319a8.994 8.994 0 0 1-2.622-4.068L8.95 35.465ZM68.44 21.287c-.182 0-.367.01-.555.031-2.778.316-5.125 2.916-5.125 5.678 0 1.218.456 2.296 1.286 3.035.843.75 1.996 1.085 3.24.943 2.777-.315 5.125-2.915 5.125-5.677 0-1.219-.456-2.297-1.287-3.035-.715-.637-1.654-.975-2.684-.975Zm22.61 22.578L37.74 49.92a9.02 9.02 0 0 0-2.62-4.068c-1.987-1.765-4.608-2.565-7.37-2.25-4.691.534-8.507 4.096-9.541 8.536l-9.857 1.12a2.642 2.642 0 0 0-2.333 2.925 2.646 2.646 0 0 0 2.934 2.326l9.407-1.068a9.008 9.008 0 0 0 2.62 4.066c1.705 1.516 3.87 2.32 6.2 2.32.386 0 .777-.022 1.17-.067 4.693-.533 8.509-4.096 9.542-8.538l53.757-6.105a2.642 2.642 0 1 0-.6-5.252Zm0 23.046-28.033 3.184a8.998 8.998 0 0 0-2.622-4.07c-1.986-1.766-4.601-2.565-7.368-2.25-4.693.533-8.508 4.096-9.541 8.538L8.35 76.303a2.646 2.646 0 0 0-2.334 2.924 2.649 2.649 0 0 0 2.934 2.327l34.684-3.94a9.006 9.006 0 0 0 2.622 4.067C47.959 83.195 50.127 84 52.455 84c.386 0 .776-.023 1.17-.066 4.693-.533 8.508-4.097 9.542-8.537L91.65 72.16a2.642 2.642 0 1 0-.6-5.25ZM53.025 78.682c-1.246.142-2.396-.193-3.24-.944-.83-.738-1.285-1.816-1.285-3.035 0-2.761 2.347-5.361 5.125-5.677a5 5 0 0 1 .555-.032c1.03 0 1.969.339 2.685.974.83.74 1.288 1.818 1.288 3.037 0 2.761-2.348 5.362-5.127 5.677Z" clip-rule="evenodd"/>', Y8 = {
457
+ width: J8,
458
+ height: Q8,
459
+ block: K8
460
+ }, j8 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Filters", content: Y8, ...t }), q8 = 15, t9 = 15, c9 = '<path fill="currentColor" fill-rule="evenodd" d="M50.24 3.25c10.377-1.161 20.13 1.747 27.472 8.191C84.992 17.831 89 26.921 89 37.041v7.943c0 1.253-1.032 2.267-2.306 2.267-1.273 0-2.306-1.014-2.306-2.267V37.04c0-8.809-3.462-16.698-9.748-22.216-6.347-5.57-14.83-8.082-23.879-7.067C40.01 8.961 29.75 15.201 23.316 24.45a2.33 2.33 0 0 1-3.204.59 2.243 2.243 0 0 1-.601-3.15C26.795 11.414 37.996 4.621 50.24 3.25Zm.709 19.112c2.169-.242 3.727-2.17 3.48-4.302-.248-2.134-2.21-3.667-4.377-3.423-15.763 1.765-28.588 15.824-28.588 31.339v31.907c0 2.146 1.77 3.888 3.953 3.888s3.953-1.742 3.953-3.888V45.976c0-11.689 9.68-22.28 21.579-23.614Zm14.774-3.16c-1.107-.617-2.516-.235-3.143.856a2.248 2.248 0 0 0 .871 3.091c6.153 3.424 9.827 9.856 9.827 17.206v31.906c0 1.253 1.033 2.268 2.306 2.268 1.273 0 2.306-1.015 2.306-2.268V40.355c0-9.005-4.549-16.913-12.167-21.153ZM34.479 58.08c0-1.253 1.033-2.268 2.306-2.268 1.273 0 2.306 1.015 2.306 2.268v29.418c0 1.253-1.033 2.267-2.306 2.267-1.273 0-2.306-1.014-2.306-2.267V58.08Zm27.287-25.052c-3.092-2.713-7.185-3.939-11.527-3.453-8.69.974-15.76 8.725-15.76 17.277 0 1.253 1.033 2.268 2.306 2.268 1.273 0 2.306-1.015 2.306-2.268 0-6.32 5.236-12.05 11.67-12.771 3.018-.339 5.837.49 7.933 2.33 2.074 1.82 3.215 4.436 3.215 7.368v40.645c0 1.253 1.034 2.267 2.307 2.267 1.274 0 2.306-1.014 2.306-2.267V43.779c0-4.242-1.688-8.06-4.756-10.75Zm-45.594.389c-1.232-.322-2.493.402-2.82 1.612A38.993 38.993 0 0 0 12 45.15v10.34c0 1.252 1.033 2.268 2.306 2.268 1.274 0 2.306-1.016 2.306-2.268V45.15c0-2.994.405-6.008 1.2-8.961.325-1.21-.408-2.452-1.64-2.773Zm30.375 12.847c0-2.147 1.77-3.888 3.954-3.888 2.183 0 3.953 1.74 3.953 3.888v47.848c0 2.148-1.77 3.888-3.953 3.888-2.184 0-3.954-1.74-3.954-3.888V46.264Z" clip-rule="evenodd"/>', l9 = {
461
+ width: q8,
462
+ height: t9,
463
+ block: c9
464
+ }, e9 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Fingerprint", content: l9, ...t }), o9 = 15, n9 = 15, a9 = '<path fill="currentColor" fill-rule="evenodd" d="M87.884 46.588c-1.974-6.095-4.412-13.54-6.848-20.985-2.436-7.44-4.871-14.88-6.844-20.971a2.352 2.352 0 0 0-2.12-1.63 2.355 2.355 0 0 0-2.27 1.413c-5.13 11.771-14.012 10.976-24.298 10.059-8.708-.779-18.376-1.632-25.136 6.436a4.005 4.005 0 0 0-2.767-1.887c.251-.185.5-.373.719-.596a6.137 6.137 0 0 0 1.773-4.295 6.136 6.136 0 0 0-1.773-4.296 6.026 6.026 0 0 0-4.274-1.783 6.073 6.073 0 0 0-4.273 1.783A6.112 6.112 0 0 0 8 14.132c0 .392.04.797.12 1.189a6.528 6.528 0 0 0 .901 2.188c.229.324.47.635.753.918a6.07 6.07 0 0 0 4.253 1.782 4.046 4.046 0 0 0-.935 4.046L36.072 95.2a4.036 4.036 0 0 0 3.831 2.8 3.98 3.98 0 0 0 1.248-.201c2.118-.692 3.275-2.98 2.586-5.108l-7.843-24.216c5.261-8.879 13.484-8.174 22.887-7.336 10.561.944 22.535 2.013 29.02-12.87.232-.532.26-1.13.082-1.681Z" clip-rule="evenodd"/>', r9 = {
465
+ width: o9,
466
+ height: n9,
467
+ block: a9
468
+ }, i9 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Flag", content: r9, ...t }), d9 = 15, s9 = 15, h9 = `<g fill="#fff" fill-rule="evenodd" transform="translate(0 14)">
469
+ <path stroke="#F5F5F5" stroke-width="1.786" d="M.893.893h98.214v69.643H.893z"/>
470
+ <path fill="#E8252A" d="M0 33.333h100v38.095H0z"/>
471
+ <path fill="#17579E" d="M0 0l47.619 35.714L0 71.429z"/>
472
+ </g>`, u9 = !0, v9 = {
473
+ width: d9,
474
+ height: s9,
475
+ block: h9,
476
+ isFlag: u9
477
+ }, m9 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "FlagCs", content: v9, ...t }), g9 = 15, $9 = 15, Z9 = `<rect y="14" width="100" height="71.4" fill-rule="evenodd" clip-rule="evenodd" fill="#0A17A7"/>
478
+ <path fill-rule="evenodd"clip-rule="evenodd"fill="#FFFFFF" d="M94.4,14h5.6l0,7.8l-23.8,16H100v23.8H76.2L100,77.7v7.7h-5.6L61.9,63.5v21.9H38.1V63.5L5.6,85.4l-5.6,0v-7.7
479
+ l23.8-16.1H0V37.8h23.8L0,21.7V14h5.6l32.5,21.9V14h23.8v21.9L94.4,14z"/>
480
+ <path fill="#DB1F35" d="M100,14v2.1L67.3,37.6c-0.2,0.1-0.4,0.2-0.7,0.2c-0.4,0-0.8-0.2-1-0.5c-0.4-0.6-0.2-1.3,0.3-1.7L98.9,14H100z" />
481
+ <path fill="#DB1F35" d="M100,80.7v2.9L70.8,63.9c-0.5-0.4-0.7-1.1-0.3-1.7c0.4-0.5,1.1-0.7,1.7-0.3L100,80.7z"/>
482
+ <path fill="#DB1F35" d="M29.6,37.2c-0.2,0.3-0.6,0.5-1,0.5c-0.2,0-0.5-0.1-0.7-0.2L0,18.7v-2.9l29.3,19.7C29.8,35.9,30,36.7,29.6,37.2z "/>
483
+ <path fill="#DB1F35" d="M33.8,63.6L0.9,85.4H0v-2.2l32.5-21.6c0.5-0.4,1.3-0.2,1.6,0.3C34.5,62.5,34.4,63.2,33.8,63.6z"/>
484
+ <path fill-rule="evenodd"clip-rule="evenodd"fill="#E6273E" d="M0,56.9h42.9v28.6h14.3V56.9H100V42.6H57.1V14H42.9v28.6H0V56.9z"/>`, p9 = !0, b9 = {
485
+ width: g9,
486
+ height: $9,
487
+ block: Z9,
488
+ isFlag: p9
489
+ }, f9 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "FlagEn", content: b9, ...t }), C9 = 15, k9 = 15, w9 = `<g transform="translate(0 14)">
490
+ <path fill="#DD172C" d="M0 0h100v19.048H0zm0 52.381h100v19.048H0z"/>
491
+ <path fill="#FFD133" d="M0 19.048h100v33.333H0z"/>
492
+ <path fill="#FFEDB1" d="M26.19 33.333h4.762v2.381H26.19z"/>
493
+ <path fill="none" stroke="#A41517" stroke-width="2.381" d="M29.762 32.143H22.62a.998.998 0 0 0-.75.308 1.01 1.01 0 0 0-.247.778l.598 7.173c.084 1.01.582 1.92 1.328 2.577a4.3 4.3 0 0 0 2.832 1.064c.97-.05 1.871-.479 2.552-1.131.681-.653 1.148-1.535 1.229-2.51l.598-7.173c.025-.3-.065-.577-.248-.776a1.003 1.003 0 0 0-.749-.31z"/>
494
+ <path fill="#A41517" d="M21.429 35.714h9.523v2.381h-2.381l-2.381 4.762-2.38-4.762h-2.381zm-7.143-7.143h4.762v16.667h-4.762zm19.047 0h4.762v16.667h-4.762zM21.429 26.19a2.386 2.386 0 0 1 2.378-2.38h4.767a2.374 2.374 0 0 1 2.378 2.38v1.192c0 .657-.539 1.19-1.187 1.19h-7.15a1.185 1.185 0 0 1-1.186-1.19V26.19z"/>
495
+ </g>`, M9 = !0, L9 = {
496
+ width: C9,
497
+ height: k9,
498
+ block: w9,
499
+ isFlag: M9
500
+ }, V9 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "FlagEs", content: L9, ...t }), E9 = 15, I9 = 15, A9 = `<g fill="#fff" fill-rule="evenodd" transform="translate(0 14)">
501
+ <path stroke="#F5F5F5" stroke-width="1.786" d="M.893.893h98.214v69.643H.893z"/>
502
+ <path fill="#F44653" d="M66.667 0H100v71.429H66.667z"/>
503
+ <path fill="#1035BB" d="M0 0h33.333v71.429H0z"/>
504
+ </g>`, x9 = !0, F9 = {
505
+ width: E9,
506
+ height: I9,
507
+ block: A9,
508
+ isFlag: x9
509
+ }, y9 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "FlagFr", content: F9, ...t }), S9 = 15, T9 = 15, z9 = '<path fill="currentColor" fill-rule="evenodd" d="M87.884 46.588c-1.974-6.095-4.412-13.54-6.848-20.985-2.436-7.44-4.871-14.88-6.844-20.971a2.352 2.352 0 0 0-2.12-1.63 2.355 2.355 0 0 0-2.27 1.413c-5.13 11.771-14.012 10.976-24.298 10.059-8.708-.779-18.376-1.632-25.136 6.436a4.005 4.005 0 0 0-2.767-1.887c.251-.185.5-.373.719-.596a6.137 6.137 0 0 0 1.773-4.295 6.136 6.136 0 0 0-1.773-4.296 6.026 6.026 0 0 0-4.274-1.783 6.073 6.073 0 0 0-4.273 1.783A6.112 6.112 0 0 0 8 14.132c0 .392.04.797.12 1.189a6.528 6.528 0 0 0 .901 2.188c.229.324.47.635.753.918a6.07 6.07 0 0 0 4.253 1.782 4.046 4.046 0 0 0-.935 4.046L36.072 95.2a4.036 4.036 0 0 0 3.831 2.8 3.98 3.98 0 0 0 1.248-.201c2.118-.692 3.275-2.98 2.586-5.108l-7.843-24.216c5.261-8.879 13.484-8.174 22.887-7.336 10.561.944 22.535 2.013 29.02-12.87.232-.532.26-1.13.082-1.681ZM59.199 56.43c-8.707-.775-18.366-1.63-25.125 6.425L22.262 26.386c5.264-8.763 13.463-8.042 22.826-7.203 9.227.821 19.52 1.74 26.302-7.946 1.604 4.927 3.392 10.384 5.178 15.843 2.32 7.088 4.64 14.174 6.56 20.095-5.18 10.928-13.886 10.152-23.93 9.254Z" clip-rule="evenodd"/>', H9 = {
510
+ width: S9,
511
+ height: T9,
512
+ block: z9
513
+ }, D9 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "FlagOutline", content: H9, ...t }), B9 = 15, R9 = 15, W9 = '<path fill="currentColor" fill-rule="evenodd" d="M86.384 18.35a2.36 2.36 0 0 0-2.463-.653l-9.89 3.163a27.819 27.819 0 0 1-20.76-1.5l-6.11-2.981a30.301 30.301 0 0 0-22.408-1.693l-2.425.757-.315-1a3.977 3.977 0 0 0-1.142-1.75c.079-.104.16-.207.23-.312.23-.335.417-.683.567-1.045a6.31 6.31 0 0 0 .349-1.126c.068-.39.109-.791.109-1.18 0-.389-.04-.791-.11-1.18a6.304 6.304 0 0 0-.348-1.126 5.72 5.72 0 0 0-.566-1.045 4.952 4.952 0 0 0-.755-.912 6.084 6.084 0 0 0-5.47-1.649c-.378.08-.77.188-1.132.349a5.89 5.89 0 0 0-1.037.55 5.496 5.496 0 0 0-.93.75 5.554 5.554 0 0 0-.754.912 6.456 6.456 0 0 0-.904 2.171 5.907 5.907 0 0 0 0 2.36 6.483 6.483 0 0 0 .904 2.171c.229.322.472.644.754.912.283.281.593.536.93.75.323.215.674.403 1.037.55.157.07.32.125.483.176-.151.669-.15 1.38.071 2.083l24.717 78.33a4.043 4.043 0 0 0 5.065 2.632 4.017 4.017 0 0 0 2.646-5.04L39.25 69.076l7.835-11.55a24.874 24.874 0 0 1 13.31-9.8l4.956-1.509c7.737-2.354 13.992-7.95 17.166-15.353L86.81 20.85a2.331 2.331 0 0 0-.426-2.5ZM78.18 29.023A22.56 22.56 0 0 1 63.972 41.73l-4.957 1.51a29.597 29.597 0 0 0-15.838 11.662l-5.731 8.45L23.74 19.92l2.426-.757a25.58 25.58 0 0 1 18.92 1.43l6.108 2.982a32.527 32.527 0 0 0 24.278 1.753l4.976-1.591-2.268 5.288Z" clip-rule="evenodd"/>', O9 = {
514
+ width: B9,
515
+ height: R9,
516
+ block: W9
517
+ }, P9 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "FlagPointed", content: O9, ...t }), U9 = 15, _9 = 15, N9 = `<path fill-rule="evenodd"clip-rule="evenodd"fill="#FFFFFF" d="M0,14h100v25H0V14z"/>
518
+ <path fill="none"stroke="#F5F5F5"stroke-width="1.786" d="M0.9,14.9h98.2v69.6H0.9V14.9z"/>
519
+ <path fill-rule="evenodd"clip-rule="evenodd"fill="#0C47B7" d="M0,37.8h100v23.8H0V37.8z"/>
520
+ <path fill-rule="evenodd"clip-rule="evenodd"fill="#E53B35" d="M0,61.6h100v23.8H0V61.6z"/>
521
+ <g transform="translate(18.667 14.286)">
522
+ <path fill="none"stroke="#FFFFFF"stroke-width="4.762" d="M27.8,11.6H6.3c-2,0-3.8,0.8-5.1,2.1c-1.4,1.3-2.2,3.1-2.3,5l-0.8,21.5c-0.1,3.3,1.8,7.6,4.3,9.8l7.6,6.5
523
+ c1.9,1.7,4.4,2.5,7,2.5c2.5,0,5-0.8,7-2.5l7.6-6.5c2.5-2.1,4.4-6.5,4.3-9.8l-0.8-21.5c-0.1-1.9-0.9-3.7-2.3-5
524
+ C31.5,12.4,29.6,11.6,27.8,11.6L27.8,11.6z"/>
525
+ <path fill="#E53B35"stroke="#FFFFFF"stroke-width="4.762" d="M27.8,11.6H6.3c-2,0-3.8,0.8-5.1,2.1c-1.4,1.3-2.2,3.1-2.3,5l-0.8,21.5c-0.1,3.3,1.8,7.6,4.3,9.8l7.6,6.5
526
+ c1.9,1.7,4.4,2.5,7,2.5c2.5,0,5-0.8,7-2.5l7.6-6.5c2.5-2.1,4.4-6.5,4.3-9.8l-0.8-21.5c-0.1-1.9-0.9-3.7-2.3-5
527
+ C31.5,12.4,29.6,11.6,27.8,11.6L27.8,11.6z"/>
528
+ <path fill-rule="evenodd"clip-rule="evenodd"fill="#FFFFFF" d="M14.7,39c0-0.7-0.5-1.2-1.2-1.2H8.7c-0.7,0-1.2-0.5-1.2-1.2c0,0,0,0,0,0v-2.4c0-0.7,0.5-1.2,1.2-1.2h4.8
529
+ c0.7,0,1.2-0.5,1.2-1.2c0,0,0,0,0,0v-2.4c0-0.7-0.5-1.2-1.2-1.2h-2.4c-0.7,0-1.2-0.5-1.2-1.2v-2.4c0-0.7,0.5-1.2,1.2-1.2h2.4
530
+ c0.7,0,1.2-0.5,1.2-1.2V20c0-0.7,0.5-1.2,1.2-1.2h2.4c0.7,0,1.2,0.5,1.2,1.2v2.4c0,0.7,0.5,1.2,1.2,1.2H23c0.7,0,1.2,0.5,1.2,1.2
531
+ v2.4c0,0.7-0.5,1.2-1.2,1.2h-2.4c-0.7,0-1.2,0.5-1.2,1.2v2.4c0,0.7,0.5,1.2,1.2,1.2h4.8c0.7,0,1.2,0.5,1.2,1.2v2.4
532
+ c0,0.7-0.5,1.2-1.2,1.2h-4.8c-0.7,0-1.2,0.5-1.2,1.2v7.2c0,0.7-0.5,1.2-1.2,1.2h-2.4c-0.7,0-1.2-0.5-1.2-1.2L14.7,39L14.7,39z"/>
533
+ <path fill-rule="evenodd"clip-rule="evenodd"fill="#1251A1" d="M17,45c1.8,0,3.5,1.1,4.3,2.7c5.8,0.9,10,3.6,10,6.8c0,3.9-6.4,7.1-14.3,7.1c-7.9,0-14.3-3.2-14.3-7.1
534
+ c0-3.2,4.2-5.9,10-6.8C13.5,46,15.2,45,17,45z"/>
535
+ </g>`, G9 = !0, X9 = {
536
+ width: U9,
537
+ height: _9,
538
+ block: N9,
539
+ isFlag: G9
540
+ }, J9 = (t) => /* @__PURE__ */ e.createElement(l, { alt: "FlagSk", content: X9, ...t }), Q9 = 15, K9 = 15, Y9 = "0 0 100 100", j9 = '<style>.st2{fill-rule:evenodd;clip-rule:evenodd;fill:#f7fcff}</style><defs><filter id="Adobe_OpacityMaskFilter" width="100" height="75" x="0" y="12.5" filterUnits="userSpaceOnUse"><feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"/></filter></defs><mask id="mask0_1_38_00000158711399311745897690000017694050301053844150_" width="100" height="75" x="0" y="12.5" maskUnits="userSpaceOnUse"><path d="M0 12.5h100v75H0z" style="fill:#fff;filter:url(#Adobe_OpacityMaskFilter)"/></mask><g style="mask:url(#mask0_1_38_00000158711399311745897690000017694050301053844150_)"><path d="M0 12.5h100v75H0v-75z" class="st2"/><path d="M0 58.333v6.25h100v-6.25H0zm0 11.459v6.25h100v-6.25H0zm0-34.375v6.25h100v-6.25H0zM0 81.25v6.25h100v-6.25H0zm0-34.375v6.25h100v-6.25H0zM0 12.5v6.25h100V12.5H0zm0 11.458v6.25h100v-6.25H0z" style="fill:#e31d1c;fill-rule:evenodd;clip-rule:evenodd"/><path d="M0 12.5h62.5v40.625H0z" style="fill:#2e42a5"/><path d="m5.381 21.683-2.268 1.59.766-2.83-2.015-1.793h2.632l.883-2.31 1.035 2.31h2.243l-1.763 1.794.682 2.83-2.195-1.591zm12.5 0-2.268 1.59.766-2.83-2.015-1.794h2.632l.883-2.31 1.035 2.31h2.243l-1.763 1.794.682 2.83-2.195-1.59zm10.232 1.591 2.268-1.59 2.195 1.59-.683-2.83 1.763-1.794h-2.243l-1.035-2.31-.883 2.31h-2.632l2.015 1.794-.765 2.83zm14.768-1.591-2.268 1.59.766-2.83-2.015-1.794h2.632l.882-2.31 1.035 2.31h2.243l-1.763 1.794.683 2.83-2.195-1.59zM3.113 35.774l2.268-1.59 2.195 1.59-.682-2.83 1.763-1.794H6.413l-1.035-2.31-.883 2.31H1.864l2.015 1.794-.766 2.83zm14.768-1.591-2.268 1.59.766-2.83-2.015-1.794h2.632l.883-2.31 1.035 2.31h2.243l-1.763 1.794.682 2.83-2.195-1.59zm10.232 1.591 2.268-1.59 2.195 1.59-.683-2.83 1.763-1.794h-2.243l-1.035-2.31-.883 2.31h-2.632l2.015 1.794-.765 2.83zm14.768-1.591-2.268 1.59.766-2.83-2.015-1.794h2.632l.882-2.31 1.035 2.31h2.243l-1.763 1.794.683 2.83-2.195-1.59zM3.113 48.274l2.268-1.59 2.195 1.59-.682-2.83 1.763-1.793H6.413l-1.035-2.31-.883 2.31H1.864l2.015 1.793-.766 2.83zm14.768-1.591-2.268 1.59.766-2.83-2.015-1.793h2.632l.883-2.31 1.035 2.31h2.243l-1.763 1.793.682 2.83-2.195-1.59zm10.232 1.591 2.268-1.59 2.195 1.59-.683-2.83 1.763-1.793h-2.243l-1.035-2.31-.883 2.31h-2.632l2.015 1.793-.765 2.83zm14.768-1.591-2.268 1.59.766-2.83-2.015-1.793h2.632l.882-2.31 1.035 2.31h2.243l-1.763 1.793.683 2.83-2.195-1.59zm10.232-23.409 2.268-1.59 2.195 1.59-.683-2.83 1.763-1.794h-2.243l-1.035-2.31-.882 2.31h-2.632l2.015 1.794-.766 2.83zm2.268 10.909-2.268 1.59.766-2.83-2.015-1.794h2.632l.882-2.31 1.035 2.31h2.243l-1.763 1.794.683 2.83-2.195-1.59zm-2.268 14.091 2.268-1.59 2.195 1.59-.683-2.83 1.763-1.793h-2.243l-1.035-2.31-.882 2.31h-2.632l2.015 1.793-.766 2.83zM11.631 27.933l-2.268 1.59.766-2.83L8.114 24.9h2.632l.883-2.31 1.035 2.31h2.243l-1.763 1.794.682 2.83-2.195-1.591zm10.232 1.591 2.268-1.59 2.195 1.59-.682-2.83 1.763-1.794h-2.243l-1.035-2.31-.883 2.31h-2.632l2.015 1.794-.766 2.83zm14.768-1.591-2.268 1.59.766-2.83-2.015-1.793h2.632l.882-2.31 1.035 2.31h2.243l-1.763 1.794.683 2.83-2.195-1.591zM9.363 42.024l2.268-1.59 2.195 1.59-.682-2.83 1.763-1.794h-2.243l-1.035-2.31-.883 2.31H8.114l2.015 1.794-.766 2.83zm14.768-1.591-2.268 1.59.766-2.83-2.015-1.793h2.632l.883-2.31 1.035 2.31h2.243l-1.763 1.794.682 2.83-2.195-1.591zm10.232 1.591 2.268-1.59 2.195 1.59-.683-2.83 1.763-1.794h-2.243l-1.035-2.31-.882 2.31h-2.632l2.015 1.794-.766 2.83zm14.768-14.091-2.268 1.59.766-2.83-2.015-1.793h2.632l.882-2.31 1.035 2.31h2.243l-1.763 1.794.683 2.83-2.195-1.591zm-2.268 14.091 2.268-1.59 2.195 1.59-.683-2.83 1.763-1.794h-2.243l-1.035-2.31-.882 2.31h-2.632l2.015 1.794-.766 2.83z" class="st2"/></g>', q9 = {
541
+ width: Q9,
542
+ height: K9,
543
+ viewBox: Y9,
544
+ block: j9
545
+ }, tt = (t) => /* @__PURE__ */ e.createElement(l, { alt: "FlagUs", content: q9, ...t }), ct = 15, lt = 15, et = '<path fill="currentColor" fill-rule="evenodd" d="M37.246 7.063c.055.01.11.02.164.032l27.264 5.882a4.268 4.268 0 0 1 3.304 4.909l-.283 1.614 25.293 5.564c.606.133 1.143.512 1.51 1.06l.106.17a3.1 3.1 0 0 1 .329 2.165l-9.08 43.156-1.157 5.501-.866 4.118c-.04.402-.117.794-.213 1.177-.181 1.004-.391 1.95-.65 2.781-1.146 3.696-2.939 5.762-4.416 6.898-2.213 1.702-4.982 2.305-7.603 1.653L13.85 81.193a2.273 2.273 0 0 1-.832-.372c-.443-.122-.87-.28-1.253-.516-1.335-.83-2.1-2.304-2.086-3.986L5.014 26.84c-.084-.896.215-1.782.81-2.39.593-.61 1.408-.87 2.193-.697l11.801 2.59c1.362.298 2.24 1.78 1.962 3.308-.279 1.54-1.606 2.526-2.966 2.228l-8.438-1.854 4.281 45.41h.017c2.517-.767 5.233-2.228 5.661-3.374L31.53 15.478l-.088-.018.864-4.929a4.268 4.268 0 0 1 4.94-3.468Z" clip-rule="evenodd"/>', ot = {
546
+ width: ct,
547
+ height: lt,
548
+ block: et
549
+ }, nt = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Folder", content: ot, ...t }), at = 15, rt = 15, it = '<path fill="currentColor" fill-rule="evenodd" d="M88.643 56.792a2.349 2.349 0 0 0-2.357 2.338v22.82l-23.01 2.602a2.343 2.343 0 0 0-2.075 2.588 2.35 2.35 0 0 0 2.61 2.058l25.099-2.837A2.347 2.347 0 0 0 91 84.037V59.13a2.349 2.349 0 0 0-2.357-2.338ZM37.189 87.5l-22.475 2.54V67.756a2.348 2.348 0 0 0-2.357-2.339A2.347 2.347 0 0 0 10 67.757V92.66c0 .667.286 1.302.787 1.746a2.368 2.368 0 0 0 1.837.578l25.098-2.837a2.345 2.345 0 0 0 2.076-2.589 2.347 2.347 0 0 0-2.609-2.06ZM90.213 6.593a2.374 2.374 0 0 0-1.837-.579l-25.1 2.838a2.344 2.344 0 0 0-2.074 2.588 2.347 2.347 0 0 0 2.608 2.06l22.475-2.54v22.285a2.348 2.348 0 0 0 2.358 2.339 2.347 2.347 0 0 0 2.356-2.34V8.34a2.33 2.33 0 0 0-.786-1.746Zm-53.024 5.208-25.1 2.838A2.345 2.345 0 0 0 10 16.963v24.906a2.348 2.348 0 0 0 2.357 2.34 2.349 2.349 0 0 0 2.357-2.34V19.05l23.008-2.6a2.345 2.345 0 0 0 2.076-2.59 2.35 2.35 0 0 0-2.609-2.059Z" clip-rule="evenodd"/>', dt = {
550
+ width: at,
551
+ height: rt,
552
+ block: it
553
+ }, st = (t) => /* @__PURE__ */ e.createElement(l, { alt: "FullscreenOff", content: dt, ...t }), ht = 15, ut = 15, vt = '<path fill="currentColor" fill-rule="evenodd" d="M64.565 91.802a2.366 2.366 0 0 1-2.369-2.363V62.434c0-1.2.904-2.212 2.1-2.347l27.068-3.078a2.364 2.364 0 1 1 .536 4.697l-24.967 2.837v24.896a2.366 2.366 0 0 1-2.368 2.363ZM36.435 95a2.366 2.366 0 0 1-2.368-2.363V68.28l-24.43 2.778A2.365 2.365 0 1 1 9.1 66.36l27.067-3.076a2.363 2.363 0 0 1 1.845.585 2.36 2.36 0 0 1 .792 1.762v27.005A2.366 2.366 0 0 1 36.435 95Zm28.13-58.269a2.37 2.37 0 0 1-1.577-.6 2.362 2.362 0 0 1-.792-1.763V7.363A2.366 2.366 0 0 1 64.565 5a2.366 2.366 0 0 1 2.368 2.363V31.72l24.43-2.778a2.363 2.363 0 1 1 .536 4.697l-27.066 3.078c-.09.01-.18.014-.268.014Zm-55.2 6.274a2.363 2.363 0 0 1-.265-4.712l24.967-2.836V10.562A2.365 2.365 0 0 1 36.435 8.2a2.365 2.365 0 0 1 2.369 2.363v27.004c0 1.2-.904 2.212-2.1 2.347L9.635 42.991a2.29 2.29 0 0 1-.27.014Z" clip-rule="evenodd"/>', mt = {
554
+ width: ht,
555
+ height: ut,
556
+ block: vt
557
+ }, gt = (t) => /* @__PURE__ */ e.createElement(l, { alt: "FullscreenOn", content: mt, ...t }), $t = 15, Zt = 15, pt = '<path fill="currentColor" fill-rule="evenodd" d="m92.1 38.232-6.873.782c-.9-4.438-2.69-8.634-5.365-12.313l4.858-5.397c2.734-3.038-7.168-11.79-9.903-8.751l-4.858 5.397c-3.993-2.214-8.405-3.498-12.956-3.88V7.217c0-3.855-14.004-2.265-14.004 1.592v6.854c-4.555 1.417-8.963 3.703-12.958 6.825l-4.86-4.295c-2.733-2.415-12.635 8.585-9.901 11.003l4.86 4.293c-2.678 4.287-4.467 8.889-5.367 13.53l-6.872.783c-3.868.439-3.868 14.406 0 13.966l6.873-.78c.9 4.438 2.688 8.633 5.366 12.312l-4.86 5.398c-2.734 3.038 7.168 11.788 9.902 8.75l4.86-5.398c3.994 2.214 8.402 3.498 12.957 3.88v6.854c0 3.857 14.004 2.266 14.004-1.592v-6.854c4.551-1.415 8.963-3.703 12.956-6.823l4.858 4.293c2.736 2.417 12.637-8.585 9.903-11l-4.858-4.294c2.674-4.287 4.465-8.89 5.365-13.533l6.872-.781c3.868-.44 3.868-14.405 0-13.967ZM61.324 59.984c-6.368 7.071-16.624 8.335-22.871 2.815-2.736-2.417-4.365-5.875-4.586-9.736-.265-4.603 1.49-9.359 4.81-13.047 3.694-4.104 8.7-6.253 13.473-6.253 3.45 0 6.777 1.121 9.397 3.437 2.734 2.417 4.363 5.876 4.584 9.736.263 4.605-1.49 9.36-4.808 13.047h.001Z" clip-rule="evenodd"/>', bt = {
558
+ width: $t,
559
+ height: Zt,
560
+ block: pt
561
+ }, ft = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Gear", content: bt, ...t }), Ct = 15, kt = 15, wt = '<path fill="currentColor" fill-rule="evenodd" d="M63.083 40c.669-.076 1.049.23 1.367.576l2.32-3.13c-.984-1.034-2.255-1.46-4.162-1.243-3.336.38-4.99 2.352-4.99 5.853v4.552l-2.256.258v3.566l2.256-.258v9.995l4.29-.488v-9.997l3.655-.417v-3.565l-3.655.417v-4.616c0-.986.477-1.424 1.175-1.503ZM49.515 61.094l4.29-.489v-13.56l-4.29.488v13.561Zm2.16-21.447c-1.461.167-2.73 1.426-2.73 2.985 0 1.592 1.269 2.56 2.73 2.395 1.462-.168 2.702-1.422 2.702-3.014 0-1.56-1.24-2.534-2.702-2.366Zm-8.963 19.9-3.336.221c-.984.081-1.398-.286-1.398-.922 0-.35.127-.651.35-.867.762.294 1.684.348 2.764.226 3.462-.396 5.687-2.783 5.687-5.68 0-.605-.16-1.158-.477-1.601l2.001-.229V47.64l-5.21.595a7.616 7.616 0 0 0-2.002-.026c-3.463.395-5.815 2.732-5.815 5.63 0 1.177.446 2.21 1.209 2.949-1.21.68-1.876 1.679-1.876 2.888 0 1.241.51 2.076 1.62 2.554-1.523.747-2.477 1.81-2.477 3.274 0 2.578 2.416 4.18 7.276 3.626 5.368-.613 7.467-3.017 7.467-5.882 0-2.641-2.099-3.93-5.783-3.701Zm-1.684 6.368c-2.352.268-3.115-.345-3.115-1.428 0-.413.127-.777.383-1.093l3.558-.184c1.747-.104 2.257.093 2.257.858 0 .827-.573 1.56-3.083 1.847Zm0-14.547c1.302-.149 2.002.503 2.002 1.585 0 1.146-.7 1.99-2.002 2.138-1.303.15-2.001-.535-2.001-1.68 0-1.083.698-1.895 2.001-2.043Zm49.894-28.222c-.012-.046-.027-.09-.042-.137a2.463 2.463 0 0 0-.203-.464c-.018-.031-.033-.064-.052-.095a2.364 2.364 0 0 0-.39-.461c-.01-.011-.018-.026-.03-.037L72.903 6.592c-.005-.005-.013-.008-.02-.012a2.32 2.32 0 0 0-.53-.35l-.067-.027a2.275 2.275 0 0 0-.523-.158c-.039-.006-.075-.016-.116-.021a2.327 2.327 0 0 0-.574-.011l-.047.005h-.001L11.092 12.86A2.361 2.361 0 0 0 9 15.21v77.428a2.357 2.357 0 0 0 2.626 2.348l77.282-8.822A2.363 2.363 0 0 0 91 83.816V23.72c0-.199-.032-.39-.078-.574ZM13.717 89.989V17.318l55.264-6.31v14.687a2.358 2.358 0 0 0 2.626 2.348l14.676-1.675v55.338L13.717 89.99ZM73.7 13.611l9.416 8.361-9.416 1.075v-9.436Z" clip-rule="evenodd"/>', Mt = {
562
+ width: Ct,
563
+ height: kt,
564
+ block: wt
565
+ }, Lt = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Gif", content: Mt, ...t }), Vt = 15, Et = 15, It = '<path fill="currentColor" fill-rule="evenodd" d="M49.997 5.296C25.149 8.14 5 30.676 5 55.635c0 19.961 12.891 35.423 30.775 39.353 2.25.158 3.072-1.331 3.072-2.53 0-1.072-.04-3.909-.06-7.677-12.519 4.162-15.16-4.324-15.16-4.324-2.045-4.985-4.997-6.037-4.997-6.037-4.085-2.337.31-2.783.31-2.783 4.516-.197 6.893 3.869 6.893 3.869 4.015 6.445 10.532 3.706 13.097 2.256.407-2.967 1.57-5.092 2.856-6.368-9.993.002-20.497-2.672-20.497-19.988 0-4.933 1.753-9.168 4.631-12.655-.463-1.09-2.007-5.509.441-12.009 0 0 3.78-1.649 12.375 3.216 3.59-1.414 7.44-2.355 11.266-2.81 3.822-.42 7.672-.359 11.267.232 8.59-6.83 12.362-6.047 12.362-6.047 2.455 5.94.91 10.712.447 11.908 2.885 2.829 4.626 6.663 4.626 11.597 0 17.359-10.521 22.381-20.547 24.648 1.617 1.21 3.057 3.803 3.057 8.018 0 6.041-.055 10.921-.055 12.402 0 1.21.809 2.522 3.093 1.819C82.118 83.694 95 65.295 95 45.338c0-24.96-20.15-42.884-45.003-40.042Z" clip-rule="evenodd"/>', At = {
566
+ width: Vt,
567
+ height: Et,
568
+ block: It
569
+ }, xt = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Github", content: At, ...t }), Ft = 15, yt = 15, St = '<path fill="currentColor" d="M50.714 94.72c12.875-1.356 23.266-6.475 31.173-15.356 7.907-8.88 11.86-19.829 11.86-32.844 0-3.359-.209-5.855-.629-7.49l-42.194 4.447v15.745l25.82-2.722c-.42 1.863-1.12 3.861-2.1 5.994-.979 2.132-2.413 4.348-4.303 6.646-1.889 2.299-4.513 4.29-7.872 5.973-3.358 1.684-7.207 2.754-11.545 3.212-7.558.796-14.03-1.25-19.418-6.14s-8.082-11.22-8.082-18.986c0-7.767 2.694-14.699 8.082-20.795 5.388-6.096 11.86-9.542 19.418-10.339 7.417-.782 13.435.893 18.053 5.025l11.966-13.018C72.966 6.936 62.889 4.01 50.713 5.293 38.259 6.606 27.694 12.06 19.016 21.65 10.338 31.242 6 42.265 6 54.72c0 12.456 4.373 22.561 13.12 30.316 8.747 7.755 19.278 10.983 31.594 9.685Z"/>', Tt = {
570
+ width: Ft,
571
+ height: yt,
572
+ block: St
573
+ }, zt = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Google", content: Tt, ...t }), Ht = 15, Dt = 15, Bt = '<path fill="currentColor" d="M53.052 20.153c8.212-9.326 21.75-10.882 30.182-3.472l5.982 5.26c.131.116.244.245.345.38l3.057 2.721c2.603 2.316 4.152 5.59 4.359 9.22.233 4.1-1.286 8.3-4.169 11.522l-7.232 8.085c1.076 1.398 1.754 3.194 1.862 5.044.123 2.183-.55 4.214-1.9 5.722-1.603 1.796-3.855 2.608-6.081 2.632.02.174.034.348.044.523.123 2.182-.55 4.213-1.898 5.719-1.603 1.796-3.855 2.608-6.082 2.633.02.173.035.349.044.524.124 2.18-.55 4.211-1.897 5.717-1.63 1.823-3.928 2.633-6.19 2.633-2.003 0-3.953-.659-5.412-1.785-.2.284-.412.56-.645.823l-1.117 1.281a7.727 7.727 0 0 1-10.296 1.25c-1.333-.936-2.343-1.85-3.066-2.757a2.325 2.325 0 0 1-.773.144c-.173 0-.348-.02-.521-.058l-1.12-.256a11.202 11.202 0 0 1-8.069-7.099 11.191 11.191 0 0 1-7.934-7.058 11.2 11.2 0 0 1-7.994-7.197l-.384-1.078a2.366 2.366 0 0 1 .474-2.372l.055-.062L2.839 47.154a2.36 2.36 0 0 1-.24-3.379l21.593-24.222a2.342 2.342 0 0 1 3.102-.355l7.98 5.645c1.63.052 3.538-.278 5.538-.624 2.857-.496 6.038-1.04 9.13-.534l3.11-3.532Zm1.063 56.123c-1.19-1.06-3.225-.765-4.55.65-.023.025-.042.053-.066.08l-.624.69-2.498 2.867c.2.333.772 1.067 2.326 2.161a3.054 3.054 0 0 0 4.067-.494l1.137-1.304c.734-.822 1.111-1.835 1.056-2.804a2.902 2.902 0 0 0-.487-1.436 2.347 2.347 0 0 0-.325-.37c-.013-.013-.022-.029-.036-.04Zm-9.574-7.69c-1.024-.041-2.147.431-2.979 1.36l-4.643 5.145c.778 1.968 2.375 3.38 4.435 3.916l1.355-1.502.005-.007 2.392-2.648.228-.252.635-.73.086-.087a4.106 4.106 0 0 0 .856-1.634c.018-.069.042-.136.054-.205a3 3 0 0 0 .05-.399 3.338 3.338 0 0 0-.01-.764L47 70.763v-.02c-.097-.587-.364-1.12-.807-1.514a2.452 2.452 0 0 0-.633-.396 2.727 2.727 0 0 0-1.018-.247Zm-6.284-6.417c-1.223-1.09-3.303-.768-4.632.718l-4.642 5.144c.777 1.97 2.374 3.38 4.434 3.917l4.656-5.158c.711-.797 1.087-1.809 1.032-2.775-.031-.524-.201-1.27-.848-1.846Zm-7.936-7.058c-1.225-1.09-3.302-.768-4.63.718l-3.894 4.314-.007.007-.742.822c.778 1.97 2.374 3.381 4.434 3.917l4.651-5.155c.713-.798 1.09-1.81 1.035-2.779-.03-.524-.201-1.269-.847-1.844Zm49.817-34.883c-6.49-5.705-17.062-4.338-23.564 3.05l-4.02 4.562v.003L40.796 41.194c2.85 1.715 7.026.944 9.757-2.017l7.16-7.396a2.3 2.3 0 0 1 .339-.29l.002-.001c.196-.139.414-.233.635-.305l.102-.033c.21-.057.427-.081.643-.077.044.001.086.004.13.007.218.016.434.056.643.133.026.01.051.024.077.035.204.085.4.197.58.342.011.01.025.011.035.02l.025.022c.004.003.008.005.01.008l3.061 2.664c3.578 2.476 8.843 1.616 12.293-2.019a2.341 2.341 0 0 1 3.32-.079c.94.899.975 2.39.08 3.333-2.538 2.67-5.791 4.282-9.095 4.738l8.809 7.878c.015.012.03.025.044.039l2.72 2.43 7.147-7.992c2.052-2.295 3.136-5.249 2.974-8.102-.136-2.367-1.125-4.484-2.784-5.96l-7.125-6.339c-.063-.055-.111-.12-.167-.182l-2.074-1.823Z"/>', Rt = {
574
+ width: Ht,
575
+ height: Dt,
576
+ block: Bt
577
+ }, Wt = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Handshake", content: Rt, ...t }), Ot = 15, Pt = 15, Ut = '<path fill="currentColor" d="M81.897 23.723c-9.69-6.461-21.347-8.99-32.819-7.124l-5.622.915c-12.986 2.113-23.523 12.24-26.22 25.2l-3.23 15.505-8.218 5.133A5.917 5.917 0 0 0 3 68.319a5.918 5.918 0 0 0 2.663 5.034l11.389 7.508a25.066 25.066 0 0 0 16.878 3.947l15.721-1.96c.024-.003.043-.012.067-.015.04-.007.083-.012.124-.02.012-.003.021-.001.033-.004l46.29-10.405A2.357 2.357 0 0 0 98 70.098v-16.19c0-12.176-6.019-23.46-16.103-30.185Zm-32.07-2.46c7.11-1.156 14.3-.43 20.933 2.036l-20.57 2.083a22.23 22.23 0 0 0-2.354.344 27.737 27.737 0 0 0-8.278 3.177 13.263 13.263 0 0 0-1.574-1.701c-.976-.872-1.932-1.429-2.824-1.793 2.763-1.58 5.811-2.706 9.046-3.23l5.62-.916Zm-21.35 13.552c.384-3.37 1.873-5.287 3.727-5.287.836 0 1.746.389 2.665 1.208 2.957 2.642 4.915 8.832 4.352 13.754-.386 3.386-1.87 5.312-3.717 5.312-.839 0-1.753-.397-2.675-1.233-2.953-2.68-4.91-8.868-4.353-13.754Zm64.829 33.39-41.237 9.27 2.167-19.133c.826-7.28 6.421-13.171 13.608-14.325l22.442-3.609a31.633 31.633 0 0 1 3.02 13.5v14.297ZM33.354 80.12a20.372 20.372 0 0 1-13.73-3.212L8.236 69.4a1.191 1.191 0 0 1-.54-1.023c.002-.199.063-.694.567-1.009l7.836-4.893 16.997 10.633.29.207a.6.6 0 0 0 .112.057.815.815 0 0 1 .082.038l8.905 5.57-9.13 1.14Zm14.1-3.593-10.147-6.346 2.755-17.262c1.847-1.445 3.371-3.953 3.822-7.888.113-.982.14-1.992.109-3.008 2.892-3.92 7.219-6.695 12.233-7.543l25.536-4.319c.205-.035.395-.108.58-.192a31.336 31.336 0 0 1 5.43 6.058l-20.67 3.323c-9.256 1.489-16.464 9.079-17.528 18.456l-2.12 18.721ZM23.729 37.914c.257 4.25 1.692 8.603 3.88 11.755l-2.097 13.132-6.78-4.242 3.098-14.876a27.286 27.286 0 0 1 1.899-5.769Z"/>', _t = {
578
+ width: Ot,
579
+ height: Pt,
580
+ block: Ut
581
+ }, Nt = (t) => /* @__PURE__ */ e.createElement(l, { alt: "HardHat", content: _t, ...t }), Gt = 15, Xt = 15, Jt = '<path fill="currentColor" fill-rule="evenodd" d="M84.082 38.632C86.28 38.384 88 36.478 88 34.293v-4.52a3.544 3.544 0 0 0-1.192-2.654 3.624 3.624 0 0 0-2.8-.869l-13.384 1.51V14.545a3.545 3.545 0 0 0-1.19-2.652 3.616 3.616 0 0 0-2.8-.87l-4.564.514c-2.209.249-3.94 2.166-3.94 4.365v13.264L41.869 31V17.786a3.536 3.536 0 0 0-1.192-2.654 3.6 3.6 0 0 0-2.798-.868l-4.588.516c-2.195.247-3.914 2.154-3.914 4.339v13.289l-13.462 1.516C13.722 34.173 12 36.078 12 38.263v4.52c0 1.017.435 1.985 1.19 2.654a3.611 3.611 0 0 0 2.8.869l13.386-1.509v16.054l-13.483 1.52C13.71 62.615 12 64.51 12 66.682v4.52c0 1.024.437 1.997 1.198 2.668a3.623 3.623 0 0 0 2.4.898c.139 0 .276-.006.417-.023l13.36-1.505v13.212c0 1.019.433 1.987 1.19 2.654a3.604 3.604 0 0 0 2.8.87l4.564-.514c2.209-.25 3.939-2.167 3.939-4.365V71.833l16.263-1.832v13.19a3.56 3.56 0 0 0 1.197 2.667 3.625 3.625 0 0 0 2.817.876l4.54-.513c2.209-.249 3.94-2.165 3.94-4.365V68.592l13.457-1.516C86.28 66.828 88 64.922 88 62.736v-4.518a3.545 3.545 0 0 0-1.19-2.654 3.637 3.637 0 0 0-2.802-.87l-13.384 1.508V40.148l13.459-1.516Zm-25.951 2.924V57.61l-16.263 1.834V43.39l16.263-1.834Z" clip-rule="evenodd"/>', Qt = {
582
+ width: Gt,
583
+ height: Xt,
584
+ block: Jt
585
+ }, Kt = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Hashtag", content: Qt, ...t }), Yt = 15, jt = 15, qt = '<path fill="currentColor" fill-rule="evenodd" d="m24 21.939 12.748-1.455v28.379l26.504-3.025V17.456L76 16v62.063l-12.748 1.454V57.245l-26.504 3.027v22.273L24 84V21.939Z" clip-rule="evenodd"/>', tc = {
586
+ width: Yt,
587
+ height: jt,
588
+ block: qt
589
+ }, cc = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Heading", content: tc, ...t }), lc = 15, ec = 15, oc = '<path fill="currentColor" fill-rule="evenodd" d="M72.903 42.058 88 32.982v41.365l-5.813.794V41.494l-9.284 5.849v-5.285ZM64.925 16v62.062l-12.73 1.455V57.245L25.73 60.271v22.274L13 84V21.938l12.73-1.454v28.379l26.464-3.026V17.456L64.924 16Z" clip-rule="evenodd"/>', nc = {
590
+ width: lc,
591
+ height: ec,
592
+ block: oc
593
+ }, ac = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Heading1", content: nc, ...t }), rc = 15, ic = 15, dc = '<path fill="currentColor" fill-rule="evenodd" d="M82.468 51.922c1.808-2.467 3.744-5.109 3.744-7.952 0-3.006-3.034-5.192-6.782-4.854-4.344.392-7.852 2.576-8.245 7.556l-5.865.542c.194-6.841 5.735-11.956 13.656-12.659C85.823 33.947 92 36.891 92 43.384c0 2.62-.897 4.994-2.44 7.104L74.63 71.045l16.986-1.704v4.584l-27.409 2.788 18.26-24.791ZM60.668 16v62.063l-12.669 1.455V57.246l-26.332 3.026v22.274L9 84V21.939l12.667-1.455v28.379l26.332-3.025V17.457L60.667 16Z" clip-rule="evenodd"/>', sc = {
594
+ width: rc,
595
+ height: ic,
596
+ block: dc
597
+ }, hc = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Heading2", content: sc, ...t }), uc = 15, vc = 15, mc = '<path fill="currentColor" fill-rule="evenodd" d="M82.264 40.656 67.41 43.19v-4.514l24.4-4.125-11.58 17.05C87.521 50.331 93 53.853 93 61.153c0 7.46-6.493 13.918-14.089 15.303-5.951 1.085-9.748.652-13.617-4.401l4.653-3.147c1.81 2.844 4.578 4.113 8.543 3.395 4.313-.78 9.152-4.591 9.152-9.822 0-5.071-4.06-7.83-9.753-6.832-2.763.485-5.83 2.095-7.64 3.972l-.787-.507 12.802-18.458ZM59.386 16v62.062l-12.6 1.455V57.245l-26.19 3.026v22.274L8 84V21.938l12.597-1.454v28.379l26.19-3.026V17.456L59.386 16Z" clip-rule="evenodd"/>', gc = {
598
+ width: uc,
599
+ height: vc,
600
+ block: mc
601
+ }, $c = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Heading3", content: gc, ...t }), Zc = 15, pc = 15, bc = '<path fill="currentColor" fill-rule="evenodd" d="m62.28 69.235 19.531-2.852v10.086l5.83-.87V65.532L93 64.75v-4.362l-5.358.775V34.06l-1.164.158L62.28 67.004v2.231Zm19.401-21.73.13-.018v14.519l-11.99 1.733 11.86-16.234ZM57.741 16v62.062l-12.685 1.455V57.245l-26.371 3.027v22.273L6 84V21.939l12.685-1.455v28.378l26.37-3.024V17.456L57.743 16Z" clip-rule="evenodd"/>', fc = {
602
+ width: Zc,
603
+ height: pc,
604
+ block: bc
605
+ }, Cc = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Heading4", content: fc, ...t }), kc = 15, wc = 15, Mc = '<path fill="currentColor" fill-rule="evenodd" d="M68.54 59.928V37.314l23.16-2.863v4.644l-17.649 2.208v11.454c2.356-1.137 4.187-1.649 6.275-1.917C86.772 50.012 95 53.153 95 61.768c0 7.291-6.41 14.133-14.935 15.299-7.39 1.01-11.723-.959-15.079-5.131l4.933-3.392c2.035 3.234 5.507 4.766 9.69 4.2 4.237-.573 9.565-3.951 9.565-10.092 0-4.981-4.353-8.013-9.892-7.293-3.594.466-6.87 1.948-10.085 4.873l-.657-.304ZM57.866 16v62.062l-12.717 1.455V57.245l-26.434 3.026v22.274L6 84V21.939l12.715-1.455v28.379l26.434-3.025V17.456L57.866 16Z" clip-rule="evenodd"/>', Lc = {
606
+ width: kc,
607
+ height: wc,
608
+ block: Mc
609
+ }, Vc = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Heading5", content: Lc, ...t }), Ec = 15, Ic = 15, Ac = '<path fill="currentColor" fill-rule="evenodd" d="m76.152 52.125 12.829-18.81-6.975.873L70.02 52.589c-4.245 6.535-5.59 9.592-5.463 13.415.26 7.869 7.149 11.713 15.536 10.55 7.891-1.095 14.15-7.333 13.9-14.906-.201-6.068-5.553-11.52-13.7-10.457-1.296.17-2.788.42-4.007 1.029l-.134-.095Zm12.06 10.693c.163 4.909-3.41 8.65-8.59 9.361-4.806.66-9.008-1.694-9.183-6.967-.175-5.274 3.831-8.789 8.64-9.424 5.18-.684 8.97 2.121 9.133 7.03ZM57.786 16v62.063L45.09 79.518V57.246l-26.393 3.026v22.274L6 84V21.939l12.696-1.455v28.379l26.393-3.025V17.457L57.786 16Z" clip-rule="evenodd"/>', xc = {
610
+ width: Ec,
611
+ height: Ic,
612
+ block: Ac
613
+ }, Fc = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Heading6", content: xc, ...t }), yc = 15, Sc = 15, Tc = '<path fill="currentColor" fill-rule="evenodd" d="m19.98 66.476-.078-17.84-2.454.281c-1.014.116-2.017.585-2.828 1.321-2.717 2.465-4.196 5.963-3.957 9.362.196 2.8 1.509 5.158 3.7 6.644.71.483 1.622.692 2.559.582l3.059-.35Zm3.21-21.532a4.114 4.114 0 0 1 1.348 3.067V66.58c0 2.278-1.77 4.264-4.032 4.523l-3.058.349a8.91 8.91 0 0 1-1.009.058c-1.687 0-3.318-.487-4.674-1.409-3.348-2.269-5.435-5.977-5.73-10.173-.336-4.815 1.71-9.728 5.474-13.142 1.523-1.382 3.446-2.268 5.413-2.494l3.059-.349a4.1 4.1 0 0 1 3.21 1.002Zm66.147 3.692c-.196-2.798-1.51-5.158-3.7-6.644-.587-.399-1.31-.608-2.075-.608-.16 0-.324.01-.486.028l-3.057.35.074 17.331c.057.157.096.323.117.495l2.342-.267c1.012-.116 2.015-.586 2.828-1.323 2.715-2.463 4.196-5.962 3.957-9.362Zm-.848 12.817c-1.521 1.382-3.444 2.268-5.413 2.493l-2.995.343C78.858 75.27 70.09 84.834 59.185 86.942c-.854 3.482-3.844 6.264-7.514 6.684h-.001l-2.818.32a8.13 8.13 0 0 1-.929.054c-1.85 0-3.572-.644-4.927-1.857-1.57-1.406-2.435-3.39-2.435-5.588 0-4.38 3.413-8.2 7.768-8.698l2.817-.322c2.192-.253 4.278.39 5.86 1.805a7.221 7.221 0 0 1 1.958 2.906c9.345-2.123 16.637-10.923 16.637-20.574v-.423a4.195 4.195 0 0 1-.14-1.024V41.658c0-2.277 1.771-4.263 4.032-4.522l3.059-.35c2.038-.233 4.058.247 5.683 1.35 3.346 2.27 5.435 5.978 5.729 10.174.338 4.814-1.709 9.728-5.475 13.143ZM50.264 11.859C36.84 13.394 25.03 23.365 20.875 36.671a2.322 2.322 0 0 1-2.212 1.633 2.33 2.33 0 0 1-2.215-3.025c4.695-15.034 18.074-26.306 33.29-28.046 15.45-1.763 29.014 6.607 33.797 20.83a2.33 2.33 0 0 1-1.456 2.95 2.317 2.317 0 0 1-2.939-1.46C75.073 17.458 63.474 10.35 50.264 11.858Z" clip-rule="evenodd"/>', zc = {
614
+ width: yc,
615
+ height: Sc,
616
+ block: Tc
617
+ }, Hc = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Headset", content: zc, ...t }), Dc = 15, Bc = 15, Rc = '<path fill="currentColor" fill-rule="evenodd" d="M88.928 12.432c-4.597-4.144-10.697-6.019-17.187-5.271-9.184 1.058-17.412 7.388-21.343 15.862-4.075-7.568-12.363-11.98-21.611-10.918C15.67 13.614 5 25.625 5 38.881c0 5.567 1.911 10.803 5.384 14.749 4.017 4.56 37.224 38.313 38.634 39.747.394.4.927.623 1.482.623.037 0 .07-.002.107-.003a2.082 2.082 0 0 0 1.515-.778c1.41-1.759 34.61-43.14 38.61-48.609C94.13 39.97 96 34.386 96 28.888c0-6.5-2.513-12.343-7.072-16.456Z" clip-rule="evenodd"/>', Wc = {
618
+ width: Dc,
619
+ height: Bc,
620
+ block: Rc
621
+ }, Oc = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Heart", content: Wc, ...t }), Pc = 15, Uc = 15, _c = '<path fill="currentColor" fill-rule="evenodd" d="M71.74 7.16c6.491-.747 12.59 1.128 17.188 5.272C93.488 16.545 96 22.388 96 28.888c0 5.498-1.871 11.082-5.267 15.722l-.438.587c-5.527 7.33-36.805 46.316-38.173 48.022a2.084 2.084 0 0 1-1.339.761l-.176.017L50.5 94a2.08 2.08 0 0 1-1.482-.623L34.933 79.025c-10.07-10.285-22.22-22.75-24.549-25.395C6.911 49.684 5 44.448 5 38.88c0-13.256 10.67-25.267 23.787-26.776 9.248-1.061 17.536 3.35 21.611 10.918C54.33 14.549 62.557 8.219 71.741 7.16Zm14.51 8.243c-3.734-3.366-8.689-4.886-14.052-4.268-7.517.866-14.515 6.034-17.992 13.193l-.18.378-1.68 3.624c-.694 1.495-2.795 1.557-3.576.107l-1.894-3.518c-3.353-6.228-10.128-9.701-17.632-8.84C18.149 17.355 9 27.654 9 38.88c0 4.461 1.468 8.626 4.118 11.792l.269.313c1.046 1.189 4.305 4.601 9.276 9.73l9.725 9.985 8.99 9.187 8.975 9.142 9.971-12.45L75.262 57.85c6.64-8.355 10.99-13.891 12.243-15.603 2.9-3.964 4.495-8.722 4.495-13.36 0-5.384-2.046-10.143-5.75-13.485Z" clip-rule="evenodd"/>', Nc = {
622
+ width: Pc,
623
+ height: Uc,
624
+ block: _c
625
+ }, Gc = (t) => /* @__PURE__ */ e.createElement(l, { alt: "HeartOutline", content: Nc, ...t }), Xc = 15, Jc = 15, Qc = '<path fill="currentColor" d="M93.212 10.121a2.39 2.39 0 0 0-3.35.179l-7.726 8.512a2.33 2.33 0 0 0 .18 3.316c.453.402 1.02.6 1.584.6.65 0 1.297-.262 1.767-.78l7.726-8.513a2.329 2.329 0 0 0-.18-3.314Zm-42.005 9.381c1.31 0 2.373-1.051 2.373-2.347V6.347C53.58 5.052 52.517 4 51.207 4c-1.31 0-2.373 1.052-2.373 2.347v10.808c0 1.296 1.063 2.347 2.373 2.347ZM17.098 30.097a2.38 2.38 0 0 0 1.776-.79 2.33 2.33 0 0 0-.202-3.314l-7.726-6.77a2.388 2.388 0 0 0-3.35.2 2.33 2.33 0 0 0 .203 3.312l7.726 6.772c.452.396 1.013.59 1.573.59Zm63.694 2.179c-3.7-3.268-8.597-4.74-13.81-4.158-6.852.774-13.037 5.149-16.37 11.128-3.473-5.224-9.723-8.188-16.646-7.406C23.509 33.017 15 42.398 15 52.75c0 4.376 1.539 8.498 4.335 11.607 3.098 3.448 28.639 28.87 29.724 29.95a2.391 2.391 0 0 0 3.526-.176c1.085-1.325 26.613-32.486 29.7-36.617 2.708-3.624 4.199-7.987 4.199-12.286 0-5.111-2.02-9.712-5.692-12.952ZM74.545 56.17a2.37 2.37 0 0 1-1.408-.46 2.328 2.328 0 0 1-.497-3.282c1.325-1.774 2.055-3.888 2.055-5.955 0-2.768-1.271-5.488-3.24-6.927-1.035-.756-2.75-1.507-5.07-.803a2.377 2.377 0 0 1-2.966-1.554 2.344 2.344 0 0 1 1.572-2.933c3.284-.998 6.58-.462 9.283 1.514 3.188 2.33 5.167 6.43 5.167 10.703 0 3.063-1.06 6.17-2.986 8.745a2.38 2.38 0 0 1-1.91.952Zm-9.143 13.065a2.378 2.378 0 0 1-1.84.864 2.376 2.376 0 0 1-1.499-.529 2.33 2.33 0 0 1-.34-3.302l4.853-5.886a2.392 2.392 0 0 1 3.34-.337 2.33 2.33 0 0 1 .339 3.303l-4.853 5.887Z"/>', Kc = {
626
+ width: Xc,
627
+ height: Jc,
628
+ block: Qc
629
+ }, Yc = (t) => /* @__PURE__ */ e.createElement(l, { alt: "HeartShiny", content: Kc, ...t }), jc = 15, qc = 15, tl = '<path fill="currentColor" fill-rule="evenodd" d="M88.011 27.375 50.704 6.254c-.731-.414-1.677-.316-2.408.25L10.989 35.379A2.53 2.53 0 0 0 10 37.352V89.98c0 1.238.985 2.134 2.193 2.008l74.614-7.754C88.015 84.11 89 83.008 89 81.77V29.142c0-.755-.372-1.418-.989-1.767ZM41.961 84.42V62.58l15.078-1.567v21.84L41.961 84.42Zm19.464-2.023V58.322c0-1.238-.985-2.134-2.193-2.009l-19.464 2.023c-1.208.126-2.193 1.227-2.193 2.465v24.077l-23.19 2.41V38.102L49.5 10.924l35.114 19.88V79.99L61.425 82.4Z" clip-rule="evenodd"/>', cl = {
630
+ width: jc,
631
+ height: qc,
632
+ block: tl
633
+ }, ll = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Home", content: cl, ...t }), el = 15, ol = 15, nl = '<path fill="currentColor" fill-rule="evenodd" d="M64.315 50.447c0-.858-.327-1.618-.92-2.138-.505-.443-1.163-.677-1.883-.677-.127 0-.253.007-.383.021-2.006.225-3.7 2.09-3.7 4.072 0 .86.326 1.618.92 2.138.593.52 1.401.75 2.265.655 2.007-.224 3.701-2.088 3.701-4.071Zm2.105-5.467c1.572 1.378 2.437 3.32 2.437 5.467 0 4.213-3.467 8.028-7.727 8.505a8.077 8.077 0 0 1-.914.051c-1.831 0-3.543-.628-4.892-1.811-1.572-1.379-2.438-3.319-2.438-5.467 0-4.212 3.468-8.027 7.728-8.504 2.173-.242 4.235.381 5.806 1.76Zm20.798 7.79a2.28 2.28 0 0 1-1.487.547 2.28 2.28 0 0 1-1.716-.768L61.023 26.544l-20.36 27.311c0 .018.005.036.005.054v34.359l11.717-1.31V73.76c0-4.509 3.438-8.294 7.998-8.803a8.16 8.16 0 0 1 6.283 1.96 7.868 7.868 0 0 1 2.694 5.909v12.23l11.716-1.31V60.343c0-1.232 1.016-2.231 2.27-2.231 1.255 0 2.272 1 2.272 2.231v25.394c0 1.135-.867 2.089-2.014 2.217l-44.948 5.03a2.19 2.19 0 0 1-.254.015l-.007.001-.019-.002a2.368 2.368 0 0 1-.651-.108 2.309 2.309 0 0 1-.51-.218h-.001L15.373 79.56a2.221 2.221 0 0 1-1.087-1.904V52.987c0-1.231 1.016-2.23 2.27-2.23 1.255 0 2.271.999 2.271 2.23v23.419l17.3 10.384V57.478a2.297 2.297 0 0 1-.58-.25L13.07 43.487a2.228 2.228 0 0 1-1.03-1.47 2.2 2.2 0 0 1 .396-1.74L36.563 7.913a2.297 2.297 0 0 1 3.033-.577l22.477 13.738c.03.018.053.043.08.06a2.567 2.567 0 0 1 .357.3c.026.026.053.045.078.072l24.856 28.116c.823.93.722 2.34-.225 3.148Z" clip-rule="evenodd"/>', al = {
634
+ width: el,
635
+ height: ol,
636
+ block: nl
637
+ }, rl = (t) => /* @__PURE__ */ e.createElement(l, { alt: "House", content: al, ...t }), il = 15, dl = 15, sl = '<path fill="currentColor" fill-rule="evenodd" d="M27.725 30.41c0 8.302 5.27 15.04 13.115 16.768a2.356 2.356 0 0 1 .304 4.51C32.12 54.991 24.91 62.781 22.329 72.02a3.274 3.274 0 0 0 .675 3.049 3.295 3.295 0 0 0 2.92 1.156l10.383-1.183a2.347 2.347 0 0 1 2.603 2.071 2.35 2.35 0 0 1-2.07 2.604l-10.383 1.184a8.035 8.035 0 0 1-7.035-2.778 8.026 8.026 0 0 1-1.625-7.372c2.459-8.8 8.551-16.461 16.454-21.017C27.357 46.07 23.02 38.874 23.02 30.41c0-13.242 10.762-25.24 23.99-26.75 6.562-.748 12.723 1.128 17.373 5.28 4.61 4.118 7.151 9.97 7.151 16.476 0 8.397-4.33 16.497-11.19 21.597a26.806 26.806 0 0 1 4.94 2.41 2.353 2.353 0 0 1-2.483 3.998c-2.687-1.67-5.688-2.741-8.922-3.186a2.35 2.35 0 0 1-2.009-1.998 2.358 2.358 0 0 1 1.369-2.483c8.13-3.638 13.59-11.81 13.59-20.338 0-5.146-1.983-9.75-5.58-12.963-3.636-3.247-8.506-4.701-13.706-4.116C36.616 9.584 27.726 19.486 27.726 30.41Zm23.143 65.77a1.061 1.061 0 0 0 1.097-.067l32.077-22.168a1.06 1.06 0 0 0-.157-1.835L51.808 57.248a1.063 1.063 0 0 0-1.508.963v37.028c0 .395.219.757.568.94Z" clip-rule="evenodd"/>', hl = {
638
+ width: il,
639
+ height: dl,
640
+ block: sl
641
+ }, ul = (t) => /* @__PURE__ */ e.createElement(l, { alt: "InProgressCandidate", content: hl, ...t }), vl = 15, ml = 15, gl = '<path fill="currentColor" fill-rule="evenodd" d="M56.493 66.181a3.582 3.582 0 0 1-2.741-.84 3.29 3.29 0 0 1-1.177-2.528V45.458a3.842 3.842 0 0 0-1.352-2.91 4.142 4.142 0 0 0-3.155-.964l-8.477.93c-2.223.245-3.818 2.176-3.565 4.315.252 2.139 2.258 3.676 4.481 3.432l3.97-.436v12.988c0 3.184 1.416 6.226 3.883 8.346C50.498 72.997 53.26 74 56.097 74c.436 0 .875-.025 1.314-.073 2.221-.244 3.816-2.175 3.563-4.314-.253-2.139-2.262-3.683-4.481-3.432Zm-12.33-35.895c.12.273.27.532.431.78a4.846 4.846 0 0 0 3.927 2.027c.31 0 .621-.04.931-.091.299-.065.594-.143.878-.26a5.21 5.21 0 0 0 .81-.416 4.43 4.43 0 0 0 1.31-1.26c.175-.247.322-.507.43-.78.123-.273.216-.559.27-.858.068-.286.095-.585.095-.884a4.51 4.51 0 0 0-1.377-3.222 4.363 4.363 0 0 0-.729-.559 3.634 3.634 0 0 0-.81-.416 4.21 4.21 0 0 0-.877-.26c-1.538-.298-3.171.182-4.263 1.235a4.52 4.52 0 0 0-1.391 3.223 4.548 4.548 0 0 0 .364 1.741ZM83.948 12.62C74.808 4.513 62.66.85 49.732 2.317 23.412 5.297 2 29.005 2 55.167c0 12.738 4.992 24.178 14.054 32.214C23.876 94.32 33.9 98 44.73 98c1.824 0 3.674-.105 5.536-.315C76.587 94.703 98 70.995 98 44.833c0-12.737-4.99-24.177-14.05-32.213ZM49.732 93.018c-11.568 1.31-22.41-1.936-30.532-9.14-8.044-7.133-12.474-17.331-12.474-28.71 0-23.851 19.533-45.468 43.54-48.186a44.35 44.35 0 0 1 4.985-.285c9.674 0 18.608 3.268 25.55 9.427 8.044 7.133 12.473 17.329 12.473 28.709 0 23.851-19.533 45.466-43.542 48.185" clip-rule="evenodd"/>', $l = {
642
+ width: vl,
643
+ height: ml,
644
+ block: gl
645
+ }, Zl = (t) => /* @__PURE__ */ e.createElement(l, { alt: "InformationOutline", content: $l, ...t }), pl = 15, bl = 15, fl = '<path fill="currentColor" fill-rule="evenodd" d="M63.852 34.673c-3.813-3.395-8.845-4.932-14.195-4.323C38.974 31.564 30.28 41.23 30.28 51.897c0 5.292 2.085 10.062 5.867 13.43 3.27 2.91 7.438 4.452 11.925 4.452.749 0 1.507-.041 2.27-.128C61.027 68.435 69.72 58.769 69.72 48.102c0-5.292-2.084-10.061-5.866-13.43Zm-14.195 28.98c-3.601.41-6.972-.595-9.48-2.828-2.48-2.209-3.846-5.38-3.846-8.928 0-7.696 6.285-14.673 14.012-15.55.525-.06 1.047-.09 1.562-.09 3.007 0 5.776 1.011 7.918 2.918 2.48 2.21 3.845 5.379 3.845 8.927 0 7.698-6.286 14.673-14.011 15.552ZM66.972 7.157l-34.631 3.937C19.47 12.555 9 24.198 9 37.045v34.542c0 6.342 2.493 12.054 7.02 16.086C19.93 91.153 24.924 93 30.3 93c.899 0 1.81-.052 2.726-.156l34.632-3.936C80.53 87.446 91 75.803 91 62.955V28.413c0-6.341-2.493-12.055-7.022-16.085-4.564-4.064-10.61-5.9-17.006-5.172Zm5.503 12.456c-2.997.34-5.428 3.041-5.428 6.032s2.431 5.139 5.428 4.798c2.999-.34 5.43-3.04 5.43-6.032 0-2.99-2.431-5.14-5.43-4.799ZM84.95 62.955c0 9.877-8.064 18.83-17.977 19.956l-34.631 3.937c-4.67.53-9.031-.777-12.29-3.678-3.225-2.87-5-6.985-5-11.583V37.045c0-9.878 8.064-18.83 17.975-19.957l34.632-3.935c4.669-.533 9.03.776 12.29 3.677 3.226 2.87 5.001 6.984 5.001 11.583v34.542Z" clip-rule="evenodd"/>', Cl = {
646
+ width: pl,
647
+ height: bl,
648
+ block: fl
649
+ }, kl = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Instagram", content: Cl, ...t }), wl = 15, Ml = 15, Ll = '<path fill="currentColor" fill-rule="evenodd" d="M32.193 81.232c.39-.045 7.23-.856 7.59-.898.143-.61 9.855-58.174 9.972-58.8l-7.692.911 1.087-6.755L66 13l-1.087 6.757c-.372-.015-7.46.936-7.784.934-.136.587-10.065 58.17-10.076 58.81.564.044 7.445-.976 7.988-.959l-1.19 6.768L31 88l1.193-6.768Z" clip-rule="evenodd"/>', Vl = {
650
+ width: wl,
651
+ height: Ml,
652
+ block: Ll
653
+ }, El = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Italic", content: Vl, ...t }), Il = 15, Al = 15, xl = '<path fill="currentColor" fill-rule="evenodd" d="m71.712 57.35-3.335.222c-.984.081-1.398-.286-1.398-.922 0-.351.127-.65.35-.867.762.295 1.684.349 2.763.226 3.463-.396 5.688-2.783 5.688-5.68 0-.605-.16-1.16-.477-1.601l2.001-.228v-3.056l-5.212.595a7.537 7.537 0 0 0-2-.027c-3.463.396-5.815 2.733-5.815 5.631 0 1.178.446 2.21 1.209 2.95-1.21.678-1.876 1.678-1.876 2.886 0 1.242.51 2.076 1.62 2.554-1.523.748-2.478 1.81-2.478 3.276 0 2.577 2.417 4.18 7.277 3.625 5.368-.613 7.467-3.018 7.467-5.882 0-2.642-2.099-3.93-5.784-3.701Zm-1.682 6.37c-2.352.269-3.115-.344-3.115-1.427 0-.413.127-.778.383-1.094l3.558-.184c1.747-.104 2.255.092 2.255.856 0 .828-.571 1.563-3.08 1.849Zm2.002-12.962c0-1.083-.7-1.733-2.002-1.585-1.303.147-2.003.96-2.003 2.043 0 1.145.7 1.828 2.003 1.68 1.302-.147 2.002-.991 2.002-2.138Zm-16.37-3.09c-4.193.479-7.467 3.782-7.467 7.888 0 4.17 3.115 6.743 7.945 6.191 2.827-.321 4.48-1.37 5.782-2.666l-2.447-2.362c-.667.553-1.842 1.293-3.4 1.47-1.937.221-3.081-.444-3.495-1.797l10.263-1.171c.317-4.78-2.32-8.107-7.18-7.552Zm-3.144 6.249c.349-1.664 1.492-2.56 3.175-2.751 1.685-.192 2.638.59 2.829 2.065l-6.004.686Zm-11.54-4.573c-2.095.239-3.525 1.326-4.351 2.884l.094-2.112-4.29.49v20.31l4.29-.49v-8.563c.7 1.16 2.097 1.862 4.163 1.625 3.305-.376 6.133-3.628 6.133-7.798s-2.766-6.72-6.038-6.346Zm-1.334 10.53c-1.842.21-3.05-.862-3.05-2.994 0-2.007 1.208-3.385 3.05-3.596 1.812-.206 2.955.905 2.955 2.91 0 2.134-1.143 3.473-2.955 3.68Zm-13.729 7.361c0 .7-.316 1.118-.984 1.195-.349.04-.699-.112-1.05-.39l-2.127 2.79c.636.722 2 1.394 3.59 1.213 3.18-.363 4.861-2.337 4.861-5.457V50.859l-4.29.49v15.885Zm2.162-23.771c-1.461.167-2.732 1.425-2.732 2.985 0 1.592 1.27 2.56 2.732 2.394 1.462-.167 2.702-1.423 2.702-3.015 0-1.558-1.24-2.532-2.702-2.364ZM90.92 23.145c-.01-.046-.025-.09-.04-.137a2.463 2.463 0 0 0-.203-.464c-.02-.031-.033-.064-.053-.095a2.357 2.357 0 0 0-.388-.461c-.012-.011-.019-.026-.031-.037L72.904 6.592c-.008-.006-.018-.01-.026-.015a2.352 2.352 0 0 0-.52-.344c-.028-.013-.055-.021-.084-.034a2.33 2.33 0 0 0-.502-.152c-.044-.007-.084-.018-.128-.023a2.294 2.294 0 0 0-.57-.011l-.048.005h-.001L11.092 12.86A2.361 2.361 0 0 0 9 15.21v77.428a2.357 2.357 0 0 0 2.625 2.348l77.283-8.822A2.363 2.363 0 0 0 91 83.816V23.72c0-.199-.032-.39-.08-.574ZM13.718 89.989V17.318l55.265-6.31v14.687a2.357 2.357 0 0 0 2.625 2.348l14.676-1.675v55.338L13.717 89.99ZM73.7 13.611l9.417 8.361-9.417 1.075v-9.436Z" clip-rule="evenodd"/>', Fl = {
654
+ width: Il,
655
+ height: Al,
656
+ block: xl
657
+ }, yl = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Jpeg", content: Fl, ...t }), Sl = 15, Tl = 15, zl = '<path fill="currentColor" fill-rule="evenodd" d="M48.066 46.247c-2.097.239-3.527 1.326-4.353 2.884l.096-2.112-4.29.49v20.31l4.29-.49v-8.563c.698 1.16 2.095 1.862 4.161 1.627 3.305-.378 6.133-3.63 6.133-7.8s-2.764-6.719-6.037-6.346Zm-1.336 10.53c-1.842.21-3.05-.862-3.05-2.994 0-2.007 1.208-3.385 3.05-3.596 1.812-.207 2.956.905 2.956 2.91 0 2.132-1.144 3.473-2.956 3.68Zm-14.727 7.361c0 .7-.318 1.118-.984 1.194-.35.04-.7-.111-1.05-.39l-2.13 2.79c.637.723 2.002 1.395 3.593 1.215 3.177-.364 4.86-2.338 4.86-5.459V47.764l-4.289.49v15.885Zm2.16-23.772c-1.461.168-2.73 1.426-2.73 2.986 0 1.592 1.269 2.56 2.73 2.394 1.462-.167 2.702-1.423 2.702-3.015 0-1.558-1.24-2.532-2.702-2.365ZM63.8 56.255l-3.337.221c-.984.081-1.398-.286-1.398-.922 0-.351.127-.65.349-.868.763.295 1.685.35 2.766.227 3.46-.396 5.687-2.783 5.687-5.68 0-.605-.162-1.16-.478-1.601l2.001-.228v-3.056l-5.21.594a7.601 7.601 0 0 0-2-.026c-3.464.396-5.817 2.733-5.817 5.631 0 1.178.446 2.208 1.209 2.95-1.21.678-1.876 1.678-1.876 2.886 0 1.242.509 2.075 1.62 2.555-1.523.745-2.476 1.81-2.476 3.273 0 2.58 2.415 4.182 7.275 3.627 5.368-.613 7.467-3.018 7.467-5.882 0-2.643-2.099-3.93-5.782-3.701Zm-1.685 6.368c-2.352.269-3.115-.344-3.115-1.427 0-.414.128-.778.383-1.094l3.558-.184c1.747-.104 2.256.092 2.256.856 0 .828-.573 1.563-3.082 1.849Zm2.001-12.962c0-1.083-.7-1.735-2.001-1.585-1.303.148-2.002.959-2.002 2.042 0 1.146.699 1.83 2.002 1.68 1.302-.148 2.001-.99 2.001-2.137Zm26.806-26.515c-.012-.046-.028-.09-.042-.137a2.501 2.501 0 0 0-.202-.463c-.019-.032-.034-.065-.054-.097a2.34 2.34 0 0 0-.387-.46c-.012-.011-.019-.026-.032-.038L72.902 6.592c-.01-.008-.02-.012-.027-.019a2.4 2.4 0 0 0-.52-.34c-.025-.013-.051-.02-.078-.032a2.325 2.325 0 0 0-.516-.156c-.038-.006-.073-.016-.112-.021a2.349 2.349 0 0 0-.577-.011l-59.98 6.847A2.361 2.361 0 0 0 9 15.21v77.428a2.357 2.357 0 0 0 2.625 2.348l77.283-8.822A2.363 2.363 0 0 0 91 83.816V23.72c0-.199-.032-.39-.078-.574ZM13.717 89.989V17.318l55.263-6.31v14.687a2.358 2.358 0 0 0 2.625 2.348l14.678-1.675v55.338L13.717 89.99Zm59.98-76.378 9.419 8.361-9.418 1.075v-9.436Z" clip-rule="evenodd"/>', Hl = {
658
+ width: Sl,
659
+ height: Tl,
660
+ block: zl
661
+ }, Dl = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Jpg", content: Hl, ...t }), Bl = 15, Rl = 15, Wl = '<path fill="currentColor" d="M92.107 44.904c.213.153.418.315.616.488 6.3 5.478 3.26 18.99-6.92 30.763-4.669 5.399-10.132 9.59-15.383 11.805-2.68 1.13-5.187 1.692-7.426 1.692-2.47 0-4.603-.707-6.304-2.073-.016-.013-.038-.015-.055-.028h-.002c-.146-.1-3.03-2.072-8.27-6.628-2.806-2.44-3.748-6.48-3.041-11.247a2820.532 2820.532 0 0 0-3.166-2.803l-24.648 27.53A7.795 7.795 0 0 1 11.682 97 7.78 7.78 0 0 1 6.5 95.034a7.4 7.4 0 0 1-2.487-5.148 7.404 7.404 0 0 1 1.886-5.398l24.82-27.722-.255-.225-1.236-1.089c-1.385.345-2.71.518-3.952.518-2.619 0-4.878-.757-6.597-2.253l-.004-.005-7.42-6.452c-3.241-2.816-4.148-7.727-2.556-13.824 1.442-5.525 4.81-11.539 9.478-16.939 4.67-5.398 10.131-9.59 15.38-11.803 5.794-2.443 10.77-2.238 14.01.58l7.422 6.454.003.002c2.441 2.125 3.54 5.446 3.235 9.638 3.848 3.42 11.034 9.83 17.42 15.53 3.644-.593 6.767.07 9.03 2.039 1.351 1.175 5.881 4.75 7.43 5.967Zm-78.84-10.269c-1.097 4.2-.703 7.498 1.08 9.049l1.072.932c.022-.55.08-1.116.153-1.69l.013-.096a24.815 24.815 0 0 1 .361-2.061c.01-.044.02-.088.032-.132l.031-.13a30.307 30.307 0 0 1 .506-1.878l.047-.161c.195-.619.413-1.245.653-1.878.038-.1.079-.202.119-.304l.046-.117a36.628 36.628 0 0 1 .82-1.928.73.73 0 0 1 .024-.059c.304-.656.64-1.317.992-1.981l.052-.1a47.425 47.425 0 0 1 1.314-2.306c.04-.065.083-.131.125-.197l.083-.131c.374-.6.765-1.197 1.174-1.795l.115-.17a52.627 52.627 0 0 1 1.558-2.134l.167-.213.166-.212a53.229 53.229 0 0 1 1.63-1.99c4.67-5.398 10.132-9.59 15.382-11.803.756-.32 1.498-.588 2.223-.817.15-.047.297-.083.443-.12a7.11 7.11 0 0 0 .27-.068c.477-.133.956-.265 1.417-.359a1.13 1.13 0 0 0 .084-.02c.028-.008.056-.016.084-.021l-1.03-.895c-.852-.74-2.056-1.11-3.512-1.11-1.592 0-3.49.44-5.575 1.317-4.593 1.939-9.439 5.682-13.642 10.542-4.205 4.861-7.214 10.2-8.477 15.036Zm31.131 27.907 2.226 1.969c.054-.155.117-.312.18-.469l.096-.247c.045-.119.09-.238.138-.355a37.62 37.62 0 0 1 .769-1.816l.085-.188.027-.06a43.234 43.234 0 0 1 2.343-4.363c.047-.077.096-.154.146-.232.044-.067.087-.134.128-.2.344-.549.7-1.095 1.072-1.64.147-.217.3-.433.452-.649a52.196 52.196 0 0 1 1.286-1.743c.09-.12.181-.24.275-.36a54.833 54.833 0 0 1 1.663-2.029c4.5-5.203 9.738-9.267 14.811-11.537.04-.017.08-.038.12-.058.043-.022.087-.043.13-.062-7.946-7.09-13.47-12.01-16.144-14.386l-.001-.001-.19-.168-.27-.241a445.69 445.69 0 0 0-1.27-1.121.21.21 0 0 0-.027-.019.127.127 0 0 1-.027-.018 2.68 2.68 0 0 0-.449-.304 1.25 1.25 0 0 0-.135-.058l-.09-.036-.03-.013c-.112-.048-.223-.097-.347-.133a1.987 1.987 0 0 0-.2-.044l-.088-.018-.025-.005a3.858 3.858 0 0 0-.376-.07 3.805 3.805 0 0 0-.268-.018l-.07-.003a5.395 5.395 0 0 0-.421-.012 7.464 7.464 0 0 0-.536.035l-.127.011a4.758 4.758 0 0 0-.25.026 9.122 9.122 0 0 0-.57.105l-.034.007-.134.027a4.796 4.796 0 0 0-.252.053c-.218.053-.444.122-.67.19l-.043.014c-.048.015-.095.028-.141.041-.068.02-.137.039-.207.063-.366.123-.74.264-1.125.426-3.553 1.498-7.308 4.402-10.572 8.177-2.858 3.305-5.004 6.885-6.15 10.235-.164.477-.305.95-.428 1.419-.816 3.119-.561 5.535.695 6.628.388.336.889.776 1.467 1.283l.003.002.205.18.33.288.003.003v.001l.002.001a2524.915 2524.915 0 0 1 4.246 3.74l.36.319c2.158 1.904 4.49 3.965 6.601 5.834l.935.825.002.002c0 .002.001.002.002.003l.869.769Zm7.06 14.805c.59.514 1.15.994 1.679 1.44 0-.053.004-.107.007-.162l.006-.137c.004-.12.011-.242.018-.362a20.481 20.481 0 0 1 .15-1.677l.002-.021.003-.027.004-.036a25.605 25.605 0 0 1 .36-1.954l.001-.001.06-.262c.144-.617.305-1.24.5-1.874l.018-.054.021-.066a33.91 33.91 0 0 1 .637-1.834l.044-.116c.037-.101.075-.202.115-.304a38.49 38.49 0 0 1 .823-1.94l.077-.16a32.793 32.793 0 0 0 .077-.16c.276-.587.572-1.177.885-1.768l.114-.219.047-.09.039-.074a46.239 46.239 0 0 1 1.237-2.134l.03-.047.133-.213c.375-.6.766-1.2 1.178-1.798l.045-.07.137-.203a51.956 51.956 0 0 1 1.692-2.285l.109-.14a55.47 55.47 0 0 1 1.627-1.982 56.993 56.993 0 0 1 1.586-1.747l.084-.089h.001c.105-.11.208-.22.314-.329a50.644 50.644 0 0 1 1.709-1.698c.02-.02.041-.038.063-.057.5-.473 1.004-.924 1.512-1.364a47.594 47.594 0 0 1 2.041-1.681c.135-.105.272-.206.409-.306l.23-.17c.317-.237.634-.467.951-.69a38.348 38.348 0 0 1 3.351-2.115l.025-.013a31.123 31.123 0 0 1 3.106-1.545 22.984 22.984 0 0 1 4.057-1.305c-.487-.4-.903-.746-1.189-.995-.852-.74-2.056-1.11-3.514-1.11-.788 0-1.653.11-2.577.325l-.004.001-.004.002a18.07 18.07 0 0 0-2.25.71l-.003.001-.129.05c-.395.153-.797.325-1.2.507l-.08.037c-.253.114-.506.23-.76.355a29.18 29.18 0 0 0-1.22.652l-.241.133a13.29 13.29 0 0 0-.461.257c-.649.387-1.3.802-1.952 1.253-.05.034-.1.071-.15.108-.037.027-.073.055-.11.081-.58.408-1.162.841-1.74 1.299a17.354 17.354 0 0 0-.516.42 42.8 42.8 0 0 0-2.04 1.77c-.477.44-.947.9-1.415 1.369l-.07.07-.118.117a21.59 21.59 0 0 0-.338.339c-.623.645-1.24 1.31-1.839 2.003-4.443 5.139-7.608 10.96-8.68 15.971a.14.14 0 0 1-.006.017l-.002.006a.112.112 0 0 0-.003.011c-.785 3.728-.332 6.663 1.296 8.08Zm30.777-4.294C91.1 62.801 93.25 52.15 89.642 48.983l-.013-.011a.511.511 0 0 0-.02-.016l-.005-.004-.013-.01a3.775 3.775 0 0 0-.456-.317l-.018-.01a4.434 4.434 0 0 0-.775-.378 5.655 5.655 0 0 0-.885-.244 7.16 7.16 0 0 0-.828-.101l-.084-.006-.048-.003-.04-.002a9.486 9.486 0 0 0-.955.018l-.074.005-.148.01c-.332.03-.678.078-1.031.14l-.047.009-.039.006-.087.016a16.152 16.152 0 0 0-1.139.268l-.333.095c-.338.1-.682.215-1.033.342a22.354 22.354 0 0 0-2.208.939c-.273.131-.544.262-.82.408-.237.124-.473.258-.71.392l-.128.074-.128.071c-.233.131-.464.26-.7.405-.232.14-.465.293-.697.446l-.153.1-.247.16c-.192.123-.383.247-.578.38-.263.183-.527.38-.79.575l-.149.11c-.083.062-.166.122-.25.182-.162.118-.325.235-.489.361-.466.363-.93.747-1.39 1.136l-.12.098a4.985 4.985 0 0 0-.167.136 45.12 45.12 0 0 0-1.684 1.528c-.05.047-.1.098-.15.148-.038.04-.077.08-.116.118-.466.45-.928.907-1.382 1.383a49.649 49.649 0 0 0-1.614 1.778c-8.877 10.265-11.023 20.93-7.397 24.084 1.783 1.55 5.095 1.476 9.087-.207 4.595-1.937 9.44-5.681 13.644-10.542ZM21.772 50.14c.856.744 1.966 1.043 3.102 1.094a1.705 1.705 0 0 1-.09-.161c-.02-.037-.038-.075-.059-.11a7.965 7.965 0 0 1-.606-1.295c-.032-.083-.065-.165-.093-.25a9.527 9.527 0 0 1-.317-1.187l-.008-.03c-.005-.017-.01-.033-.012-.05a11.184 11.184 0 0 1-.164-1.378 6.706 6.706 0 0 1-.01-.31l-.004-.133a13.612 13.612 0 0 1 .038-1.582c.03-.362.074-.733.13-1.11l.008-.063.008-.062c.017-.124.034-.25.055-.376.097-.546.212-1.101.36-1.673 1.01-3.874 3.199-8.043 6.229-11.916.433-.552.883-1.1 1.349-1.64 3.73-4.313 8.102-7.665 12.31-9.44a20.595 20.595 0 0 1 1.58-.584c.127-.042.25-.079.375-.115l.064-.02a16.839 16.839 0 0 1 1.282-.332 12.475 12.475 0 0 1 3.111-.306c.095.002.187.009.28.015l.07.006a9.78 9.78 0 0 1 1.115.14 8.23 8.23 0 0 1 1.395.374c-.244-.896-.67-1.726-1.369-2.338h-.002v-.001a3.908 3.908 0 0 0-.724-.495c-.047-.025-.097-.044-.148-.064a1.597 1.597 0 0 1-.114-.046 4.49 4.49 0 0 0-.59-.24c-.068-.02-.14-.034-.213-.049a3.656 3.656 0 0 1-.143-.03l-.086-.02a5.123 5.123 0 0 0-.53-.103 3.111 3.111 0 0 0-.277-.02c-.047-.003-.094-.005-.14-.009l-.045-.003a7.435 7.435 0 0 0-.614-.025c-.156.002-.319.016-.482.029a24.098 24.098 0 0 1-.349.027c-.131.009-.263.018-.4.036a8.772 8.772 0 0 0-.52.092 23.34 23.34 0 0 1-.397.075c-.135.024-.27.048-.41.082-.225.054-.458.125-.692.195l-.155.047a9.391 9.391 0 0 1-.217.061c-.116.032-.232.064-.35.104-.487.162-.983.35-1.492.563-4.594 1.938-9.44 5.681-13.643 10.541-2.7 3.122-4.768 6.278-6.25 9.251-.02.041-.042.082-.064.124a3.43 3.43 0 0 0-.063.123c-.187.378-.35.748-.511 1.117l-.052.118-.108.236c-.052.11-.104.22-.15.329-.066.159-.123.314-.181.469-.038.1-.075.201-.115.303l-.122.313c-.088.22-.175.441-.25.657-.028.081-.052.16-.075.239l-.062.197-.016.05c-.131.399-.262.798-.368 1.182-.019.07-.034.14-.049.207a5.765 5.765 0 0 1-.038.164c-.106.411-.21.822-.287 1.215l-.012.075a.887.887 0 0 0-.224 1.516 1.228 1.228 0 0 1-.005.089 13.796 13.796 0 0 0-.072 1.223l.001.014v.015c-.01 1.742.347 3.178 1.065 4.181a.01.01 0 0 0 .002.003l.002.003c.18.251.383.476.608.672Z"/>', Ol = {
662
+ width: Bl,
663
+ height: Rl,
664
+ block: Wl
665
+ }, Pl = (t) => /* @__PURE__ */ e.createElement(l, { alt: "JusticeHammer", content: Ol, ...t }), Ul = 15, _l = 15, Nl = '<path fill="currentColor" fill-rule="evenodd" d="m73.977 11.47 13.271-1.512v10.6l-13.27 1.513v-10.6Zm0 41.29v-10.6l13.271-1.511v10.6l-13.27 1.512Zm17.197-47.2a2.367 2.367 0 0 0-1.837-.584L71.353 7.025a2.358 2.358 0 0 0-2.09 2.342v61.379a2.358 2.358 0 0 0 2.624 2.342l17.985-2.05a2.356 2.356 0 0 0 2.09-2.34V7.318a2.36 2.36 0 0 0-.788-1.759ZM56.808 54.715 43.537 56.23v-10.6l13.271-1.512v10.6ZM43.537 14.94l13.271-1.511v10.599L43.537 25.54v-10.6Zm15.361-6.495-17.985 2.049a2.359 2.359 0 0 0-2.09 2.342V58.87c0 .67.287 1.31.788 1.759a2.363 2.363 0 0 0 1.837.583l17.984-2.05a2.357 2.357 0 0 0 2.09-2.342V10.786a2.357 2.357 0 0 0-2.624-2.342Zm-32.53 80.431-13.27 1.511v-10.6l13.27-1.512v10.6Zm-13.27-70.468 13.27-1.512v10.6l-13.27 1.512v-10.6Zm0 25.946v-10.6l13.27-1.513v10.6l-13.27 1.513Zm0 15.344v-10.6l13.27-1.512v10.6l-13.27 1.512Zm15.36-47.785-17.984 2.05a2.356 2.356 0 0 0-2.09 2.34v76.725a2.358 2.358 0 0 0 2.623 2.343l17.986-2.05a2.356 2.356 0 0 0 2.088-2.341V14.254a2.358 2.358 0 0 0-2.623-2.342Z" clip-rule="evenodd"/>', Gl = {
666
+ width: Ul,
667
+ height: _l,
668
+ block: Nl
669
+ }, Xl = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Kanban", content: Gl, ...t }), Jl = 15, Ql = 15, Kl = '<path fill="currentColor" fill-rule="evenodd" d="m44.35 61.336-5.482.623c-3.694.42-6.586 3.647-6.586 7.342v1.99c0 1.335-1.135 2.59-2.478 2.743l-1.284.146c-3.694.42-6.59 3.647-6.59 7.344v5.164c0 1.333-1.133 2.59-2.476 2.742l-5.818.663v-7.866l29.749-33.095a22.877 22.877 0 0 0 3.213 3.51c1.107.98 2.29 1.833 3.527 2.565l-5.775 6.129Zm31.901-30.03c-3.332 3.708-8.67 4.397-11.899 1.539-1.4-1.238-2.233-3.015-2.347-5.004-.137-2.414.786-4.914 2.535-6.859 1.947-2.166 4.578-3.301 7.074-3.301 1.777 0 3.484.574 4.827 1.763 1.397 1.237 2.23 3.015 2.344 5.004.14 2.414-.785 4.914-2.534 6.858Zm15.706-3.826c-.373-6.544-3.167-12.438-7.866-16.596-10.438-9.237-27.342-7.398-37.681 4.104-5.307 5.904-8.106 13.58-7.678 21.058a24.755 24.755 0 0 0 2.19 8.897L9.592 79.795A2.307 2.307 0 0 0 9 81.34v11.344c0 .66.28 1.288.775 1.728a2.321 2.321 0 0 0 1.805.573l8.4-.956c3.694-.42 6.587-3.646 6.587-7.342v-5.164c0-1.335 1.135-2.59 2.478-2.744l1.283-.145c3.694-.42 6.59-3.647 6.59-7.344V69.3c0-1.333 1.133-2.59 2.476-2.742l6.324-.72a2.318 2.318 0 0 0 1.425-.713l7.444-7.897a25.047 25.047 0 0 0 7.975 1.297c7.762 0 15.811-3.418 21.716-9.988 5.308-5.905 8.108-13.58 7.679-21.058Z" clip-rule="evenodd"/>', Yl = {
670
+ width: Jl,
671
+ height: Ql,
672
+ block: Kl
673
+ }, jl = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Key", content: Yl, ...t }), ql = 15, te = 15, ce = '<path fill="currentColor" fill-rule="evenodd" d="m48.288 21.651-12.1 1.383V18.81c0-1.236-.998-2.24-2.23-2.24a2.236 2.236 0 0 0-2.232 2.24v4.734l-12.604 1.442a2.239 2.239 0 0 0-1.965 2.478 2.235 2.235 0 0 0 2.47 1.97l19.183-2.191c-.556 3.792-2.31 7.484-4.972 10.691a16.57 16.57 0 0 1-3.062-4.197 2.229 2.229 0 0 0-3-.982 2.244 2.244 0 0 0-.977 3.011 21.049 21.049 0 0 0 3.905 5.353 29.496 29.496 0 0 1-10.34 5.794 2.242 2.242 0 0 0 .675 4.375c.223 0 .452-.034.676-.106 4.817-1.534 9.087-4.03 12.542-7.16 3.545 2.352 7.846 3.861 12.57 4.286a2.235 2.235 0 0 0 2.421-2.03 2.24 2.24 0 0 0-2.024-2.432c-3.667-.33-7.019-1.42-9.821-3.116 3.391-4.124 5.526-8.973 5.98-14.01l5.41-.618a2.24 2.24 0 0 0 1.965-2.48 2.228 2.228 0 0 0-2.47-1.971Zm32.408 44.724-8.763-21.157a2.229 2.229 0 0 0-2.313-1.366l-2.949.337a2.234 2.234 0 0 0-1.833 1.43L56.074 68.78a2.243 2.243 0 0 0 2.086 3.035c.9 0 1.748-.552 2.087-1.446l2.446-6.467 11.599-1.327 2.285 5.518a2.228 2.228 0 0 0 2.917 1.207 2.24 2.24 0 0 0 1.202-2.926ZM40.63 54.56l14.824-1.695V9.748l-42.992 4.915v43.118l14.319-1.637a2.228 2.228 0 0 1 1.739.554c.473.425.744 1.033.744 1.67v7.807L39.24 55.27a2.235 2.235 0 0 1 1.39-.71ZM93 30.585V78.21a2.237 2.237 0 0 1-1.979 2.225L75.153 82.25v10.51a2.238 2.238 0 0 1-2.23 2.24c-.56 0-1.112-.211-1.534-.613L60.383 83.94l-16.815 1.923a2.236 2.236 0 0 1-2.483-2.225V59.876L28.677 73.44a2.227 2.227 0 0 1-2.453.572 2.238 2.238 0 0 1-1.422-2.086v-11.05l-14.318 1.639A2.233 2.233 0 0 1 8 60.29V12.664c0-1.139.852-2.096 1.979-2.225l47.453-5.426a2.242 2.242 0 0 1 1.739.554c.474.425.745 1.033.745 1.672v24.62l30.6-3.499a2.226 2.226 0 0 1 1.738.554c.474.425.746 1.033.746 1.671ZM68.492 48.577l4.016 9.695-8.032.92 4.016-10.615Z" clip-rule="evenodd"/>', le = {
674
+ width: ql,
675
+ height: te,
676
+ block: ce
677
+ }, ee = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Language", content: le, ...t }), oe = 15, ne = 15, ae = '<path fill="currentColor" fill-rule="evenodd" d="M86.751 52.554C81.438 69.917 68.2 80.259 50.428 80.93c-.366.014-.734.02-1.1.02-9.808 0-19.056-4.81-22.253-6.663-7.217 9.843-10.49 19.928-10.542 20.086A2.324 2.324 0 0 1 14.322 96a2.331 2.331 0 0 1-2.213-3.035c.288-.917 6.15-19.036 20.045-31.218a9.509 9.509 0 0 1-.86-4.234c.107-3.514 1.031-8.811 4.824-14.1a2.315 2.315 0 0 1 3.241-.528 2.34 2.34 0 0 1 .526 3.255c-3.107 4.331-3.863 8.652-3.95 11.515-.01.346.027.684.087 1.014a44.228 44.228 0 0 1 5.641-3.438c10.153-5.17 17.041-11.828 21.034-16.502a2.313 2.313 0 0 1 3.273-.252 2.337 2.337 0 0 1 .25 3.287C61.955 46.76 54.596 53.873 43.762 59.39a38.904 38.904 0 0 0-4.798 2.914c.23.092.462.175.709.232 4.78 1.106 12.268 1.414 20.79-3.386a2.314 2.314 0 0 1 3.16.894 2.338 2.338 0 0 1-.89 3.174c-6.31 3.552-12.161 4.666-17.017 4.666-2.7 0-5.091-.344-7.085-.803a9.376 9.376 0 0 1-3.56-1.675 53.084 53.084 0 0 0-5.064 5.177c3.418 1.887 11.854 5.983 20.248 5.687 15.677-.591 27.361-9.736 32.058-25.086 4.6-15.032 1.024-31.92-8.28-40.888-5.86 14.977-17.585 18.793-28.008 22.185-10.307 3.354-19.207 6.25-21.942 19.012-.356 1.652-.532 5.057.63 11.886a2.33 2.33 0 0 1-1.897 2.692 2.321 2.321 0 0 1-2.68-1.906c-1.034-6.073-1.232-10.667-.592-13.655 3.299-15.386 14.356-18.985 25.05-22.465 11.045-3.594 21.476-6.99 26.129-22.39A2.331 2.331 0 0 1 72.21 4.12a2.312 2.312 0 0 1 2.108.335c12.833 9.477 18.06 29.705 12.432 48.1Z" clip-rule="evenodd"/>', re = {
678
+ width: oe,
679
+ height: ne,
680
+ block: ae
681
+ }, ie = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Leaf", content: re, ...t }), de = 15, se = 15, he = '<path fill="currentColor" fill-rule="evenodd" d="M60.526 46.004c0 .923.342 1.736.964 2.291.633.564 1.496.818 2.44.71 2.135-.244 3.94-2.247 3.94-4.375 0-.922-.342-1.736-.964-2.29-.538-.48-1.245-.735-2.022-.735-.136 0-.277.009-.419.025-2.136.243-3.94 2.246-3.94 4.374Zm-31.678 3.072c0-4.559 3.568-8.538 8.12-9.057 2.295-.261 4.464.405 6.113 1.876a7.483 7.483 0 0 1 2.116 3.215l10.889-1.24c.905-3.61 4.022-6.488 7.845-6.923a8.224 8.224 0 0 1 2.642.125l13.301-22.37-5.573 1.702a2.36 2.36 0 0 1-2.944-1.565 2.358 2.358 0 0 1 1.565-2.943l11.535-3.524c.64-.193 1.33-.11 1.902.233.571.343.971.913 1.1 1.567l2.212 11.283a2.359 2.359 0 0 1-4.628.906l-1.05-5.364-13.34 22.438c1.25 1.4 1.93 3.214 1.93 5.195 0 4.56-3.566 8.54-8.118 9.058a8.798 8.798 0 0 1-.97.055c-1.93 0-3.729-.67-5.143-1.931a7.48 7.48 0 0 1-2.117-3.215l-10.889 1.24c-.904 3.61-4.023 6.488-7.845 6.923a8.45 8.45 0 0 1-.97.056 7.99 7.99 0 0 1-1.29-.113l-13.988 24.74a2.357 2.357 0 1 1-4.104-2.32l13.897-24.579c-1.414-1.434-2.198-3.352-2.198-5.468ZM91.58 84.4 8.813 93.895a2.363 2.363 0 0 1-1.838-.583 2.358 2.358 0 0 1-.788-1.759V12.652c0-.952.573-1.81 1.451-2.176a2.365 2.365 0 0 1 2.569.506l7.182 7.15a2.358 2.358 0 0 1-3.325 3.341L10.9 18.326V88.91l80.143-9.192a2.357 2.357 0 1 1 .537 4.683Z" clip-rule="evenodd"/>', ue = {
682
+ width: de,
683
+ height: se,
684
+ block: he
685
+ }, ve = (t) => /* @__PURE__ */ e.createElement(l, { alt: "LineChart", content: ue, ...t }), me = 15, ge = 15, $e = '<path fill="currentColor" fill-rule="evenodd" d="M24.972 95c-4.14 0-8.17-1.365-11.359-4.173-3.333-2.937-5.315-7.111-5.582-11.754-.304-5.278 1.662-10.674 5.392-14.806l13.495-14.95a2.37 2.37 0 0 1 3.335-.178 2.339 2.339 0 0 1 .18 3.316l-13.496 14.95c-2.896 3.207-4.422 7.363-4.191 11.4.194 3.385 1.615 6.406 4.001 8.507 5.475 4.822 14.464 3.72 20.04-2.458l16.879-18.696c2.896-3.209 4.423-7.364 4.191-11.401-.194-3.385-1.615-6.405-4-8.507l-.374-.329a2.339 2.339 0 0 1-.2-3.314 2.371 2.371 0 0 1 3.335-.2l.373.329c3.332 2.937 5.315 7.11 5.583 11.752.302 5.278-1.663 10.675-5.393 14.807L40.303 87.991C36.138 92.603 30.459 95 24.973 95Zm19.975-35.816a2.366 2.366 0 0 1-1.566-.59l-.373-.329c-3.332-2.937-5.316-7.11-5.583-11.752-.302-5.278 1.663-10.675 5.393-14.807l16.88-18.696c7.304-8.093 19.276-9.367 26.687-2.836 3.334 2.937 5.317 7.111 5.585 11.753.302 5.278-1.663 10.675-5.393 14.807L73.081 51.682a2.37 2.37 0 0 1-3.335.178 2.338 2.338 0 0 1-.18-3.316l13.495-14.947c2.897-3.208 4.424-7.364 4.192-11.402-.194-3.384-1.615-6.405-4-8.506-5.472-4.822-14.464-3.72-20.041 2.458L46.333 34.843c-2.896 3.207-4.423 7.363-4.191 11.401.194 3.383 1.615 6.404 4 8.507l.374.327a2.34 2.34 0 0 1 .2 3.316 2.362 2.362 0 0 1-1.769.79Z" clip-rule="evenodd"/>', Ze = {
686
+ width: me,
687
+ height: ge,
688
+ block: $e
689
+ }, pe = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Link", content: Ze, ...t }), be = 15, fe = 15, Ce = '<path fill="currentColor" d="M82.9 6.053c4.455-.51 8.1 2.737 8.1 7.22v65.174c0 4.48-3.645 8.564-8.1 9.075l-64.8 7.425c-4.456.511-8.1-2.736-8.1-7.218V22.555c0-4.482 3.644-8.565 8.1-9.076l64.8-7.426Zm-60.75 76.21 12.15-1.392V44.21l-12.15 1.392v36.661Zm-1.215-50.779c0 4.073 3.24 6.961 7.29 6.497 4.05-.465 7.29-4.095 7.29-8.168 0-4.072-3.24-6.96-7.29-6.496-4.05.464-7.29 4.094-7.29 8.167Zm45.764 45.674 12.15-1.392V52.547c0-7.74-6.479-13.514-14.174-12.632-3.646.418-8.1 3.372-10.126 6.862V41.89L42.4 43.28v36.662l12.15-1.392V56.96c0-3.258 2.835-6.435 6.075-6.807a5.449 5.449 0 0 1 6.075 5.415v21.59Z"/>', ke = {
690
+ width: be,
691
+ height: fe,
692
+ block: Ce
693
+ }, we = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Linkedin", content: ke, ...t }), Me = 15, Le = 15, Ve = '<path fill="currentColor" fill-rule="evenodd" d="M50.232 3.227c9.299-1.053 18.052 1.58 24.64 7.41C81.401 16.415 85 24.636 85 33.784c0 18.152-31.261 60.467-32.59 62.259a2.37 2.37 0 0 1-1.804.954c-.036.003-.07.003-.106.003a2.378 2.378 0 0 1-1.775-.793C47.388 94.71 16 59.31 16 41.042 16 22.323 31.356 5.36 50.232 3.227ZM20.739 41.042c0 14.078 22.728 41.768 29.596 49.814C56.97 81.603 80.26 48.11 80.26 33.784c0-7.791-3.035-14.767-8.546-19.643-4.757-4.21-10.883-6.44-17.52-6.44-1.129 0-2.272.064-3.427.195C34.21 9.766 20.74 24.634 20.74 41.042Zm29.493-21.639c4.632-.52 8.995.797 12.29 3.71 3.269 2.893 5.07 6.997 5.07 11.556 0 9.203-7.548 17.543-16.824 18.59a17.57 17.57 0 0 1-1.973.112c-3.888 0-7.494-1.325-10.315-3.823-3.27-2.891-5.072-6.996-5.072-11.554 0-9.203 7.548-17.542 16.824-18.59Z" clip-rule="evenodd"/>', Ee = {
694
+ width: Me,
695
+ height: Le,
696
+ block: Ve
697
+ }, Ie = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Location", content: Ee, ...t }), Ae = 15, xe = 15, Fe = '<path fill="currentColor" fill-rule="evenodd" d="M50.787 96.8C67.447 94.927 81 80.007 81 63.545c0-8.067-3.186-15.32-8.974-20.42-5.836-5.145-13.583-7.466-21.814-6.542-5.546.624-10.73 2.718-15.201 5.807V26.976c0-9.514 7.201-17.617 16.752-18.85a12.69 12.69 0 0 1 9.94 2.986 12.378 12.378 0 0 1 4.286 9.35V31.49c0 1.386 1.138 2.511 2.543 2.511 1.405 0 2.542-1.125 2.542-2.51v-11.03c0-5.025-2.194-9.809-6.016-13.124a17.83 17.83 0 0 0-13.953-4.191c-12.074 1.557-21.18 11.802-21.18 23.829V45.48c0 .346.072.677.2.978C23.93 52.63 20 61 20 69.838c0 8.069 3.186 15.32 8.973 20.422C33.97 94.665 40.364 97 47.267 97c1.16 0 2.336-.066 3.52-.2Zm17.852-49.929c4.693 4.136 7.276 10.058 7.276 16.674 0 13.991-11.531 26.67-25.703 28.266-6.78.762-13.114-1.12-17.851-5.298-4.693-4.135-7.276-10.057-7.276-16.675 0-13.991 11.53-26.67 25.702-28.266.986-.11 1.963-.165 2.926-.165 5.657 0 10.876 1.894 14.926 5.464Zm-7.899 15.89c0 4.352-2.722 8.258-6.609 10.027v6.954c0 1.981-1.625 3.587-3.632 3.587-2.006 0-3.632-1.605-3.632-3.587v-6.37c-1.294-.379-2.497-.994-3.521-1.898-1.99-1.755-3.088-4.234-3.088-6.981 0-5.52 4.372-10.336 9.954-10.965 2.796-.317 5.438.485 7.441 2.252 1.99 1.755 3.087 4.234 3.087 6.98Z" clip-rule="evenodd"/>', ye = {
698
+ width: Ae,
699
+ height: xe,
700
+ block: Fe
701
+ }, Se = (t) => /* @__PURE__ */ e.createElement(l, { alt: "LockRounded", content: ye, ...t }), Te = 15, ze = 15, He = '<path fill="currentColor" fill-rule="evenodd" d="M70.04 16.653a2.37 2.37 0 0 0-1.928 4.328c11.507 5.137 18.654 16.535 18.654 29.744 0 20.439-16.613 38.963-37.035 41.292-9.814 1.12-19.024-1.655-25.916-7.813-6.824-6.098-10.582-14.817-10.582-24.55 0-13.381 7.286-26.61 19.014-34.52a2.372 2.372 0 0 0 .64-3.29 2.363 2.363 0 0 0-3.284-.64C16.586 29.984 8.5 44.717 8.5 59.654c0 11.102 4.32 21.076 12.162 28.087C27.434 93.79 36.112 97 45.481 97c1.578 0 3.175-.09 4.788-.275 22.734-2.593 41.231-23.228 41.231-46 0-15.108-8.223-28.163-21.46-34.072ZM50 54.632a4.06 4.06 0 0 0 4.057-4.062V7.062A4.06 4.06 0 0 0 50 3a4.06 4.06 0 0 0-4.057 4.062V50.57A4.06 4.06 0 0 0 50 54.632Z" clip-rule="evenodd"/>', De = {
702
+ width: Te,
703
+ height: ze,
704
+ block: He
705
+ }, Be = (t) => /* @__PURE__ */ e.createElement(l, { alt: "LogOut", content: De, ...t }), Re = 15, We = 15, Oe = '<path fill="currentColor" fill-rule="evenodd" d="M22.37 82.692c-4.648-4.204-7.208-10.235-7.208-16.978 0-14.342 11.521-27.34 25.683-28.977.982-.114 1.953-.17 2.912-.17 5.617 0 10.794 1.926 14.806 5.555 4.649 4.205 7.209 10.236 7.209 16.979 0 14.344-11.522 27.343-25.681 28.977-6.73.78-13.021-1.136-17.72-5.386Zm65.422-77.67L63.31 7.852c-1.828.21-3.141 1.883-2.932 3.735.21 1.854 1.877 3.183 3.687 2.973l15.938-1.84-19.695 22.236c-5.733-4.034-12.783-5.786-20.216-4.926C22.673 32.04 8.5 48.05 8.5 65.714c0 8.693 3.352 16.51 9.435 22.015 5.248 4.748 11.961 7.267 19.202 7.271 0 0 3.33 0 6.662-.706 16.03-3.397 28.635-18.538 28.635-35.193 0-7.526-2.52-14.39-7.142-19.669l19.546-22.068V33.19c0 1.866 1.49 3.376 3.331 3.376 1.84 0 3.331-1.51 3.331-3.376V8.377c0-.962-.405-1.879-1.114-2.52a3.293 3.293 0 0 0-2.594-.834Z" clip-rule="evenodd"/>', Pe = {
706
+ width: Re,
707
+ height: We,
708
+ block: Oe
709
+ }, Ue = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Male", content: Pe, ...t }), _e = 15, Ne = 15, Ge = '<path fill="currentColor" fill-rule="evenodd" d="M49.536 82.572a2.444 2.444 0 0 1-.587 3.416l-10.78 7.61a2.465 2.465 0 0 1-2.381.258l-24.285-10.23A2.45 2.45 0 0 1 10 81.369V13.266c0-.777.371-1.508.998-1.97.629-.462 1.44-.6 2.185-.37l23.169 7.087L58.257 3.415a2.465 2.465 0 0 1 2.322-.223l24.283 10.161a2.451 2.451 0 0 1 1.509 2.26v8.898a2.454 2.454 0 0 1-2.46 2.45 2.454 2.454 0 0 1-2.461-2.45v-7.27L59.894 8.22l-21.78 14.513c-.616.41-1.386.52-2.09.305l-21.103-6.455v63.162l21.52 9.066 9.664-6.822a2.467 2.467 0 0 1 3.43.583ZM70.71 96.975C72.992 93.795 93 65.554 93 53.121 93 39.78 82.103 28.93 68.708 28.93c-13.393 0-24.291 10.851-24.291 24.19 0 12.434 20.007 40.675 22.29 43.855a2.467 2.467 0 0 0 4.003 0Zm-2.002-54.759c6.274 0 11.38 5.084 11.38 11.332 0 6.247-5.106 11.331-11.38 11.331-6.273 0-11.379-5.084-11.379-11.331 0-6.248 5.106-11.332 11.38-11.332Z" clip-rule="evenodd"/>', Xe = {
710
+ width: _e,
711
+ height: Ne,
712
+ block: Ge
713
+ }, Je = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Map", content: Xe, ...t }), Qe = 15, Ke = 15, Ye = '<path fill="currentColor" fill-rule="evenodd" d="M55.733 44.791a2.262 2.262 0 0 0 1.752.55l33.522-3.776A2.232 2.232 0 0 0 93 39.358V6.222a2.21 2.21 0 0 0-.751-1.658 2.254 2.254 0 0 0-1.75-.55L56.974 7.791a2.23 2.23 0 0 0-1.993 2.206v33.136c0 .634.273 1.236.751 1.658Zm3.744-4.146V11.98l29.028-3.27v28.664l-29.028 3.27Zm31.021 9.673a2.25 2.25 0 0 1 1.75.55A2.21 2.21 0 0 1 93 52.525V85.66a2.23 2.23 0 0 1-1.993 2.207l-33.522 3.775a2.258 2.258 0 0 1-1.75-.55 2.203 2.203 0 0 1-.752-1.656V56.301c0-1.13.858-2.08 1.992-2.207l33.523-3.776ZM75.918 72.68l8.31-.936a1.909 1.909 0 0 0 1.695-2.107 1.92 1.92 0 0 0-2.132-1.675l-7.874.886v-7.77a1.916 1.916 0 0 0-1.926-1.904 1.916 1.916 0 0 0-1.927 1.904v8.204l-8.31.935a1.91 1.91 0 0 0-1.696 2.108A1.92 1.92 0 0 0 64.19 74l7.874-.887v7.77c0 1.051.864 1.904 1.927 1.904a1.916 1.916 0 0 0 1.926-1.904V72.68ZM10.247 97c-.549 0-1.082-.2-1.497-.564A2.21 2.21 0 0 1 8 94.78V46.962a2.23 2.23 0 0 1 1.993-2.206l33.523-3.775a2.254 2.254 0 0 1 1.75.55 2.21 2.21 0 0 1 .752 1.656v47.816c0 1.13-.858 2.08-1.993 2.208l-33.522 3.775a2.44 2.44 0 0 1-.256.014Zm2.247-48.055v43.344l29.028-3.268V45.676l-29.028 3.269ZM8.75 35.453a2.262 2.262 0 0 0 1.752.55l33.522-3.776a2.232 2.232 0 0 0 1.993-2.207V11.564c0-.633-.273-1.236-.751-1.657a2.255 2.255 0 0 0-1.75-.55L9.992 13.132A2.232 2.232 0 0 0 8 15.339v18.456c0 .633.274 1.236.751 1.658Zm3.744-4.146V17.322l29.028-3.269v13.984l-29.028 3.27Z" clip-rule="evenodd"/>', je = {
714
+ width: Qe,
715
+ height: Ke,
716
+ block: Ye
717
+ }, qe = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Masonry", content: je, ...t }), to = 15, co = 15, lo = '<path fill="currentColor" fill-rule="evenodd" d="M55.733 44.791a2.262 2.262 0 0 0 1.752.55l33.522-3.776A2.232 2.232 0 0 0 93 39.358V6.222a2.21 2.21 0 0 0-.751-1.658 2.254 2.254 0 0 0-1.75-.55L56.974 7.791a2.23 2.23 0 0 0-1.993 2.206v33.136c0 .634.273 1.236.751 1.658Zm3.744-4.146V11.98l29.028-3.27v28.664l-29.028 3.27Zm-3.744 51.446a2.262 2.262 0 0 0 1.752.55l33.522-3.776A2.232 2.232 0 0 0 93 86.659V53.522a2.21 2.21 0 0 0-.751-1.658 2.254 2.254 0 0 0-1.75-.55l-33.524 3.777a2.23 2.23 0 0 0-1.993 2.206v33.136c0 .634.273 1.236.751 1.658Zm3.744-4.146V59.28l29.028-3.269v28.664l-29.028 3.27ZM10.247 97c-.548 0-1.08-.2-1.496-.564A2.21 2.21 0 0 1 8 94.78V46.962a2.23 2.23 0 0 1 1.993-2.206l33.523-3.775a2.254 2.254 0 0 1 1.75.55 2.21 2.21 0 0 1 .752 1.656v47.816c0 1.13-.858 2.08-1.993 2.208l-33.522 3.775a2.44 2.44 0 0 1-.256.014Zm2.248-48.055v43.344l29.028-3.268V45.676l-29.028 3.269ZM8.75 35.453a2.262 2.262 0 0 0 1.752.55l33.522-3.776a2.232 2.232 0 0 0 1.993-2.207V11.564c0-.633-.273-1.236-.751-1.657a2.255 2.255 0 0 0-1.75-.55L9.992 13.132A2.232 2.232 0 0 0 8 15.339v18.456c0 .633.274 1.236.751 1.658Zm3.744-4.146V17.322l29.028-3.269v13.984l-29.028 3.27Z" clip-rule="evenodd"/>', eo = {
718
+ width: to,
719
+ height: co,
720
+ block: lo
721
+ }, oo = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Masonry2", content: eo, ...t }), no = 15, ao = 15, ro = '<path fill="currentColor" fill-rule="evenodd" d="M48.473 58.983v-21.39c0-1.128.917-2.042 2.05-2.042 1.133 0 2.05.914 2.05 2.041v20.309l14.118 9.526a2.034 2.034 0 0 1 .547 2.835 2.049 2.049 0 0 1-1.699.895c-.396 0-.795-.113-1.148-.351L49.373 60.673a2.04 2.04 0 0 1-.9-1.69Zm0-47.985v14.548c0 .676.337 1.309.9 1.688L64.391 37.37c.353.238.752.351 1.148.351.658 0 1.303-.313 1.699-.897a2.035 2.035 0 0 0-.547-2.834l-14.119-9.527v-13.93l19.371-2.197v76.099L42.641 64.438V11.659l5.832-.661Zm27.681-7.36a2.55 2.55 0 0 0-1.97-.623L26.242 8.453A2.521 2.521 0 0 0 24 10.955v83.529c0 .717.306 1.4.845 1.878a2.53 2.53 0 0 0 1.969.623l47.943-5.439a2.522 2.522 0 0 0 2.243-2.5V5.515c0-.717-.308-1.4-.846-1.878Z" clip-rule="evenodd"/>', io = {
722
+ width: no,
723
+ height: ao,
724
+ block: ro
725
+ }, so = (t) => /* @__PURE__ */ e.createElement(l, { alt: "MeetingRoom", content: io, ...t }), ho = 15, uo = 15, vo = '<path fill="currentColor" d="M91.449 57.919a2.35 2.35 0 0 0 2.135-1.369c4.084-8.888 4.522-18.422 1.229-26.848-3.324-8.505-9.966-14.695-18.707-17.433a2.348 2.348 0 1 0-1.404 4.48c7.352 2.303 12.94 7.51 15.734 14.662 2.825 7.228 2.426 15.46-1.122 23.18a2.348 2.348 0 0 0 2.135 3.328Zm-7.62-4.74c2.74-6.126 3.003-12.69.74-18.483-2.293-5.87-6.867-10.181-12.877-12.144a2.349 2.349 0 1 0-1.46 4.463c4.651 1.518 8.187 4.853 9.96 9.389 1.802 4.612 1.571 9.89-.652 14.859a2.348 2.348 0 1 0 4.29 1.916ZM59.551 13.654a2.351 2.351 0 0 0-3.808-.846L20.162 46.665 7.967 52.61a2.347 2.347 0 0 0-1.158 2.963l.247.632C3.596 58.92 2.054 63.622 3.6 67.581a8.333 8.333 0 0 0 4.777 4.783 8.909 8.909 0 0 0 3.242.6c.635 0 1.273-.076 1.905-.204l.14.36a2.353 2.353 0 0 0 2.189 1.494c.353 0 .706-.08 1.03-.24l10.547-5.141L41.54 93.82a2.35 2.35 0 0 0 3.069.942l13.162-6.419a2.349 2.349 0 0 0 1.008-3.277l-10.961-19.1 27.627-3.642a2.349 2.349 0 0 0 1.88-3.181L59.55 13.654ZM29.893 63.593l-5.612-14.364L56.447 18.62l15.412 39.44-41.965 5.532Zm-17.92-7.712 8.284-4.04L25.4 65l-8.285 4.038-5.142-13.157Z"/>', mo = {
726
+ width: ho,
727
+ height: uo,
728
+ block: vo
729
+ }, go = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Megaphone", content: mo, ...t }), $o = 15, Zo = 15, po = '<path fill="currentColor" fill-rule="evenodd" d="M90.375 30.102c-2.47-5.985-6.539-11.337-11.698-15.302-5.133-4.036-11.355-6.61-17.789-7.637-3.222-.498-6.51-.637-9.763-.345-3.204.297-6.438.837-9.552 1.775-12.44 3.819-23.099 12.653-29.205 24.007a47.788 47.788 0 0 0-3.729 8.887c-.49 1.533-.858 3.102-1.19 4.677-.15.794-.3 1.624-.409 2.42l-.207 2.36-.103 1.18a14.42 14.42 0 0 0-.062 1.282c-.007.843.04 1.635.053 2.379l.014 1.195c.015.435.052.855.094 1.264l.28 2.337c.101.884.292 1.698.468 2.46l.25 1.129.313 1.206a38.686 38.686 0 0 0 1.593 4.6c2.508 6.01 6.671 11.309 11.852 15.274 5.177 3.965 11.365 6.641 17.852 7.61 6.454.963 13.106.438 19.33-1.412a49.562 49.562 0 0 0 8.982-3.694 48.84 48.84 0 0 0 4.153-2.5c.664-.445 1.322-.9 1.968-1.389l.984-.73c.152-.1.382-.333.575-.527.202-.204.398-.398.547-.633.628-.91.932-2.04.827-3.149a4.842 4.842 0 0 0-1.369-2.947c-1.56-1.624-4.259-1.938-6.138-.68l-1.937 1.413-1.92 1.239c-1.263.857-2.607 1.578-3.968 2.228-5.467 2.604-11.59 3.894-17.627 3.534a29.341 29.341 0 0 1-8.788-1.874c-2.82-1.056-5.483-2.514-7.818-4.364-2.307-1.87-4.404-4.107-6.05-6.582a27.162 27.162 0 0 1-2.181-3.895c-.622-1.329-1.06-2.709-1.554-4.195-1.978-7.235-1.213-15.007 1.573-21.944 2.796-6.978 7.651-13.126 13.746-17.611 3.05-2.233 6.422-4.064 9.98-5.327 3.565-1.258 7.34-1.95 11.134-2.093 7.533-.275 15.168 2.3 20.833 7.274a28.79 28.79 0 0 1 6.856 8.83c1.68 3.353 2.693 7.036 3.05 10.773a34.98 34.98 0 0 1 .054 5.644c-.067.937-.182 1.834-.396 2.716-.204.85-.543 1.69-.952 2.511-1.617 3.217-4.67 5.77-8.192 6.7-.864.235-1.81.396-2.6.37a4.036 4.036 0 0 1-2.216-.799 3.69 3.69 0 0 1-1.342-1.895 4.669 4.669 0 0 1-.212-1.216l-.025-1.427-.179-11.622-.2-11.688a3.546 3.546 0 0 0-2.03-2.803c-1.09-.52-2.458-.423-3.453.255-1.012.632-1.628 1.894-1.556 3.01l.02 1.466c-2.7-2.335-6.138-3.823-9.706-4.161-4.038-.393-8.174.56-11.634 2.616-6.985 4.012-11.492 11.872-11.299 19.886.085 3.988 1.353 7.98 3.762 11.216 2.394 3.242 5.94 5.643 9.893 6.602 3.946.975 8.179.537 11.886-1.05 3.398-1.44 6.331-3.818 8.594-6.679 1.527 2.95 4.43 5.194 7.807 5.899 3.734.617 7.453-.197 10.73-1.797 3.294-1.574 6.111-4.1 8.181-7.089a21.259 21.259 0 0 0 2.5-4.867c.616-1.752.936-3.553 1.104-5.335.573-6.393-.297-12.98-2.789-18.966ZM47.146 61.794c-2.66.299-5.174-.465-7.087-2.155-2.16-1.91-3.35-4.748-3.35-7.993 0-6.709 5.06-12.738 11.28-13.44a10.21 10.21 0 0 1 1.124-.063c2.238 0 4.321.769 5.962 2.218 2.16 1.91 3.35 4.75 3.35 7.994 0 6.708-5.06 12.737-11.279 13.439Z" clip-rule="evenodd"/>', bo = {
730
+ width: $o,
731
+ height: Zo,
732
+ block: po
733
+ }, fo = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Mention", content: bo, ...t }), Co = 15, ko = 15, wo = '<path fill="currentColor" fill-rule="evenodd" d="M6.018 55.016a2.65 2.65 0 0 1 2.333-2.936l82.697-9.43a2.645 2.645 0 0 1 2.934 2.336 2.654 2.654 0 0 1-2.334 2.936L8.952 57.35a2.65 2.65 0 0 1-2.934-2.334Zm0 23.132a2.654 2.654 0 0 1 2.333-2.936l82.698-9.428a2.644 2.644 0 0 1 2.934 2.334 2.652 2.652 0 0 1-2.334 2.936L8.95 80.484a2.652 2.652 0 0 1-2.934-2.336Zm2.933-43.93 82.698-9.43a2.65 2.65 0 0 0 2.332-2.935 2.642 2.642 0 0 0-2.933-2.334L8.35 28.948a2.653 2.653 0 0 0 .6 5.27Z" clip-rule="evenodd"/>', Mo = {
734
+ width: Co,
735
+ height: ko,
736
+ block: wo
737
+ }, Lo = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Menu", content: Mo, ...t }), Vo = 15, Eo = 15, Io = '<path fill="currentColor" d="M42.927 51.22a2.035 2.035 0 0 1-1.912-1.323l-1.098-2.979a2.006 2.006 0 0 1 1.216-2.577 2.041 2.041 0 0 1 2.607 1.2l1.097 2.981a2.002 2.002 0 0 1-1.215 2.576c-.23.083-.465.122-.695.122Z"/><path fill="currentColor" d="m84.493 43.617 1.384 3.76a2.006 2.006 0 0 1-1.216 2.577c-1.056.378-2.224-.16-2.608-1.202l-1.384-3.76c-1.443-3.916-5.84-5.942-9.8-4.516-3.964 1.425-6.015 5.77-4.572 9.686l11.122 30.2a11.448 11.448 0 0 1-.394 8.907c-1.33 2.82-3.692 4.96-6.65 6.023a11.855 11.855 0 0 1-9.012-.389c-2.854-1.315-5.018-3.65-6.095-6.572l-1.545-4.192c-.07.006-.141.014-.212.022a3.601 3.601 0 0 1-.41.032 7.576 7.576 0 0 1-6.857-4.32l-9.341-19.574a10.63 10.63 0 0 1-2.34-3.167L27.36 41.484c-5.457-1.788-10.071-5.925-12.185-11.665-3.67-9.965 1.547-21.023 11.63-24.65a19.548 19.548 0 0 1 14.879.642c4.71 2.171 8.285 6.025 10.062 10.852a18.899 18.899 0 0 1-.65 14.705 19.411 19.411 0 0 1-1.104 1.995l4.63 16.542c.362 1.376.438 2.758.267 4.083l5.591 20.747c.834 3.109-.413 6.246-2.935 8.021l1.545 4.199a7.606 7.606 0 0 0 3.992 4.304 7.74 7.74 0 0 0 5.901.254 7.634 7.634 0 0 0 4.356-3.943 7.492 7.492 0 0 0 .257-5.832l-11.123-30.2c-2.209-6 .933-12.657 7.002-14.84 6.074-2.181 12.808.921 15.018 6.92ZM33.48 42.473c-.408 0-.813-.022-1.217-.047l5.99 13.016c1.466 3.066 5.03 4.519 8.28 3.347 3.246-1.167 5.033-4.537 4.16-7.84l-3.85-13.752a19.432 19.432 0 0 1-6.727 4.115 19.599 19.599 0 0 1-6.636 1.16Zm16.443 35.686a3.54 3.54 0 0 0 4.415 1.795c1.733-.623 2.683-2.424 2.211-4.186L52.221 59.71a10.715 10.715 0 0 1-4.297 2.856c-1.222.44-2.473.65-3.702.65-.497 0-.992-.036-1.48-.103l7.18 15.045Z"/>', Ao = {
738
+ width: Vo,
739
+ height: Eo,
740
+ block: Io
741
+ }, xo = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Mic", content: Ao, ...t }), Fo = 15, yo = 15, So = '<path fill="currentColor" fill-rule="evenodd" d="M18.997 53.046a2.378 2.378 0 0 1 2.695 1.813l.093.384c3.133 12.64 14.577 20.379 27.946 18.847l.414-.05a30.74 30.74 0 0 0 8.176-2.255l3.913 3.469a36.785 36.785 0 0 1-8.22 2.917l.029.196c.018.13.03.262.03.397v5.742l.41.01c8.546.25 14.91 2.552 14.91 5.708l-.004.145c-.224 3.632-8.819 6.996-19.389 7.552l-.749.035c-.746.03-1.48.044-2.204.044l-.415-.002c-9.104-.07-16.023-2.442-16.023-5.733l.005-.152c.204-3.15 6.7-6.094 15.312-7.181v-5.91l-.42-.01c-13.716-.427-25.295-9.549-28.443-23.067l-.031-.16a2.387 2.387 0 0 1 1.805-2.708l.16-.031Zm-6.8-37.168.134.11 75.515 66.937c.878.778.96 2.123.186 3.004a2.108 2.108 0 0 1-2.836.313l-.156-.126L9.525 19.18a2.133 2.133 0 0 1-.185-3.003 2.116 2.116 0 0 1 2.856-.298Zm15.549 28.805L52.593 66.71c-.763.168-1.538.298-2.323.388l-.648.065a22.62 22.62 0 0 1-1.922.083l-.472-.005c-4.865-.106-9.368-1.837-12.91-5.013l-.315-.287c-3.935-3.683-6.141-8.785-6.253-14.453l-.004-.449v-2.356Zm52.875 1.323.171.007c.115.008.23.025.346.051l.157.04a2.388 2.388 0 0 1 1.647 2.807l-.105.463a38.457 38.457 0 0 1-6.488 14.005l-3.621-3.209c2.645-3.658 4.591-7.835 5.576-12.291a2.381 2.381 0 0 1 2.317-1.873ZM52.303 2l.472.005c4.866.105 9.367 1.839 12.91 5.014l.315.288c3.935 3.68 6.14 8.782 6.251 14.45l.005.448v20.286l-.003.365c-.076 4.734-1.637 9.282-4.232 13.142l-39.53-35.04c2.511-9.708 11.082-17.647 21.241-18.81A22.605 22.605 0 0 1 52.303 2Z" clip-rule="evenodd"/>', To = {
742
+ width: Fo,
743
+ height: yo,
744
+ block: So
745
+ }, zo = (t) => /* @__PURE__ */ e.createElement(l, { alt: "MicrophoneOff", content: To, ...t }), Ho = 15, Do = 15, Bo = '<path fill="currentColor" fill-rule="evenodd" d="M78.303 47.879c-3.014 13.639-15.03 24.662-28.572 26.21-13.504 1.548-25.045-6.362-28.04-19.23a2.378 2.378 0 0 0-2.855-1.782 2.388 2.388 0 0 0-1.773 2.868C20.243 69.6 32.026 78.77 45.926 79.022v5.91c-8.752 1.104-15.317 4.127-15.317 7.333 0 3.341 7.13 5.735 16.438 5.735.964 0 1.95-.026 2.953-.079 10.71-.564 19.394-4.01 19.394-7.697 0-3.206-6.57-5.532-15.32-5.718v-5.742c0-.203-.03-.397-.06-.593 14.089-3.169 25.715-14.718 28.928-29.26a2.387 2.387 0 0 0-2.321-2.905 2.38 2.38 0 0 0-2.317 1.873ZM49.731 2.149C37.608 3.536 27.745 14.574 27.745 26.754v20.285l.005.449c.114 5.817 2.435 11.038 6.567 14.74 3.656 3.279 8.337 5.018 13.383 5.018.848 0 1.704-.049 2.57-.148 12.122-1.387 21.986-12.425 21.986-24.607V22.206l-.005-.448c-.114-5.818-2.434-11.038-6.566-14.739C62.027 3.741 57.35 2 52.302 2c-.847 0-1.705.05-2.57.149Z" clip-rule="evenodd"/>', Ro = {
746
+ width: Ho,
747
+ height: Do,
748
+ block: Bo
749
+ }, Wo = (t) => /* @__PURE__ */ e.createElement(l, { alt: "MicrophoneOn", content: Ro, ...t }), Oo = 15, Po = 15, Uo = '<path fill="currentColor" fill-rule="evenodd" d="M94.984 38.297a2.44 2.44 0 0 1-2.16 2.7l-9.865 1.117v8.312l9.308-1.053a2.45 2.45 0 0 1 2.717 2.147 2.442 2.442 0 0 1-2.16 2.699l-9.865 1.116v8.647l9.308-1.052c1.345-.149 2.563.808 2.717 2.146a2.44 2.44 0 0 1-2.16 2.699l-9.865 1.116v7.96a2.445 2.445 0 0 1-2.175 2.423l-8.027.907v9.785a2.447 2.447 0 0 1-2.455 2.439 2.447 2.447 0 0 1-2.455-2.439v-9.228l-8.738.99v9.782c0 1.348-1.1 2.439-2.454 2.439A2.446 2.446 0 0 1 54.2 91.51v-9.228l-8.4.952v9.782a2.446 2.446 0 0 1-2.455 2.439 2.447 2.447 0 0 1-2.454-2.439v-9.228l-8.737.99v9.784A2.446 2.446 0 0 1 29.699 97a2.446 2.446 0 0 1-2.454-2.438v-9.228l-7.472.845a2.47 2.47 0 0 1-1.913-.603 2.434 2.434 0 0 1-.82-1.82v-7.404l-9.307 1.053a2.45 2.45 0 0 1-2.717-2.146 2.44 2.44 0 0 1 2.16-2.698l9.863-1.118v-8.648l-9.306 1.053a2.45 2.45 0 0 1-2.717-2.146 2.44 2.44 0 0 1 2.16-2.698l9.863-1.118v-8.311l-9.306 1.053a2.456 2.456 0 0 1-2.717-2.147 2.441 2.441 0 0 1 2.16-2.699l9.863-1.116v-8.648L7.733 37.07a2.454 2.454 0 0 1-2.717-2.145 2.44 2.44 0 0 1 2.16-2.7l9.863-1.117v-7.96c0-1.239.937-2.282 2.177-2.422l8.029-.91v-9.782a2.446 2.446 0 0 1 2.454-2.438 2.446 2.446 0 0 1 2.455 2.438v9.228l5.922-.67 2.815-.32V8.49c0-1.346 1.1-2.439 2.454-2.439A2.447 2.447 0 0 1 45.8 8.49v9.228l8.4-.95V6.984a2.447 2.447 0 0 1 2.455-2.439 2.447 2.447 0 0 1 2.454 2.439v9.228l8.738-.99V5.438A2.447 2.447 0 0 1 70.302 3a2.447 2.447 0 0 1 2.455 2.438v9.23l7.47-.846a2.47 2.47 0 0 1 1.913.603 2.43 2.43 0 0 1 .82 1.82v7.403l9.307-1.053c1.345-.148 2.563.808 2.717 2.147a2.441 2.441 0 0 1-2.16 2.698l-9.865 1.117v8.648l9.308-1.053a2.454 2.454 0 0 1 2.717 2.145ZM21.949 81.024l56.101-6.35V18.977l-7.469.846h-.001l-40.603 4.596h-.007l-8.021.907v55.699Zm47.364-45.866c.522.463.82 1.125.82 1.82v22.044c0 1.24-.936 2.282-2.176 2.423l-4.406.499v4.362c0 1.24-.937 2.284-2.177 2.423l-22.19 2.512a2.47 2.47 0 0 1-1.913-.603 2.432 2.432 0 0 1-.82-1.82V65.01l-3.852.436a2.474 2.474 0 0 1-1.912-.603 2.432 2.432 0 0 1-.82-1.82V40.98c0-1.24.936-2.282 2.176-2.422l4.407-.5v-4.363c0-1.239.937-2.283 2.177-2.423l22.19-2.511a2.462 2.462 0 0 1 1.914.603c.522.463.82 1.125.82 1.819v3.809l3.85-.436a2.455 2.455 0 0 1 1.912.603Z" clip-rule="evenodd"/>', _o = {
750
+ width: Oo,
751
+ height: Po,
752
+ block: Uo
753
+ }, No = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Microship", content: _o, ...t }), Go = 15, Xo = 15, Jo = '<path fill="currentColor" fill-rule="evenodd" d="M69.611 6.335c-1.718-1.53-3.972-2.228-6.375-1.96l-26.52 3.02c-4.75.537-8.482 4.697-8.482 9.462v70.742c0 2.376.94 4.536 2.644 6.053 1.477 1.315 3.342 2.013 5.355 2.013.336 0 .671-.013 1.007-.053l26.52-3.02c4.75-.537 8.482-4.698 8.482-9.462V12.388c0-2.376-.94-4.537-2.644-6.053h.013ZM67.558 83.13c0 2.335-1.973 4.536-4.322 4.791l-26.52 3.02c-1.046.12-2.013-.161-2.71-.792-.699-.617-1.074-1.53-1.074-2.55V16.87c0-2.335 1.973-4.536 4.321-4.791l26.52-3.02.037-.003c.147-.012.283-.024.42-.024.858 0 1.65.282 2.24.819.699.617 1.075 1.53 1.075 2.55v70.742l.013-.013ZM52.982 16.897l-6.013.684a2.35 2.35 0 0 0 .268 4.684c.094 0 .175 0 .269-.013l6.013-.684a2.352 2.352 0 0 0 2.066-2.604 2.345 2.345 0 0 0-2.603-2.067Zm-7.433 60.006a4.73 4.73 0 0 1 1.382-3.316c1.745-1.744 4.899-1.744 6.644 0a4.716 4.716 0 0 1 1.368 3.316c0 .308-.026.617-.093.926-.054.295-.148.59-.269.872a3.975 3.975 0 0 1-.43.819 4.186 4.186 0 0 1-.576.71 4.748 4.748 0 0 1-3.329 1.37 4.716 4.716 0 0 1-3.905-2.08 5.922 5.922 0 0 1-.43-.82 5.034 5.034 0 0 1-.268-.871 5.416 5.416 0 0 1-.094-.926Z"/>', Qo = {
754
+ width: Go,
755
+ height: Xo,
756
+ block: Jo
757
+ }, Ko = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Mobile", content: Qo, ...t }), Yo = 15, jo = 15, qo = '<path fill="currentColor" fill-rule="evenodd" d="M67.152 32.614c-4.923-4.206-9.599-8.224-12.905-13.027 7.557-2.782 10.97-12.014 11.131-12.46a2.326 2.326 0 0 0-.746-2.61 2.379 2.379 0 0 0-2.734-.16l-11.636 7.228-11.538-4.563a2.377 2.377 0 0 0-2.545.517 2.322 2.322 0 0 0-.525 2.52c.153.383 3.344 8.088 10.787 9.925-3.278 4.558-7.782 8.481-12.524 12.578C24.617 40.6 15 48.912 15 62.838 15 82.227 30.926 98 50.501 98 70.076 98 86 82.227 86 62.837c0-14.119-9.581-22.305-18.848-30.223ZM54.415 54.933c1.296-.144 2.467.776 2.614 2.06.149 1.284-.784 2.443-2.08 2.59L40.72 61.19a14.92 14.92 0 0 0-.266 2.748c0 .74.073 1.46.184 2.166l13.778-1.557c1.296-.14 2.467.777 2.614 2.06a2.344 2.344 0 0 1-2.08 2.59l-12.686 1.432a11.896 11.896 0 0 0 2.298 2.776c2.68 2.367 6.268 3.435 10.114 2.999 3.036-.342 5.96-1.598 8.458-3.627a2.378 2.378 0 0 1 3.325.323 2.325 2.325 0 0 1-.327 3.293c-3.203 2.605-6.978 4.216-10.92 4.66-.746.084-1.487.125-2.22.125-4.362 0-8.41-1.484-11.576-4.282a16.588 16.588 0 0 1-4.18-5.7l-3.746.423a2.353 2.353 0 0 1-2.613-2.06c-.15-1.283.783-2.443 2.079-2.59l2.99-.336a18.66 18.66 0 0 1-.217-2.696c0-.739.056-1.473.14-2.2l-2.379.269a2.352 2.352 0 0 1-2.613-2.059 2.342 2.342 0 0 1 2.079-2.59l4.114-.466c2.78-7.264 9.616-12.97 17.606-13.871 4.01-.45 7.867.333 11.162 2.269a2.327 2.327 0 0 1 .826 3.206 2.374 2.374 0 0 1-3.235.818c-2.404-1.41-5.245-1.976-8.217-1.644-5.394.61-10.108 4.03-12.683 8.606l11.887-1.341Z" clip-rule="evenodd"/>', tn = {
758
+ width: Yo,
759
+ height: jo,
760
+ block: qo
761
+ }, cn = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Money", content: tn, ...t }), ln = 15, en = 15, on = '<path fill="currentColor" fill-rule="evenodd" d="M83.623 44.367a6.07 6.07 0 0 0-.73-.586 5.829 5.829 0 0 0-.81-.425c-.283-.12-.58-.2-.89-.267a4.808 4.808 0 0 0-4.268 1.278 4.64 4.64 0 0 0-1.377 3.285c0 .306.027.612.094.918.055.293.149.586.27.865.122.28.257.545.433.798.175.266.364.506.58.719.23.212.473.398.73.572.256.172.526.319.81.425.283.12.58.213.89.266.298.067.608.093.919.093.31 0 .621-.026.918-.093a4.05 4.05 0 0 0 .891-.266c.284-.106.554-.253.81-.425.257-.174.5-.36.73-.572a4.39 4.39 0 0 0 .58-.719c.176-.253.324-.519.432-.798a4.01 4.01 0 0 0 .27-.865 4.21 4.21 0 0 0 .095-.918 4.64 4.64 0 0 0-1.377-3.285ZM54.86 49.208a4.627 4.627 0 0 0-.432-.798 4.921 4.921 0 0 0-.58-.705 6.067 6.067 0 0 0-.73-.584 5.846 5.846 0 0 0-.81-.427c-.283-.118-.58-.2-.878-.266-1.539-.293-3.186.2-4.267 1.277-.23.213-.418.452-.594.705a4.627 4.627 0 0 0-.702 1.676 4.211 4.211 0 0 0-.094.906c0 .305.027.612.094.917.054.292.149.586.27.866.122.28.257.559.432.81.176.253.365.492.594.705.216.213.46.412.716.572.257.173.527.32.81.439.284.106.58.2.892.266.297.053.607.094.918.094.31 0 .62-.04.931-.094.297-.066.595-.16.878-.266.284-.12.554-.266.81-.439.257-.16.5-.36.73-.572a4.635 4.635 0 0 0 1.013-1.515 4.03 4.03 0 0 0 .27-.866c.067-.305.094-.612.094-.917 0-.294-.027-.598-.095-.906a4.405 4.405 0 0 0-.27-.878Zm-29.773 3.353a3.927 3.927 0 0 0-.433-.811 5.006 5.006 0 0 0-.58-.706 3.871 3.871 0 0 0-.73-.571 4.668 4.668 0 0 0-.81-.44 6.937 6.937 0 0 0-.877-.267 4.861 4.861 0 0 0-1.85 0c-.31.068-.608.161-.891.268a4.667 4.667 0 0 0-.81.439c-.257.16-.5.359-.716.57a5.096 5.096 0 0 0-.594.707 5.93 5.93 0 0 0-.432.811c-.122.28-.203.572-.27.864a4.252 4.252 0 0 0-.095.919c0 1.224.513 2.421 1.39 3.286A4.794 4.794 0 0 0 20.727 59c.31 0 .621-.04.932-.093a6.87 6.87 0 0 0 .877-.266 5.88 5.88 0 0 0 .81-.426c.27-.173.5-.372.73-.585a4.64 4.64 0 0 0 1.377-3.286c0-.307-.027-.612-.095-.92a4.023 4.023 0 0 0-.27-.863Z" clip-rule="evenodd"/>', nn = {
762
+ width: ln,
763
+ height: en,
764
+ block: on
765
+ }, an = (t) => /* @__PURE__ */ e.createElement(l, { alt: "More", content: nn, ...t }), rn = 15, dn = 15, sn = '<path fill="currentColor" fill-rule="evenodd" d="M47.324 22.45c.836.794 1.993 1.156 3.176 1.015 1.183-.143 2.353-.785 3.189-1.78a4.94 4.94 0 0 0 .552-.786c.168-.278.309-.565.412-.862.116-.3.206-.609.257-.926a4.55 4.55 0 0 0 .09-.933c0-.312-.026-.62-.09-.925a3.912 3.912 0 0 0-.257-.85 3.403 3.403 0 0 0-.412-.763 3.597 3.597 0 0 0-.552-.667c-1.685-1.56-4.693-1.199-6.365.764a6.017 6.017 0 0 0-.565.802 5.606 5.606 0 0 0-.669 1.775 4.86 4.86 0 0 0 0 1.856c.064.303.141.594.258.865.115.27.256.525.41.763.168.238.36.459.566.651ZM50.5 54.716a3.95 3.95 0 0 1-3.176-1.015c-.835-.78-1.324-1.943-1.324-3.19 0-1.247.489-2.54 1.324-3.522 1.672-1.962 4.68-2.324 6.365-.765.835.782 1.311 1.958 1.311 3.206 0 1.247-.476 2.525-1.311 3.508-.836.981-2.006 1.636-3.189 1.778Zm0 31.254a3.95 3.95 0 0 1-3.741-1.666 5.038 5.038 0 0 1-.41-.764 5.19 5.19 0 0 1-.259-.865c-.063-.29-.09-.6-.09-.911 0-1.248.489-2.526 1.324-3.521 1.672-1.964 4.68-2.326 6.365-.765.835.78 1.311 1.958 1.311 3.205 0 .312-.026.627-.09.933a5.16 5.16 0 0 1-.257.926 4.608 4.608 0 0 1-.412.862 4.945 4.945 0 0 1-.552.786c-.836.981-2.006 1.638-3.189 1.78Z" clip-rule="evenodd"/>', hn = {
766
+ width: rn,
767
+ height: dn,
768
+ block: sn
769
+ }, un = (t) => /* @__PURE__ */ e.createElement(l, { alt: "MoreAndroid", content: hn, ...t }), vn = 15, mn = 15, gn = '<path fill="currentColor" fill-rule="evenodd" d="M98.668 61.593 70.15 14.335c-.01-.018-.028-.029-.038-.046a2.325 2.325 0 0 0-.405-.487c-.007-.005-.015-.009-.021-.015a2.34 2.34 0 0 0-.511-.332c-.027-.012-.05-.027-.076-.039-.024-.01-.042-.023-.065-.033-.061-.025-.126-.02-.187-.04a2.209 2.209 0 0 0-.507-.106c-.1-.008-.195 0-.293.004-.093.005-.185-.011-.276.005-.063.01-.116.042-.175.058-.099.024-.19.057-.286.094a2.242 2.242 0 0 0-.403.209c-.082.053-.16.103-.234.166-.131.11-.243.238-.346.376-.038.05-.09.08-.125.135L54.692 32.27 43.125 13.102c-.01-.017-.028-.03-.04-.046a2.286 2.286 0 0 0-.404-.486l-.02-.015a2.326 2.326 0 0 0-.514-.333c-.025-.012-.048-.027-.074-.038-.023-.01-.041-.025-.065-.034-.061-.025-.128-.02-.19-.04a2.308 2.308 0 0 0-.502-.107c-.102-.008-.199 0-.3.006-.091.005-.18-.01-.272.005-.06.01-.114.04-.172.057a2.361 2.361 0 0 0-.691.303 2.25 2.25 0 0 0-.234.166c-.13.11-.24.237-.344.373-.038.05-.091.083-.127.137L2.365 70.576a2.308 2.308 0 0 0 .646 3.153l21.798 14.867c.018.011.04.015.058.027.155.1.32.176.493.236a2.357 2.357 0 0 0 .761.141c.088 0 .175-.005.263-.014L81.32 82.75a2.325 2.325 0 0 0 1.821-1.275 2.308 2.308 0 0 0-.093-2.214L75.93 67.467l21.01-2.385a2.322 2.322 0 0 0 1.82-1.275 2.304 2.304 0 0 0-.092-2.214Zm-25.366 1.516-9.406-15.587 5.336-25.729 23.595 39.1-19.525 2.216ZM29.043 84.027 42.205 20.56l35.002 58-48.164 5.467Z" clip-rule="evenodd"/>', $n = {
770
+ width: vn,
771
+ height: mn,
772
+ block: gn
773
+ }, Zn = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Mountain", content: $n, ...t }), pn = 15, bn = 15, fn = '<path fill="currentColor" d="M42.689 58.188v20.695c0 .815-.662 1.554-1.478 1.65l-8.228.96c-1.347.158-1.992 1.887-1 2.68L48.921 97.72c.566.451 1.434.35 1.999-.235l16.927-17.516c.992-1.026.347-2.603-1-2.445l-8.062.947c-.816.095-1.478-.488-1.478-1.303V56.471l20.848-2.447c.816-.096 1.478.487 1.477 1.303l-.004 8.05c-.001 1.348 1.66 1.796 2.57.693l15.417-18.716c.513-.624.513-1.484 0-1.987L82.203 28.263c-.909-.89-2.57-.053-2.57 1.295v8.207c0 .815-.661 1.553-1.477 1.649L57.403 41.85V21.057c0-.815.662-1.553 1.479-1.649l8.066-.942c1.348-.158 1.993-1.889.998-2.682L51.014 2.281c-.565-.45-1.43-.35-1.995.233L32.074 19.99c-.995 1.026-.351 2.606.997 2.448l8.082-.95c.816-.095 1.477.488 1.477 1.303v20.794l-20.687 2.429c-.816.096-1.478-.487-1.478-1.302V36.49c0-1.346-1.657-1.795-2.567-.695l-15.51 18.75c-.517.624-.517 1.489 0 1.992l15.516 15.1c.91.886 2.567.047 2.567-1.3l-.005-8.064c0-.815.661-1.554 1.478-1.65l20.745-2.435Z"/>', Cn = {
774
+ width: pn,
775
+ height: bn,
776
+ block: fn
777
+ }, kn = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Move", content: Cn, ...t }), wn = 15, Mn = 15, Ln = '<path fill="currentColor" fill-rule="evenodd" d="M34.254 43.352c.22 0 .44-.014.662-.038 3.106-.353 5.54-3.051 5.54-6.144 0-1.55-.618-2.951-1.737-3.945-1.128-1-2.607-1.447-4.177-1.275-3.106.353-5.54 3.05-5.54 6.144 0 1.55.615 2.951 1.736 3.945.967.858 2.195 1.313 3.516 1.313Zm15.418 45.647C39.2 90.185 29.392 87.25 22.05 80.738c-7.271-6.447-11.273-15.67-11.273-25.97 0-21.663 17.742-41.298 39.549-43.767a40.123 40.123 0 0 1 4.516-.258c8.754 0 16.832 2.953 23.108 8.52 7.27 6.448 11.273 15.67 11.273 25.968 0 21.664-17.742 41.3-39.55 43.768m15.123-49.106c.218 0 .44-.013.662-.038 3.106-.351 5.541-3.05 5.541-6.144 0-1.55-.617-2.95-1.738-3.943-1.127-1-2.596-1.446-4.176-1.275-3.107.351-5.541 3.05-5.541 6.142 0 1.552.615 2.953 1.736 3.945.966.858 2.195 1.313 3.516 1.313Zm17.002-24.914C73.209 7.362 61.795 3.92 49.672 5.297 25.04 8.086 5 30.28 5 54.769c0 11.957 4.688 22.7 13.202 30.254C25.552 91.542 34.968 95 45.135 95c1.711 0 3.445-.098 5.191-.295C74.959 91.915 95 69.722 95 45.23c0-11.956-4.69-22.7-13.202-30.252M49.532 53.654c-9.53 1.08-18.055 7.304-22.25 16.243a4.09 4.09 0 0 0 1.996 5.45 4.124 4.124 0 0 0 1.742.385 4.131 4.131 0 0 0 3.743-2.369c2.945-6.275 9.107-10.812 15.703-11.559 6.378-.72 12.07 2.123 14.851 7.425a4.14 4.14 0 0 0 5.57 1.739 4.087 4.087 0 0 0 1.75-5.532c-4.335-8.256-13.402-12.88-23.105-11.782Z" clip-rule="evenodd"/>', Vn = {
778
+ width: wn,
779
+ height: Mn,
780
+ block: Ln
781
+ }, En = (t) => /* @__PURE__ */ e.createElement(l, { alt: "NegativeOutline", content: Vn, ...t }), In = 15, An = 15, xn = '<path fill="currentColor" fill-rule="evenodd" d="M70.801 73.303a4.126 4.126 0 0 1-5.525-1.879c-2.895-5.872-8.747-9.52-15.277-9.52-6.528 0-12.382 3.648-15.272 9.521a4.127 4.127 0 0 1-7.406-3.646C31.613 59.065 40.3 53.65 49.998 53.65c9.696 0 18.387 5.412 22.68 14.126a4.127 4.127 0 0 1-1.878 5.526ZM34.727 30.087c3.16 0 5.728 2.57 5.728 5.728a5.734 5.734 0 0 1-5.728 5.728 5.732 5.732 0 0 1-5.724-5.728 5.732 5.732 0 0 1 5.724-5.728Zm30.544 0a5.734 5.734 0 0 1 5.727 5.728 5.734 5.734 0 0 1-5.727 5.728 5.734 5.734 0 0 1-5.726-5.728 5.734 5.734 0 0 1 5.726-5.728ZM50 5C25.186 5 5 25.186 5 50s20.186 45 45 45 45-20.186 45-45S74.814 5 50 5Z" clip-rule="evenodd"/>', Fn = {
782
+ width: In,
783
+ height: An,
784
+ block: xn
785
+ }, yn = (t) => /* @__PURE__ */ e.createElement(l, { alt: "NegativeStraight", content: Fn, ...t }), Sn = 15, Tn = 15, zn = '<path fill="currentColor" fill-rule="evenodd" d="M27.725 30.41c0 8.302 5.27 15.04 13.115 16.768a2.356 2.356 0 0 1 .304 4.51C32.12 54.991 24.91 62.781 22.329 72.02a3.274 3.274 0 0 0 .675 3.049 3.295 3.295 0 0 0 2.92 1.156l10.383-1.183a2.347 2.347 0 0 1 2.603 2.071 2.35 2.35 0 0 1-2.07 2.604l-10.383 1.184a8.035 8.035 0 0 1-7.035-2.778 8.026 8.026 0 0 1-1.625-7.372c2.459-8.8 8.551-16.461 16.454-21.017C27.357 46.07 23.02 38.874 23.02 30.41c0-13.242 10.762-25.24 23.99-26.75 6.562-.748 12.723 1.128 17.373 5.28 4.61 4.118 7.151 9.97 7.151 16.476 0 8.397-4.33 16.497-11.19 21.597a26.806 26.806 0 0 1 4.94 2.41 2.353 2.353 0 0 1-2.483 3.998c-2.687-1.67-5.688-2.741-8.922-3.186a2.35 2.35 0 0 1-2.009-1.998 2.358 2.358 0 0 1 1.369-2.483c8.13-3.638 13.59-11.81 13.59-20.338 0-5.146-1.983-9.75-5.58-12.963-3.636-3.247-8.506-4.701-13.706-4.116C36.616 9.584 27.726 19.486 27.726 30.41Zm53.893 45.912c.484.233.798.706.821 1.234a1.409 1.409 0 0 1-.708 1.286L50.267 96.785a1.436 1.436 0 0 1-1.745-.254 1.422 1.422 0 0 1-.193-1.745l11.312-18.102-13.578-6.497a1.441 1.441 0 0 1-.82-1.235 1.407 1.407 0 0 1 .71-1.285l31.462-17.943a1.44 1.44 0 0 1 1.745.254c.459.472.538 1.191.193 1.744L68.041 69.825l13.577 6.497Z" clip-rule="evenodd"/>', Hn = {
786
+ width: Sn,
787
+ height: Tn,
788
+ block: zn
789
+ }, Dn = (t) => /* @__PURE__ */ e.createElement(l, { alt: "NewCandidate", content: Hn, ...t }), Bn = 15, Rn = 15, Wn = '<path fill="currentColor" fill-rule="evenodd" d="M77.613 51.472V46.38c0-7.488-2.947-14.336-8.299-19.282-3.257-3.01-7.169-5.08-11.43-6.137a10.839 10.839 0 0 0 2.57-7.01C60.454 7.912 55.498 3 49.404 3c-6.091 0-11.048 4.912-11.048 10.951 0 3.072 1.286 5.847 3.347 7.837-11.808 4.094-20.507 15.434-20.507 28.173v10.144C16.233 62.637 13 67.726 13 73.238v3.128c0 1.27.594 2.477 1.764 3.585 3.774 3.57 14.067 6.388 24.96 7.21.066 2.86 1.224 5.444 3.296 7.291C44.883 96.115 47.266 97 49.829 97c.389 0 .783-.02 1.18-.062 5.76-.6 10.47-5.593 10.772-11.267C78.19 81.836 87 72.608 87 67.627v-1.178c0-6.658-2.924-13.473-9.387-14.977Zm4.645 16.155c-.02 2.674-10.67 13.992-32.962 15.013-16.725.766-30.305-4.142-31.554-6.413v-2.99c0-4.056 2.744-7.93 6.672-9.416a2.352 2.352 0 0 0 1.524-2.195V49.96c0-12.913 10.601-24.152 23.632-25.054 6.254-.433 12.114 1.566 16.51 5.628 4.379 4.049 6.79 9.674 6.79 15.845v7.142a2.36 2.36 0 0 0 2.288 2.35c6.758.238 7.1 8.852 7.1 10.577v1.178ZM49.405 7.7c3.478 0 6.307 2.804 6.307 6.251 0 3.447-2.83 6.252-6.308 6.252-3.476 0-6.305-2.805-6.305-6.252 0-3.447 2.829-6.25 6.306-6.25Z" clip-rule="evenodd"/>', On = {
790
+ width: Bn,
791
+ height: Rn,
792
+ block: Wn
793
+ }, Pn = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Notification", content: On, ...t }), Un = 15, _n = 15, Nn = '<path fill="currentColor" d="M18.199 13.479c-4.51.51-8.199 4.594-8.199 9.076v65.174c0 4.482 3.689 7.73 8.199 7.218L83.8 87.522c4.511-.51 8.2-4.594 8.2-9.075V13.272c0-4.482-3.689-7.729-8.2-7.22L18.199 13.48ZM51 81.57 21 85V24.86L81 18v60.14l-15 1.716V34.75l-15 1.715V81.57Z"/>', Gn = {
794
+ width: Un,
795
+ height: _n,
796
+ block: Nn
797
+ }, Xn = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Npm", content: Gn, ...t }), Jn = 15, Qn = 15, Kn = '<path fill="currentColor" fill-rule="evenodd" d="m23.41 58.108 33.737-3.65a2.298 2.298 0 0 1 2.53 2.049 2.304 2.304 0 0 1-2.038 2.54L23.902 62.7a2.302 2.302 0 0 1-2.53-2.049 2.305 2.305 0 0 1 2.038-2.542Zm0 15.094 33.737-3.651a2.3 2.3 0 0 1 2.53 2.049 2.304 2.304 0 0 1-2.038 2.541l-33.737 3.651a2.302 2.302 0 0 1-2.53-2.05 2.305 2.305 0 0 1 2.038-2.54ZM91 21.475c0-5.78-2.246-10.979-6.323-14.639-4.11-3.69-9.562-5.358-15.351-4.693-10.127 1.16-18.606 9.334-20.666 19.149l-36.612 4.01A2.305 2.305 0 0 0 10 27.596V95.69c0 .656.277 1.281.762 1.72a2.293 2.293 0 0 0 1.782.576l56.46-6.184a2.305 2.305 0 0 0 2.046-2.296V44.989C82.153 43.083 91 32.805 91 21.475ZM14.591 93.117V29.668l33.587-3.678c.032 5.321 1.986 10.128 5.508 13.697l-30.275 3.276a2.304 2.304 0 0 0-2.038 2.54 2.3 2.3 0 0 0 2.53 2.05l33.736-3.65c.451-.048.855-.23 1.186-.496 2.344 1.139 4.93 1.766 7.633 1.884v42.145l-51.867 5.68Zm66.246-73.378L68.83 33.193a2.287 2.287 0 0 1-3.23.184l-7.08-6.308a2.317 2.317 0 0 1-.195-3.259 2.285 2.285 0 0 1 3.24-.196l5.37 4.786L77.42 16.654a2.285 2.285 0 0 1 3.242-.176 2.317 2.317 0 0 1 .175 3.26Z" clip-rule="evenodd"/>', Yn = {
798
+ width: Jn,
799
+ height: Qn,
800
+ block: Kn
801
+ }, jn = (t) => /* @__PURE__ */ e.createElement(l, { alt: "OfferStatus", content: Yn, ...t }), qn = 15, ta = 15, ca = '<path fill="currentColor" fill-rule="evenodd" d="m71.067 57.46-5.315.675v-5.098l5.315-.675v5.098Zm2.01-10.015-9.914 1.262A2.307 2.307 0 0 0 61.153 51v9.759c0 .663.284 1.294.78 1.734a2.292 2.292 0 0 0 1.809.559l9.913-1.26a2.309 2.309 0 0 0 2.01-2.295V49.74c0-.665-.283-1.296-.779-1.735a2.296 2.296 0 0 0-1.809-.56ZM50.007 60.14l-5.314.676.001-5.099 5.314-.675v5.098Zm2.011-10.015-9.912 1.26a2.309 2.309 0 0 0-2.01 2.295l-.002 9.759c0 .663.284 1.294.78 1.733a2.286 2.286 0 0 0 1.807.56l9.914-1.26a2.309 2.309 0 0 0 2.012-2.294V52.42c0-.664-.284-1.296-.78-1.735a2.297 2.297 0 0 0-1.809-.56Zm19.049-11.852-5.315.675V33.85l5.315-.676v5.099Zm2.01-10.015-9.914 1.26a2.307 2.307 0 0 0-2.01 2.294v9.758c0 .665.284 1.296.78 1.735a2.292 2.292 0 0 0 1.809.56l9.913-1.262a2.307 2.307 0 0 0 2.01-2.293v-9.758c0-.665-.283-1.296-.779-1.735a2.295 2.295 0 0 0-1.809-.559Zm-23.07 12.694-5.314.675.001-5.098 5.314-.675v5.098Zm2.011-10.015-9.912 1.26a2.308 2.308 0 0 0-2.01 2.294l-.002 9.76c0 .663.284 1.294.78 1.733a2.286 2.286 0 0 0 1.807.56l9.914-1.26a2.31 2.31 0 0 0 2.012-2.295V33.23a2.32 2.32 0 0 0-.78-1.735 2.297 2.297 0 0 0-1.809-.559ZM66.66 86.762V73.12c0-.664-.281-1.294-.775-1.732a2.293 2.293 0 0 0-1.803-.563l-13.08 1.614a2.307 2.307 0 0 0-2.022 2.295v14.275l-16.17 2.056V26.002l49.59-6.305V84.76l-15.74 2.002Zm11.862-71.233-47.417 6.03-8.115-5.742-1.512-1.07 47.416-6.03 9.628 6.812Zm8.469 1.461c-.003-.054-.012-.106-.017-.159a2.256 2.256 0 0 0-.099-.467c-.016-.05-.029-.1-.048-.15a2.309 2.309 0 0 0-.293-.532c-.016-.021-.037-.037-.053-.058a2.33 2.33 0 0 0-.26-.285c-.042-.037-.092-.064-.136-.097-.023-.017-.039-.042-.061-.06L70.812 4.423a2.305 2.305 0 0 0-1.612-.405l-54.19 6.89c-.028.005-.05.02-.08.023a2.347 2.347 0 0 0-.394.114c-.081.03-.163.048-.24.086-.019.01-.038.01-.057.02-.112.058-.202.141-.302.215-.06.046-.128.08-.184.132a2.26 2.26 0 0 0-.403.485l-.016.017a2.41 2.41 0 0 0-.254.613c-.002.012-.01.02-.013.032-.014.065-.007.13-.017.195-.02.12-.05.238-.05.364v69.621c0 .749.36 1.452.967 1.885l15.21 10.864c.016.01.035.014.05.024.173.118.358.211.552.278l.104.027c.204.058.413.098.627.098.096 0 .192-.007.289-.019l54.19-6.889A2.309 2.309 0 0 0 87 86.798V17.073c0-.027-.008-.055-.01-.083Z" clip-rule="evenodd"/>', la = {
802
+ width: qn,
803
+ height: ta,
804
+ block: ca
805
+ }, ea = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Office", content: la, ...t }), oa = 15, na = 15, aa = '<path fill="currentColor" fill-rule="evenodd" d="m15.965 49.57 9.144-1.039V13.756L9.294 15.555v7.46l6.671-.758v27.314Zm4.204 39.013s2.737-2.044 4.003-3.52l1.002-1.18c4.072-4.794 7.007-9.123 7.007-13.388 0-5.796-4.271-10.839-13.612-9.777-6.873.783-12.546 5.491-14.148 12.802l8.409 1.308c1-3.044 2.734-5.64 5.804-5.99 2.538-.288 4.205 1.055 4.205 3.32 0 2.714-1.619 4.596-5.025 8.557l-.008.009-.572.665-13.28 15.566v.8l28.562-3.249v-7.66l-7.742.88c-1.201.136-4.605.857-4.605.857Zm26.16-64.588c.091 0 .185-.005.278-.016l47.29-5.491a2.377 2.377 0 0 0 2.087-2.633 2.38 2.38 0 0 0-2.636-2.085l-47.29 5.493a2.375 2.375 0 0 0 .271 4.732Zm-.272 23.634 47.29-5.491a2.376 2.376 0 1 1 .55 4.718l-47.29 5.49a2.377 2.377 0 0 1-2.637-2.084 2.377 2.377 0 0 1 2.087-2.633Zm0 28.367 47.29-5.49a2.379 2.379 0 0 1 2.637 2.083 2.376 2.376 0 0 1-2.088 2.634l-47.29 5.49a2.377 2.377 0 0 1-2.637-2.084 2.377 2.377 0 0 1 2.088-2.633Z" clip-rule="evenodd"/>', ra = {
806
+ width: oa,
807
+ height: na,
808
+ block: aa
809
+ }, ia = (t) => /* @__PURE__ */ e.createElement(l, { alt: "OrderedList", content: ra, ...t }), da = 15, sa = 15, ha = '<path fill="currentColor" fill-rule="evenodd" d="M49.114 94.359a2.585 2.585 0 0 1-.122.274.879.879 0 0 1-.05.077 1.118 1.118 0 0 0-.037.055l-.005.007c-.05.079-.1.156-.16.227a1.28 1.28 0 0 1-.079.085l-.045.047c-.06.061-.12.123-.187.18a2.08 2.08 0 0 1-.159.115 2.532 2.532 0 0 1-.205.135c-.058.032-.118.06-.18.088a2.432 2.432 0 0 1-.422.146 2.126 2.126 0 0 1-.264.048.696.696 0 0 0-.052.01c-.02.004-.04.009-.062.01a46.089 46.089 0 0 1-3.55.137c-10.65 0-20.47-3.742-27.953-10.72C9.221 79.348 5.11 71.548 3.629 62.834a42.214 42.214 0 0 1-.457-3.55l-.021-.29-.014-.194A45.194 45.194 0 0 1 3 55.453c0-1.102.055-2.198.134-3.29a45.553 45.553 0 0 1 .443-3.907c.013-.088.029-.175.045-.263.01-.058.022-.116.031-.174.171-1.021.378-2.035.615-3.04l.036-.163c.02-.094.041-.189.066-.283.255-1.043.553-2.075.877-3.097.021-.064.038-.128.055-.193.017-.066.034-.131.056-.196a.324.324 0 0 1 .03-.06.366.366 0 0 0 .025-.047C11.488 22.32 28.414 7.59 48.306 5.31c12.407-1.422 24.025 2.103 32.734 9.924 6.694 6.013 10.997 14.015 12.504 23.016l.02.115a43.234 43.234 0 0 1 .442 3.672l.012.165c.082 1.106.137 2.22.137 3.348a2.4 2.4 0 0 1-2.392 2.407 2.4 2.4 0 0 1-2.392-2.407 39.66 39.66 0 0 0-.127-3.051l-.002-.02a38.44 38.44 0 0 0-.258-2.429 37.074 37.074 0 0 0-1.132-5.23l-20.25 2.322c.12 1.1.23 2.211.316 3.346a2.402 2.402 0 0 1-2.204 2.583 2.4 2.4 0 0 1-2.567-2.217 94.311 94.311 0 0 0-.3-3.167l-28.48 3.266c-.413 3.63-.644 7.485-.644 11.526 0 3.819.215 7.442.593 10.836l5.055-.58a2.39 2.39 0 0 1 2.647 2.12 2.402 2.402 0 0 1-2.105 2.664l-4.93.565c2.298 13.523 7.38 22.35 12.212 22.99l.01.001.003.001.005.001h.002a2.398 2.398 0 0 1 1.956 1.644.47.47 0 0 0 .015.037.351.351 0 0 1 .018.049 2.4 2.4 0 0 1 .066.371.34.34 0 0 0 .009.046.358.358 0 0 1 .01.056 2.3 2.3 0 0 1-.05.65l-.01.059c-.015.078-.03.154-.054.228-.01.028-.022.054-.034.081a.58.58 0 0 0-.027.062ZM30.232 68.628l-19.21 2.202a34.044 34.044 0 0 0 7.812 10.919c5.466 5.098 12.369 8.23 19.959 9.15-3.915-4.772-6.948-12.643-8.561-22.271Zm-20.93-2.446 20.264-2.323a102.27 102.27 0 0 1-.627-11.38c0-3.65.202-7.343.586-10.971l-20.07 2.301a42.992 42.992 0 0 0-1.24 5.749 2.552 2.552 0 0 0-.017.128l-.012.102a40.67 40.67 0 0 0-.26 2.394l-.02.274c-.01.12-.02.238-.028.356a40.62 40.62 0 0 0-.094 2.64 40.236 40.236 0 0 0 .128 3.068 38.465 38.465 0 0 0 .256 2.418c.124.868.278 1.728.46 2.578l.013.054.02.097c.186.848.397 1.687.642 2.515ZM66.957 32.37l19.183-2.2a34.038 34.038 0 0 0-8.284-11.344c-5.405-4.853-12.108-7.816-19.448-8.713 3.952 4.699 6.958 12.557 8.549 22.257ZM48.849 10.091c-5.384.618-11.23 10.75-13.795 25.936l27.14-3.111c-1.676-10.045-4.924-17.884-8.997-21.27-1.462-1.214-2.879-1.725-4.348-1.555Zm-18.68 26.496c1.475-9.456 4.241-18.103 8.104-23.908-12.13 4.593-22.06 14.305-27.034 26.08l18.93-2.172Zm56.863 44.664 8.56 7.501a4.144 4.144 0 0 1 .4 5.822 4.084 4.084 0 0 1-5.785.401l-8.683-7.61c-4.165 3.281-9.153 5-14.03 5-4.628 0-9.141-1.522-12.714-4.656-3.792-3.32-6.043-8.022-6.344-13.239-.337-5.852 1.85-11.841 6.003-16.433 8.107-8.965 21.44-10.347 29.724-3.087h-.001c3.79 3.322 6.044 8.023 6.343 13.24.261 4.507-.99 9.09-3.473 13.06Zm-30.41-7.258c.172 2.981 1.43 5.641 3.543 7.493 4.947 4.336 13.144 3.25 18.271-2.417 2.678-2.962 4.092-6.752 3.882-10.401-.17-2.981-1.43-5.642-3.542-7.494h-.001c-2.043-1.791-4.642-2.658-7.35-2.658-3.846 0-7.912 1.748-10.92 5.076-2.677 2.96-4.092 6.75-3.883 10.401Z" clip-rule="evenodd"/>', ua = {
810
+ width: da,
811
+ height: sa,
812
+ block: ha
813
+ }, va = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Origine", content: ua, ...t }), ma = 15, ga = 15, $a = '<path fill="currentColor" d="M92.995 7.363c0-.022.005-.044.005-.066-.001-.04-.012-.077-.016-.117a2.609 2.609 0 0 0-.038-.291c-.007-.031-.005-.063-.013-.094-.006-.023-.02-.043-.026-.066a2.32 2.32 0 0 0-.22-.542c-.008-.016-.022-.031-.032-.047a2.311 2.311 0 0 0-.347-.436c-.02-.02-.031-.046-.053-.066-.031-.03-.066-.057-.1-.085-.007-.005-.012-.013-.02-.019-.005-.005-.01-.007-.016-.012l-.04-.032c-.014-.011-.03-.014-.045-.024a2.359 2.359 0 0 0-1.385-.46c-.017 0-.032-.006-.048-.006-.017 0-.031.004-.048.004-.033.001-.067.005-.102.008-.054.004-.108.005-.162.014h-.004c-.027.005-.053.016-.078.021a2.25 2.25 0 0 0-.269.067c-.058.02-.116.035-.173.058-.088.035-.174.08-.259.127-.038.021-.08.035-.119.058l-84.24 50.39a2.354 2.354 0 0 0-1.14 2.209 2.358 2.358 0 0 0 1.48 1.998l23.233 9.235 11.218 25.405c0 .004.004.007.007.012.026.057.07.104.101.158.084.156.173.308.287.437.05.056.114.097.168.148.122.111.242.22.382.304.02.01.034.03.054.042.099.055.204.084.308.125.073.028.141.066.217.087.206.057.417.09.626.092l.01.001h.002c.083-.001.164-.004.246-.013.018-.002.035-.013.054-.015.216-.028.426-.084.63-.17.034-.015.065-.033.1-.05.186-.091.364-.201.525-.343.01-.01.024-.016.035-.025a.06.06 0 0 1 .015-.011l15.31-14.14 18.448 7.332a2.378 2.378 0 0 0 2.046-.141 2.358 2.358 0 0 0 1.163-1.683L92.965 7.757c.008-.047.005-.094.01-.143.01-.083.02-.167.02-.251Zm-43.138 65.16 36.807-54.988-10.205 65.562-26.602-10.575Zm-5.526-.23h-.001l-.02.033c-.03.045-.053.092-.077.14l-.033.063-.028.05c-.026.043-.05.086-.07.133a.32.32 0 0 0-.01.024.86.86 0 0 0-.044.137 1.92 1.92 0 0 1-.042.134c-.016.048-.033.096-.043.146l-2.675 12.813-7.984-18.082 42.077-41.978-31.05 46.388Zm-14.409-7.696-18.257-7.258 63.76-38.14-45.503 45.398Z"/>', Za = {
814
+ width: ma,
815
+ height: ga,
816
+ block: $a
817
+ }, pa = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Paperplane", content: Za, ...t }), ba = 15, fa = 15, Ca = '<path fill="currentColor" d="M94.996 21.756a2.434 2.434 0 0 0-.824-1.693L76.674 4.617a2.462 2.462 0 0 0-3.458.196L19.97 63.899c-.045.05-.078.107-.118.16-.037.048-.075.096-.109.147a2.419 2.419 0 0 0-.196.373c-.014.032-.035.06-.048.092L8.158 94.688a2.442 2.442 0 0 0 .659 2.687 2.468 2.468 0 0 0 2.753.36l28.84-14.572c.042-.021.074-.053.115-.077.104-.06.202-.123.298-.199.063-.05.12-.105.178-.162.042-.038.086-.067.124-.11l40.672-45.132c.002-.001.004-.004.005-.007L94.371 23.53a2.445 2.445 0 0 0 .625-1.774zm-32.328 2.092 5.071 4.476-37.387 41.488-5.07-4.476zM39.1 77.534l-5.07-4.475 37.387-41.488 5.069 4.475zm-19.924 1.892 3.666-9.701 12.12 10.7-9.32 4.708z"/>', ka = {
818
+ width: ba,
819
+ height: fa,
820
+ block: Ca
821
+ }, wa = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Pencil", content: ka, ...t }), Ma = 15, La = 15, Va = '<path fill="currentColor" fill-rule="evenodd" d="M90.46 70.958 76.54 54.192a2.371 2.371 0 0 0-1.629-.845 2.402 2.402 0 0 0-1.746.566L59.308 65.845c-5.533-2.556-10.3-6.191-14.178-10.805-3.865-4.71-6.607-10.146-8.162-16.177l13.907-11.978a2.334 2.334 0 0 0 .276-3.266L37.23 6.855a2.376 2.376 0 0 0-2.703-.687L28.77 8.454c-9.15 3.63-16.131 11.45-18.222 20.409-.678 2.91-.727 5.248-.146 7.147 3.772 12.325 9.76 23.522 17.8 33.28a.666.666 0 0 0 .041.052l.084.108c.042.05.084.099.128.145 8.1 9.641 17.917 17.479 29.187 23.293C59.084 93.632 60.883 94 63.11 94c.498 0 1.019-.017 1.56-.055 9.052-.612 17.804-6.325 22.839-14.91l3.17-5.402c.496-.85.41-1.917-.22-2.675" clip-rule="evenodd"/>', Ea = {
822
+ width: Ma,
823
+ height: La,
824
+ block: Va
825
+ }, Ia = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Phone", content: Ea, ...t }), Aa = 15, xa = 15, Fa = '<path fill="currentColor" fill-rule="evenodd" d="M63.11 94c-2.226 0-4.024-.368-5.47-1.112-11.27-5.816-21.088-13.653-29.184-23.293a2.786 2.786 0 0 1-.207-.243l-.048-.063c-8.041-9.76-14.03-20.957-17.8-33.28-.58-1.895-.532-4.233.148-7.147 2.089-8.957 9.07-16.777 18.22-20.408l5.759-2.286a2.38 2.38 0 0 1 2.703.686L51.15 23.62a2.336 2.336 0 0 1-.277 3.267L36.966 38.863c1.558 6.03 4.3 11.468 8.164 16.176 3.878 4.615 8.646 8.25 14.178 10.806l13.856-11.932a2.373 2.373 0 0 1 3.374.28L90.46 70.957c.63.759.717 1.825.219 2.676l-3.17 5.402c-5.036 8.583-13.787 14.297-22.838 14.91-.542.036-1.062.055-1.561.055ZM31.924 66.394c.023.024.043.05.065.075 7.712 9.215 17.077 16.7 27.833 22.252.66.34 1.985.711 4.527.538 7.507-.507 14.816-5.331 19.071-12.588l2.342-3.99-11.331-13.644L61.27 70.37a2.383 2.383 0 0 1-2.473.388c-6.8-2.867-12.628-7.15-17.317-12.731-4.635-5.65-7.813-12.201-9.457-19.491-.19-.843.101-1.72.76-2.286l13.25-11.411-11.355-13.674-4.155 1.649c-7.734 3.069-13.622 9.624-15.367 17.108-.6 2.568-.455 3.984-.23 4.722 3.59 11.733 9.288 22.389 16.936 31.674.022.024.04.05.06.076Z" clip-rule="evenodd"/>', ya = {
826
+ width: Aa,
827
+ height: xa,
828
+ block: Fa
829
+ }, Sa = (t) => /* @__PURE__ */ e.createElement(l, { alt: "PhoneOutline", content: ya, ...t }), Ta = 15, za = 15, Ha = '<path fill="currentColor" d="M90.256 12.844a2.23 2.23 0 0 0-1.737-.553l-40.323 4.596V6.229a2.231 2.231 0 0 0-2.48-2.215l-34.741 3.96A2.226 2.226 0 0 0 9 10.188v34.75a2.229 2.229 0 0 0 2.48 2.215l16.698-1.903v10.596l-17.203 1.961A2.226 2.226 0 0 0 9 60.021v34.75a2.226 2.226 0 0 0 2.48 2.214l34.74-3.958a2.231 2.231 0 0 0 1.976-2.215V79.756l40.828-4.654A2.227 2.227 0 0 0 91 72.888V14.506c0-.635-.271-1.24-.744-1.662ZM32.635 23.147l53.908-6.143v53.895l-53.908 6.143V23.147ZM70.041 39.13c0-5.774-4.68-9.921-10.452-9.263-5.772.658-10.452 5.871-10.452 11.646 0 5.736 4.619 9.866 10.338 9.276-6.11.746-11.254 5.44-12.871 11.227-.518 1.852 1.014 3.642 2.924 3.424l20.893-2.38c1.585-.181 2.711-1.697 2.352-3.25-1.35-5.842-6.682-9.722-13.071-9.047 5.72-.713 10.339-5.897 10.339-11.633Zm-56.584 3.31V12.178l30.282-3.452v8.669l-13.586 1.549a2.23 2.23 0 0 0-1.975 2.213v19.605L13.457 42.44Z"/>', Da = {
830
+ width: Ta,
831
+ height: za,
832
+ block: Ha
833
+ }, Ba = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Pictures", content: Da, ...t }), Ra = 15, Wa = 15, Oa = '<path fill="currentColor" d="M91.579 22.46a2.36 2.36 0 0 0-1.799-1.075 2.39 2.39 0 0 0-1.946.776L65.992 46.478a2.361 2.361 0 0 0 .192 3.345l21.8 19.308a2.362 2.362 0 0 0 3.626-.609c8.531-15.134 8.519-32.783-.031-46.061ZM52.034 49.817l28.163 25.041a2.365 2.365 0 0 1 .185 3.346C70.43 89.249 56.88 94.999 43.841 95c-9.756 0-19.228-3.217-26.707-9.84l-.008-.007-.007-.007C9.335 78.244 4.701 68.392 4.073 57.398c-.725-12.668 3.966-25.62 12.87-35.532 17.402-19.373 45.8-22.524 63.304-7.02a2.361 2.361 0 0 1 .192 3.345L52.034 49.816ZM20.459 25.02C12.39 34.005 8.137 45.707 8.79 57.128c.509 8.9 3.966 16.927 9.783 22.872l56.705-63.133C69.005 12.053 61.38 9.71 53.528 9.71c-11.76 0-24.032 5.25-33.069 15.31Zm28.419 28.308L22.11 83.132c15.09 11.574 38 8.854 53.128-6.364L48.878 53.33Z"/>', Pa = {
834
+ width: Ra,
835
+ height: Wa,
836
+ block: Oa
837
+ }, Ua = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Piechart", content: Pa, ...t }), _a = 15, Na = 15, Ga = '<path fill="currentColor" fill-rule="evenodd" d="M54.24 90.797c-.29.525-.802.946-1.358 1.119-.558.173-1.087.076-1.408-.26l-19.255-20.12L8.745 93.25a2.831 2.831 0 0 1-3.99-.148 2.805 2.805 0 0 1 .147-3.975l23.42-21.662-18.02-18.828c-.254-.267-.352-.656-.278-1.078.02-.107.05-.217.091-.328a2.407 2.407 0 0 1 1.2-1.284c14.067-6.722 26.437-4.03 29.83-3.07L69.133 19.56c.041-.428.11-.989.226-1.65.522-2.964 1.867-7.306 5.305-11.14.351-.393.822-.664 1.29-.745.472-.083.895.033 1.166.318l20.583 21.508c.272.282.351.711.262 1.165-.106.457-.4.905-.812 1.235-.253.203-6.045 4.763-13.351 4.816L58.95 61.398c.591 2.12 1.755 7.655.434 15.164-.847 4.818-2.578 9.607-5.144 14.236Z" clip-rule="evenodd"/>', Xa = {
838
+ width: _a,
839
+ height: Na,
840
+ block: Ga
841
+ }, Ja = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Pin", content: Xa, ...t }), Qa = 15, Ka = 15, Ya = '<path fill="currentColor" fill-rule="evenodd" d="M53.51 5.012C30.036 5.575 6.87 26.297 5.09 50.276c-.163 2.188-1.35 22.44 13.208 34.953 4.356 3.745 8.863 5.714 12.048 6.788-.114-3.557-.04-9.031 1.167-12.923 1.09-3.516 7.015-22.396 7.015-22.396s-1.133-2.687-.821-6.672c.492-6.256 4.474-10.95 8.98-10.976 3.83-.023 5.455 2.847 5.185 6.304-.302 3.86-3.207 9.647-4.891 15.003-1.408 4.485 1.605 8.117 6.012 8.09 7.98-.048 14.774-8.516 15.726-20.688.844-10.773-6.29-18.259-17.32-18.193-12.776.077-21.026 9.726-21.803 19.648-.302 3.868.86 8.005 2.538 10.248.333.444.356.833.21 1.29-.452 1.422-1.448 4.484-1.645 5.11-.262.824-.73 1.002-1.55.61-5.402-2.582-8.265-10.778-7.748-17.376 1.11-14.193 12.421-27.29 31.797-27.406 15.574-.094 26.809 10.956 25.644 25.82-1.213 15.507-11.946 28.045-25.487 28.125-4.551.029-8.643-2.314-9.888-5.104 0 0-2.922 8.605-3.634 10.713-1.319 3.914-4.438 8.829-6.502 11.829 4.098 1.278 8.508 1.954 13.135 1.927 22.079-.134 46.473-20.231 48.422-45.264.215-2.772 1.4-22.077-13.217-34.967C71.398 5.71 59.06 4.879 53.51 5.012Z" clip-rule="evenodd"/>', ja = {
842
+ width: Qa,
843
+ height: Ka,
844
+ block: Ya
845
+ }, qa = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Pinterest", content: ja, ...t }), tr = 15, cr = 15, lr = '<path fill="currentColor" d="M85.062 36.902C92.87 49.721 97 64.81 97 80.54a2.358 2.358 0 0 1-2.099 2.338L5.635 92.985a2.374 2.374 0 0 1-2.24-1.035 2.34 2.34 0 0 1-.092-2.453l45.89-81.296a2.378 2.378 0 0 1 3.097-.965c13.614 6.566 24.946 16.825 32.772 29.666Zm-12.958 8.763c6.107 10.024 9.526 21.704 9.955 33.93l10.18-1.151c-.346-14.11-4.211-27.59-11.227-39.103-6.968-11.434-16.893-20.688-28.798-26.877l-5.362 9.5c10.415 5.52 19.125 13.65 25.252 23.701ZM60.786 78.141a8.622 8.622 0 0 1-.983 3.975l17.54-1.987c-.345-11.557-3.54-22.59-9.289-32.027-5.699-9.354-13.795-16.948-23.498-22.07l-21.074 37.33c.042-.005.083-.013.124-.02.065-.011.129-.023.194-.03 2.248-.253 4.372.394 5.987 1.827 1.603 1.422 2.486 3.43 2.486 5.652 0 4.432-3.487 8.298-7.938 8.802a8.74 8.74 0 0 1-.95.054c-1.89 0-3.65-.652-5.034-1.88a7.261 7.261 0 0 1-1.716-2.271L9.694 87.79l35.957-4.072c-.826-1.226-1.275-2.683-1.275-4.254 0-4.432 3.487-8.298 7.938-8.802 2.24-.251 4.369.392 5.985 1.825 1.604 1.424 2.487 3.432 2.487 5.654Zm-6.099-34.127c-1.613-1.431-3.736-2.08-5.987-1.827-4.45.504-7.936 4.37-7.936 8.802 0 2.224.883 4.23 2.488 5.654 1.384 1.229 3.145 1.88 5.034 1.88.314 0 .63-.018.95-.055 4.452-.504 7.939-4.37 7.939-8.802 0-2.221-.884-4.228-2.488-5.652Z"/>', er = {
846
+ width: tr,
847
+ height: cr,
848
+ block: lr
849
+ }, or = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Pizza", content: er, ...t }), nr = 15, ar = 15, rr = '<path fill="currentColor" fill-rule="evenodd" d="M16.359 94A2.36 2.36 0 0 1 14 91.642V9.357a2.362 2.362 0 0 1 3.35-2.14l71.283 33.025a2.356 2.356 0 0 1 .35 4.078L17.7 93.582a2.356 2.356 0 0 1-1.341.418Z" clip-rule="evenodd"/>', ir = {
850
+ width: nr,
851
+ height: ar,
852
+ block: rr
853
+ }, dr = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Play", content: ir, ...t }), sr = 15, hr = 15, ur = '<path fill="currentColor" fill-rule="evenodd" d="M16.359 94A2.36 2.36 0 0 1 14 91.642V9.357a2.362 2.362 0 0 1 3.35-2.14l71.283 33.025a2.356 2.356 0 0 1 .35 4.078L17.7 93.582a2.356 2.356 0 0 1-1.341.418Zm2.358-80.951v74.097l64.19-44.36-64.19-29.737Z" clip-rule="evenodd"/>', vr = {
854
+ width: sr,
855
+ height: hr,
856
+ block: ur
857
+ }, mr = (t) => /* @__PURE__ */ e.createElement(l, { alt: "PlayOutline", content: vr, ...t }), gr = 15, $r = 15, Zr = '<path fill="currentColor" fill-rule="evenodd" d="M29.337 54.512c0 5.75 2.252 10.923 6.337 14.564 3.528 3.145 8.043 4.814 12.91 4.814.817 0 1.643-.048 2.476-.142 11.683-1.33 21.188-11.909 21.188-23.58 0-5.75-2.251-10.922-6.338-14.565-4.119-3.672-9.583-5.33-15.384-4.67-11.683 1.329-21.189 11.907-21.189 23.579Zm14.146-9.065a2.359 2.359 0 0 1 3.353-2.138l12.932 5.985a2.352 2.352 0 0 1 1.36 1.936 2.352 2.352 0 0 1-1.01 2.14l-12.933 8.927a2.36 2.36 0 0 1-3.702-1.938V45.447ZM95.2 10.353a2.368 2.368 0 0 0-1.857-.57l-48.18 6.1-10.155-8.346a2.367 2.367 0 0 0-1.796-.519L7.065 10.322A2.359 2.359 0 0 0 5 12.66v78.983a2.358 2.358 0 0 0 2.657 2.338l86.28-10.912A2.358 2.358 0 0 0 96 80.729V12.122c0-.676-.291-1.321-.8-1.768Zm-3.92 68.3L9.72 88.97V14.738l23.075-2.916 10.153 8.347a2.356 2.356 0 0 0 1.797.52l46.534-5.893v63.857Z" clip-rule="evenodd"/>', pr = {
858
+ width: gr,
859
+ height: $r,
860
+ block: Zr
861
+ }, br = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Playlist", content: pr, ...t }), fr = 15, Cr = 15, kr = '<path fill="currentColor" fill-rule="evenodd" d="m48.72 49.882.098-2.24-4.29.49v13.561l4.29-.49v-7.258c0-1.719 1.016-2.79 2.732-2.985 1.525-.174 2.254.602 2.254 2.13v7.545l4.289-.49v-7.83c0-3.853-2.127-5.775-5.083-5.437-1.874.215-3.462 1.287-4.29 3.004Zm15.19 7.087c-.985.08-1.398-.287-1.398-.923 0-.35.128-.65.35-.868.764.296 1.684.35 2.765.227 3.462-.396 5.687-2.783 5.687-5.68 0-.605-.16-1.16-.478-1.601l2.003-.228V44.84l-5.212.594a7.601 7.601 0 0 0-2-.026c-3.464.396-5.816 2.734-5.816 5.631 0 1.178.445 2.208 1.21 2.95-1.21.679-1.877 1.678-1.877 2.886 0 1.243.508 2.076 1.62 2.555-1.524.746-2.477 1.81-2.477 3.273 0 2.58 2.415 4.182 7.275 3.627 5.37-.613 7.468-3.018 7.468-5.882 0-2.642-2.098-3.93-5.783-3.7l-3.337.22Zm-31.429-5.36.096-2.112-4.29.49v20.31l4.29-.49v-8.564c.698 1.161 2.096 1.862 4.162 1.626 3.305-.377 6.132-3.628 6.132-7.798 0-4.171-2.764-6.72-6.037-6.346-2.097.239-3.527 1.325-4.353 2.884Zm-.032 4.652c0-2.007 1.208-3.386 3.05-3.596 1.813-.207 2.956.904 2.956 2.91 0 2.132-1.143 3.473-2.956 3.68-1.843.21-3.05-.862-3.05-2.994Zm30 5.427c0-.413.127-.778.383-1.094l3.556-.184c1.748-.103 2.256.092 2.256.857 0 .827-.57 1.562-3.082 1.848-2.35.269-3.113-.344-3.113-1.427Zm5.115-11.535c0 1.147-.698 1.99-2.002 2.138-1.302.15-2.001-.535-2.001-1.681 0-1.083.7-1.893 2.001-2.042 1.303-.15 2.002.503 2.002 1.586ZM90.92 23.146a1.315 1.315 0 0 0-.042-.137 2.406 2.406 0 0 0-.201-.463c-.019-.032-.034-.065-.054-.097a2.34 2.34 0 0 0-.387-.46c-.012-.011-.019-.026-.032-.038L72.902 6.592c-.01-.008-.021-.012-.03-.02a2.418 2.418 0 0 0-.516-.339l-.082-.032a2.283 2.283 0 0 0-.513-.156c-.038-.006-.073-.016-.112-.021a2.349 2.349 0 0 0-.577-.011l-59.98 6.847A2.361 2.361 0 0 0 9 15.21v77.428a2.357 2.357 0 0 0 2.625 2.348l77.283-8.822A2.363 2.363 0 0 0 91 83.816V23.72c0-.199-.032-.39-.08-.574ZM13.717 89.989V17.318l55.263-6.31v14.687a2.358 2.358 0 0 0 2.625 2.348l14.678-1.675v55.338L13.717 89.99Zm59.98-76.378 9.419 8.361-9.418 1.075v-9.436Z" clip-rule="evenodd"/>', wr = {
862
+ width: fr,
863
+ height: Cr,
864
+ block: kr
865
+ }, Mr = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Png", content: wr, ...t }), Lr = 15, Vr = 15, Er = '<path fill="currentColor" fill-rule="evenodd" d="M80.166 45.606a2.337 2.337 0 0 0-2.79 1.794c-2.97 13.498-14.804 24.405-28.14 25.938-13.3 1.532-24.665-6.296-27.615-19.03a2.341 2.341 0 0 0-2.813-1.763 2.365 2.365 0 0 0-1.747 2.838C20.194 68.898 31.8 77.97 45.489 78.22v5.848c-8.62 1.093-15.085 4.083-15.085 7.257 0 3.306 7.022 5.675 16.19 5.675.948 0 1.919-.026 2.907-.078 10.549-.557 19.1-3.969 19.1-7.617 0-3.172-6.469-5.474-15.088-5.658v-5.683c0-.2-.03-.393-.059-.586 13.876-3.136 25.326-14.564 28.49-28.956a2.36 2.36 0 0 0-1.777-2.816Zm-52.583.965v-5.116a.07.07 0 0 1-.001-.01v-.005l.001-.006V26.497c0-12.054 9.713-22.977 21.653-24.35 5.924-.683 11.505 1.03 15.712 4.82 4.173 3.756 6.47 9.094 6.47 15.028V42.07c0 12.055-9.713 22.978-21.653 24.351-.851.097-1.695.146-2.53.146-4.97 0-9.58-1.72-13.18-4.965-4.173-3.758-6.472-9.096-6.472-15.03ZM51.75 6.725c-.653 0-1.315.038-1.983.115-9.215 1.059-16.77 9.148-17.437 18.345a.649.649 0 0 0 .036.055c.014.021.03.043.042.067.714 1.425 3.942 3.037 9.543 3.43a2.354 2.354 0 0 1 2.173 2.519 2.35 2.35 0 0 1-2.496 2.191c-3.812-.267-6.984-1.082-9.363-2.314v10.324c.014 1.381 3.02 3.53 9.686 3.999a2.353 2.353 0 0 1 2.173 2.52 2.348 2.348 0 0 1-2.496 2.19c-3.784-.265-6.941-1.053-9.299-2.253.309 4.024 1.993 7.598 4.842 10.165 3.2 2.879 7.476 4.178 12.066 3.65 9.65-1.11 17.502-9.929 17.502-19.659v-.01c-2.692 2.506-6.436 4.763-11.01 5.928a2.342 2.342 0 0 1-2.842-1.712 2.362 2.362 0 0 1 1.697-2.867c6.186-1.576 10.502-5.553 11.892-8.58.074-.159.162-.302.263-.435v-8.578c-2.692 2.506-6.436 4.762-11.01 5.928a2.344 2.344 0 0 1-2.842-1.712 2.362 2.362 0 0 1 1.697-2.868c6.12-1.558 10.397-5.463 11.835-8.477-.635-3.217-2.21-6.056-4.588-8.196C59.1 8.03 55.576 6.725 51.75 6.725Z" clip-rule="evenodd"/>', Ir = {
866
+ width: Lr,
867
+ height: Vr,
868
+ block: Er
869
+ }, Ar = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Podcast", content: Ir, ...t }), xr = 15, Fr = 15, yr = '<path fill="currentColor" fill-rule="evenodd" d="M34.254 43.351c.22 0 .44-.013.662-.038 3.106-.352 5.54-3.05 5.54-6.143 0-1.55-.618-2.951-1.737-3.946-1.128-.999-2.607-1.445-4.177-1.274-3.106.353-5.54 3.05-5.54 6.143 0 1.55.615 2.952 1.736 3.946.967.858 2.195 1.312 3.516 1.312ZM49.672 89c-10.472 1.182-20.28-1.75-27.622-8.262-7.271-6.448-11.273-15.67-11.273-25.97C10.777 33.105 28.52 13.47 50.326 11a40.1 40.1 0 0 1 4.516-.257c8.754 0 16.832 2.953 23.108 8.519 7.27 6.448 11.273 15.67 11.273 25.969 0 21.664-17.742 41.3-39.55 43.768m15.123-49.107c.218 0 .44-.013.662-.037 3.106-.351 5.541-3.05 5.541-6.144 0-1.55-.617-2.951-1.738-3.944-1.127-1-2.596-1.45-4.176-1.274-3.107.35-5.541 3.05-5.541 6.142 0 1.552.615 2.953 1.736 3.945.966.858 2.195 1.312 3.516 1.312Zm17.002-24.914C73.209 7.363 61.795 3.923 49.672 5.296 25.04 8.086 5 30.28 5 54.77c0 11.957 4.688 22.7 13.202 30.253C25.552 91.542 34.968 95 45.135 95c1.711 0 3.445-.098 5.191-.295C74.959 91.915 95 69.722 95 45.23c0-11.956-4.69-22.701-13.202-30.253M70.722 53.504c-2.064-.958-4.522-.069-5.484 1.984-2.945 6.275-9.112 10.812-15.706 11.559-6.37.721-12.065-2.123-14.85-7.425-1.054-2.008-3.547-2.786-5.567-1.74a4.09 4.09 0 0 0-1.752 5.534c3.912 7.45 11.677 11.941 20.282 11.941.931 0 1.874-.052 2.821-.16 9.53-1.08 18.055-7.304 22.251-16.243a4.088 4.088 0 0 0-1.995-5.45Z" clip-rule="evenodd"/>', Sr = {
870
+ width: xr,
871
+ height: Fr,
872
+ block: yr
873
+ }, Tr = (t) => /* @__PURE__ */ e.createElement(l, { alt: "PositiveOutline", content: Sr, ...t }), zr = 15, Hr = 15, Dr = '<path fill="currentColor" fill-rule="evenodd" d="M72.68 61.252C68.386 69.966 59.697 75.38 50 75.38s-18.386-5.414-22.68-14.128a4.13 4.13 0 0 1 1.88-5.527 4.13 4.13 0 0 1 5.527 1.88c2.892 5.874 8.745 9.522 15.274 9.522 6.528 0 12.382-3.65 15.277-9.523a4.126 4.126 0 1 1 7.401 3.648ZM34.729 30.089a5.734 5.734 0 0 1 5.728 5.726 5.735 5.735 0 0 1-5.728 5.728 5.734 5.734 0 0 1-5.726-5.728 5.732 5.732 0 0 1 5.726-5.726Zm30.544 0a5.73 5.73 0 0 1 5.725 5.726 5.732 5.732 0 0 1-5.725 5.728 5.735 5.735 0 0 1-5.728-5.728 5.734 5.734 0 0 1 5.728-5.726ZM50 5C25.188 5 5 25.186 5 50s20.188 45 45 45c24.814 0 45-20.186 45-45S74.814 5 50 5Z" clip-rule="evenodd"/>', Br = {
874
+ width: zr,
875
+ height: Hr,
876
+ block: Dr
877
+ }, Rr = (t) => /* @__PURE__ */ e.createElement(l, { alt: "PositiveStraight", content: Br, ...t }), Wr = 15, Or = 15, Pr = '<path fill="currentColor" d="m97.996 78.655-4.663-3.294c1.581-2.012 2.55-4.506 2.55-7.104v-15.81c0-2.856-1.121-5.42-3.158-7.216a9.205 9.205 0 0 0-1.628-1.148l-3.45-2.594c-5.864-4.409-16.72-12.572-17.853-13.427a10.688 10.688 0 0 0-3.621-1.79v-9.899c0-.683-.293-1.332-.803-1.782a2.35 2.35 0 0 0-1.86-.571l-38.26 5.03a2.366 2.366 0 0 0-2.052 2.353v9.793l-9.133 1.219C8.515 33.145 4 38.322 4 43.955v15.81c0 2.856 1.12 5.42 3.155 7.218 1.484 1.31 21.582 16.318 23.88 18.034l.003.002c.345.256.738.378 1.137.424a9.328 9.328 0 0 0 3.929.886c.45 0 .907-.03 1.366-.091l14.872-1.978 4.688 3.31a2.35 2.35 0 0 0 1.658.411l38.26-5.03a2.378 2.378 0 0 0 1.048-4.295Zm-36.538-59.58v14.541l-33.546 4.41v-14.54l33.546-4.41Zm-2.47 64.081-11.063-7.813 31.341-4.12 11.061 7.812-31.34 4.121Zm-22.136-1.623c-1.447.192-2.796-.185-3.795-1.068-1-.882-1.55-2.177-1.55-3.648V61.01c0-3.282 2.73-6.418 5.963-6.85l48.352-6.428a5.55 5.55 0 0 1 .729-.049c1.166 0 2.237.386 3.067 1.117.998.883 1.55 2.18 1.55 3.649v15.81c0 1.596-.658 3.147-1.697 4.377l-8.247-5.825a2.35 2.35 0 0 0-1.66-.41l-38.26 5.03a2.36 2.36 0 0 0-1.984 1.785c-.232.95.14 1.947.936 2.51l6.384 4.507-9.788 1.302Z"/><path fill="currentColor" d="M41.606 64.92c.1 0 .2-.006.305-.02l6.548-.847a2.37 2.37 0 0 0 2.037-2.655 2.35 2.35 0 0 0-2.64-2.052l-6.549.848a2.369 2.369 0 0 0-2.035 2.655 2.362 2.362 0 0 0 2.334 2.07Z"/>', Ur = {
878
+ width: Wr,
879
+ height: Or,
880
+ block: Pr
881
+ }, _r = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Print", content: Ur, ...t }), Nr = 15, Gr = 15, Xr = '<path fill="currentColor" fill-rule="evenodd" d="M49.999 94a2.348 2.348 0 0 1-1.566-.595L32.235 79.053a2.364 2.364 0 0 1-.635-2.62c.357-.921 1.21-1.485 2.236-1.51 2.635.065 5.248-1.154 7.147-3.271 1.738-1.936 2.656-4.424 2.518-6.826-.112-1.977-.94-3.742-2.327-4.973-3.208-2.84-8.508-2.152-11.819 1.536-1.896 2.112-2.791 4.81-2.454 7.401a2.362 2.362 0 0 1-3.908 2.074L6.795 56.512a2.366 2.366 0 0 1-.19-3.346l12.738-14.19c-2.48-.297-4.805-1.301-6.685-2.967-2.435-2.157-3.882-5.206-4.076-8.587-.217-3.807 1.198-7.708 3.884-10.7 5.259-5.858 13.902-6.756 19.266-2.006 1.888 1.674 3.16 3.867 3.739 6.294L48.24 6.784a2.362 2.362 0 0 1 3.325-.19l16.197 14.351a2.364 2.364 0 0 1-1.567 4.13l-.15-.001c-2.602 0-5.158 1.19-7.03 3.274-1.737 1.936-2.655 4.423-2.519 6.824.114 1.978.94 3.744 2.329 4.974 3.205 2.84 8.508 2.151 11.819-1.535 1.896-2.113 2.79-4.811 2.454-7.403a2.366 2.366 0 0 1 1.235-2.391 2.366 2.366 0 0 1 2.673.32l16.197 14.35a2.361 2.361 0 0 1 .192 3.346l-12.74 14.191c2.479.297 4.805 1.301 6.685 2.966 2.436 2.16 3.881 5.208 4.076 8.59.217 3.806-1.199 7.706-3.885 10.697-5.258 5.859-13.901 6.759-19.264 2.005-1.89-1.672-3.16-3.867-3.74-6.292l-12.77 14.226a2.361 2.361 0 0 1-1.76.784Z" clip-rule="evenodd"/>', Jr = {
882
+ width: Nr,
883
+ height: Gr,
884
+ block: Xr
885
+ }, Qr = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Puzzle", content: Jr, ...t }), Kr = 15, Yr = 15, jr = '<path fill="currentColor" fill-rule="evenodd" d="m38.949 78.69 10.86 9.624 15.416-17.172a2.366 2.366 0 0 1 2.896-.493 2.365 2.365 0 0 1 1.136 2.709c-.9 3.205-.08 6.42 2.144 8.39 3.425 3.035 9.086 2.306 12.617-1.627 1.85-2.062 2.829-4.713 2.682-7.273-.12-2.115-1.006-4.005-2.492-5.322-2.23-1.975-5.55-2.421-8.669-1.162a2.36 2.36 0 0 1-2.643-3.767l15.396-17.15-10.872-9.632c-.58 2.154-1.687 4.197-3.26 5.952-5.04 5.613-13.323 6.473-18.468 1.915-2.337-2.072-3.725-4.998-3.91-8.24-.208-3.65 1.147-7.385 3.72-10.25a14.72 14.72 0 0 1 5.548-3.882l-10.861-9.624-15.415 17.172a2.366 2.366 0 0 1-2.896.492 2.36 2.36 0 0 1-1.136-2.708c.9-3.205.08-6.42-2.143-8.39-3.428-3.035-9.087-2.305-12.618 1.626-1.85 2.063-2.828 4.714-2.682 7.274.12 2.115 1.006 4.005 2.492 5.322 2.23 1.976 5.554 2.422 8.669 1.162a2.36 2.36 0 0 1 2.642 3.767l-15.394 17.15 10.87 9.631a14.634 14.634 0 0 1 3.261-5.95c5.04-5.613 13.324-6.474 18.468-1.916 2.336 2.07 3.725 4.995 3.911 8.239.208 3.648-1.147 7.385-3.72 10.25a14.725 14.725 0 0 1-5.55 3.883ZM49.999 94a2.348 2.348 0 0 1-1.566-.595L32.235 79.053a2.364 2.364 0 0 1-.635-2.62c.357-.921 1.21-1.485 2.236-1.51 2.635.065 5.248-1.154 7.147-3.271 1.738-1.936 2.656-4.424 2.518-6.826-.112-1.977-.94-3.742-2.327-4.973-3.208-2.84-8.508-2.152-11.819 1.536-1.896 2.112-2.791 4.81-2.454 7.401a2.362 2.362 0 0 1-3.908 2.074L6.795 56.512a2.366 2.366 0 0 1-.19-3.346l12.738-14.19c-2.48-.297-4.805-1.301-6.685-2.967-2.435-2.157-3.882-5.206-4.076-8.587-.217-3.807 1.198-7.708 3.884-10.7 5.259-5.858 13.902-6.756 19.266-2.006 1.888 1.674 3.16 3.867 3.739 6.294L48.24 6.784a2.362 2.362 0 0 1 3.325-.19l16.197 14.351a2.364 2.364 0 0 1-1.567 4.13l-.15-.001c-2.602 0-5.158 1.19-7.03 3.274-1.737 1.936-2.655 4.423-2.519 6.824.114 1.978.94 3.744 2.329 4.974 3.205 2.84 8.508 2.151 11.819-1.535 1.896-2.113 2.79-4.811 2.454-7.403a2.366 2.366 0 0 1 1.235-2.391 2.366 2.366 0 0 1 2.673.32l16.197 14.35a2.361 2.361 0 0 1 .192 3.346l-12.74 14.191c2.479.297 4.805 1.301 6.685 2.966 2.436 2.16 3.881 5.208 4.076 8.59.217 3.806-1.199 7.706-3.885 10.697-5.258 5.859-13.901 6.759-19.264 2.005-1.89-1.672-3.16-3.867-3.74-6.292l-12.77 14.226a2.361 2.361 0 0 1-1.76.784Z" clip-rule="evenodd"/>', qr = {
886
+ width: Kr,
887
+ height: Yr,
888
+ block: jr
889
+ }, ti = (t) => /* @__PURE__ */ e.createElement(l, { alt: "PuzzleOutline", content: qr, ...t }), ci = 15, li = 15, ei = '<path fill="currentColor" fill-rule="evenodd" d="M52.71 73.696a4.345 4.345 0 0 0-.376-.696 4.402 4.402 0 0 0-.496-.602 4.452 4.452 0 0 0-.617-.508 4.312 4.312 0 0 0-.698-.361 3.741 3.741 0 0 0-.752-.228 3.881 3.881 0 0 0-1.57 0c-.255.054-.51.12-.752.228a4.312 4.312 0 0 0-.698.36c-.215.148-.43.322-.617.51a4.395 4.395 0 0 0-.497.601 4.345 4.345 0 0 0-.376.696c-.094.24-.174.495-.228.749-.054.267-.08.522-.08.79 0 1.056.442 2.086 1.18 2.835a4.053 4.053 0 0 0 2.846 1.177c1.06 0 2.107-.428 2.859-1.177a4.083 4.083 0 0 0 1.181-2.836c0-.267-.027-.522-.08-.79a4.823 4.823 0 0 0-.229-.748Zm8.059-46.132c-3.295-2.93-7.645-4.255-12.24-3.735-5.648.641-10.818 4.039-13.829 9.086-1.683 2.819-2.573 5.983-2.573 9.146a4.02 4.02 0 0 0 4.027 4.014 4.02 4.02 0 0 0 4.027-4.014c0-1.72.498-3.464 1.44-5.044 1.733-2.905 4.657-4.854 7.82-5.212 2.295-.262 4.406.361 5.966 1.748 1.537 1.367 2.382 3.354 2.382 5.595 0 4.208-3.01 8.318-7.158 9.773-3.393 1.19-5.672 4.344-5.672 7.847v3.588a4.02 4.02 0 0 0 4.027 4.013 4.021 4.021 0 0 0 4.026-4.013v-3.588c0-.113.148-.224.293-.277 7.382-2.59 12.537-9.72 12.537-17.343 0-4.56-1.801-8.673-5.073-11.584ZM81.82 14.99C73.248 7.362 61.85 3.92 49.734 5.297 25.07 8.098 5 30.383 5 54.976c0 8.056 2.165 15.692 6.27 22.155L6.207 95.024a2.346 2.346 0 0 0 3.055 2.839l18.159-6.495c6.927 3.268 14.804 4.512 22.844 3.6C74.933 92.165 95 69.88 95 45.287c0-11.978-4.68-22.74-13.18-30.3M49.735 90.316c-7.49.85-14.787-.385-21.111-3.575a2.363 2.363 0 0 0-1.854-.113L11.967 91.92l4.113-14.542a2.337 2.337 0 0 0-.313-1.943c-3.97-5.878-6.07-12.952-6.07-20.459 0-22.29 18.2-42.488 40.569-45.028a41.378 41.378 0 0 1 4.641-.265c9.006 0 17.323 3.049 23.785 8.798 7.487 6.661 11.61 16.18 11.61 26.807 0 22.288-18.199 42.486-40.568 45.027Z" clip-rule="evenodd"/>', oi = {
890
+ width: ci,
891
+ height: li,
892
+ block: ei
893
+ }, ni = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Question", content: oi, ...t }), ai = 15, ri = 15, ii = '<path fill="currentColor" d="M12.353 85.582A2.355 2.355 0 0 1 10 83.224V13.677c0-1.205.905-2.214 2.099-2.345L69.96 5.017a2.303 2.303 0 0 1 1.826.588c.498.447.781 1.086.781 1.756v28.362a2.355 2.355 0 0 1-2.352 2.358 2.355 2.355 0 0 1-2.353-2.358V9.99l-53.156 5.8v64.804l18.138-1.98c1.289-.167 2.452.794 2.593 2.089a2.356 2.356 0 0 1-2.084 2.6l-20.746 2.263a2.02 2.02 0 0 1-.254.015Z"/><path fill="currentColor" d="M23.993 34.073a2.354 2.354 0 0 1-2.336-2.105 2.357 2.357 0 0 1 2.086-2.598l33.483-3.612a2.36 2.36 0 0 1 .504 4.691l-33.482 3.61a2.32 2.32 0 0 1-.255.014Zm0 15.467a2.354 2.354 0 0 1-2.336-2.104 2.357 2.357 0 0 1 2.086-2.598l26.744-2.884a2.359 2.359 0 0 1 .504 4.69l-26.744 2.883c-.084.01-.17.014-.254.014Zm-2.336 13.312a2.354 2.354 0 0 0 2.59 2.09l14.218-1.531a2.357 2.357 0 0 0 2.087-2.598 2.356 2.356 0 0 0-2.591-2.093l-14.218 1.533a2.357 2.357 0 0 0-2.086 2.599Zm62.15-11.472c-4.589-4.105-10.674-5.964-17.14-5.219C53.617 47.651 43 59.511 43 72.599c0 6.432 2.506 12.216 7.057 16.287 3.929 3.516 8.958 5.38 14.382 5.38.91 0 1.83-.052 2.761-.16 13.05-1.49 23.665-13.35 23.665-26.438 0-6.432-2.506-12.217-7.058-16.288ZM68.434 75.27v1.728a2.356 2.356 0 0 1-2.352 2.358 2.355 2.355 0 0 1-2.353-2.358V75.27c0-2.211 1.433-4.203 3.565-4.955 2.906-1.026 5.014-3.926 5.014-6.894 0-1.605-.607-3.032-1.706-4.016-1.116-.999-2.633-1.438-4.254-1.261-2.221.253-4.27 1.626-5.483 3.67-.663 1.115-1.01 2.348-1.01 3.566a2.355 2.355 0 0 1-2.354 2.358 2.355 2.355 0 0 1-2.352-2.358c0-2.066.576-4.133 1.672-5.976 1.959-3.305 5.321-5.527 8.993-5.946 2.989-.34 5.792.523 7.922 2.427 2.113 1.893 3.277 4.568 3.277 7.536 0 4.983-3.354 9.647-8.156 11.342-.197.07-.422.244-.422.507Zm-1.05 11.859a1.676 1.676 0 0 1-.404.215 1.566 1.566 0 0 1-.444.136c-.147.04-.294.054-.456.054-.309 0-.618-.069-.9-.19a2.19 2.19 0 0 1-.767-.512 2.344 2.344 0 0 1-.685-1.67c0-.62.255-1.227.685-1.658a1.84 1.84 0 0 1 .363-.296c.121-.082.256-.163.404-.216l.007-.003c.145-.053.29-.106.436-.132a2.343 2.343 0 0 1 2.124.647c.43.43.686 1.037.686 1.657 0 .635-.242 1.226-.686 1.671a1.938 1.938 0 0 1-.363.297Z"/>', di = {
894
+ width: ai,
895
+ height: ri,
896
+ block: ii
897
+ }, si = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Questions", content: di, ...t }), hi = 15, ui = 15, vi = '<path fill="currentColor" fill-rule="evenodd" d="M53.846 42.883c0-5.112 4.012-9.573 9.134-10.155 2.56-.288 4.992.45 6.833 2.087 1.826 1.625 2.833 3.922 2.833 6.468a9.71 9.71 0 0 1-.188 1.904c-.461 5.101-2.882 10.305-6.96 14.833a26.22 26.22 0 0 1-7.124 5.594 2.69 2.69 0 0 1-3.64-1.093 2.675 2.675 0 0 1 1.099-3.629 20.906 20.906 0 0 0 5.664-4.452 26.103 26.103 0 0 0 2.377-3.062c-.053.007-.105.017-.157.026a3.613 3.613 0 0 1-.205.033 9.623 9.623 0 0 1-1.087.061c-2.16 0-4.167-.744-5.745-2.147-1.827-1.627-2.834-3.923-2.834-6.468Zm-24.962 2.835c0-5.113 4.011-9.574 9.134-10.156 2.574-.286 4.992.45 6.832 2.088 1.827 1.625 2.834 3.922 2.834 6.467 0 .648-.066 1.285-.188 1.903-.462 5.103-2.882 10.307-6.96 14.835a26.218 26.218 0 0 1-7.123 5.594 2.688 2.688 0 0 1-3.64-1.093 2.673 2.673 0 0 1 1.096-3.628 20.84 20.84 0 0 0 5.665-4.454 25.99 25.99 0 0 0 2.378-3.062l-.137.023c-.075.014-.15.027-.225.036a9.326 9.326 0 0 1-1.087.063c-2.16 0-4.167-.745-5.746-2.15-1.828-1.624-2.833-3.922-2.833-6.466Zm20.85-41.42C25.066 7.097 5 29.383 5 53.974c0 8.056 2.164 15.691 6.268 22.156l-5.06 17.888a2.339 2.339 0 0 0 .66 2.351 2.357 2.357 0 0 0 2.399.492l18.156-6.494c6.926 3.27 14.8 4.513 22.843 3.6C74.931 91.167 95 68.88 95 44.288c0-11.976-4.68-22.737-13.179-30.297-8.573-7.628-19.966-11.072-32.088-9.694ZM28.625 85.734a2.361 2.361 0 0 0-1.856-.115l-14.795 5.29 4.112-14.533a2.34 2.34 0 0 0-.313-1.945c-3.97-5.877-6.07-12.951-6.07-20.457 0-22.284 18.196-42.48 40.561-45.02 10.77-1.217 20.863 1.81 28.423 8.534 7.484 6.658 11.607 16.176 11.607 26.8 0 22.284-18.195 42.48-40.562 45.02-7.486.85-14.784-.386-21.107-3.574Z" clip-rule="evenodd"/>', mi = {
898
+ width: hi,
899
+ height: ui,
900
+ block: vi
901
+ }, gi = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Quote", content: mi, ...t }), $i = 15, Zi = 15, pi = '<path fill="currentColor" fill-rule="evenodd" d="M17.88 14.215c8.7-7.798 20.258-11.318 32.534-9.912 13.37 1.53 25.637 8.7 34.07 19.439V11.31a3.376 3.376 0 0 1 3.37-3.384c1.86 0 3.37 1.515 3.37 3.384v23.886a3.37 3.37 0 0 1-1.715 3.466c-.064.035-.118.079-.182.11-.045.02-.092.028-.136.047-.137.06-.276.106-.417.146-.046.012-.09.029-.136.038a3.39 3.39 0 0 1-.785.106c-.126 0-.254-.007-.382-.022l-24.316-2.782a3.381 3.381 0 0 1-2.967-3.745 3.375 3.375 0 0 1 3.73-2.98l17.886 2.047c-7.268-11.262-19.327-19.133-32.153-20.6-10.343-1.191-20.036 1.74-27.283 8.236-7.177 6.43-11.129 15.633-11.129 25.913 0 21.679 17.574 41.326 39.175 43.798 9.992 1.15 19.437-1.572 26.604-7.643 7.036-5.96 11.207-14.598 11.748-24.322.104-1.866 1.702-3.298 3.553-3.189a3.377 3.377 0 0 1 3.175 3.566c-.644 11.603-5.662 21.942-14.13 29.116C74.038 92.71 64.78 96 54.872 96a46.652 46.652 0 0 1-5.22-.3C24.755 92.85 4.5 70.184 4.5 45.176c0-12.235 4.751-23.23 13.38-30.962Z" clip-rule="evenodd"/>', bi = {
902
+ width: $i,
903
+ height: Zi,
904
+ block: pi
905
+ }, fi = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Refresh", content: bi, ...t }), Ci = 15, ki = 15, wi = '<path fill="currentColor" fill-rule="evenodd" d="m70.417 76.802 11.051-12.315a4.037 4.037 0 0 0-.308-5.7 4.031 4.031 0 0 0-5.695.308L64.38 71.45l-10.763-9.541a4.035 4.035 0 0 0-5.35 6.04l10.724 9.505-11.05 12.316a4.036 4.036 0 0 0 3 6.731 4.02 4.02 0 0 0 3.003-1.341l11.084-12.353 10.763 9.541a4.032 4.032 0 0 0 5.693-.344 4.037 4.037 0 0 0-.343-5.697l-10.724-9.504ZM40.84 47.178c-7.844-1.728-13.115-8.466-13.115-16.767 0-10.924 8.89-20.826 19.817-22.073 5.2-.585 10.07.869 13.705 4.116 3.599 3.212 5.58 7.817 5.58 12.963 0 8.529-5.46 16.7-13.59 20.338a2.358 2.358 0 0 0-1.368 2.483 2.35 2.35 0 0 0 2.009 1.998c3.234.445 6.235 1.516 8.922 3.186a2.353 2.353 0 0 0 2.482-4 26.806 26.806 0 0 0-4.94-2.408c6.862-5.1 11.191-13.2 11.191-21.597 0-6.506-2.54-12.358-7.151-16.476-4.65-4.152-10.81-6.028-17.372-5.28-13.23 1.51-23.991 13.508-23.991 26.75 0 8.463 4.338 15.659 11.232 19.323C26.348 54.29 20.256 61.95 17.797 70.75a8.026 8.026 0 0 0 1.625 7.372 8.035 8.035 0 0 0 7.035 2.778l10.383-1.184a2.35 2.35 0 0 0 2.07-2.604 2.347 2.347 0 0 0-2.603-2.072l-10.384 1.184a3.295 3.295 0 0 1-2.919-1.156 3.274 3.274 0 0 1-.675-3.049c2.582-9.24 9.791-17.03 18.815-20.332a2.356 2.356 0 0 0-.304-4.51Z" clip-rule="evenodd"/>', Mi = {
906
+ width: Ci,
907
+ height: ki,
908
+ block: wi
909
+ }, Li = (t) => /* @__PURE__ */ e.createElement(l, { alt: "RefuseCandidate", content: Mi, ...t }), Vi = 15, Ei = 15, Ii = '<path fill="currentColor" fill-rule="evenodd" d="M77.124 7.384c7.566-.86 14.697 1.282 20.08 6.028a2.343 2.343 0 0 1 .2 3.321 2.369 2.369 0 0 1-3.334.2c-4.367-3.85-10.195-5.58-16.411-4.876-6.317.716-12.268 3.85-16.754 8.825a2.364 2.364 0 0 1-1.76.781 2.36 2.36 0 0 1-1.578-.602 2.344 2.344 0 0 1-.18-3.321c5.26-5.832 12.27-9.51 19.737-10.356Zm0 12.71c-4.057.46-7.859 2.451-10.707 5.609a2.344 2.344 0 0 0 .18 3.322 2.366 2.366 0 0 0 1.577.601 2.36 2.36 0 0 0 1.76-.78c2.076-2.3 4.818-3.748 7.724-4.078 2.805-.315 5.428.455 7.382 2.178a2.37 2.37 0 0 0 3.335-.202 2.343 2.343 0 0 0-.2-3.32c-2.973-2.62-6.893-3.8-11.051-3.33ZM80.2 34.24a5 5 0 0 0-.283-.524 3.95 3.95 0 0 0-.378-.457 3.105 3.105 0 0 0-.46-.376 2.428 2.428 0 0 0-.526-.27 3.026 3.026 0 0 0-.567-.174 2.95 2.95 0 0 0-1.189 0 2.71 2.71 0 0 0-.566.175c-.19.067-.366.161-.528.269a3.038 3.038 0 0 0-1.35 2.514 2.799 2.799 0 0 0 .229 1.155c.082.188.176.363.284.524.108.175.243.323.378.457.135.148.297.27.46.377.161.12.337.201.527.282a2.834 2.834 0 0 0 1.16.228c.203 0 .392-.013.595-.053.189-.04.38-.094.567-.175a2.47 2.47 0 0 0 .526-.282 2.43 2.43 0 0 0 .46-.377 2.53 2.53 0 0 0 .378-.457c.108-.161.202-.336.283-.524a3.29 3.29 0 0 0 .176-.564c.027-.189.054-.39.054-.592 0-.188-.027-.39-.054-.591a4.133 4.133 0 0 0-.167-.54l-.009-.025Zm-2.618 12.148a2.358 2.358 0 0 0-2.363 2.352v34.564l-20.014 2.268v-23.9c0-.668-.288-1.308-.79-1.755a2.374 2.374 0 0 0-1.843-.581L38.167 60.97a2.356 2.356 0 0 0-2.095 2.336v24.437l-20.015 2.269v-46.02L45.83 11.626l2.89 2.485a2.37 2.37 0 0 0 3.334-.242 2.344 2.344 0 0 0-.243-3.317L47.183 6.57a2.373 2.373 0 0 0-3.288.192L3.619 50.545a2.344 2.344 0 0 0 .149 3.323 2.365 2.365 0 0 0 3.338-.145l4.224-4.593v43.518c0 .67.288 1.309.79 1.755a2.376 2.376 0 0 0 1.842.582L77.85 87.74a2.357 2.357 0 0 0 2.096-2.337V48.74a2.358 2.358 0 0 0-2.364-2.352Zm-25.94-11.343c-1.689-1.501-3.917-2.183-6.272-1.915-4.678.53-8.342 4.598-8.342 9.262 0 2.33.925 4.437 2.605 5.93 1.45 1.288 3.295 1.972 5.276 1.972.329 0 .66-.019.996-.056 4.678-.531 8.341-4.6 8.341-9.263 0-2.332-.923-4.438-2.603-5.93ZM45.37 45.563c-1 .111-1.916-.154-2.589-.752-.661-.587-1.026-1.446-1.026-2.419 0-2.233 1.9-4.333 4.15-4.588a3.96 3.96 0 0 1 .445-.026c.824 0 1.575.27 2.143.776.664.588 1.027 1.447 1.027 2.421 0 2.231-1.9 4.332-4.15 4.588Z" clip-rule="evenodd"/>', Ai = {
910
+ width: Vi,
911
+ height: Ei,
912
+ block: Ii
913
+ }, xi = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Remote", content: Ai, ...t }), Fi = 15, yi = 15, Si = '<path fill="currentColor" fill-rule="evenodd" d="M19.978 48.076c-3.697.423-6.355 2.322-5.934 6.02.39 3.44 3.307 4.54 6.689 4.54l59.291-6.712c3.698-.423 6.354-2.322 5.932-6.02-.42-3.699-3.757-4.928-7.46-4.494-29.248 3.425-29.26 3.323-58.518 6.666Z" clip-rule="evenodd"/>', Ti = {
914
+ width: Fi,
915
+ height: yi,
916
+ block: Si
917
+ }, zi = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Remove", content: Ti, ...t }), Hi = 15, Di = 15, Bi = '<path fill="currentColor" fill-rule="evenodd" d="M82.12 14.215c-8.7-7.798-20.258-11.318-32.534-9.912-13.37 1.53-25.637 8.7-34.07 19.439V11.31a3.376 3.376 0 0 0-3.37-3.384 3.377 3.377 0 0 0-3.37 3.384v23.886a3.37 3.37 0 0 0 1.715 3.466c.064.035.118.079.182.11.045.02.092.028.136.047.137.06.276.106.417.146.046.012.09.029.136.038.256.061.518.106.785.106.126 0 .254-.007.382-.022l24.316-2.782a3.381 3.381 0 0 0 2.967-3.745 3.375 3.375 0 0 0-3.73-2.98l-17.886 2.047c7.268-11.262 19.327-19.133 32.153-20.6 10.343-1.191 20.036 1.74 27.283 8.236 7.177 6.43 11.129 15.633 11.129 25.913 0 21.679-17.574 41.326-39.175 43.798-9.992 1.15-19.437-1.572-26.604-7.643-7.036-5.96-11.207-14.598-11.748-24.322-.104-1.866-1.702-3.298-3.553-3.189a3.377 3.377 0 0 0-3.176 3.566c.645 11.603 5.663 21.942 14.13 29.116C25.962 92.71 35.221 96 45.13 96a46.652 46.652 0 0 0 5.22-.3C75.245 92.85 95.5 70.184 95.5 45.176c0-12.235-4.751-23.23-13.38-30.962Z" clip-rule="evenodd"/>', Ri = {
918
+ width: Hi,
919
+ height: Di,
920
+ block: Bi
921
+ }, Wi = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Reset", content: Ri, ...t }), Oi = 15, Pi = 15, Ui = '<path fill="currentColor" fill-rule="evenodd" d="m30.843 77.616-18.137 1.98V14.79l53.156-5.802v25.734a2.356 2.356 0 0 0 2.353 2.358c1.3 0 2.352-1.055 2.352-2.358V6.36c0-.67-.283-1.308-.78-1.756a2.314 2.314 0 0 0-1.826-.587l-57.862 6.315A2.357 2.357 0 0 0 8 12.676v69.548a2.351 2.351 0 0 0 2.608 2.344l20.745-2.264a2.356 2.356 0 0 0 2.084-2.6c-.14-1.295-1.292-2.251-2.594-2.088Zm55.099-23.502c-4.589-4.106-10.668-5.956-17.142-5.219-13.049 1.49-23.665 13.35-23.665 26.437 0 6.434 2.506 12.217 7.057 16.288C56.121 95.135 61.15 97 66.572 97c.91 0 1.831-.053 2.762-.159C82.383 95.351 93 83.491 93 70.403c0-6.433-2.507-12.218-7.058-16.289Zm-8.792 30.38-15.71 1.794c-1.435.164-2.587-1.184-2.197-2.58 1.117-4.007 4.482-7.288 8.582-8.236-3.779-.14-6.679-3.068-6.679-7.015 0-4.352 3.519-8.28 7.858-8.774 4.342-.496 7.86 2.629 7.86 6.979 0 3.92-2.86 7.488-6.603 8.52 4.273.042 7.727 2.826 8.657 6.864.27 1.17-.576 2.31-1.768 2.448ZM57.815 26.85a2.349 2.349 0 0 0-2.59-2.092l-33.48 3.611a2.356 2.356 0 0 0-2.087 2.598 2.353 2.353 0 0 0 2.589 2.092l33.48-3.61a2.358 2.358 0 0 0 2.089-2.599Zm-36.07 16.988 26.743-2.884a2.358 2.358 0 0 1 2.59 2.093 2.357 2.357 0 0 1-2.087 2.597l-26.744 2.884a2.353 2.353 0 0 1-2.59-2.093 2.355 2.355 0 0 1 2.087-2.597Zm0 15.416 14.216-1.534a2.35 2.35 0 0 1 2.591 2.093 2.357 2.357 0 0 1-2.088 2.597l-14.216 1.533a2.354 2.354 0 0 1-2.59-2.093 2.357 2.357 0 0 1 2.087-2.596Z" clip-rule="evenodd"/>', _i = {
922
+ width: Oi,
923
+ height: Pi,
924
+ block: Ui
925
+ }, Ni = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Resume", content: _i, ...t }), Gi = 15, Xi = 15, Ji = '<path fill="currentColor" fill-rule="evenodd" d="m69.944 43.548-9.221 8.712 2.94 11.175a2.47 2.47 0 0 1-.842 2.556c-.76.61-1.811.713-2.672.262l-9.913-5.162-10.045 7.528a2.463 2.463 0 0 1-3.862-2.57l2.907-11.724-8.923-6.395a2.47 2.47 0 0 1 1.002-4.436l11.954-2.13 4.432-11.7a2.462 2.462 0 0 1 2.261-1.593c1.03-.057 1.925.588 2.312 1.522l4.261 10.28 11.598-.584c1.067-.012 1.984.545 2.386 1.495a2.472 2.472 0 0 1-.575 2.764Zm7.262-24.937c-7.346-6.573-17.1-9.542-27.484-8.355C28.647 12.663 11.5 31.816 11.5 52.953c0 6.865 1.814 13.376 5.258 18.907l-4.217 15.004a2.463 2.463 0 0 0 3.2 2.992l15.156-5.455c5.89 2.754 12.568 3.797 19.383 3.017 21.075-2.406 38.22-21.56 38.22-42.697 0-10.32-4.01-19.59-11.294-26.11Z" clip-rule="evenodd"/>', Qi = {
926
+ width: Gi,
927
+ height: Xi,
928
+ block: Ji
929
+ }, Ki = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Review", content: Qi, ...t }), Yi = 15, ji = 15, qi = '<path fill="currentColor" fill-rule="evenodd" d="M56.828 49.872a2.472 2.472 0 0 0-.691 2.425l2.122 8.067-7.124-3.71a2.457 2.457 0 0 0-2.608.213L42 61.758l1.873-7.551a2.472 2.472 0 0 0-.957-2.603l-6.227-4.462 8.48-1.51a2.458 2.458 0 0 0 1.87-1.552l3.066-8.096 2.887 6.965a2.495 2.495 0 0 0 2.396 1.517l7.565-.38-6.123 5.786ZM69.382 38.82l-12.512.63-4.596-11.092a2.463 2.463 0 0 0-2.272-1.52h-.04a2.462 2.462 0 0 0-2.26 1.592l-4.77 12.59-12.866 2.292a2.462 2.462 0 0 0-1.972 1.886 2.47 2.47 0 0 0 .97 2.55l9.628 6.898-3.135 12.637a2.47 2.47 0 0 0 1.027 2.65 2.454 2.454 0 0 0 2.835-.08l10.817-8.105L60.92 67.31c.861.45 1.912.347 2.672-.262a2.47 2.47 0 0 0 .843-2.556l-3.166-12.036 9.924-9.376c.751-.709.98-1.813.576-2.763-.404-.952-1.356-1.526-2.387-1.497Zm-19.66 43.696c-6.236.71-12.309-.323-17.568-2.99a2.47 2.47 0 0 0-1.942-.121l-11.637 4.187 3.224-11.468a2.481 2.481 0 0 0-.327-2.047c-3.302-4.92-5.049-10.84-5.049-17.124 0-18.708 15.188-35.663 33.856-37.795a33.912 33.912 0 0 1 3.868-.223c7.492 0 14.41 2.55 19.782 7.358 6.223 5.568 9.65 13.534 9.65 22.427 0 18.71-15.188 35.663-33.856 37.796m27.484-63.904c-7.348-6.573-17.099-9.543-27.484-8.356C28.647 12.662 11.5 31.816 11.5 52.953c0 6.863 1.814 13.374 5.258 18.906l-4.217 15.004a2.47 2.47 0 0 0 .69 2.474 2.457 2.457 0 0 0 2.509.518L30.897 84.4c5.89 2.753 12.568 3.797 19.381 3.018C71.355 85.012 88.5 65.858 88.5 44.72c0-10.319-4.01-19.59-11.294-26.108" clip-rule="evenodd"/>', td = {
930
+ width: Yi,
931
+ height: ji,
932
+ block: qi
933
+ }, cd = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ReviewOutline", content: td, ...t }), ld = 15, ed = 15, od = '<path fill="currentColor" d="M96.854 19.269c-16.003-9.682-31.826-4.07-47.141 1.35-14.927 5.291-29.026 10.282-43.116 1.76a2.354 2.354 0 0 0-2.391-.03A2.369 2.369 0 0 0 3 24.42v54.27c0 .83.438 1.61 1.146 2.04C10.483 84.56 16.79 86 23.048 86c9.546 0 18.992-3.34 28.24-6.621 14.926-5.291 29.025-10.282 43.115-1.76.727.44 1.644.46 2.391.03A2.369 2.369 0 0 0 98 75.579v-54.27c0-.83-.438-1.61-1.146-2.04Zm-3.597 52.339c-14.777-6.912-29.385-1.74-43.544 3.28-14.528 5.141-28.269 10.012-41.96 2.43V28.38c14.777 6.912 29.385 1.74 43.544-3.28 14.518-5.141 28.259-10.012 41.96-2.43v48.937ZM82.894 28.35c-.04-.2-.05-.41-.05-.6a3.095 3.095 0 0 1 1.355-2.54c.16-.11.34-.2.529-.29.179-.08.368-.14.568-.18.388-.08.797-.08 1.195 0 .19.04.379.09.568.18.18.08.349.18.528.29.16.11.33.23.459.38.568.57.896 1.36.896 2.16a3.091 3.091 0 0 1-1.355 2.54c-.18.11-.349.2-.528.27a3.105 3.105 0 0 1-1.166.25c-.199 0-.408-.03-.597-.07-.2-.04-.39-.09-.569-.18a2.41 2.41 0 0 1-.528-.27 3.487 3.487 0 0 1-.458-.38c-.15-.14-.269-.3-.379-.46a6.92 6.92 0 0 1-.289-.53c-.08-.19-.14-.38-.179-.57Zm-6.576-2.7a2.381 2.381 0 0 0-1.794-.63c-8.38.65-16.73 3.61-24.811 6.47-7.792 2.761-15.843 5.612-23.606 6.222a2.382 2.382 0 0 0-2.192 2.37c0 2.39-1.086 4.771-2.83 6.211-.946.78-2.51 1.62-4.593 1.2a2.377 2.377 0 0 0-1.973.49 2.387 2.387 0 0 0-.867 1.841v11.902c0 1.13.797 2.11 1.903 2.33 3.856.79 8.37 3.49 8.37 8.542 0 .66.28 1.3.757 1.75a2.36 2.36 0 0 0 1.615.63h.179c8.38-.65 16.73-3.61 24.811-6.47 7.792-2.761 15.843-5.612 23.596-6.222a2.382 2.382 0 0 0 2.192-2.37c0-2.4 1.086-4.771 2.83-6.211.946-.78 2.52-1.62 4.593-1.19.698.14 1.425-.04 1.973-.49s.867-1.13.867-1.841V38.282c0-1.13-.797-2.11-1.903-2.33-3.866-.79-8.37-3.5-8.37-8.542 0-.66-.28-1.3-.757-1.75l.01-.01Zm6.287 14.472v7.552c-2.043.17-4.006.96-5.69 2.35-2.321 1.9-3.886 4.69-4.394 7.721-7.702.93-15.375 3.64-22.808 6.271-7.025 2.49-14.28 5.061-21.324 5.981-1.016-4.67-4.723-8.451-9.994-10.101v-7.552c2.043-.16 4.006-.96 5.69-2.35 2.321-1.9 3.886-4.69 4.394-7.721 7.702-.93 15.375-3.64 22.808-6.281 7.025-2.49 14.27-5.051 21.324-5.981 1.016 4.67 4.723 8.451 9.994 10.101v.01Zm-24.672-.02c-2.222-1.57-5.22-1.86-8.23-.78-5.6 2.01-9.984 7.971-9.984 13.572 0 2.961 1.225 5.511 3.358 7.022 1.335.94 2.949 1.42 4.673 1.42 1.156 0 2.351-.21 3.557-.65 5.6-2.01 9.984-7.972 9.984-13.572 0-2.961-1.225-5.521-3.348-7.022l-.01.01Zm-8.23 16.103c-1.555.56-2.94.49-3.896-.19-.867-.61-1.345-1.72-1.345-3.13 0-3.601 3.128-7.752 6.835-9.082.698-.25 1.365-.38 1.973-.38.747 0 1.405.19 1.933.56.867.61 1.335 1.72 1.335 3.13 0 3.591-3.128 7.752-6.835 9.082v.01ZM18.106 71.658c.04.2.05.39.05.6a3.068 3.068 0 0 1-3.05 3.06c-.189 0-.388-.01-.597-.05-.19-.04-.379-.09-.568-.18a3.8 3.8 0 0 1-.528-.29 2.35 2.35 0 0 1-.459-.38 3.056 3.056 0 0 1-.896-2.16c0-.2.03-.39.07-.6.04-.19.099-.38.159-.57.08-.19.18-.37.289-.53.11-.16.239-.33.378-.46.14-.14.3-.27.459-.38.16-.11.338-.2.528-.29.19-.07.378-.14.568-.18a3.43 3.43 0 0 1 1.195 0 3.012 3.012 0 0 1 1.097.47c.159.11.328.24.458.38.15.14.269.3.379.46.11.16.199.34.289.53.08.19.14.38.179.57Zm-5.979-32.136c-.04-.2-.07-.41-.07-.61 0-.19.03-.39.07-.59.04-.2.1-.39.16-.58.08-.18.18-.35.289-.52.11-.18.239-.33.378-.48.14-.14.3-.26.459-.38.16-.11.338-.2.528-.27.19-.08.378-.14.568-.18.388-.08.797-.08 1.195 0 .19.04.39.1.569.18.189.07.368.16.528.27.159.12.328.25.458.38.568.57.897 1.36.897 2.16 0 .2-.01.41-.05.61-.04.19-.1.38-.18.57-.08.18-.179.35-.288.52-.11.18-.23.33-.379.48-.14.14-.299.26-.458.38-.16.11-.34.2-.528.27-.18.08-.38.14-.569.18a2.87 2.87 0 0 1-.597.07c-.19 0-.389-.03-.598-.07-.19-.04-.379-.09-.568-.18-.19-.07-.369-.16-.528-.27-.16-.12-.33-.24-.459-.38-.14-.15-.269-.3-.378-.48-.11-.16-.2-.34-.29-.52a4.184 4.184 0 0 1-.159-.57v.01Zm75.909 19.413c.568.57.897 1.36.897 2.16 0 .801-.33 1.601-.897 2.161-.14.15-.3.27-.459.38a3.11 3.11 0 0 1-1.096.47c-.2.04-.408.05-.598.05-.199 0-.408-.01-.597-.05-.2-.04-.39-.09-.569-.18a1.82 1.82 0 0 1-.528-.29 2.404 2.404 0 0 1-.458-.38 3.056 3.056 0 0 1-.897-2.16c0-.81.33-1.59.897-2.16.14-.14.299-.26.458-.38.16-.11.34-.2.529-.27.179-.08.368-.14.567-.18.39-.08.798-.08 1.196 0 .19.04.379.1.568.18.18.07.369.16.528.27.16.12.33.25.459.38Z"/>', nd = {
934
+ width: ld,
935
+ height: ed,
936
+ block: od
937
+ }, ad = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Salary", content: nd, ...t }), rd = 15, id = 15, dd = '<path fill="currentColor" fill-rule="evenodd" d="M49.905 70.861c-2.504.286-4.842-.41-6.575-1.958-1.713-1.53-2.657-3.735-2.657-6.206 0-5.38 4.38-10.255 9.765-10.867a9.382 9.382 0 0 1 1.093-.064c2.087 0 4.005.7 5.484 2.022 1.714 1.53 2.658 3.734 2.658 6.206 0 5.379-4.382 10.253-9.768 10.867Zm10.25-20.59c-2.752-2.455-6.387-3.567-10.25-3.126-7.69.877-13.946 7.853-13.946 15.552 0 3.833 1.503 7.286 4.233 9.722 2.356 2.104 5.364 3.22 8.606 3.22.541 0 1.088-.032 1.64-.094 7.692-.876 13.95-7.853 13.95-15.551 0-3.833-1.504-7.286-4.234-9.723Zm26.274 31.327-72.513 8.261V29.454l11.99-13.357v21.64a2.357 2.357 0 0 0 2.624 2.343l46.096-5.252a2.358 2.358 0 0 0 2.09-2.343V10.221l9.713-1.105v72.482ZM43.455 14.01v14.303c0 1.021-.902 2.02-1.931 2.138l-4.55.518c-.412.047-.76-.05-1.014-.279-.25-.222-.382-.548-.382-.942v-14.84l7.877-.898Zm46.9-9.295a2.36 2.36 0 0 0-1.836-.583L74.095 5.776h-.003L55.337 7.913l-9.79 1.115h-.001l-1.654.189-19.323 2.202a2.35 2.35 0 0 0-1.485.767L9.806 26.977a2.357 2.357 0 0 0-.604 1.573V92.5a2.357 2.357 0 0 0 2.625 2.342l77.226-8.798a2.358 2.358 0 0 0 2.09-2.343V6.475c0-.672-.287-1.312-.788-1.76Z" clip-rule="evenodd"/>', sd = {
938
+ width: rd,
939
+ height: id,
940
+ block: dd
941
+ }, hd = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Save", content: sd, ...t }), ud = 15, vd = 15, md = '<path fill="currentColor" fill-rule="evenodd" d="m31.707 58.331 13.002-14.479-12.671-11.224a4.088 4.088 0 1 1 5.422-6.119l12.712 11.259L63.21 23.25a4.088 4.088 0 0 1 6.084 5.459l-13.002 14.48 12.671 11.225a4.087 4.087 0 1 1-5.423 6.119l-12.71-11.26L37.791 63.79a4.078 4.078 0 0 1-3.045 1.357 4.066 4.066 0 0 1-2.728-1.046 4.085 4.085 0 0 1-.312-5.77Zm57.523 8.834-77.46 8.822v-56.11l77.46-8.823v56.11Zm3.974-60.56a2.397 2.397 0 0 0-1.859-.59L9.115 15.38A2.384 2.384 0 0 0 7 17.747v60.91a2.384 2.384 0 0 0 2.655 2.37l29.362-3.345V88.47l-15.604 1.778a2.383 2.383 0 0 0-2.099 2.639 2.383 2.383 0 0 0 2.64 2.098l53.633-6.11a2.385 2.385 0 0 0 2.1-2.638 2.376 2.376 0 0 0-2.64-2.098l-15.062 1.715V75.068l29.901-3.406A2.384 2.384 0 0 0 94 69.292V8.383c0-.678-.289-1.325-.796-1.778Z" clip-rule="evenodd"/>', gd = {
942
+ width: ud,
943
+ height: vd,
944
+ block: md
945
+ }, $d = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ScreenshareOff", content: gd, ...t }), Zd = 15, pd = 15, bd = '<path fill="currentColor" fill-rule="evenodd" d="M32.185 45.843a4.086 4.086 0 0 1-.312-5.77l15.585-17.355a4.09 4.09 0 0 1 5.753-.33l15.585 13.805a4.086 4.086 0 0 1 .349 5.769 4.09 4.09 0 0 1-5.772.349l-8.785-7.782v28.646a4.088 4.088 0 0 1-8.177 0V36.118l-8.453 9.413a4.073 4.073 0 0 1-3.043 1.358 4.076 4.076 0 0 1-2.73-1.046ZM89.23 67.166 11.77 75.99V19.88l77.46-8.823v56.11Zm3.974-60.56a2.382 2.382 0 0 0-1.859-.59l-82.23 9.366A2.385 2.385 0 0 0 7 17.75v60.91a2.387 2.387 0 0 0 2.655 2.369l29.362-3.345V88.47l-15.604 1.778a2.384 2.384 0 1 0 .54 4.737l53.634-6.109a2.384 2.384 0 1 0-.54-4.737l-15.062 1.716V75.069l29.901-3.406A2.385 2.385 0 0 0 94 69.294V8.384c0-.68-.29-1.326-.796-1.779Z" clip-rule="evenodd"/>', fd = {
946
+ width: Zd,
947
+ height: pd,
948
+ block: bd
949
+ }, Cd = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ScreenshareOn", content: fd, ...t }), kd = 15, wd = 15, Md = '<path fill="currentColor" fill-rule="evenodd" d="M72.983 61.307 98.22 83.496a2.287 2.287 0 0 1 .188 3.259l-7.675 8.481a2.321 2.321 0 0 1-1.726.764c-.546 0-1.096-.19-1.537-.579L62.216 73.218c-7.681 5.924-16.81 8.994-25.68 8.996-8.435 0-16.629-2.765-23.101-8.457-6.792-5.97-10.83-14.442-11.373-23.854C1.44 39.097 5.516 28 13.246 19.455c15.031-16.612 39.57-19.305 54.704-6 6.79 5.972 10.83 14.444 11.371 23.856.476 8.252-1.798 16.67-6.338 23.996ZM6.692 49.639c.471 8.18 3.957 15.521 9.818 20.674 13.23 11.633 34.843 9.107 48.177-5.631 6.91-7.639 10.557-17.519 10.005-27.108-.47-8.18-3.958-15.522-9.818-20.674-5.599-4.923-12.698-7.31-20.034-7.31-10.004 0-20.45 4.437-28.142 12.94C9.787 30.167 6.14 40.05 6.692 49.638Z" clip-rule="evenodd"/>', Ld = {
950
+ width: kd,
951
+ height: wd,
952
+ block: Md
953
+ }, Vd = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Search", content: Ld, ...t }), Ed = 15, Id = 15, Ad = '<path fill="currentColor" fill-rule="evenodd" d="M60.796 60.865c.446 1.928-.952 3.809-2.918 4.032l-25.933 2.955c-2.372.27-4.271-1.95-3.629-4.249 2.02-7.225 8.47-13.074 16.116-13.946 7.993-.91 14.679 3.918 16.364 11.208ZM44.432 49.657c-7.164.816-12.972-4.33-12.972-11.493 0-7.164 5.808-13.633 12.972-14.45 7.166-.816 12.972 4.33 12.972 11.495 0 7.163-5.806 13.631-12.972 14.448ZM19.768 73.314c-6.002-5.318-9.575-12.897-10.058-21.342-.565-9.896 3.17-20.093 10.248-27.975 7.877-8.774 18.575-13.354 28.82-13.354 7.515 0 14.787 2.465 20.523 7.546 6.003 5.318 9.575 12.899 10.058 21.342.565 9.896-3.17 20.093-10.248 27.977-13.654 15.208-35.788 17.815-49.343 5.806Zm73.294 9.628L75.325 67.244c6.105-8.241 9.238-18.226 8.681-27.979-.555-9.69-4.68-18.412-11.619-24.56v.001C56.927 1.004 31.852 3.78 16.493 20.887c-7.9 8.799-12.065 20.225-11.43 31.35.555 9.692 4.68 18.414 11.62 24.561 6.612 5.86 14.982 8.706 23.599 8.704 9.397 0 19.083-3.386 27.104-9.934l18.056 15.981a5.725 5.725 0 0 0 7.97-.34 5.694 5.694 0 0 0 1.583-4.208 5.696 5.696 0 0 0-1.933-4.059Z" clip-rule="evenodd"/>', xd = {
954
+ width: Ed,
955
+ height: Id,
956
+ block: Ad
957
+ }, Fd = (t) => /* @__PURE__ */ e.createElement(l, { alt: "SearchPeople", content: xd, ...t }), yd = 15, Sd = 15, Td = '<path fill="currentColor" fill-rule="evenodd" d="m92.353 34.299-4.567-1.073c-.226-.054-.63-.207-.795-.636a33.947 33.947 0 0 0-1.345-3.051c-.182-.367-.15-.912.084-1.424l2.108-4.608c1.211-2.648.65-5.645-1.4-7.458l-6.62-5.858c-2.037-1.802-5.086-2.018-7.586-.53l-4.572 2.722c-.495.294-1.03.388-1.441.248-.953-.324-1.93-.61-2.903-.85-.474-.117-.677-.494-.756-.711l-1.683-4.62c-.973-2.667-3.573-4.235-6.47-3.907l-9.362 1.065c-2.679.305-5.065 2.258-5.941 4.858l-1.786 5.306a2.39 2.39 0 0 1-1.17 1.36c-.82.408-1.628.84-2.422 1.298-.475.274-1.022.343-1.461.182l-4.9-1.801c-2.51-.923-5.475-.122-7.38 1.997l-6.617 7.363c-1.912 2.125-2.377 5.155-1.16 7.54l2.469 4.833c.193.38.17.937-.065 1.49a42.317 42.317 0 0 0-.794 2.014c-.24.654-.702 1.18-1.265 1.44L7.187 43.97C4.682 45.129 3 47.713 3 50.397v9.35c0 2.906 1.869 5.298 4.649 5.952l5.364 1.262c.475.112.712.481.828.77.252.633.521 1.253.807 1.863.215.46.209 1.008-.018 1.503l-2.468 5.395c-1.211 2.648-.648 5.644 1.402 7.456l6.618 5.857c2.038 1.805 5.088 2.02 7.585.532l4.901-2.917c.495-.295 1.041-.383 1.47-.234.802.28 1.63.535 2.458.757.348.094.61.343.743.706l1.786 4.898c.885 2.432 3.122 3.953 5.708 3.953.25 0 .504-.015.76-.044l9.363-1.065c2.678-.306 5.066-2.258 5.94-4.858l1.685-5.004c.203-.603.648-1.116 1.19-1.374a43.077 43.077 0 0 0 2.862-1.488c.46-.26.994-.32 1.43-.161l4.572 1.682c2.51.923 5.475.12 7.38-1.997l6.617-7.364c1.913-2.126 2.378-5.156 1.16-7.54l-2.107-4.129c-.21-.41-.207-.937.007-1.411.487-1.09.932-2.2 1.323-3.305.192-.547.653-1.034 1.232-1.302l4.567-2.113C95.318 54.868 97 52.287 97 49.601v-9.349c0-2.906-1.869-5.3-4.647-5.953ZM92.166 49.6c0 .828-.569 1.669-1.384 2.045l-4.568 2.115c-1.761.815-3.131 2.3-3.758 4.076a39.281 39.281 0 0 1-1.177 2.938c-.817 1.82-.78 3.855.1 5.576l2.109 4.13c.309.608.125 1.48-.452 2.121l-6.618 7.364c-.586.65-1.453.933-2.113.691l-4.573-1.681c-1.777-.654-3.78-.475-5.488.494-.834.476-1.69.92-2.546 1.324-1.729.82-3.078 2.35-3.7 4.197l-1.684 5.004c-.285.846-1.068 1.504-1.906 1.599l-9.363 1.065c-.665.075-1.18-.218-1.378-.763l-1.786-4.898c-.675-1.855-2.143-3.21-4.028-3.717a30.689 30.689 0 0 1-2.119-.653 6.158 6.158 0 0 0-2.04-.343 6.856 6.856 0 0 0-3.5.989l-4.902 2.917c-.68.404-1.445.407-1.905.001l-6.62-5.857c-.445-.395-.53-1.134-.208-1.838l2.468-5.393c.818-1.786.818-3.812-.001-5.557a27.962 27.962 0 0 1-.693-1.6c-.754-1.891-2.289-3.233-4.211-3.686L8.756 61c-.577-.135-.922-.604-.922-1.252v-9.35c0-.826.57-1.67 1.384-2.046l5.366-2.483c1.721-.797 3.097-2.314 3.775-4.166a37.42 37.42 0 0 1 .703-1.787c.797-1.878.766-3.906-.08-5.565l-2.468-4.833c-.31-.607-.126-1.48.451-2.12l6.62-7.366c.581-.648 1.449-.933 2.11-.69l4.9 1.8c1.798.663 3.819.468 5.55-.53a39.402 39.402 0 0 1 2.155-1.156 7.225 7.225 0 0 0 3.6-4.145l1.786-5.306c.286-.847 1.07-1.505 1.906-1.6l9.364-1.065c.66-.076 1.18.22 1.378.763l1.684 4.62c.685 1.875 2.232 3.276 4.139 3.747.841.206 1.682.453 2.504.732 1.757.597 3.752.354 5.474-.672l4.573-2.721c.681-.406 1.443-.408 1.905-.003l6.62 5.858c.445.396.53 1.134.209 1.837l-2.109 4.609c-.85 1.859-.856 3.895-.012 5.584.428.857.817 1.74 1.157 2.625.692 1.803 2.262 3.15 4.199 3.607l4.567 1.073c.577.137.922.604.922 1.254v9.349ZM68.301 30.055c-4.947-4.41-11.489-6.403-18.436-5.613-13.843 1.575-25.109 14.117-25.109 27.959 0 6.886 2.704 13.09 7.614 17.467 4.239 3.778 9.65 5.782 15.48 5.782.973 0 1.96-.056 2.955-.17 13.845-1.575 25.109-14.117 25.109-27.958 0-6.887-2.704-13.091-7.613-17.467ZM49.865 67.258c-4.563.52-8.815-.747-11.978-3.564-3.124-2.786-4.844-6.797-4.844-11.293 0-9.769 7.967-18.622 17.762-19.737a17.38 17.38 0 0 1 1.986-.114c3.802 0 7.294 1.274 9.993 3.678 3.123 2.785 4.843 6.797 4.843 11.294 0 9.768-7.967 18.622-17.761 19.736Z" clip-rule="evenodd"/>', zd = {
958
+ width: yd,
959
+ height: Sd,
960
+ block: Td
961
+ }, Hd = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Settings", content: zd, ...t }), Dd = 15, Bd = 15, Rd = '<path fill="currentColor" fill-rule="evenodd" d="M70.91 74.162c-2.397.272-4.595 1.372-6.31 2.98l-28.484-18.48c1.028-2.049 1.615-4.319 1.615-6.659 0-1.701-.323-3.286-.885-4.729l28.159-19.836c2.11 2.011 5.104 3.084 8.436 2.705C79.823 29.418 85 23.666 85 17.295c0-6.37-5.176-10.946-11.56-10.22-6.384.727-11.56 6.48-11.56 12.85 0 1.256.208 2.44.58 3.531l-28.166 19.84c-2.541-2.608-6.266-4.024-10.428-3.551-7.658.87-13.866 7.77-13.866 15.41 0 7.64 6.208 13.129 13.866 12.258 3.696-.42 7.045-2.253 9.53-4.887l28.49 18.482A10.513 10.513 0 0 0 61 85.175c0 5.46 4.437 9.383 9.91 8.76 5.473-.621 9.909-5.552 9.909-11.013 0-5.46-4.436-9.382-9.909-8.76Z" clip-rule="evenodd"/>', Wd = {
962
+ width: Dd,
963
+ height: Bd,
964
+ block: Rd
965
+ }, Od = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Share1", content: Wd, ...t }), Pd = 15, Ud = 15, _d = '<path fill="currentColor" fill-rule="evenodd" d="M81.213 38.345a2.344 2.344 0 0 0-1.833-.582l-11.203 1.274a2.348 2.348 0 1 0 .533 4.669l8.583-.976v44.196L23.707 93.02V48.822l9.015-1.025a2.348 2.348 0 1 0-.533-4.667l-11.102 1.262A2.351 2.351 0 0 0 19 46.726V95.65A2.348 2.348 0 0 0 21.354 98c.088 0 .177-.005.266-.015l58.293-6.628A2.351 2.351 0 0 0 82 89.023V40.098c0-.67-.287-1.308-.787-1.753Zm-48.092-6.971a4.026 4.026 0 0 0 3.003-1.337L46.465 18.54v48.92a4.03 4.03 0 0 0 4.035 4.027 4.03 4.03 0 0 0 4.034-4.027V16.973l10.668 9.435a4.04 4.04 0 0 0 5.695-.343 4.023 4.023 0 0 0-.344-5.685L53.175 5.01a4.044 4.044 0 0 0-5.678.326L30.12 24.656a4.02 4.02 0 0 0 .307 5.687 4.02 4.02 0 0 0 2.693 1.03Z" clip-rule="evenodd"/>', Nd = {
966
+ width: Pd,
967
+ height: Ud,
968
+ block: _d
969
+ }, Gd = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Share2", content: Nd, ...t }), Xd = 15, Jd = 15, Qd = '<path fill="currentColor" d="M90.426 8.502c-.175.066-17.847 6.503-38.717-4.21a2.653 2.653 0 0 0-2.803.24C28.242 20.114 10.29 17.685 10.049 17.652h-.001c-.76-.119-1.537.1-2.124.601a2.627 2.627 0 0 0-.924 2c0 .84.107 20.836 10.794 44.08 11.536 25.09 30.999 32.223 31.823 32.515a2.658 2.658 0 0 0 2.213-.206c.812-.472 20.003-11.87 31.415-39.287C93.895 31.773 94 11.803 94 10.965a2.63 2.63 0 0 0-1.14-2.166 2.65 2.65 0 0 0-2.434-.297ZM50.239 91.396c-4.16-1.896-18.632-9.66-27.642-29.261-7.908-17.197-9.754-32.828-10.184-39.041 6.338.149 21.362-1.07 38.359-13.38 16.657 8.029 31.175 6.297 37.771 4.788-.507 6.723-2.483 22.349-10.177 40.83C69.17 77.428 54.331 88.625 50.24 91.396Zm1.47-69.575c12.017 6.17 21.981 2.63 22.4 2.476a2.653 2.653 0 0 1 2.535.389 2.628 2.628 0 0 1 1.014 2.347c-.052.512-1.357 12.705-7.776 28.13-6.964 16.726-17.513 23.604-17.959 23.889a2.64 2.64 0 0 1-2.43.216c-.457-.186-11.258-4.773-18.335-20.168-6.452-14.032-7.762-25.981-7.813-26.483a2.625 2.625 0 0 1 .806-2.183 2.649 2.649 0 0 1 2.232-.694c.286.036 10.61 1.306 22.524-7.676a2.647 2.647 0 0 1 2.802-.243ZM33.715 51.56a89.096 89.096 0 0 0 2.246 5.343 45.92 45.92 0 0 0 2.143 4.102l30.452-30.38c-3.366.221-7.662.005-12.456-1.399L33.715 51.56Zm16.528 22.183C53 71.546 60.025 65.097 65.001 53.14a114.828 114.828 0 0 0 3.181-8.601L43.934 68.73c2.602 2.664 4.942 4.226 6.31 5.012Z"/>', Kd = {
970
+ width: Xd,
971
+ height: Jd,
972
+ block: Qd
973
+ }, Yd = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Shield", content: Kd, ...t }), jd = 15, qd = 15, ts = '<path fill="currentColor" d="M38.934 7.626a9.945 9.945 0 0 0-6.174 3.22 9.955 9.955 0 0 0-2.551 6.48 7.88 7.88 0 0 0 2.53 5.897 7.89 7.89 0 0 0 6.156 1.882l8.725-.97v-8.73a7.667 7.667 0 0 0-5.41-7.512 7.655 7.655 0 0 0-3.276-.267Zm0 23.28-23.19 2.541a9.984 9.984 0 0 0-8.725 9.7 7.657 7.657 0 0 0 5.44 7.511 7.646 7.646 0 0 0 3.285.249l23.18-2.541a9.965 9.965 0 0 0 8.725-9.7 7.658 7.658 0 0 0-5.434-7.508 7.647 7.647 0 0 0-3.282-.252Zm23.17 14.909a9.945 9.945 0 0 0 8.724-9.7v-23.28a7.667 7.667 0 0 0-5.442-7.508 7.655 7.655 0 0 0-3.283-.252 9.974 9.974 0 0 0-8.725 9.7v23.28a7.647 7.647 0 0 0 5.44 7.514 7.635 7.635 0 0 0 3.285.245Zm31.865-12.242a7.667 7.667 0 0 0-5.442-7.507 7.654 7.654 0 0 0-3.283-.253 9.974 9.974 0 0 0-8.725 9.7v8.73l8.725-.97a9.974 9.974 0 0 0 8.725-9.7Zm-8.725 15.52-23.17 2.541a9.974 9.974 0 0 0-8.725 9.7 7.656 7.656 0 0 0 5.44 7.511 7.645 7.645 0 0 0 3.285.25l23.2-2.542a9.965 9.965 0 0 0 8.724-9.7 7.666 7.666 0 0 0-5.442-7.508 7.654 7.654 0 0 0-3.283-.252h-.029Zm-23.14 25.821-8.726.97v8.73a7.656 7.656 0 0 0 5.44 7.511 7.644 7.644 0 0 0 3.285.249 9.955 9.955 0 0 0 8.725-9.7 7.668 7.668 0 0 0-5.442-7.507 7.654 7.654 0 0 0-3.283-.253Zm-23.17-20.729a9.945 9.945 0 0 0-6.174 3.22 9.955 9.955 0 0 0-2.551 6.48v23.28a7.666 7.666 0 0 0 5.442 7.508 7.654 7.654 0 0 0 3.282.252 9.975 9.975 0 0 0 8.725-9.7v-23.28a7.659 7.659 0 0 0-2.565-5.903 7.648 7.648 0 0 0-6.16-1.857ZM7.058 66.417a7.85 7.85 0 0 0 2.52 5.888 7.753 7.753 0 0 0 6.147 1.882 9.945 9.945 0 0 0 8.725-9.7v-8.73l-8.725.97A9.984 9.984 0 0 0 7 66.427l.058-.01Z"/>', cs = {
974
+ width: jd,
975
+ height: qd,
976
+ block: ts
977
+ }, ls = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Slack", content: cs, ...t }), es = 15, os = 15, ns = '<path fill="currentColor" fill-rule="evenodd" d="M12.331 15.988a2.116 2.116 0 0 0-2.991.188 2.133 2.133 0 0 0 .185 3.003L85.04 86.116a2.108 2.108 0 0 0 2.991-.187 2.134 2.134 0 0 0-.185-3.004L12.331 15.988Zm8.264 22.738-13.374-.632a2.11 2.11 0 0 0-1.565.586c-.418.4-.656.957-.656 1.539v38.156c0 .697.34 1.349.91 1.746.57.399 1.299.492 1.947.249l13.7-5.106 27.37 15.462a2.117 2.117 0 0 0 2.11-.017 2.133 2.133 0 0 0 1.049-1.838V66.639l-4.24-3.758v22.35L22.78 71.07a2.124 2.124 0 0 0-1.777-.14L9.239 75.314V42.45l10.644.504v8.094c0 1.176.95 2.13 2.12 2.13a2.125 2.125 0 0 0 2.12-2.13v-9.15l-3.528-3.172Zm27.252-22.218v21.228l4.239 3.757V11.128c0-.873-.53-1.658-1.34-1.978a2.111 2.111 0 0 0-2.325.522L33.817 25.3l3.18 2.819 10.85-11.611Zm11.578 24.32c1.765.126 3.359.774 4.602 1.893 1.46 1.316 2.264 3.17 2.264 5.22 0 1.718-.552 3.378-1.489 4.824l3.173 2.814c1.599-2.236 2.556-4.883 2.556-7.638 0-3.276-1.305-6.254-3.673-8.388-1.898-1.71-4.37-2.736-7.019-2.958a2.134 2.134 0 0 0-2.297 2.352v.001c.108.994.889 1.809 1.883 1.88Zm14.37-24.52C84.312 21.78 90.763 32.69 90.763 45.244c0 8.351-2.859 16.623-7.851 23.574l3.188 2.827c5.657-7.739 8.9-17.021 8.9-26.401 0-14.159-7.302-26.48-19.207-32.691a2.13 2.13 0 0 0-2.94 1.025c-.45 1.019-.042 2.219.943 2.73Zm-5.36 11.496c.473-1.158 1.847-1.68 2.945-1.087 7.126 3.847 11.46 11.255 11.46 19.849 0 6.076-2.195 12.023-6.007 16.864l-3.176-2.816c3.142-4.064 4.945-9.01 4.945-14.048 0-6.97-3.48-12.97-9.2-16.082a2.13 2.13 0 0 1-.967-2.68Z" clip-rule="evenodd"/>', as = {
978
+ width: es,
979
+ height: os,
980
+ block: ns
981
+ }, rs = (t) => /* @__PURE__ */ e.createElement(l, { alt: "SoundOff", content: as, ...t }), is = 15, ds = 15, ss = '<path fill="currentColor" fill-rule="evenodd" d="M70.53 47.941c0 5.96-4.437 11.449-10.3 13.23a2.127 2.127 0 0 1-2.73-1.796c-.115-.999.478-1.974 1.44-2.255 4.179-1.213 7.351-5.035 7.351-9.179 0-2.049-.804-3.904-2.264-5.22-1.243-1.119-2.837-1.766-4.602-1.894-.994-.07-1.774-.885-1.882-1.879v-.001a2.132 2.132 0 0 1 2.296-2.352c2.65.222 5.12 1.249 7.02 2.958 2.368 2.134 3.672 5.114 3.672 8.388Zm.963 20.73c-.988.743-2.402.47-3.061-.575a2.123 2.123 0 0 1 .52-2.83c5.995-4.513 9.65-11.516 9.65-18.7 0-6.97-3.479-12.968-9.2-16.082a2.134 2.134 0 0 1-.968-2.68c.474-1.158 1.85-1.68 2.948-1.087 7.124 3.847 11.46 11.256 11.46 19.849 0 8.518-4.299 16.796-11.35 22.105ZM95 45.243c0 14.023-7.217 27.843-18.973 36.583-.98.73-2.369.505-3.047-.514-.623-.934-.422-2.205.48-2.873 10.72-7.943 17.303-20.489 17.303-33.196 0-12.554-6.45-23.463-16.965-28.933a2.118 2.118 0 0 1-.945-2.732 2.131 2.131 0 0 1 2.942-1.024C87.7 18.764 95 31.085 95 45.244Zm-47.153 39.99L22.78 71.07a2.119 2.119 0 0 0-1.777-.14L9.239 75.314V42.45l9.997.473v8.065c0 1.176.949 2.13 2.12 2.13a2.125 2.125 0 0 0 2.12-2.13V42.55c.064-.055.133-.103.191-.165l24.18-25.877v68.724Zm2.9-76.083a2.11 2.11 0 0 0-2.326.523L21.244 38.757 7.22 38.094A2.12 2.12 0 0 0 5 40.219v38.156c0 .697.34 1.35.91 1.748a2.11 2.11 0 0 0 1.947.247l13.7-5.106 27.37 15.462a2.112 2.112 0 0 0 2.108-.017 2.126 2.126 0 0 0 1.05-1.837V11.128c0-.873-.53-1.657-1.339-1.978Z" clip-rule="evenodd"/>', hs = {
982
+ width: is,
983
+ height: ds,
984
+ block: ss
985
+ }, us = (t) => /* @__PURE__ */ e.createElement(l, { alt: "SoundOn", content: hs, ...t }), vs = 15, ms = 15, gs = '<path fill="currentColor" fill-rule="evenodd" d="m40.231 24.713.005-.018a3.62 3.62 0 0 0 .069-.658 3.37 3.37 0 0 0-1.002-2.377c-.773-.779-1.95-1.128-3.045-.913-.218.04-.435.108-.636.188a2.98 2.98 0 0 0-.584.309 3.37 3.37 0 0 0-1.516 2.793c0 .215.029.443.07.658a3.535 3.535 0 0 0 .514 1.209c.121.174.255.349.418.51a3.47 3.47 0 0 0 2.397.98c.878 0 1.76-.362 2.382-.98.163-.161.297-.336.419-.51a3.6 3.6 0 0 0 .312-.578 3.32 3.32 0 0 0 .197-.613ZM29.03 26.561c.08-.201.147-.416.188-.617.042-.229.068-.443.068-.658a3.498 3.498 0 0 0-.256-1.29l-.01-.02a3.92 3.92 0 0 0-.303-.557 3.202 3.202 0 0 0-.418-.51c-1.26-1.249-3.534-1.249-4.792 0-.15.148-.297.322-.42.51a3.3 3.3 0 0 0-.5 1.209 2.66 2.66 0 0 0-.069.658c0 .215.015.43.068.658.04.201.108.416.19.617.08.202.189.403.31.578a3.413 3.413 0 0 0 2.815 1.504c.217 0 .447-.027.664-.067.218-.04.42-.108.636-.202a2.71 2.71 0 0 0 .584-.309 3.207 3.207 0 0 0 .933-.927c.117-.168.21-.362.302-.557l.01-.02Zm-11.681 1.357a3.5 3.5 0 0 0 .256-1.29c0-.886-.364-1.745-.987-2.376a4.971 4.971 0 0 0-.514-.416 4.847 4.847 0 0 0-.584-.31 3.785 3.785 0 0 0-.635-.187 3.457 3.457 0 0 0-3.059.913 3.346 3.346 0 0 0 0 4.753c.623.618 1.502.98 2.395.98.216 0 .447-.026.664-.066.217-.04.419-.108.635-.189.205-.08.393-.188.584-.308.176-.121.352-.269.514-.417l.02-.022c.142-.154.283-.309.398-.488.122-.188.218-.376.313-.577ZM73.108 7.072c2.97-.336 5.762.515 7.879 2.391 2.105 1.863 3.264 4.499 3.264 7.42v21.996a2.36 2.36 0 0 1-2.368 2.35 2.36 2.36 0 0 1-2.369-2.35v-7.766L7.737 39.226V82.78l28.91-3.267a2.365 2.365 0 0 1 2.621 2.07 2.353 2.353 0 0 1-2.084 2.6L5.637 87.75a2.377 2.377 0 0 1-1.845-.581A2.342 2.342 0 0 1 3 85.413v-59.88c0-5.81 4.758-11.073 10.605-11.735l59.503-6.726Zm14.021 72.54 8.476 7.322a4.006 4.006 0 0 1 .397 5.684A4.068 4.068 0 0 1 92.937 94a4.058 4.058 0 0 1-2.663-.99l-8.6-7.428c-4.124 3.203-9.063 4.88-13.892 4.881-4.582 0-9.051-1.486-12.59-4.544-3.754-3.243-5.985-7.833-6.282-12.925-.335-5.712 1.83-11.559 5.944-16.043 8.028-8.748 21.23-10.098 29.434-3.012 3.752 3.243 5.984 7.832 6.28 12.923.26 4.401-.98 8.874-3.439 12.75Zm-30.113-7.084c.17 2.91 1.416 5.507 3.508 7.315 4.9 4.233 13.017 3.173 18.093-2.36 2.652-2.89 4.052-6.592 3.844-10.154-.17-2.909-1.416-5.507-3.507-7.313l-.001-.002c-2.024-1.748-4.597-2.594-7.278-2.594-3.81 0-7.836 1.707-10.815 4.955-2.65 2.89-4.051 6.59-3.844 10.153Z" clip-rule="evenodd"/>', $s = {
986
+ width: vs,
987
+ height: ms,
988
+ block: gs
989
+ }, Zs = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Source", content: $s, ...t }), ps = 15, bs = 15, fs = '<path fill="currentColor" fill-rule="evenodd" d="M92.126 20.615a2.348 2.348 0 0 0-3.904-.967l-9.215 9.216a13.545 13.545 0 0 1-7.877-7.878l9.215-9.217a2.355 2.355 0 0 0 .62-2.225 2.352 2.352 0 0 0-1.586-1.679 19.415 19.415 0 0 0-20.31 5.737c-4.692 5.347-6.023 12.825-3.576 19.46L33.065 55.495c-7.026-2.596-15.039-.898-20.395 4.458a19.327 19.327 0 0 0-4.796 19.432 2.348 2.348 0 0 0 3.903.966l9.216-9.217a13.55 13.55 0 0 1 7.877 7.879l-9.215 9.217a2.355 2.355 0 0 0-.62 2.225c.199.799.8 1.435 1.586 1.68 1.881.582 3.808.865 5.719.865a19.42 19.42 0 0 0 14.59-6.603c4.694-5.348 6.023-12.826 3.577-19.46l22.428-22.432c7.024 2.595 15.039.899 20.397-4.459a19.331 19.331 0 0 0 4.794-19.431Z" clip-rule="evenodd"/>', Cs = {
990
+ width: ps,
991
+ height: bs,
992
+ block: fs
993
+ }, ks = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Spanner", content: Cs, ...t }), ws = 15, Ms = 15, Ls = '<path fill="currentColor" d="M94.977 44.758a2.373 2.373 0 0 0-2.544-2.096c-6.758.487-13.077-1.55-17.823-5.744-4.696-4.153-7.43-10.075-7.7-16.683a2.368 2.368 0 0 0-2.383-2.266c-1.282 0-2.333 1.004-2.383 2.266-.57 13.99-12.016 26.63-26.054 28.786-1.262.199-2.153 1.342-2.003 2.604a2.378 2.378 0 0 0 2.544 2.096c6.759-.487 13.087 1.55 17.823 5.744 4.696 4.153 7.42 10.075 7.7 16.673a2.368 2.368 0 0 0 2.383 2.266c1.282 0 2.333-1.004 2.383-2.266.57-13.99 12.016-26.64 26.054-28.786 1.262-.199 2.153-1.342 2.003-2.603v.01Zm-30.56 20.42a26.992 26.992 0 0 0-6.789-9.23 27.527 27.527 0 0 0-10.163-5.695c7.83-4.024 14.028-10.89 17.182-19.028a26.992 26.992 0 0 0 6.789 9.23 27.527 27.527 0 0 0 10.163 5.695c-7.83 4.024-14.028 10.89-17.182 19.028ZM24.445 48.594c1.282 0 2.333-1.004 2.383-2.266.33-8.078 6.94-15.372 15.05-16.624 1.261-.198 2.152-1.341 2.002-2.603a2.373 2.373 0 0 0-2.543-2.097c-3.845.269-7.45-.874-10.143-3.259-2.664-2.355-4.216-5.723-4.366-9.48A2.368 2.368 0 0 0 24.445 10c-1.282 0-2.333 1.004-2.383 2.266-.33 8.078-6.94 15.372-15.05 16.624-1.261.198-2.153 1.341-2.002 2.603.15 1.262 1.261 2.206 2.543 2.097 3.845-.279 7.45.874 10.143 3.259 2.664 2.355 4.216 5.723 4.366 9.48a2.368 2.368 0 0 0 2.383 2.265ZM20.87 33.311a17.764 17.764 0 0 0-4.616-2.95c3.565-2.256 6.479-5.476 8.331-9.232a17.277 17.277 0 0 0 3.435 4.154 17.766 17.766 0 0 0 4.616 2.95c-3.565 2.256-6.479 5.476-8.331 9.232a17.755 17.755 0 0 0-3.435-4.154Zm22.92 40.532c-2.073.149-4.015-.467-5.447-1.739-1.422-1.262-2.253-3.06-2.333-5.088a2.368 2.368 0 0 0-2.383-2.265c-1.282 0-2.333 1.004-2.383 2.265-.18 4.462-3.835 8.506-8.321 9.192-1.262.199-2.153 1.341-2.003 2.603.15 1.262 1.262 2.206 2.544 2.097 2.072-.15 4.015.467 5.447 1.739 1.422 1.262 2.253 3.06 2.333 5.087A2.368 2.368 0 0 0 33.627 90c1.282 0 2.333-1.004 2.383-2.266.18-4.461 3.835-8.505 8.32-9.191 1.262-.199 2.154-1.341 2.003-2.603a2.365 2.365 0 0 0-2.543-2.097ZM33.457 80.56a11.14 11.14 0 0 0-1.382-1.45 10.736 10.736 0 0 0-1.642-1.213 14.98 14.98 0 0 0 3.344-3.706c.41.516.871 1.003 1.382 1.45.51.458 1.061.865 1.642 1.213a15.02 15.02 0 0 0-3.344 3.716v-.01Z"/>', Vs = {
994
+ width: ws,
995
+ height: Ms,
996
+ block: Ls
997
+ }, Es = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Sparkles", content: Vs, ...t }), Is = 15, As = 15, xs = '<path fill="currentColor" fill-rule="evenodd" d="m73.87 81.467-53.287 6.076v-22.87L13 65.535V96l68.453-7.807V57.732l-7.583.864v22.871ZM67.763 57.42l-37.232-3.541-1.574 7.671 37.23 3.542 1.576-7.672Zm-1.576 9.644L28.168 71.4v7.59l38.019-4.335v-7.591Zm11.328-27.219L48.262 18.83l-4.828 6.367 29.254 21.014 4.827-6.367Zm-6.01 8.276L37.033 35.884l-3.151 7.358L68.353 55.38l3.152-7.26ZM85 32.977 62.346 5l-6.107 5.23 22.655 27.978L85 32.978Z" clip-rule="evenodd"/>', Fs = {
998
+ width: Is,
999
+ height: As,
1000
+ block: xs
1001
+ }, ys = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Stackoverflow", content: Fs, ...t }), Ss = 15, Ts = 15, zs = '<path fill="currentColor" d="M87.969 18.406a2.303 2.303 0 0 0-.118-.498c-.015-.042-.025-.084-.04-.125a2.413 2.413 0 0 0-.32-.535c-.028-.038-.066-.069-.097-.105-.065-.074-.125-.15-.2-.216-.058-.05-.124-.086-.187-.13-.03-.02-.047-.05-.077-.07L67.96 4.387a2.392 2.392 0 0 0-1.608-.367l-51.284 6.575c-.034.005-.064.022-.096.029-.144.024-.28.07-.416.12-.082.029-.165.05-.24.088-.022.01-.048.015-.07.027-.114.06-.209.146-.31.223-.059.044-.125.08-.178.129-.167.153-.31.326-.426.517-.008.014-.01.031-.019.046a2.362 2.362 0 0 0-.236.582c-.002.016-.013.028-.016.044-.015.06-.004.121-.014.182-.017.115-.047.227-.047.346v68.228a2.35 2.35 0 0 0 1.06 1.96l18.97 12.493c.012.006.026.009.036.016.173.109.356.193.548.255l.122.034c.198.05.4.087.608.087.1 0 .202-.007.304-.02l51.284-6.576A2.357 2.357 0 0 0 88 87.073v-68.38c0-.041-.01-.08-.014-.122 0-.056-.01-.11-.017-.165Zm-9-1.23-44.058 5.649-12.88-8.38 44.058-5.65 12.88 8.38ZM36.718 44.46l46.537-5.966v12.322l-46.537 5.967V44.46Zm38.352 1.71c0 1.257 1.03 2.16 2.298 2.017 1.269-.143 2.298-1.278 2.298-2.536s-1.029-2.161-2.298-2.017c-1.268.144-2.298 1.278-2.298 2.536Zm-7.233.971c0 1.258 1.028 2.161 2.296 2.017 1.27-.142 2.3-1.28 2.3-2.536 0-1.257-1.03-2.16-2.3-2.018-1.268.144-2.296 1.28-2.296 2.537Zm15.418 8.477v12.264l-46.537 5.966V61.585l46.537-5.967Zm-5.887 9.634c-1.268.144-2.298-.76-2.298-2.017s1.03-2.393 2.298-2.536c1.269-.144 2.298.76 2.298 2.017 0 1.258-1.029 2.393-2.298 2.536Zm-7.235.972c-1.268.143-2.296-.761-2.296-2.018 0-1.257 1.028-2.393 2.296-2.535 1.27-.144 2.3.759 2.3 2.017 0 1.257-1.03 2.392-2.3 2.535ZM36.717 78.65l46.537-5.968v12.324l-46.537 5.967V78.65Zm40.65 3.667c-1.268.144-2.298-.76-2.298-2.017 0-1.258 1.03-2.392 2.298-2.536 1.269-.143 2.298.76 2.298 2.017 0 1.258-1.029 2.394-2.298 2.536Zm-7.235.972c-1.268.144-2.296-.76-2.296-2.017 0-1.258 1.028-2.394 2.296-2.536 1.27-.144 2.3.76 2.3 2.017 0 1.256-1.03 2.393-2.3 2.536ZM36.717 39.718V27.336l46.537-5.967v12.382l-46.537 5.967Zm40.65-13.209c1.269-.143 2.298.761 2.298 2.017 0 1.258-1.029 2.394-2.298 2.536-1.268.144-2.298-.759-2.298-2.017s1.03-2.392 2.298-2.536Zm-7.235.972c1.27-.144 2.3.76 2.3 2.017 0 1.256-1.03 2.393-2.3 2.536-1.268.142-2.296-.76-2.296-2.017 0-1.258 1.028-2.394 2.296-2.536Z"/>', Hs = {
1002
+ width: Ss,
1003
+ height: Ts,
1004
+ block: zs
1005
+ }, Ds = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Stackserver", content: Hs, ...t }), Bs = 15, Rs = 15, Ws = '<path fill="currentColor" fill-rule="evenodd" d="M21.777 98c-.45 0-.9-.131-1.293-.396a2.38 2.38 0 0 1-.973-2.542l7.9-32.189L2.978 45.181a2.381 2.381 0 0 1-.919-2.448 2.348 2.348 0 0 1 1.87-1.808l32.037-5.766L47.817 3.527A2.336 2.336 0 0 1 49.963 2H50c.942 0 1.795.575 2.158 1.459l11.69 28.502 31.7-1.613c.927-.067 1.88.522 2.265 1.435.385.913.167 1.97-.547 2.65L72.55 58.036l7.93 30.478a2.383 2.383 0 0 1-.799 2.452 2.313 2.313 0 0 1-2.536.251L50.223 77.045 23.176 97.529a2.32 2.32 0 0 1-1.399.471Z" clip-rule="evenodd"/>', Os = {
1006
+ width: Bs,
1007
+ height: Rs,
1008
+ block: Ws
1009
+ }, Ps = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Star", content: Os, ...t }), Us = 15, _s = 15, Ns = '<path fill="currentColor" fill-rule="evenodd" d="M20.484 97.604a2.31 2.31 0 0 0 2.692-.075l27.047-20.484 26.922 14.172a2.313 2.313 0 0 0 2.536-.251 2.383 2.383 0 0 0 .8-2.452l-7.93-30.478 24.714-23.603c.714-.68.932-1.737.547-2.65-.385-.913-1.338-1.503-2.266-1.435l-31.7 1.613L52.158 3.46A2.338 2.338 0 0 0 50 2h-.036a2.336 2.336 0 0 0-2.146 1.527L35.965 35.159 3.928 40.925a2.347 2.347 0 0 0-1.87 1.808 2.381 2.381 0 0 0 .92 2.448l24.434 17.692-7.9 32.189c-.24.97.15 1.989.972 2.542ZM31.42 59.958 10.212 44.6l27.875-5.017a2.343 2.343 0 0 0 1.775-1.49l10.237-27.322 10.068 24.544c.379.925 1.328 1.517 2.274 1.456l27.006-1.375-21.109 20.16a2.387 2.387 0 0 0-.658 2.325l6.941 26.672-23.544-12.395a2.308 2.308 0 0 0-2.474.204L25.625 89.765l6.702-27.311a2.383 2.383 0 0 0-.907-2.496Z" clip-rule="evenodd"/>', Gs = {
1010
+ width: Us,
1011
+ height: _s,
1012
+ block: Ns
1013
+ }, Xs = (t) => /* @__PURE__ */ e.createElement(l, { alt: "StarOutline", content: Gs, ...t }), Js = 15, Qs = 15, Ks = '<path fill="currentColor" fill-rule="evenodd" d="M87.34 42.176a2.386 2.386 0 0 1 .55 4.74l-75.23 8.757a2.383 2.383 0 0 1-2.643-2.094 2.385 2.385 0 0 1 2.092-2.645l25.595-2.98c-6.254-3.374-9.598-7.988-9.598-16.011 0-11.083 8.702-19.426 20.229-20.74 10.284-1.171 16.725 2.843 20.792 9.165l-6.554 4.817c-2.939-4.413-7.007-7.568-14.238-6.743-7.571.863-12.204 5.801-12.204 12.36 0 6.787 3.616 9.428 12.204 12.406l6.101 2.132c.374.123.73.25 1.087.378l.342.121 31.476-3.663ZM65.624 67.588c0-3.703-1.108-6.409-3.284-8.58l9.696-1.128c1.138 2.49 1.725 5.37 1.725 8.78 0 12.666-10.057 21.503-23.843 23.076-14.69 1.675-22.714-4.876-26.782-12.553l6.781-4.394c3.616 6.035 8.926 10.971 19.774 9.734 8.93-1.018 15.933-6.792 15.933-14.935Z" clip-rule="evenodd"/>', Ys = {
1014
+ width: Js,
1015
+ height: Qs,
1016
+ block: Ks
1017
+ }, js = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Strikethrough", content: Ys, ...t }), qs = 15, th = 15, ch = '<path fill="currentColor" fill-rule="evenodd" d="m60.975 72.06 29.34-3.369V12.004l-80.63 9.258v56.687l28.81-3.309a2.334 2.334 0 0 1 2.068.839l9.277 11.268 9.48-13.693a2.34 2.34 0 0 1 1.655-.994ZM92.392 7.014a2.338 2.338 0 0 1 1.826.585c.497.447.782 1.088.782 1.76V70.8c0 1.199-.894 2.21-2.077 2.345L62.556 76.63 51.921 91.991a2.34 2.34 0 0 1-1.853 1.008h-.023l-.044.001a2.33 2.33 0 0 1-1.803-.853l-10.43-12.67-30.16 3.462a2.336 2.336 0 0 1-1.826-.585A2.368 2.368 0 0 1 5 80.594V19.156c0-1.201.894-2.211 2.077-2.347l85.315-9.795ZM40.242 58.36l39.914-4.583A4.029 4.029 0 0 1 84.6 57.34c.253 2.22-1.331 4.225-3.534 4.478l-39.914 4.583a4.027 4.027 0 0 1-4.444-3.562c-.25-2.222 1.333-4.226 3.535-4.48Zm-13.384 1.537-8.79 1.01c-2.203.252-3.787 2.257-3.535 4.478.234 2.065 1.97 3.589 3.985 3.589.151 0 .306-.01.46-.027l8.79-1.01c2.203-.252 3.786-2.258 3.534-4.478-.25-2.222-2.254-3.815-4.444-3.562Zm-7.88-6.269a4.133 4.133 0 0 1-.46.027c-2.015 0-3.751-1.524-3.985-3.588-.252-2.22 1.332-4.227 3.535-4.48l24.975-2.867c2.204-.252 4.194 1.341 4.446 3.563.25 2.22-1.333 4.224-3.536 4.478l-24.975 2.867Zm37.72-4.356c.152 0 .305-.01.46-.027l1.53-.175c2.203-.254 3.786-2.26 3.534-4.48-.25-2.22-2.25-3.812-4.445-3.561l-1.529.175c-2.205.254-3.787 2.26-3.534 4.48a4.025 4.025 0 0 0 3.983 3.588Zm14.449-1.633a4.109 4.109 0 0 1-.46.027c-2.015 0-3.751-1.525-3.985-3.59-.252-2.22 1.332-4.225 3.535-4.478l9.92-1.139a4.033 4.033 0 0 1 4.444 3.563c.251 2.22-1.332 4.225-3.536 4.478l-9.918 1.139Z" clip-rule="evenodd"/>', lh = {
1018
+ width: qs,
1019
+ height: th,
1020
+ block: ch
1021
+ }, eh = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Subtitle", content: lh, ...t }), oh = 15, nh = 15, ah = '<path fill="currentColor" fill-rule="evenodd" d="M83.95 12.62C74.807 4.513 62.657.85 49.731 2.317 23.412 5.297 2 29.005 2 55.167c0 12.738 4.992 24.178 14.054 32.214C23.876 94.32 33.9 98 44.73 98c1.824 0 3.674-.105 5.536-.315C76.587 94.703 98 70.995 98 44.833c0-12.737-4.99-24.177-14.05-32.213ZM67.14 30.474a4.548 4.548 0 0 1 6.356-.34 4.416 4.416 0 0 1 .492 6.133l-.147.17-30.188 33.089A4.528 4.528 0 0 1 40.301 71a4.535 4.535 0 0 1-2.787-.954l-.197-.161-10.791-9.41a4.418 4.418 0 0 1-.386-6.301 4.55 4.55 0 0 1 6.182-.52l.172.142 7.445 6.49 27.2-29.812Z" clip-rule="evenodd"/>', rh = {
1022
+ width: oh,
1023
+ height: nh,
1024
+ block: ah
1025
+ }, ih = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Success", content: rh, ...t }), dh = 15, sh = 15, hh = '<path fill="currentColor" fill-rule="evenodd" d="M91.176 24.486a10.97 10.97 0 0 0-1.407-1.039c-2.074-1.562-5.868-4.4-7.536-5.525-3.595-2.423-9.354-2.452-11.894-2.132l-3.053.387V14.46a10.47 10.47 0 0 0-3.542-7.848 10.474 10.474 0 0 0-8.231-2.531L39.755 6.074c-5.216.66-9.148 5.123-9.148 10.38v4.362l-12.451 1.575C10.656 23.34 5 29.757 5 37.32v42.016c0 3.24 1.393 6.326 3.822 8.468.065.057.133.11.202.16l7.684 5.416a11.29 11.29 0 0 0 9.696 3.533l58.725-7.428C90.758 88.77 95 83.956 95 78.284v-45.33c0-3.24-1.393-6.326-3.824-8.468Zm-6.641 60.295L25.81 92.209a6.552 6.552 0 0 1-7.37-6.498V60.105a9.17 9.17 0 0 0 4.44 1.172c.382 0 .766-.025 1.15-.074l22.305-2.82v2.975a2.369 2.369 0 0 0 2.668 2.35l14.572-1.84a2.371 2.371 0 0 0 2.071-2.353V55.94l21.24-2.687a9.198 9.198 0 0 0 3.375-1.123v26.153a6.561 6.561 0 0 1-5.726 6.498ZM60.907 50.154v7.272l-9.833 1.244v-7.273l9.833-1.243Zm3.936-4.467a2.368 2.368 0 0 0-1.864-.573l-14.572 1.843a2.37 2.37 0 0 0-2.072 2.35v4.298l-22.9 2.897a4.376 4.376 0 0 1-3.492-1.076 4.38 4.38 0 0 1-1.503-3.328v-9.903a8.62 8.62 0 0 1 7.526-8.538l56.925-7.2a6.55 6.55 0 0 1 7.37 6.498v11.091a4.55 4.55 0 0 1-3.97 4.505l-20.645 2.61v-3.696a2.37 2.37 0 0 0-.803-1.778ZM35.346 16.454a5.734 5.734 0 0 1 5.003-5.677l15.76-1.993a5.72 5.72 0 0 1 4.5 1.384 5.73 5.73 0 0 1 1.938 4.293v2.314l-27.2 3.441v-3.762Z" clip-rule="evenodd"/>', uh = {
1026
+ width: dh,
1027
+ height: sh,
1028
+ block: hh
1029
+ }, vh = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Suitcase", content: uh, ...t }), mh = 15, gh = 15, $h = '<path fill="currentColor" d="M47.328 18.243V7.85a2.851 2.851 0 0 1 5.7 0v10.393a2.851 2.851 0 0 1-5.7 0Zm5.345 63.87v10.393a2.494 2.494 0 1 1-4.989 0V82.114a2.494 2.494 0 0 1 4.989 0ZM18.565 56.648 8.173 57.834a2.85 2.85 0 1 1-.646-5.664l10.392-1.184a2.85 2.85 0 1 1 .646 5.664Zm74.224-8.814-10.393 1.184a2.493 2.493 0 0 1-2.76-2.196 2.495 2.495 0 0 1 2.196-2.76l10.392-1.184a2.484 2.484 0 0 1 2.76 2.195 2.492 2.492 0 0 1-2.195 2.76ZM14.26 21.684a2.495 2.495 0 1 1 3.306-3.733l10.592 9.386a2.492 2.492 0 1 1-3.307 3.732L14.26 21.685Zm71.835 56.988a2.495 2.495 0 1 1-3.306 3.734L72.198 73.02a2.494 2.494 0 0 1 3.308-3.734l10.59 9.385Zm-57.924-3.98a2.495 2.495 0 0 1 .19 3.522l-10.59 11.8a2.49 2.49 0 0 1-1.86.827 2.494 2.494 0 0 1-1.856-4.16L24.65 74.882a2.495 2.495 0 0 1 3.523-.19Zm44.013-49.027a2.495 2.495 0 0 1-.19-3.523l10.59-11.798a2.494 2.494 0 1 1 3.715 3.331l-10.592 11.8a2.489 2.489 0 0 1-1.858.827c-.593 0-1.19-.21-1.665-.637Zm-3.483 24.211c0 4.941-1.957 9.426-5.122 12.751a15.807 15.807 0 0 1-6.435.584c-9.47-1.078-17.175-9.655-17.175-19.117 0-5.176 2.336-9.647 6.398-12.343a18.563 18.563 0 0 1 3.81-.398c10.215 0 18.524 8.309 18.524 18.523Zm4.988 0c0-12.965-10.546-23.511-23.511-23.511-1.865 0-3.67.24-5.41.653-.016.002-.03.002-.046.007-.07.015-.136.04-.205.057a23.51 23.51 0 0 0-1.73.49c-.059.02-.114.044-.171.063-.723.246-1.429.526-2.117.838a23.83 23.83 0 0 0-1.462.705c-.106.057-.203.121-.307.18-.561.31-1.108.642-1.639.996l-.158.111a23.68 23.68 0 0 0-1.69 1.266l-.026.021a23.352 23.352 0 0 0-6.69 8.96l-.03.076a22.34 22.34 0 0 0-.7 1.91c-.05.15-.093.3-.139.45-.158.536-.3 1.08-.42 1.632-.046.205-.091.409-.131.617a22.892 22.892 0 0 0-.247 1.607c-.026.208-.06.415-.08.625-.07.74-.114 1.489-.114 2.247 0 .801.041 1.595.121 2.382.012.116.037.227.05.343.079.674.173 1.344.307 2.004a.45.45 0 0 1 .011.043A23.344 23.344 0 0 0 33.554 66.5a23.344 23.344 0 0 0 11.866 6.4l.028.007a23.69 23.69 0 0 0 2.043.312c.102.012.2.035.303.045a23.638 23.638 0 0 0 4.749.001c.192-.019.379-.06.57-.083a23.973 23.973 0 0 0 1.754-.269c.161-.033.317-.081.478-.118.6-.134 1.197-.278 1.783-.46.108-.033.21-.078.32-.113a23.502 23.502 0 0 0 1.849-.679c.071-.03.137-.067.208-.096a23.014 23.014 0 0 0 1.851-.894c.061-.033.12-.073.181-.107.597-.33 1.183-.681 1.752-1.066.09-.06.17-.13.26-.191a24.461 24.461 0 0 0 1.547-1.156c.127-.105.24-.22.365-.328.416-.357.835-.71 1.228-1.1.015-.014.02-.033.033-.047 4.299-4.263 6.968-10.166 6.968-16.683Z"/>', Zh = {
1030
+ width: mh,
1031
+ height: gh,
1032
+ block: $h
1033
+ }, ph = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Sun", content: Zh, ...t }), bh = 15, fh = 15, Ch = '<path fill="currentColor" fill-rule="evenodd" d="m63.831 57.135-3.335.221c-.986.082-1.4-.286-1.4-.922 0-.35.129-.65.351-.867.763.295 1.683.349 2.764.226 3.463-.396 5.688-2.783 5.688-5.68 0-.605-.16-1.16-.477-1.601l2.001-.228v-3.056l-5.212.595a7.542 7.542 0 0 0-2-.027c-3.463.396-5.815 2.733-5.815 5.631 0 1.178.446 2.21 1.209 2.95-1.21.679-1.876 1.678-1.876 2.888 0 1.24.51 2.074 1.62 2.553-1.523.747-2.477 1.81-2.477 3.275 0 2.578 2.415 4.18 7.275 3.625 5.37-.613 7.468-3.018 7.468-5.882 0-2.642-2.099-3.93-5.784-3.7Zm-1.684 6.368c-2.35.269-3.114-.344-3.114-1.427 0-.413.127-.778.383-1.094l3.557-.184c1.748-.103 2.256.094 2.256.858 0 .828-.571 1.561-3.082 1.847Zm0-14.547c1.303-.148 2.003.504 2.003 1.585 0 1.147-.7 1.99-2.003 2.138-1.302.15-2.002-.535-2.002-1.68 0-1.083.7-1.894 2.002-2.043Zm-10.415-1.744-1.842 4.253c-.604 1.437-1.05 3.716-1.05 3.716s-.476-2.174-1.112-3.469l-1.906-3.825-4.733.54 7.339 13.01.412-.047 7.244-14.675-4.352.497ZM37.147 53.97c-1.843-.203-2.701-.201-2.701-.964 0-.543.477-.85 1.462-.963 1.016-.116 1.97.251 2.605.721l2.288-2.713c-1.112-1.02-2.701-1.569-4.924-1.315-2.892.33-5.244 1.84-5.244 4.896 0 2.832 2.065 3.615 3.907 3.883 2.193.322 3.052.225 3.052.956 0 .574-.445.879-1.844 1.04-1.268.144-2.446-.263-3.367-1.05l-2.51 2.516c1.176 1.265 3.018 2.233 6.164 1.875 4.257-.487 5.56-2.672 5.56-5.155 0-2.866-2.478-3.506-4.448-3.727ZM90.92 23.145c-.011-.046-.026-.089-.04-.136a2.463 2.463 0 0 0-.204-.465c-.02-.03-.033-.063-.053-.094a2.357 2.357 0 0 0-.388-.462c-.012-.01-.019-.026-.031-.037l-17.3-15.36c-.01-.008-.022-.012-.03-.018a2.349 2.349 0 0 0-.508-.335c-.036-.018-.073-.029-.108-.044a2.404 2.404 0 0 0-.477-.144c-.047-.008-.093-.02-.142-.027a2.398 2.398 0 0 0-.566-.01L11.092 12.86A2.361 2.361 0 0 0 9 15.208v77.429a2.357 2.357 0 0 0 2.625 2.348l77.283-8.822A2.363 2.363 0 0 0 91 83.816V23.72c0-.199-.032-.389-.08-.574ZM13.717 89.99V17.317l55.265-6.309v14.687a2.357 2.357 0 0 0 2.625 2.348l14.676-1.676v55.339l-72.566 8.283ZM73.7 13.61l9.417 8.362-9.417 1.075V13.61Z" clip-rule="evenodd"/>', kh = {
1034
+ width: bh,
1035
+ height: fh,
1036
+ block: Ch
1037
+ }, wh = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Svg", content: kh, ...t }), Mh = 15, Lh = 15, Vh = '<path fill="currentColor" fill-rule="evenodd" d="M50 2C23.542 2 2 23.542 2 50s21.542 48 48 48 48-21.542 48-48S76.458 2 50 2Zm0 4.109c3.725 0 7.296.46 10.752 1.344C59.408 18.896 55.722 31.76 50 31.76c-5.722-.038-9.408-12.864-10.752-24.307A43.187 43.187 0 0 1 50 6.109Zm-19.085 4.339c2.688 11.02 11.021 24 19.047 24.038 8.025 0 16.358-13.017 19.046-24.038a48.638 48.638 0 0 1 6.26 3.686c-4.225 9.946-13.594 24.039-25.306 24.384-11.75-.307-21.082-14.4-25.306-24.384a51.396 51.396 0 0 1 6.26-3.686Zm-13.133 9.754C23.658 28.957 36.368 41.245 50 41.245c13.632 0 26.304-12.288 32.218-21.043a43.63 43.63 0 0 1 4.377 5.568C80.375 33.795 67.318 45.277 50 45.277c-17.318 0-30.374-11.52-36.595-19.507a47.342 47.342 0 0 1 4.377-5.568ZM50 93.892c-3.725 0-7.296-.462-10.752-1.345C40.592 81.104 44.278 68.24 50 68.24c5.722.038 9.408 12.864 10.752 24.307A43.187 43.187 0 0 1 50 93.891Zm19.085-4.34c-2.688-11.02-11.021-24-19.047-24.038-8.025 0-16.358 13.017-19.046 24.038a45.728 45.728 0 0 1-6.22-3.686c4.223-9.946 13.554-24.039 25.305-24.384 11.75.307 21.081 14.4 25.305 24.384a54.958 54.958 0 0 1-6.297 3.686Zm13.133-9.754C76.342 71.043 63.632 58.755 50 58.755c-13.632 0-26.342 12.288-32.218 21.043a43.63 43.63 0 0 1-4.377-5.568C19.625 66.205 32.682 54.723 50 54.723c17.318 0 30.374 11.52 36.595 19.507a43.63 43.63 0 0 1-4.377 5.568ZM50 52.035c-15.86 0-31.066 5.453-40.973 13.709A43.764 43.764 0 0 1 6.11 50a43.61 43.61 0 0 1 2.918-15.744C18.934 42.512 34.141 47.965 50 47.965c15.86 0 31.027-5.453 40.973-13.709A43.764 43.764 0 0 1 93.89 50a43.61 43.61 0 0 1-2.918 15.744C81.027 57.488 65.859 52.035 50 52.035Z" clip-rule="evenodd"/>', Eh = {
1038
+ width: Mh,
1039
+ height: Lh,
1040
+ block: Vh
1041
+ }, Ih = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Symbol", content: Eh, ...t }), Ah = 15, xh = 15, Fh = '<path fill="currentColor" d="M90.291 8v78.177L58.38 87.822v-.05L8 90.292V12.114l31.913-1.646v.05L90.29 8ZM39.913 82.606l18.466-.923v-16.13l-18.466.924v16.13Zm0-22.217 18.466-.924V40.866l-18.466.924v18.599ZM33.83 42.093l-19.75.987v18.6l19.75-.988v-18.6Zm6.081-6.393 18.467-.924V15.683l-18.466.924V35.7Zm-6.08-18.79-19.75.988v19.093l19.75-.987V16.91Zm-19.75 50.858v16.12l19.75-1.019V66.781l-19.75.988Zm50.377 13.61 19.75-.987v-16.13l-19.75.988v16.13Zm19.75-41.804-19.75.987v18.6l19.75-.988v-18.6Zm0-6.09V14.403L64.46 15.42v19.053l19.75-.987Z"/>', yh = {
1042
+ width: Ah,
1043
+ height: xh,
1044
+ block: Fh
1045
+ }, Sh = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Table", content: yh, ...t }), Th = 15, zh = 15, Hh = '<path fill="currentColor" fill-rule="evenodd" d="M40.735 90.5V5L5 9.5V95l35.735-4.5ZM11.618 15.335l22.5-2.833v72.161l-22.5 2.834V15.335ZM95 63.235c0 12.427-10.074 22.5-22.5 22.5S50 75.662 50 63.235c0-12.426 10.074-22.5 22.5-22.5S95 50.81 95 63.235Zm-20.536-2.264v-8.579c0-1.38-.448-2.498-1.964-2.498s-1.964 1.118-1.964 2.498v9.148l-9.162.982c-1.37.157-2.355.86-2.199 2.231.145 1.275 1.226 1.682 2.479 1.682l8.882-.934v8.577c0 1.38.584 2.498 1.964 2.498s1.964-1.118 1.964-2.498v-9.146l9.163-.984c1.37-.156 2.354-.86 2.198-2.23-.156-1.371-1.392-1.827-2.765-1.666l-8.596.92Z" clip-rule="evenodd"/>', Dh = {
1046
+ width: Th,
1047
+ height: zh,
1048
+ block: Hh
1049
+ }, Bh = (t) => /* @__PURE__ */ e.createElement(l, { alt: "TableColumnAddAfter", content: Dh, ...t }), Rh = 15, Wh = 15, Oh = '<path fill="currentColor" d="M95 90.5V5L59.265 9.5V95L95 90.5ZM65.882 15.335l22.5-2.833v72.161l-22.5 2.834V15.335ZM50 63.235c0 12.427-10.074 22.5-22.5 22.5S5 75.662 5 63.235c0-12.426 10.074-22.5 22.5-22.5S50 50.81 50 63.235Zm-20.536-2.264v-8.579c0-1.38-.448-2.498-1.964-2.498s-1.964 1.118-1.964 2.498v9.148l-9.162.982c-1.37.157-2.355.86-2.199 2.231.145 1.275 1.226 1.682 2.479 1.682l8.882-.934v8.577c0 1.38.584 2.498 1.964 2.498s1.964-1.118 1.964-2.498v-9.146l9.163-.984c1.37-.156 2.354-.86 2.198-2.23-.156-1.371-1.392-1.827-2.765-1.666l-8.596.92Z"/>', Ph = {
1050
+ width: Rh,
1051
+ height: Wh,
1052
+ block: Oh
1053
+ }, Uh = (t) => /* @__PURE__ */ e.createElement(l, { alt: "TableColumnAddBefore", content: Ph, ...t }), _h = 15, Nh = 15, Gh = '<path fill="currentColor" fill-rule="evenodd" d="M49.836 5v21.32a27.993 27.993 0 0 0-6.636 5.677V12.502l-22.564 2.833v72.162L43.2 84.663v-16.66a27.993 27.993 0 0 0 6.636 5.678V90.5L14 95V9.5L49.836 5Zm14.6 22.5C76.898 27.5 87 37.574 87 50S76.898 72.5 64.436 72.5c-12.461 0-22.563-10.074-22.563-22.5s10.102-22.5 22.563-22.5ZM53.28 49.287c-1.374.157-2.362.86-2.205 2.231.145 1.275 1.229 1.682 2.486 1.682l22.034-2.487c1.375-.157 2.362-.86 2.205-2.231-.156-1.37-1.396-1.826-2.772-1.665a2005.34 2005.34 0 0 1-12.45 1.422h-.005c-2.279.255-4.898.547-9.293 1.048Z" clip-rule="evenodd"/>', Xh = {
1054
+ width: _h,
1055
+ height: Nh,
1056
+ block: Gh
1057
+ }, Jh = (t) => /* @__PURE__ */ e.createElement(l, { alt: "TableColumnRemove", content: Xh, ...t }), Qh = 15, Kh = 15, Yh = '<path fill="currentColor" d="m90.291 8-50.378 2.519v-.05L8 12.115V90.29l46.109-2.305a25.357 25.357 0 0 1-1.9-5.994l-12.297.614V66.477l14.641-.732a25.657 25.657 0 0 1 9.906-10.49V40.563l19.75-.987v13.147a25.39 25.39 0 0 1 6.082 2.594V8ZM39.913 60.389v-18.6l18.466-.923v18.6l-18.466.922ZM33.83 42.093v18.599l-19.75.987V43.081l19.75-.987Zm6.081-6.393V16.607l18.467-.924v19.094l-18.466.924Zm-6.08-18.79v19.094l-19.75.987V17.9l19.75-.988Zm-19.75 50.858 19.75-.988v16.09l-19.75 1.017v-16.12Zm70.127-34.283-19.75.987V15.42l19.75-1.018v19.084Z"/><path fill="currentColor" d="M77.324 56.649C88.744 56.649 98 65.906 98 77.324 98 88.744 88.743 98 77.324 98 65.906 98 56.65 88.743 56.65 77.324c0-11.418 9.257-20.675 20.675-20.675ZM67.1 76.669c-1.258.144-2.163.79-2.02 2.05.133 1.172 1.126 1.546 2.278 1.546l20.19-2.286c1.26-.144 2.165-.79 2.02-2.05-.142-1.259-1.279-1.678-2.54-1.53-5.931.695-8.332.963-11.408 1.307l-.005.001c-2.088.234-4.488.502-8.514.962Z"/>', jh = {
1058
+ width: Qh,
1059
+ height: Kh,
1060
+ block: Yh
1061
+ }, qh = (t) => /* @__PURE__ */ e.createElement(l, { alt: "TableDelete", content: jh, ...t }), tu = 15, cu = 15, lu = '<path fill="currentColor" d="m47.75 20.591 6.75-.33v16.332l-6.75.33V20.591Zm6.75 20.846-6.75.33V58.1l6.75-.33V41.436Zm0 21.52-6.75.331v16.333l6.75-.331V62.957Z"/><path fill="currentColor" d="M95 5 5 9.5V95l90-4.5V5Zm-6.618 6.955v72.25l-76.764 3.838v-72.25l76.764-3.838Z"/>', eu = {
1062
+ width: tu,
1063
+ height: cu,
1064
+ block: lu
1065
+ }, ou = (t) => /* @__PURE__ */ e.createElement(l, { alt: "TableDivide", content: eu, ...t }), nu = 15, au = 15, ru = '<path fill="currentColor" fill-rule="evenodd" d="M47.25 90.75v-6.265h.002v-68.18h-.002V10L8 14.25V95l39.25-4.25Zm0-74.445v68.18l-33 3.551V19.86l33-3.555ZM93 10v80.75L53.75 95v-6.255l33-3.605V16.962l-33 3.608v-6.32L93 10ZM47.312 22.225l6.376-.313v15.425l-6.376.313V22.225Zm6.376 19.688-6.376.312V57.65l6.376-.313V41.912Zm0 20.325-6.376.312v15.425l6.376-.313V62.237ZM26.85 66.24a2.797 2.797 0 0 1-1.671-.737 2.909 2.909 0 0 1-.355-3.869l.14-.172 8.709-9.97-8.48-7.721a2.91 2.91 0 0 1-.38-3.866l.138-.173a2.805 2.805 0 0 1 3.86-.386l.164.139 10.581 9.633a2.91 2.91 0 0 1 .385 3.858l-.157.195-10.58 12.11a2.814 2.814 0 0 1-1.902.96l-.22.009-.232-.01Zm34.363-19.41 10.58-12.112a2.805 2.805 0 0 1 4.028-.22 2.909 2.909 0 0 1 .214 4.04l-8.711 9.968 8.482 7.722a2.91 2.91 0 0 1 .379 3.867l-.139.174a2.803 2.803 0 0 1-4.024.246l-10.58-9.633a2.907 2.907 0 0 1-.229-4.052Z" clip-rule="evenodd"/>', iu = {
1066
+ width: nu,
1067
+ height: au,
1068
+ block: ru
1069
+ }, du = (t) => /* @__PURE__ */ e.createElement(l, { alt: "TableMergeCells", content: iu, ...t }), su = 15, hu = 15, uu = '<path fill="currentColor" fill-rule="evenodd" d="M95 27.174c0 12.246-9.962 22.174-22.25 22.174S50.5 39.42 50.5 27.174C50.5 14.928 60.462 5 72.75 5S95 14.928 95 27.174Zm-20.308-2.231v-8.455c0-1.36-.443-2.462-1.942-2.462-1.499 0-1.943 1.102-1.943 2.462v9.015l-9.06.968c-1.354.155-2.328.848-2.174 2.199.143 1.256 1.212 1.658 2.451 1.658l8.783-.921v8.453c0 1.36.578 2.462 1.943 2.462 1.365 0 1.942-1.102 1.942-2.462v-9.014l9.061-.97c1.355-.154 2.329-.847 2.174-2.198-.154-1.35-1.377-1.8-2.734-1.641l-8.5.906ZM95 90.565V55.087L6 59.522V95l89-4.435ZM12.544 65.724l75.912-3.783v22.42l-75.912 3.783v-22.42Z" clip-rule="evenodd"/>', vu = {
1070
+ width: su,
1071
+ height: hu,
1072
+ block: uu
1073
+ }, mu = (t) => /* @__PURE__ */ e.createElement(l, { alt: "TableRowAddAbove", content: vu, ...t }), gu = 15, $u = 15, Zu = '<path fill="currentColor" fill-rule="evenodd" d="M95 40.478V5L6 9.435v35.478l89-4.435ZM12.544 15.637l75.912-3.783v22.42l-75.912 3.783v-22.42ZM95 72.827C95 85.071 85.038 95 72.75 95S50.5 85.072 50.5 72.826c0-12.246 9.962-22.174 22.25-22.174S95 60.58 95 72.826Zm-20.308-2.232V62.14c0-1.36-.443-2.462-1.942-2.462-1.499 0-1.943 1.102-1.943 2.462v9.015l-9.06.969c-1.354.154-2.328.847-2.174 2.198.143 1.256 1.212 1.658 2.451 1.658l8.783-.92v8.452c0 1.36.578 2.462 1.943 2.462 1.365 0 1.942-1.102 1.942-2.462v-9.014l9.061-.97c1.355-.154 2.329-.847 2.174-2.198-.154-1.35-1.377-1.8-2.734-1.641l-8.5.906Z" clip-rule="evenodd"/>', pu = {
1074
+ width: gu,
1075
+ height: $u,
1076
+ block: Zu
1077
+ }, bu = (t) => /* @__PURE__ */ e.createElement(l, { alt: "TableRowAddBelow", content: pu, ...t }), fu = 15, Cu = 15, ku = '<g fill="currentColor"><path d="M95 14v36.102l-19.281.967a27.964 27.964 0 0 0-4.804-6.404l17.467-.876V20.975l-76.764 3.849v22.814l18.244-.914a27.882 27.882 0 0 0-4.144 6.852L5 54.614v-36.1L95 14Z"/><path d="M51.324 41.873c12.426 0 22.5 10.102 22.5 22.563C73.823 76.898 63.75 87 51.323 87c-12.427 0-22.5-10.102-22.5-22.564 0-12.461 10.073-22.563 22.5-22.563ZM40.198 63.722c-1.37.157-2.355.862-2.2 2.237.145 1.278 1.226 1.686 2.48 1.686l21.972-2.494c1.37-.157 2.355-.862 2.198-2.237-.155-1.374-1.392-1.831-2.764-1.67-6.456.758-9.068 1.051-12.416 1.427h-.002c-2.273.255-4.885.548-9.268 1.05Z"/></g>', wu = {
1078
+ width: fu,
1079
+ height: Cu,
1080
+ block: ku
1081
+ }, Mu = (t) => /* @__PURE__ */ e.createElement(l, { alt: "TableRowRemove", content: wu, ...t }), Lu = 15, Vu = 15, Eu = '<path fill="currentColor" fill-rule="evenodd" d="M84.683 5.73c-1.355-1.22-3.14-1.77-5.032-1.556L20.33 10.938c-3.704.416-6.603 3.664-6.603 7.368v71.669c0 1.879.751 3.583 2.093 4.79 1.168 1.048 2.658 1.598 4.241 1.598.269 0 .524-.013.792-.04l59.321-6.764c3.704-.416 6.603-3.664 6.603-7.369V10.522c0-1.879-.751-3.583-2.094-4.791ZM82.08 82.19c0 1.316-1.114 2.55-2.443 2.712l-59.32 6.764c-.538.067-1.034-.08-1.383-.39-.349-.308-.537-.751-.537-1.288V18.306c0-1.288 1.14-2.563 2.443-2.71L80.16 8.83c.04 0 .078-.003.118-.006a1.68 1.68 0 0 1 .138-.008c.443 0 .832.135 1.127.403.349.309.537.752.537 1.288V82.19ZM54.876 18.87l-9.784 1.114a2.35 2.35 0 0 0 .268 4.684c.094 0 .175 0 .269-.014l9.784-1.114a2.353 2.353 0 0 0 2.067-2.603 2.352 2.352 0 0 0-2.604-2.067Zm-2.83 52.69c.282.108.564.256.82.43.254.175.496.363.71.578a4.771 4.771 0 0 1 1.37 3.328c0 .309-.027.617-.081.913a6.17 6.17 0 0 1-.269.885c-.12.282-.268.55-.442.806a4.182 4.182 0 0 1-.578.71 5.031 5.031 0 0 1-.71.592 5.926 5.926 0 0 1-.82.429c-.281.12-.577.215-.872.268a4.673 4.673 0 0 1-4.241-1.288 5.037 5.037 0 0 1-.59-.711 5.771 5.771 0 0 1-.43-.806 4.838 4.838 0 0 1-.362-1.798c0-1.235.51-2.456 1.382-3.329a4.74 4.74 0 0 1 4.241-1.274 4.1 4.1 0 0 1 .873.268Z"/>', Iu = {
1082
+ width: Lu,
1083
+ height: Vu,
1084
+ block: Eu
1085
+ }, Au = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Tablet", content: Iu, ...t }), xu = 15, Fu = 15, yu = '<path fill="currentColor" fill-rule="evenodd" d="M73.084 3.155c6.397-.723 12.409 1.097 16.942 5.126C94.522 12.28 97 17.96 97 24.275c0 12.856-10.496 24.506-23.399 25.97a2.28 2.28 0 0 1-1.22-.207l.453 6.221a2.259 2.259 0 0 1-.58 1.686l-22.007 24.41c-.1.262-.245.506-.439.717L36.817 97.257a2.287 2.287 0 0 1-3.206.17L3.771 71.094a2.27 2.27 0 0 1-.174-3.238l8.685-9.482c.093-.195.204-.38.35-.542l26.38-29.262c.41-.457.99-.73 1.605-.755l9.155-.383c.871-12.169 10.98-22.877 23.312-24.278ZM21.402 54.92l26.419 23.311 20.382-22.608-1.773-24.327-11.958.5c.562 3.867 2.327 7.304 5.149 9.848.386.349.618.802.704 1.276a10.842 10.842 0 0 1 1.433 4.83c.189 3.267-1.03 6.612-3.34 9.177-2.573 2.852-6.086 4.332-9.49 4.332-2.597 0-5.13-.86-7.133-2.629-2.109-1.86-3.36-4.485-3.528-7.397-.187-3.267 1.031-6.612 3.341-9.177 2.647-2.934 6.289-4.403 9.783-4.316a21.675 21.675 0 0 1-1.51-5.753l-8.11.34-20.37 22.593Zm21.432-3.947c.097 1.69.805 3.2 1.994 4.25 2.753 2.43 7.326 1.831 10.186-1.339 1.502-1.668 2.298-3.809 2.179-5.875-.097-1.69-.805-3.199-1.996-4.248-1.14-1.007-2.594-1.495-4.107-1.495-2.142 0-4.402.976-6.078 2.833-1.502 1.668-2.297 3.809-2.178 5.874Zm29.258-4.888c.291-.19.624-.325.992-.367 10.666-1.21 19.342-10.828 19.342-21.443 0-5-1.935-9.474-5.445-12.595-3.549-3.154-8.302-4.574-13.38-3.999-10.029 1.14-18.295 9.715-19.245 19.56l14.1-.59c1.233-.034 2.288.884 2.375 2.11l1.261 17.324Z" clip-rule="evenodd"/>', Su = {
1086
+ width: xu,
1087
+ height: Fu,
1088
+ block: yu
1089
+ }, Tu = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Tag", content: Su, ...t }), zu = 15, Hu = 15, Du = '<path fill="currentColor" fill-rule="evenodd" d="M91.613 13.707a2.36 2.36 0 0 1 2.176 1.385c.387.855.234 1.86-.391 2.56L82.446 29.92a2.345 2.345 0 0 1-1.715.785l-8.43.129-22.008 24.655c1.208 2.69.679 6.149-1.617 8.722-3.008 3.37-7.886 3.928-10.895 1.248-3.009-2.68-3.009-7.586 0-10.956 2.295-2.572 5.678-3.492 8.49-2.599l22.022-24.67-.832-8.365a2.374 2.374 0 0 1 .591-1.815L79.004 4.785a2.346 2.346 0 0 1 4.09 1.343l.766 7.698 7.753-.12ZM72.905 26.094l6.728-.102 6.67-7.473-4.533.069c-1.262.001-2.254-.907-2.376-2.129l-.45-4.527-6.699 7.504.66 6.659Zm-.294 11.409a2.71 2.71 0 0 0-1.057 3.67c6.4 11.692 4.028 27.02-5.901 38.142-12.484 13.986-32.701 16.398-45.068 5.38-5.467-4.872-8.72-11.818-9.16-19.56-.517-9.1 2.902-18.48 9.378-25.736 9.934-11.13 24.922-15.233 37.294-10.211a2.678 2.678 0 0 0 3.5-1.495 2.706 2.706 0 0 0-1.487-3.517c-14.458-5.87-31.864-1.206-43.306 11.612C9.376 44.107 5.46 54.916 6.06 65.443c.521 9.19 4.414 17.464 10.961 23.299C23.261 94.3 31.154 97 39.28 97c10.85-.001 22.11-4.818 30.373-14.074 11.454-12.83 14.11-30.657 6.61-44.358a2.678 2.678 0 0 0-3.652-1.065ZM47.554 41.93a2.7 2.7 0 0 0 2.998-2.348 2.7 2.7 0 0 0-2.334-3.017c-7.724-.963-15.623 2.163-21.157 8.363-4.507 5.048-6.884 11.617-6.52 18.024.322 5.635 2.713 10.712 6.738 14.299 3.833 3.413 8.677 5.072 13.657 5.072 6.605 0 13.445-2.92 18.46-8.537 5.543-6.208 7.75-14.431 5.907-21.995a2.688 2.688 0 0 0-3.25-1.98 2.704 2.704 0 0 0-1.97 3.267c1.421 5.828-.333 12.218-4.688 17.097-6.828 7.65-17.844 9.008-24.552 3.03-2.944-2.625-4.698-6.375-4.935-10.561-.282-4.978 1.595-10.12 5.154-14.106 4.358-4.883 10.531-7.355 16.492-6.608Z" clip-rule="evenodd"/>', Bu = {
1090
+ width: zu,
1091
+ height: Hu,
1092
+ block: Du
1093
+ }, Ru = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Target", content: Bu, ...t }), Wu = 15, Ou = 15, Pu = '<path fill="currentColor" fill-rule="evenodd" d="M87.731 88.522 52.12 22.702 56.492 5.82c.314-1.21-.43-2.442-1.66-2.75-1.23-.308-2.48.423-2.793 1.633l-3.007 11.61-2.029-4.263c-.537-1.132-1.904-1.619-3.055-1.088a2.246 2.246 0 0 0-1.107 3.005l4.249 8.928-34.793 60.609a2.24 2.24 0 0 0 .702 2.976l16.513 11.125c.026.016.057.023.084.04.143.088.294.159.453.214.052.018.103.038.159.052.195.053.396.089.602.089.085 0 .173-.005.26-.014l54.892-6.155a2.297 2.297 0 0 0 1.774-1.194 2.232 2.232 0 0 0-.005-2.115Zm-19.729.771-3.859-19.556c-.571-2.899-3.344-4.854-6.32-4.45l-3.123.426c-3.32.45-5.865 3.166-6.05 6.458l-1.1 19.406v.01L33.86 93.12l7.785-30.023 8.788-33.89 31.655 58.506-14.086 1.58ZM43.175 38.911 29.396 92.046l-12.06-8.125 25.839-45.01Z" clip-rule="evenodd"/>', Uu = {
1094
+ width: Wu,
1095
+ height: Ou,
1096
+ block: Pu
1097
+ }, _u = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Teepee", content: Uu, ...t }), Nu = 15, Gu = 15, Xu = '<path fill="currentColor" fill-rule="evenodd" d="M90.14 62.797c-2.536 2.927-6.324 4.338-10.367 3.88l-26.407-3.005v15.08c0 3.33-1.308 6.329-3.686 8.448-2.394 2.135-5.552 3.097-8.915 2.72a2.36 2.36 0 0 1-1.849-1.302L25.071 60.453l-14.982-1.705A2.353 2.353 0 0 1 8 56.411V12.352a2.354 2.354 0 0 1 2.622-2.337l61.538 7.002c7.054.802 13.219 6.251 14.991 13.25l5.394 21.295c1.085 4.127.209 8.221-2.404 11.235Zm-2.157-10.06L82.584 31.42c-1.303-5.143-5.808-9.145-10.957-9.73l-42.654-4.853v40.878l13.554 27.57c1.527-.072 2.923-.622 4.016-1.595 1.362-1.214 2.112-2.968 2.112-4.939V61.036a2.351 2.351 0 0 1 2.622-2.336l29.03 3.302c2.487.281 4.767-.55 6.272-2.285 1.58-1.821 2.093-4.358 1.404-6.98Z" clip-rule="evenodd"/>', Ju = {
1098
+ width: Nu,
1099
+ height: Gu,
1100
+ block: Xu
1101
+ }, Qu = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ThumbDown", content: Ju, ...t }), Ku = 15, Yu = 15, ju = '<path fill="currentColor" fill-rule="evenodd" d="M90.14 37.203c-2.536-2.927-6.324-4.338-10.367-3.88l-26.407 3.005v-15.08c0-3.33-1.308-6.329-3.686-8.448-2.394-2.135-5.552-3.097-8.915-2.72a2.361 2.361 0 0 0-1.849 1.302L25.071 39.547l-14.982 1.705A2.353 2.353 0 0 0 8 43.589v44.059a2.354 2.354 0 0 0 2.622 2.337l16.262-1.85 45.276-5.152c7.054-.802 13.219-6.251 14.991-13.25l5.394-21.295c1.085-4.127.209-8.221-2.404-11.235Zm-2.157 10.06L82.584 68.58c-1.303 5.143-5.808 9.145-10.957 9.73l-42.654 4.853V42.284l13.554-27.57c1.527.072 2.923.622 4.016 1.595 1.362 1.214 2.112 2.968 2.112 4.939v17.716a2.351 2.351 0 0 0 2.622 2.336l29.03-3.302c2.487-.281 4.767.55 6.272 2.285 1.58 1.821 2.093 4.358 1.404 6.98Z" clip-rule="evenodd"/>', qu = {
1102
+ width: Ku,
1103
+ height: Yu,
1104
+ block: ju
1105
+ }, tv = (t) => /* @__PURE__ */ e.createElement(l, { alt: "ThumbUp", content: qu, ...t }), cv = 15, lv = 15, ev = '<path fill="currentColor" fill-rule="evenodd" d="M43.67 66.305a1.382 1.382 0 0 0-1.294-.586l-14.338 1.616V46.87c0-.624-.43-1.168-1.042-1.32a1.38 1.38 0 0 0-1.548.681L8.986 76.8c-.24.447-.211.988.076 1.406.288.418.784.643 1.294.587l14.338-1.616v20.462A1.363 1.363 0 0 0 26.07 99c.5 0 .971-.27 1.214-.72l16.463-30.57a1.35 1.35 0 0 0-.077-1.405Z" clip-rule="evenodd"/><path fill="currentColor" d="M43.092 27.101a3.83 3.83 0 0 1 7.644-.46l1.38 22.935-3.755.226a3.897 3.897 0 0 1-4.124-3.656L43.092 27.1Z"/><path fill="currentColor" d="M61.75 41.324a3.83 3.83 0 0 1 .459 7.645l-10.094.607a7.658 7.658 0 0 1-8.104-7.185l17.738-1.067Z"/><path fill="currentColor" d="M79.472 10.266C71.494 3.19 60.89 0 49.609 1.274 27.336 3.796 9.089 23.328 8.002 45.33c-.056 1.143.877 2.072 2.021 2.072 1.145 0 2.066-.929 2.128-2.072C13.234 25.356 29.832 7.66 50.078 5.365a38.633 38.633 0 0 1 4.348-.247c8.438 0 16.23 2.849 22.287 8.221 7.015 6.223 10.88 15.117 10.88 25.045 0 20.126-15.943 38.427-35.942 41.75-1.123.186-1.937 1.203-1.807 2.334.129 1.129 1.15 1.944 2.272 1.763 22.028-3.554 39.62-23.693 39.62-45.847 0-11.117-4.355-21.102-12.264-28.118Z"/>', ov = {
1106
+ width: cv,
1107
+ height: lv,
1108
+ block: ev
1109
+ }, nv = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Thunderclock", content: ov, ...t }), av = 15, rv = 15, iv = '<path fill="currentColor" fill-rule="evenodd" d="m82.8 6.1-65.6 7.4C12.7 14 9 18.1 9 22.6v65.2c0 4.5 3.7 7.7 8.2 7.2l65.6-7.4c4.5-.5 8.2-4.6 8.2-9.1V13.3c0-4.5-3.7-7.8-8.2-7.2Zm-9.4 37.2c-.5.1-.9.1-1.3.2-4.9.4-9.5-1.6-12.2-5.5v22.4c0 9.2-7.4 17.3-16.6 18.1-9.2.9-16.7-5.9-16.7-15.1s7.5-17.3 16.7-18.1h1v8.2h-1c-4.7.4-8.5 4.6-8.5 9.2 0 4.7 3.8 8.1 8.5 7.7 4.7-.4 8.8-4.5 8.8-9.2l.1-38.1 7.8-.7c.7 6.9 6.4 11.9 13.4 11.8v9.1Z" clip-rule="evenodd"/>', dv = {
1110
+ width: av,
1111
+ height: rv,
1112
+ block: iv
1113
+ }, sv = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Tiktok", content: dv, ...t }), hv = 15, uv = 15, vv = '<path fill="currentColor" fill-rule="evenodd" d="M73.015 52.801c2.827-2.312 4.347-5.07 4.347-7.969 0-2.257-1.265-5.82-10.552-13.54 2.103-1.812 3.23-3.97 3.23-6.277 0-5.44-12.934-16.824-18.495-21.465-.007-.006-.015-.007-.022-.013a2.36 2.36 0 0 0-.651-.373c-.039-.013-.072-.03-.109-.042A2.428 2.428 0 0 0 50.058 3l-.121.001a2.358 2.358 0 0 0-.714.124c-.03.01-.056.024-.087.035a2.372 2.372 0 0 0-.681.39C42.895 8.19 29.96 19.576 29.96 25.015c0 2.307 1.126 4.465 3.228 6.277-9.288 7.721-10.551 11.283-10.551 13.54 0 2.898 1.52 5.657 4.346 7.97C18.986 60.198 18 63.758 18 65.831c0 .461.043.915.109 1.366.01.074.016.147.03.22.073.43.176.853.306 1.272a10.748 10.748 0 0 0 .586 1.49c.02.042.044.082.065.123.205.407.436.809.694 1.204.024.035.046.072.069.11.268.4.57.794.895 1.18l.151.181c.33.383.686.758 1.067 1.124.043.041.09.081.132.122a21.134 21.134 0 0 0 2.773 2.183c.036.024.072.05.109.073a26.637 26.637 0 0 0 1.746 1.054c1.772.984 3.772 1.851 5.962 2.582l.048.016c2.964.987 6.272 1.72 9.825 2.15v9.724c0 2.893 3.127 4.994 7.437 4.994 4.31 0 7.439-2.1 7.439-4.994V82.28C71.68 80.553 82 73.947 82 65.831c0-2.072-.986-5.632-8.985-13.03ZM50 77.931c-12.86 0-27.188-4.969-27.188-12.1 0-.03.003-.07.006-.12.004-.038.013-.086.023-.138a2.583 2.583 0 0 1 .065-.267 3.26 3.26 0 0 1 .095-.284l.004-.013c.331-.871 1.214-2.44 3.53-4.976l.003-.004c.289-.315.6-.647.935-.995l.003-.003c.335-.346.694-.71 1.08-1.088l.002-.002c.388-.38.797-.776 1.238-1.189l.004-.004c.438-.412.904-.84 1.4-1.287 3.089 1.576 5.902 2.014 6.04 2.034a2.403 2.403 0 0 0 2.735-2.017 2.4 2.4 0 0 0-2.025-2.727c-.029-.003-2.988-.481-5.726-2.222a2.42 2.42 0 0 0-.433-.218l-.009-.005a17.21 17.21 0 0 1-.617-.391c-.055-.037-.111-.077-.168-.114a15.512 15.512 0 0 1-.53-.377c-.095-.07-.19-.148-.285-.222a11.477 11.477 0 0 1-.436-.356c-.12-.104-.235-.216-.352-.326-.117-.111-.235-.22-.346-.337-.128-.135-.245-.277-.363-.42-.088-.105-.183-.21-.264-.32-.12-.162-.22-.333-.322-.503-.062-.103-.13-.202-.186-.307a4.366 4.366 0 0 1-.236-.6c-.032-.092-.079-.18-.103-.275a3.652 3.652 0 0 1-.124-.926c0-.29.323-3.004 10.176-10.957 1.225.476 2.545.855 2.886.95a2.406 2.406 0 0 0 2.964-1.664 2.398 2.398 0 0 0-1.67-2.956c-.96-.267-2.668-.824-3.284-1.17a2.389 2.389 0 0 0-.474-.203c-.778-.437-1.43-.903-1.943-1.382l-.029-.027a6 6 0 0 1-.434-.45c-.022-.025-.04-.05-.06-.076a4.527 4.527 0 0 1-.31-.409c-.032-.048-.055-.096-.083-.145-.068-.114-.137-.227-.188-.341-.039-.082-.06-.163-.088-.244-.027-.082-.063-.163-.081-.245a2.109 2.109 0 0 1-.06-.486c.01-.133.05-.289.114-.466.021-.058.061-.133.087-.195.055-.125.108-.25.183-.392.047-.088.112-.188.167-.283.08-.137.158-.27.255-.42.07-.109.157-.23.238-.347.103-.15.204-.298.322-.458.095-.129.202-.267.307-.404.123-.163.248-.326.386-.498.117-.146.245-.301.37-.453.144-.174.289-.351.445-.534.138-.163.285-.33.43-.498a72.577 72.577 0 0 1 1.543-1.705 94.05 94.05 0 0 1 1.139-1.197l.573-.589.668-.67a83.831 83.831 0 0 1 1.32-1.299c.206-.2.411-.399.623-.6.256-.247.521-.497.785-.745.206-.194.411-.389.622-.583.293-.273.592-.547.893-.823a142.733 142.733 0 0 1 1.613-1.457c.164-.145.323-.289.487-.433.432-.38.872-.763 1.313-1.144.087-.074.169-.148.256-.222.03-.026.06-.05.09-.077 8.253 7.077 15.075 14.427 15.226 16.48 0 1.33-1.303 2.784-3.575 3.99a2.395 2.395 0 0 0-.364 3.997c10.947 8.64 11.262 11.529 11.262 11.83 0 2.597-2.89 4.65-4.613 5.644a2.392 2.392 0 0 0-.38 3.881c9.167 7.99 9.63 10.96 9.63 11.475 0 7.13-14.327 12.1-27.187 12.1Z" clip-rule="evenodd"/>', mv = {
1114
+ width: hv,
1115
+ height: uv,
1116
+ block: vv
1117
+ }, gv = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Tree", content: mv, ...t }), $v = 15, Zv = 15, pv = '<path fill="currentColor" d="M89.114 15.16c-1.205-1.065-2.853-1.566-4.518-1.379l-8.688.979c.128-.452.212-.918.212-1.402C76.12 6.557 63.042 3 50.125 3 37.207 3 24.13 6.557 24.13 13.358c0 .251.053.49.088.733a2.266 2.266 0 0 0-.088.603v4.927l-8.267.931c-3.289.372-5.864 3.213-5.864 6.47v4.25c0 8.407 4.24 15.765 11.34 19.68l4.762 2.626c.032.017.066.023.097.039 3.315 7.845 10.311 13.738 18.79 15.46v6.33c0 3.214-2.15 6.024-5.23 6.836-6.74 1.776-10.452 4.626-10.452 8.026 0 .939.3 2.34 1.735 3.685C33.773 96.516 39.835 98 47.254 98c.985 0 1.994-.026 3.02-.08 9.98-.516 20.72-3.73 20.72-9.563 0-1.943-1.274-5.437-9.8-7.022-3.438-.64-5.933-3.556-5.933-6.934v-5.324c10.12-2.055 18.125-10.058 20.278-20.224l4.434-3.443C86.878 40.047 91 31.915 91 23.656v-4.25c0-1.64-.688-3.19-1.886-4.246Zm-17.76-1.802c0 1.689-7.222 5.645-21.23 5.645-14.006 0-21.227-3.956-21.227-5.645 0-1.69 7.221-5.648 21.228-5.648 14.007 0 21.23 3.958 21.23 5.648Zm14.88 10.298c0 6.825-3.441 13.573-9.205 18.05l-.909.705V19.477l9.016-1.015c.33-.035.606.035.804.212.192.17.294.422.294.732v4.25Zm-36.11 41.23c-11.705 0-21.227-9.653-21.227-21.516V22.348c.08-.286.11-.588.075-.9a2.161 2.161 0 0 0-.068-.316l-.007-.028V19.59c4.96 2.723 13.124 4.124 21.228 4.124 8.105 0 16.267-1.401 21.23-4.124v23.78c0 11.863-9.525 21.516-21.23 21.516ZM23.662 46.838c-5.57-3.071-8.895-8.89-8.895-15.566v-4.25c0-.855.765-1.69 1.637-1.789l7.728-.87V43.37c0 1.33.13 2.627.32 3.904l-.79-.436Z"/>', bv = {
1118
+ width: $v,
1119
+ height: Zv,
1120
+ block: pv
1121
+ }, fv = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Trophy", content: bv, ...t }), Cv = 15, kv = 15, wv = '<path fill="currentColor" fill-rule="evenodd" d="M63.258 39.977c.669-.077 1.049.23 1.368.577l2.319-3.132c-.984-1.032-2.255-1.46-4.162-1.243-3.336.382-4.99 2.353-4.99 5.853v4.554l-2.256.256v3.566l2.256-.257v9.996l4.29-.49v-9.995l3.655-.417v-3.567l-3.655.418V41.48c0-.987.477-1.423 1.175-1.503ZM52.36 57.457c-.667.076-1.112-.16-1.112-1.53V50.9l3.463-.396v-3.566l-3.463.396v-7.066l-4.257.484v7.068l-2.003.228v3.566l2.003-.23v4.904c0 4.074 1.97 5.219 4.702 4.907 1.97-.226 3.113-1.056 3.782-1.675l-1.621-2.805c-.286.222-.794.663-1.494.742Zm-10.869 1.24c-.666.077-1.11-.16-1.11-1.529V52.14l3.462-.396v-3.566l-3.462.396v-7.066l-4.258.484v7.068l-2.003.228v3.565l2.003-.228v4.903c0 4.074 1.97 5.219 4.702 4.907 1.97-.226 3.112-1.058 3.78-1.675l-1.62-2.807c-.286.224-.793.664-1.494.744Zm49.432-35.551c-.012-.046-.027-.09-.042-.137a2.463 2.463 0 0 0-.203-.464c-.018-.031-.033-.064-.052-.095a2.364 2.364 0 0 0-.39-.461c-.01-.011-.018-.026-.03-.037L72.903 6.592l-.024-.015a2.33 2.33 0 0 0-.527-.347c-.021-.01-.043-.017-.065-.025a2.218 2.218 0 0 0-.53-.16c-.036-.008-.07-.016-.104-.021a2.37 2.37 0 0 0-.58-.011L11.092 12.86A2.361 2.361 0 0 0 9 15.21v77.428a2.357 2.357 0 0 0 2.626 2.348l77.282-8.822A2.363 2.363 0 0 0 91 83.816V23.72c0-.199-.032-.39-.078-.574ZM13.717 89.989V17.318l55.264-6.309v14.686a2.358 2.358 0 0 0 2.626 2.348l14.676-1.675v55.338L13.717 89.99ZM73.7 13.611l9.416 8.361-9.416 1.075v-9.436Z" clip-rule="evenodd"/>', Mv = {
1122
+ width: Cv,
1123
+ height: kv,
1124
+ block: wv
1125
+ }, Lv = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Ttf", content: Mv, ...t }), Vv = 15, Ev = 15, Iv = '<path fill="currentColor" fill-rule="evenodd" d="m68.07 28.808-6.883.784V50.25l6.883-.785V28.808Zm-18.929 2.156-6.882.785v20.655l6.882-.783V30.964ZM16.443 14.04 13 28.201v61.956l15.491-1.764V97l8.601-.981 8.609-9.587 13.765-1.569L87 54.194V6l-70.557 8.04ZM80.12 51.53 68.07 64.954 49.142 67.11l-10.324 11.5V68.285l-15.49 1.765V20.14l56.792-6.47v37.86Z" clip-rule="evenodd"/>', Av = {
1126
+ width: Vv,
1127
+ height: Ev,
1128
+ block: Iv
1129
+ }, xv = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Twitch", content: Av, ...t }), Fv = 15, yv = 15, Sv = '<path fill="currentColor" fill-rule="evenodd" d="M35.417 86.683c31.701-3.583 49.035-31.58 49.035-54.16 0-.739-.016-1.474-.049-2.203A41.274 41.274 0 0 0 93 20.5a38.264 38.264 0 0 1-9.897 3.809c3.559-2.518 6.29-6.174 7.579-10.309a39.292 39.292 0 0 1-10.945 5.385c-3.144-2.967-7.622-4.538-12.58-3.978-9.515 1.075-17.235 9.6-17.235 19.033 0 1.34.152 2.628.448 3.846-14.325.904-27.025-4.461-35.525-13.841-1.481 2.692-2.334 5.722-2.334 8.853 0 5.928 3.044 10.818 7.67 13.358-2.827.232-5.483-.237-7.805-1.256-.003.071-.003.142-.003.22 0 8.274 5.94 14.513 13.827 15.188a18.542 18.542 0 0 1-4.544 1.115c-1.11.124-2.19.139-3.24.058 2.194 6.541 8.557 10.763 16.1 10.05-5.899 5.25-13.33 8.82-21.405 9.732-1.39.157-2.762.234-4.111.228 7.627 3.986 16.683 5.791 26.417 4.692Z" clip-rule="evenodd"/>', Tv = {
1130
+ width: Fv,
1131
+ height: yv,
1132
+ block: Sv
1133
+ }, zv = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Twitter", content: Tv, ...t }), Hv = 15, Dv = 15, Bv = '<path fill="currentColor" fill-rule="evenodd" d="M64.8 56.037c-.667.076-1.112-.16-1.112-1.528v-5.03l3.462-.395v-3.566l-3.462.395v-7.067l-4.258.487v7.066l-2.002.23v3.564l2.002-.228v4.903c0 4.074 1.97 5.218 4.703 4.906 1.969-.225 3.113-1.056 3.78-1.674l-1.621-2.807c-.285.224-.793.665-1.492.744Zm-7.692-9.373-4.577.523-1.08 1.81c-.476.788-.985 2.214-.985 2.214s-.539-1.307-1.016-1.985l-1.112-1.56-5.052.575 4.542 5.944-5.209 7.694 4.576-.522 1.524-2.498c.572-.924 1.239-2.56 1.239-2.56s.667 1.484 1.24 2.278l1.557 2.145 5.083-.58-5.21-6.855 4.48-6.623ZM41.09 58.17c-.285.224-.794.665-1.492.744-.668.076-1.113-.16-1.113-1.53v-5.028l3.464-.396v-3.565l-3.464.395v-7.067l-4.258.486v7.067l-2.001.23v3.564l2.002-.228v4.901c0 4.076 1.969 5.22 4.702 4.907 1.969-.225 3.115-1.055 3.78-1.672l-1.62-2.808Zm49.83-35.024c-.011-.046-.026-.09-.04-.137a2.463 2.463 0 0 0-.204-.464c-.018-.031-.033-.064-.052-.095a2.364 2.364 0 0 0-.39-.461c-.01-.011-.018-.026-.03-.037L72.903 6.592l-.024-.015a2.33 2.33 0 0 0-.527-.347c-.021-.01-.043-.017-.065-.025a2.218 2.218 0 0 0-.53-.16c-.036-.008-.07-.016-.104-.021a2.37 2.37 0 0 0-.58-.011L11.092 12.86A2.361 2.361 0 0 0 9 15.21v77.428a2.357 2.357 0 0 0 2.626 2.348l77.282-8.822A2.363 2.363 0 0 0 91 83.816V23.72c0-.199-.032-.39-.078-.574ZM13.718 89.989V17.318l55.264-6.309v14.686a2.358 2.358 0 0 0 2.626 2.348l14.676-1.675v55.338L13.717 89.99ZM73.7 13.611l9.416 8.361-9.416 1.075v-9.436Z" clip-rule="evenodd"/>', Rv = {
1134
+ width: Hv,
1135
+ height: Dv,
1136
+ block: Bv
1137
+ }, Wv = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Txt", content: Rv, ...t }), Ov = 15, Pv = 15, Uv = '<path fill="currentColor" fill-rule="evenodd" d="m77.265 11.534-55.841 6.362a1.68 1.68 0 0 0-1.491 1.67V29.97a1.68 1.68 0 0 0 1.87 1.672l19.882-2.264v59.18a1.68 1.68 0 0 0 1.87 1.67l12.337-1.405a1.682 1.682 0 0 0 1.491-1.671V27.589l20.263-2.307a1.683 1.683 0 0 0 1.49-1.672V13.204a1.682 1.682 0 0 0-1.871-1.67Z" clip-rule="evenodd"/>', _v = {
1138
+ width: Ov,
1139
+ height: Pv,
1140
+ block: Uv
1141
+ }, Nv = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Type", content: _v, ...t }), Gv = 15, Xv = 15, Jv = '<path fill="currentColor" fill-rule="evenodd" d="M49.533 82.485c-6.917.789-13.436-.697-18.816-4.152l44.746-50.166c4.06 4.95 6.289 11.27 6.289 18.219 0 17.868-14.454 34.061-32.219 36.1Zm-31.285-27.87c0-17.868 14.454-34.062 32.219-36.099a32.086 32.086 0 0 1 3.654-.211c5.552 0 10.748 1.51 15.172 4.352L24.537 72.835c-4.06-4.952-6.289-11.27-6.289-18.22Zm59.949-35.58c-7.674-6.894-17.859-10.01-28.664-8.768C27.735 12.767 10 32.662 10 54.614c0 10.8 4.191 20.515 11.803 27.352C28.374 87.87 36.782 91 45.85 91c1.522 0 3.063-.089 4.617-.267C72.267 88.234 90 68.339 90 46.386c0-10.799-4.191-20.513-11.803-27.35Z" clip-rule="evenodd"/>', Qv = {
1142
+ width: Gv,
1143
+ height: Xv,
1144
+ block: Jv
1145
+ }, Kv = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Unavailable", content: Qv, ...t }), Yv = 15, jv = 15, qv = '<path fill="currentColor" fill-rule="evenodd" d="M12.381 90a2.377 2.377 0 0 1-2.365-2.097 2.372 2.372 0 0 1 2.093-2.628l25.594-2.959 18.162-2.1 31.475-3.64c1.313-.143 2.492.78 2.644 2.08a2.373 2.373 0 0 1-2.093 2.628l-75.232 8.7a2.213 2.213 0 0 1-.278.016Zm11.75-37.141v-36.96l12.684-1.445v35.532c0 7.733 6.781 13.74 14.515 12.86 6.754-.77 11.853-6.45 11.853-13.204V11.446L75.868 10v38.577c0 13.148-9.927 24.206-23.077 25.705l-3.968.452c-13.156 1.5-24.692-8.72-24.692-21.875Z" clip-rule="evenodd"/>', tm = {
1146
+ width: Yv,
1147
+ height: jv,
1148
+ block: qv
1149
+ }, cm = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Underline", content: tm, ...t }), lm = 15, em = 15, om = '<path fill="currentColor" fill-rule="evenodd" d="m38.615 20.76 46.761-5.449a2.356 2.356 0 0 1 .543 4.681l-46.76 5.449a2.352 2.352 0 0 1-2.607-2.068 2.354 2.354 0 0 1 2.063-2.612Zm-19.183-.114c.336.134.645.296.927.498.295.188.578.417.82.66a5.419 5.419 0 0 1 1.572 3.81 5.42 5.42 0 0 1-1.572 3.81 5.761 5.761 0 0 1-.82.673c-.282.188-.591.35-.927.484a5.303 5.303 0 0 1-.995.31 5.68 5.68 0 0 1-1.062.108 5.49 5.49 0 0 1-1.048-.108 5.76 5.76 0 0 1-1.935-.794 5.634 5.634 0 0 1-.806-.673 4.852 4.852 0 0 1-.672-.822 5.16 5.16 0 0 1-.497-.928 5.458 5.458 0 0 1-.417-2.06c0-1.414.578-2.8 1.586-3.81.242-.243.51-.472.806-.66.296-.202.605-.364.927-.498a5.768 5.768 0 0 1 1.008-.31 5.558 5.558 0 0 1 2.11 0c.336.067.672.175.995.31Zm19.183 53.263 46.761-5.45a2.356 2.356 0 0 1 .543 4.681l-46.76 5.45a2.352 2.352 0 0 1-2.607-2.068 2.354 2.354 0 0 1 2.063-2.613Zm-19.183-.118c.336.135.645.296.927.498.295.189.578.418.82.66a5.42 5.42 0 0 1 1.572 3.81c0 1.413-.565 2.814-1.572 3.81a4.971 4.971 0 0 1-.82.673 5.076 5.076 0 0 1-.927.498 6.53 6.53 0 0 1-.995.31 5.66 5.66 0 0 1-1.062.094 5.52 5.52 0 0 1-1.048-.094 7.197 7.197 0 0 1-1.008-.31 6.14 6.14 0 0 1-.927-.498 4.867 4.867 0 0 1-.806-.673 4.373 4.373 0 0 1-.672-.821 4.746 4.746 0 0 1-.497-.93 5.458 5.458 0 0 1-.417-2.06c0-1.413.578-2.8 1.586-3.81.242-.241.51-.47.806-.659.296-.202.605-.363.927-.498a5.76 5.76 0 0 1 1.008-.31 5.562 5.562 0 0 1 2.11 0c.336.068.672.175.995.31Zm19.452-22.334a2.3 2.3 0 0 0 .274-.016l46.762-5.45a2.353 2.353 0 0 0 2.064-2.612 2.355 2.355 0 0 0-2.607-2.068l-46.761 5.45a2.354 2.354 0 0 0-2.065 2.612 2.352 2.352 0 0 0 2.333 2.084Zm-16.536-1.896a5.1 5.1 0 0 0-.497-.929 4.967 4.967 0 0 0-.672-.821 4.971 4.971 0 0 0-.82-.673 5.076 5.076 0 0 0-.927-.498 6.54 6.54 0 0 0-.995-.31 5.562 5.562 0 0 0-2.11 0 7.21 7.21 0 0 0-1.008.31 6.14 6.14 0 0 0-.927.498 4.867 4.867 0 0 0-.806.673 4.373 4.373 0 0 0-.672.821 4.393 4.393 0 0 0-.497.93A5.332 5.332 0 0 0 12 51.62c0 .35.04.7.107 1.05.068.337.175.673.31 1.01.134.323.295.633.497.929.188.296.416.565.672.808.242.255.51.484.806.673.296.202.605.363.927.498a5.76 5.76 0 0 0 1.008.31c.35.067.7.107 1.048.107a5.7 5.7 0 0 0 1.062-.107 5.35 5.35 0 0 0 .995-.31 4.38 4.38 0 0 0 .927-.498c.295-.189.578-.418.82-.673a4.87 4.87 0 0 0 .672-.808c.188-.296.362-.606.497-.93.134-.336.228-.672.309-1.009.067-.35.094-.7.094-1.05a5.59 5.59 0 0 0-.094-1.064 6.57 6.57 0 0 0-.31-.996Z" clip-rule="evenodd"/>', nm = {
1150
+ width: lm,
1151
+ height: em,
1152
+ block: om
1153
+ }, am = (t) => /* @__PURE__ */ e.createElement(l, { alt: "UnorderedList", content: nm, ...t }), rm = 15, im = 15, dm = '<path fill="currentColor" fill-rule="evenodd" d="M20.427 71a4.382 4.382 0 0 1-2.956-1.14 4.464 4.464 0 0 1-.339-6.283l29.575-33.1a4.413 4.413 0 0 1 6.23-.358l29.57 26.33a4.462 4.462 0 0 1 .38 6.282 4.41 4.41 0 0 1-6.251.378l-26.28-23.396-26.632 29.81A4.413 4.413 0 0 1 20.427 71Z" clip-rule="evenodd"/>', sm = {
1154
+ width: rm,
1155
+ height: im,
1156
+ block: dm
1157
+ }, hm = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Up", content: sm, ...t }), um = 15, vm = 15, mm = '<path fill="currentColor" fill-rule="evenodd" d="M70.607 4.139c5.717-.646 11.094.974 15.15 4.554C89.784 12.243 92 17.285 92 22.89c0 11.373-9.355 21.678-20.855 22.973-.82.093-1.635.138-2.438.138-.019 0-.036 0-.054-.002a.974.974 0 0 0-.055-.002L54.504 66.99v18.79c0 .76-.372 1.472-.998 1.914l-12.604 8.87a2.398 2.398 0 0 1-2.467.176 2.35 2.35 0 0 1-1.288-2.088V67.739L9.491 32.192a2.332 2.332 0 0 1-.303-2.348 2.372 2.372 0 0 1 1.918-1.416l38.898-4.38c1.493-10.102 10.15-18.731 20.603-19.91ZM49.752 66.282c0-.463.137-.914.397-1.299l13.224-19.695a18.566 18.566 0 0 1-7.38-3.977c-3.617-3.192-5.757-7.592-6.158-12.517l-34.014 3.83L41.407 65.51c.32.41.492.914.492 1.432v23.157l7.853-5.528V66.282Zm31.68-45.49a1.684 1.684 0 0 0 1.504-1.666v-6.254c0-.925-.76-1.677-1.698-1.677-.936 0-1.696.752-1.696 1.677v2.257c-2.367-1.967-5.53-2.957-8.861-2.581-4.486.505-8.644 3.358-10.851 7.446a1.668 1.668 0 0 0 .697 2.27 1.703 1.703 0 0 0 2.297-.69c1.69-3.13 4.848-5.311 8.24-5.692 2.511-.283 4.83.456 6.51 1.968l-2.856.322c-.93.106-1.6.937-1.493 1.857a1.69 1.69 0 0 0 1.877 1.476l6.33-.712ZM71.05 37.309c4.823-.543 9.123-3.68 11.223-8.186a1.67 1.67 0 0 0-.834-2.224 1.704 1.704 0 0 0-2.25.82c-1.582 3.397-4.927 5.852-8.523 6.257-2.523.286-4.837-.456-6.511-1.97l2.858-.321a1.682 1.682 0 0 0 1.493-1.856c-.107-.92-.97-1.585-1.879-1.477l-6.326.712a1.683 1.683 0 0 0-1.505 1.667v6.253c0 .928.76 1.678 1.697 1.678s1.697-.75 1.697-1.678v-2.236c2.027 1.681 4.64 2.64 7.445 2.64.467 0 .941-.025 1.415-.079Z" clip-rule="evenodd"/>', gm = {
1158
+ width: um,
1159
+ height: vm,
1160
+ block: mm
1161
+ }, $m = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Update", content: gm, ...t }), Zm = 15, pm = 15, bm = '<path fill="currentColor" fill-rule="evenodd" d="M89.629 58.539a2.365 2.365 0 0 0-2.371 2.36v21.649l-74.516 8.448v-21.11c0-1.303-1.06-2.36-2.37-2.36A2.365 2.365 0 0 0 8 69.886V93.64c0 .673.289 1.314.793 1.761a2.372 2.372 0 0 0 1.846.584l79.258-8.987A2.363 2.363 0 0 0 92 84.654V60.9c0-1.303-1.06-2.36-2.371-2.36ZM31.993 31.226a4.062 4.062 0 0 0 3.025-1.343l11.084-12.281v41.285c0 2.233 1.82 4.044 4.065 4.044s4.064-1.811 4.064-4.043V16.03l11.413 10.06a4.079 4.079 0 0 0 5.737-.344 4.03 4.03 0 0 0-.347-5.71L52.86 4.015a4.08 4.08 0 0 0-5.719.327L28.97 24.481a4.028 4.028 0 0 0 .309 5.71 4.057 4.057 0 0 0 2.714 1.035Z" clip-rule="evenodd"/>', fm = {
1162
+ width: Zm,
1163
+ height: pm,
1164
+ block: bm
1165
+ }, Cm = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Upload", content: fm, ...t }), km = 15, wm = 15, Mm = '<path fill="currentColor" d="M51.999 55.726c9.271-.922 16.788-9.15 16.788-18.375 0-9.226-7.517-15.957-16.788-15.035-9.272.923-16.788 9.15-16.788 18.376.01 9.22 7.52 15.946 16.788 15.034Zm0 42.037C25.502 100.37 4.03 81.14 4 54.777 4 35.46 15.695 16.88 33.63 7.702 51.568-1.475 72.213.557 85.94 12.851c13.728 12.294 17.834 32.429 10.405 51.016-7.43 18.586-24.932 31.965-44.346 33.896Zm0-5.175c11.896-1.18 23.248-7.244 31.327-16.72C80.692 66.54 67.265 60.48 51.999 62c-15.266 1.52-28.694 10.252-31.327 20.102 8.079 7.869 19.43 11.674 31.326 10.486Z"/>', Lm = {
1166
+ width: km,
1167
+ height: wm,
1168
+ block: Mm
1169
+ }, Vm = (t) => /* @__PURE__ */ e.createElement(l, { alt: "User", content: Lm, ...t }), Em = 15, Im = 15, Am = '<path fill="currentColor" fill-rule="evenodd" d="M49.999 55.726c-9.268.912-16.778-5.813-16.788-15.034 0-9.226 7.516-17.453 16.788-18.376 9.271-.922 16.788 5.809 16.788 15.035 0 9.226-7.517 17.453-16.788 18.375Zm0-28.234c-6.396.644-11.579 6.317-11.587 12.682 0 6.367 5.188 11.013 11.587 10.376 6.399-.636 11.586-6.314 11.586-12.682 0-6.367-5.187-11.013-11.586-10.376Zm0 70.271C23.502 100.37 2.03 81.14 2 54.777 2 35.46 13.695 16.88 31.63 7.702 49.568-1.475 70.213.557 83.94 12.851c13.728 12.294 17.834 32.429 10.405 51.016-7.43 18.586-24.932 31.965-44.346 33.896Zm0-5.175c11.896-1.18 23.248-7.244 31.327-16.72C78.692 66.54 65.265 60.48 49.999 62c-15.266 1.52-28.694 10.252-31.327 20.102 8.079 7.869 19.43 11.674 31.326 10.486ZM84.78 21.693C73.945 7.733 54.589 3.303 36.887 10.734 19.184 18.166 7.187 35.755 7.2 54.26c-.008 8.725 2.69 16.96 7.71 23.587 5.03-10.78 19.355-19.456 35.088-21.022 15.731-1.565 30.055 4.26 35.087 14.038 10.368-15.797 10.293-35.514-.305-49.169Z" clip-rule="evenodd"/>', xm = {
1170
+ width: Em,
1171
+ height: Im,
1172
+ block: Am
1173
+ }, Fm = (t) => /* @__PURE__ */ e.createElement(l, { alt: "UserOutline", content: xm, ...t }), ym = 15, Sm = 15, Tm = '<path fill="currentColor" fill-rule="evenodd" d="M61.094 57.903a2.356 2.356 0 0 1-2.074 2.609l-23.093 2.631a2.356 2.356 0 1 1-.535-4.684l23.094-2.632a2.346 2.346 0 0 1 2.608 2.076ZM59.02 17.018a6.26 6.26 0 0 1 .72-.042c1.365 0 2.614.454 3.571 1.31 1.113.99 1.724 2.428 1.724 4.044 0 3.604-2.939 6.87-6.55 7.282-1.636.185-3.166-.263-4.292-1.269-1.11-.992-1.722-2.428-1.722-4.044 0-3.544 2.998-6.877 6.55-7.281ZM47.071 36.273c2.745 2.45 6.25 3.75 10.03 3.75.633 0 1.273-.037 1.92-.11 9.012-1.028 16.345-9.202 16.345-18.223 0-4.471-1.75-8.496-4.93-11.335-3.204-2.859-7.444-4.152-11.95-3.639C49.473 7.744 42.14 15.918 42.14 24.94c0 4.471 1.75 8.497 4.93 11.334ZM23.018 21.12a6.26 6.26 0 0 1 .72-.042c1.363 0 2.613.454 3.572 1.31 1.11.993 1.722 2.429 1.722 4.045 0 3.544-2.998 6.877-6.55 7.282-1.642.185-3.165-.264-4.29-1.268-1.113-.992-1.724-2.429-1.724-4.045 0-3.604 2.939-6.87 6.55-7.282Zm-11.95 19.257c2.745 2.45 6.251 3.75 10.03 3.75a16.9 16.9 0 0 0 1.92-.111c9.012-1.028 16.344-9.202 16.344-18.223 0-4.47-1.75-8.497-4.93-11.334-3.204-2.86-7.445-4.151-11.95-3.64C13.47 11.847 6.138 20.02 6.138 29.042c0 4.471 1.75 8.496 4.93 11.335Zm78.428 37.33L74.973 71.61c-2.394-1.003-3.88-3.34-3.88-6.098 0-2.933 1.628-5.81 4.25-7.507l14.153-9.165v28.867Zm-23.117 2.982c0 2.186-1.853 4.244-4.047 4.493l-46.541 5.302c-.966.112-1.863-.15-2.516-.73-.641-.573-.995-1.412-.995-2.363V70.098c0-9.426 7.674-17.97 17.108-19.044l33.477-3.815c.147-.016.291-.026.434-.026.8 0 1.529.263 2.085.759.64.572.995 1.411.995 2.362v30.354Zm26.6-38.255a2.353 2.353 0 0 0-2.407.093L72.78 54.047c-.604.39-1.159.836-1.688 1.306v-5.02c0-2.31-.913-4.4-2.57-5.878-1.67-1.49-3.865-2.164-6.191-1.9L28.855 46.37c-11.74 1.338-21.29 11.981-21.29 23.728V87.39c0 2.31.914 4.4 2.57 5.879 1.432 1.278 3.252 1.955 5.207 1.955.325 0 .653-.019.983-.056l46.54-5.303c4.613-.525 8.228-4.556 8.228-9.177v-5.896c.637.446 1.31.852 2.055 1.165l17.791 7.468a2.368 2.368 0 0 0 2.219-.212 2.355 2.355 0 0 0 1.051-1.962V44.504c0-.864-.472-1.658-1.23-2.07Z" clip-rule="evenodd"/>', zm = {
1174
+ width: ym,
1175
+ height: Sm,
1176
+ block: Tm
1177
+ }, Hm = (t) => /* @__PURE__ */ e.createElement(l, { alt: "VideoCamera", content: zm, ...t }), Dm = 15, Bm = 15, Rm = '<path fill="currentColor" fill-rule="evenodd" d="M59.76 26.055a2.31 2.31 0 0 1-2.028 2.558l-22.027 2.52a2.306 2.306 0 0 1-2.548-2.036 2.311 2.311 0 0 1 2.027-2.557l22.027-2.52a2.303 2.303 0 0 1 2.548 2.035Zm6.686 22.443c0 2.144-1.809 4.162-3.95 4.408L52.44 54.055h-.001l-3.456.396-15.116 1.73h-.002l-16.832 1.925c-.94.107-1.82-.147-2.457-.718-.628-.563-.973-1.386-.973-2.317V42.382c0-11.598 9.404-22.111 20.964-23.435l28.448-3.254c.142-.016.283-.024.423-.024.782 0 1.494.257 2.035.742.627.563.972 1.386.972 2.318v29.769ZM46.942 85.156l-1.376.157c-2.473.286-4.787-.405-6.504-1.945-1.697-1.52-2.63-3.71-2.63-6.165V60.54l7.979-.911 2.531-.29v25.818Zm42.806-73.902a2.294 2.294 0 0 0-2.393.18L71.05 23.189v-4.46c0-2.268-.89-4.316-2.51-5.768-1.628-1.46-3.773-2.12-6.045-1.861l-28.448 3.255C20.236 15.934 9 28.508 9 42.382v12.689c0 2.268.89 4.315 2.51 5.765 1.398 1.254 3.177 1.918 5.086 1.918.317 0 .637-.018.96-.055l14.27-1.633v16.137c0 3.79 1.482 7.204 4.17 9.614C38.316 88.897 41.28 90 44.47 90c.534 0 1.074-.03 1.618-.093l3.418-.39a2.309 2.309 0 0 0 2.04-2.297V68.58l4.87-.558c.704-.08 1.33-.48 1.701-1.086a2.316 2.316 0 0 0 .198-2.013l-2.437-6.608 7.138-.817c4.506-.515 8.034-4.47 8.034-9V43.24l16.635 8.185a2.29 2.29 0 0 0 2.23-.114A2.314 2.314 0 0 0 91 49.353V13.31c0-.867-.484-1.66-1.252-2.057Z" clip-rule="evenodd"/>', Wm = {
1178
+ width: Dm,
1179
+ height: Bm,
1180
+ block: Rm
1181
+ }, Om = (t) => /* @__PURE__ */ e.createElement(l, { alt: "VideoCamera2", content: Wm, ...t }), Pm = 15, Um = 15, _m = '<path fill="currentColor" fill-rule="evenodd" d="M97.217 44.643a2.354 2.354 0 0 0-3.33.18l-8.29 9.255c2.692-14.06-1.55-27.76-11.698-36.773C57.408 2.657 30.656 5.629 14.265 23.927 5.835 33.34 1.39 45.565 2.068 57.466c.59 10.36 4.99 19.685 12.387 26.255C21.448 89.931 30.678 93 40.12 93c10.466-.001 21.192-3.774 29.406-11.221a2.368 2.368 0 0 0 .167-3.338 2.356 2.356 0 0 0-3.332-.169c-13.895 12.6-35.776 13.456-48.776 1.912-6.452-5.73-10.291-13.895-10.808-22.988-.608-10.653 3.401-21.628 10.998-30.111 14.663-16.372 38.437-19.17 52.996-6.242 9.276 8.24 12.875 21.034 9.816 34.045l-8.34-7.405a2.356 2.356 0 0 0-3.33.202 2.369 2.369 0 0 0 .202 3.337l12.48 11.082a2.353 2.353 0 0 0 3.32-.19L97.395 47.98c.87-.97.79-2.465-.179-3.337Zm-53.97-11.847v20.113l-16.136-2.23c-2.214-.312-4.252 1.244-4.557 3.46a4.05 4.05 0 0 0 3.453 4.57l20.73 2.864a4.038 4.038 0 0 0 3.209-.96 4.057 4.057 0 0 0 1.387-3.054V32.796a4.047 4.047 0 0 0-4.043-4.052 4.047 4.047 0 0 0-4.042 4.052Z" clip-rule="evenodd"/>', Nm = {
1182
+ width: Pm,
1183
+ height: Um,
1184
+ block: _m
1185
+ }, Gm = (t) => /* @__PURE__ */ e.createElement(l, { alt: "WatchLater", content: Nm, ...t }), Xm = 15, Jm = 15, Qm = '<path fill="currentColor" fill-rule="evenodd" d="M75.013 38.592c.667-.077 1.049.23 1.367.577l2.318-3.13c-.984-1.035-2.255-1.463-4.162-1.245-3.335.382-4.988 2.353-4.988 5.855V45.2l-4.861.555v-3.979c0-.955.445-1.42 1.112-1.496.571-.065.952.146 1.175.375l1.779-3.29c-.954-.719-2.002-1.046-3.527-.871-3.146.359-4.83 2.334-4.83 5.836v3.914l-2.255.258v3.566l2.256-.258v9.995l4.29-.488v-9.995l4.861-.555v9.995l4.29-.49v-9.995l3.654-.418v-3.565l-3.654.416v-4.615c0-.987.475-1.423 1.175-1.503ZM42.631 55.085c0 4.107 3.274 6.661 7.467 6.184 4.194-.48 7.437-3.777 7.437-7.885 0-4.137-3.243-6.729-7.437-6.25-4.193.479-7.467 3.813-7.467 7.951Zm4.385-.5c0-2.038 1.176-3.541 3.082-3.758 1.907-.218 3.051 1.02 3.051 3.058 0 2.005-1.144 3.537-3.051 3.754-1.906.217-3.082-1.048-3.082-3.055Zm-8.265-5.869-1.589 4.033c-.477 1.168-.984 3.137-.984 3.137s-.573-1.877-1.175-2.89l-2.352-3.934-.318.036-2.224 4.456c-.604 1.183-1.112 3.152-1.112 3.152s-.508-1.822-.986-2.913l-1.556-3.674-4.734.54 6.259 13.198.349-.04 3.114-5.799c.54-1.017 1.017-2.822 1.017-2.822s.413 1.672.953 2.597l2.923 5.11.381-.044 6.324-14.633-4.29.49Zm52.17-25.57c-.011-.046-.026-.09-.04-.137a2.463 2.463 0 0 0-.204-.464c-.018-.031-.033-.064-.052-.095a2.364 2.364 0 0 0-.39-.461c-.01-.011-.018-.026-.03-.037L72.903 6.592l-.024-.015a2.33 2.33 0 0 0-.527-.347c-.021-.01-.043-.017-.065-.025a2.218 2.218 0 0 0-.53-.16c-.036-.008-.07-.016-.104-.021a2.37 2.37 0 0 0-.58-.011L11.092 12.86A2.361 2.361 0 0 0 9 15.21v77.428a2.357 2.357 0 0 0 2.626 2.348l77.282-8.822A2.363 2.363 0 0 0 91 83.816V23.72c0-.199-.032-.39-.078-.574ZM13.718 89.989V17.318l55.264-6.309v14.686a2.358 2.358 0 0 0 2.626 2.348l14.676-1.675v55.338L13.717 89.99ZM73.7 13.611l9.416 8.361-9.416 1.075v-9.436Z" clip-rule="evenodd"/>', Km = {
1186
+ width: Xm,
1187
+ height: Jm,
1188
+ block: Qm
1189
+ }, Ym = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Woff", content: Km, ...t }), jm = 15, qm = 15, tg = '<path fill="currentColor" fill-rule="evenodd" d="M78.53 54.279s1.305-.976 1.907-1.683l.478-.563c1.938-2.291 3.335-4.36 3.335-6.398 0-2.769-2.034-5.18-6.481-4.67-3.273.372-5.975 2.623-6.736 6.115l4.002.626c.478-1.455 1.304-2.696 2.766-2.862 1.206-.138 2 .504 2 1.587 0 1.368-.857 2.293-2.668 4.41l-6.324 7.439v.382l13.599-1.553v-3.66l-3.685.42c-.571.066-2.193.41-2.193.41ZM66.802 40.942c0-.986.477-1.423 1.175-1.503.667-.076 1.048.23 1.367.577l2.318-3.13c-.984-1.035-2.255-1.462-4.162-1.244-3.336.38-4.988 2.352-4.988 5.853v4.552l-4.862.555v-3.978c0-.954.446-1.42 1.112-1.496.573-.066.954.146 1.177.376l1.779-3.292c-.953-.719-2.002-1.044-3.529-.872-3.144.36-4.829 2.335-4.829 5.837v3.916l-2.255.257v3.565l2.255-.258v9.997l4.29-.49v-9.995l4.862-.555v9.995l4.29-.49v-9.996l3.653-.417v-3.565l-3.653.416v-4.615Zm-23.74 7.04c-4.193.478-7.467 3.812-7.467 7.95 0 4.107 3.274 6.662 7.468 6.184 4.193-.48 7.435-3.777 7.435-7.885 0-4.137-3.242-6.728-7.435-6.249Zm0 10.504c-1.906.217-3.081-1.048-3.081-3.054 0-2.038 1.175-3.54 3.082-3.758 1.906-.218 3.051 1.02 3.051 3.058 0 2.005-1.145 3.537-3.051 3.754Zm-11.347-8.923-1.59 4.033c-.474 1.17-.983 3.137-.983 3.137s-.573-1.877-1.175-2.89l-2.352-3.933-.318.036-2.224 4.455c-.604 1.184-1.112 3.151-1.112 3.151s-.508-1.82-.987-2.91l-1.555-3.675-4.735.54 6.26 13.197.35-.04 3.113-5.8c.54-1.016 1.016-2.821 1.016-2.821s.414 1.672.955 2.598l2.921 5.11.382-.044 6.324-14.633-4.29.489Zm59.207-26.417c-.012-.046-.027-.09-.042-.137a2.463 2.463 0 0 0-.203-.464c-.018-.031-.033-.064-.052-.095a2.364 2.364 0 0 0-.39-.461c-.01-.011-.018-.026-.03-.037L72.903 6.592l-.024-.015a2.33 2.33 0 0 0-.527-.347c-.021-.01-.043-.017-.065-.025a2.218 2.218 0 0 0-.53-.16c-.036-.008-.07-.016-.104-.021a2.37 2.37 0 0 0-.58-.011L11.092 12.86A2.361 2.361 0 0 0 9 15.21v77.428a2.357 2.357 0 0 0 2.626 2.348l77.282-8.822A2.363 2.363 0 0 0 91 83.816V23.72c0-.199-.032-.39-.078-.574ZM13.717 89.989V17.318l55.264-6.309v14.686a2.358 2.358 0 0 0 2.626 2.348l14.676-1.675v55.338L13.717 89.99ZM73.7 13.611l9.416 8.361-9.416 1.075v-9.436Z" clip-rule="evenodd"/>', cg = {
1190
+ width: jm,
1191
+ height: qm,
1192
+ block: tg
1193
+ }, lg = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Woff2", content: cg, ...t }), eg = 15, og = 15, ng = '<path fill="currentColor" fill-rule="evenodd" d="m70.565 5.153 20.593 18.344c3.573 3.182 3.809 8.763.526 12.438l-10.032 11.23c-.067.075-.145.14-.223.205l-.011.01-.034.031a.594.594 0 0 1-.053.05c-.143.11-.297.201-.46.277-.01.004-.02.013-.031.017l-8.06 3.553-3.098 13.047c-1.404 5.914-5.56 10.946-11.12 13.46l-41.96 18.974a2.376 2.376 0 0 1-2.891-.751 2.358 2.358 0 0 1 .138-2.975l22.098-24.739a2.38 2.38 0 0 1 2.484-.682c3.797 1.19 8.035-.035 10.793-3.124 2.037-2.278 3.006-5.28 2.66-8.232-.323-2.775-1.753-5.176-4.025-6.764-3.62-2.529-8.786-2.17-12.289.854-3.595 3.104-4.772 7.97-2.93 12.106.377.848.222 1.84-.398 2.531L10.145 89.75a2.38 2.38 0 0 1-2.949.481 2.362 2.362 0 0 1-1.082-2.777L20.218 43.67c1.869-5.8 6.403-10.497 12.129-12.563l12.626-4.556 2.618-8.403a.071.071 0 0 1 .006-.011l.005-.012c.054-.17.13-.335.224-.491.014-.023.03-.043.046-.064.012-.016.025-.032.036-.049a.844.844 0 0 0 .042-.062c.042-.062.084-.125.135-.182l10.032-11.23c1.626-1.82 3.844-2.898 6.247-3.034 2.308-.12 4.505.63 6.201 2.14ZM79.69 42.25l8.45-9.46c1.548-1.732 1.483-4.319-.143-5.767L67.403 8.68a3.778 3.778 0 0 0-2.768-.945c-1.136.064-2.191.581-2.972 1.457l-8.458 9.466L79.69 42.25Z" clip-rule="evenodd"/>', ag = {
1194
+ width: eg,
1195
+ height: og,
1196
+ block: ng
1197
+ }, rg = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Write", content: ag, ...t }), ig = 15, dg = 15, sg = '<path fill="currentColor" fill-rule="evenodd" d="M25.913 85.57c-.3 1.2-.386 2.059.077 2.315.495.274 1.362.12 2.244-1.15C36.031 75.52 44.255 59.25 51.77 45.554c-1.657 4.75-2.804 8.259-3.585 13.797-1.648 11.696 2.145 20.835 5.266 25.11 1.597 2.186 3.045 3.809 7.538 3.146 22.915-3.375 29.695-23.342 32.517-33.468 5.146-18.461 1.378-28.876-2.735-35.6-4.228-6.91-16.511-9.935-25.45-1.012-.5.517-1.158 2.092.829 4.215 4.158 4.383 25.61 27.891 17.06 47.327-3.472 7.895-13.033 5.71-17.723-2.102-5.014-8.351-7.275-24.542-4.12-39.839.077-.369.228-1.138-.627-1.456-.542-.202-1.131-.16-1.69.73-.23.366-8.103 11.45-17.245 27.993 4.097-19.377-5.572-39.857-7.21-40.75-.467-.254-.544-.53-1.484-.53H5.508c-1.86 0-1.696 1.574-1.11 2.146 7.062 8.31 30.087 36.108 21.515 70.31" clip-rule="evenodd"/>', hg = {
1198
+ width: ig,
1199
+ height: dg,
1200
+ block: sg
1201
+ }, ug = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Wttj", content: hg, ...t }), vg = 15, mg = 15, gg = '<path fill="currentColor" d="M7.209 13.978 40.23 54.904 7 94.493l7.479-.786 29.093-34.661 23.506 29.132 25.45-2.675L57.65 42.276l30.93-36.85-7.478.786-26.793 31.921-21.649-26.83-25.45 2.675Zm10.998 4.383 11.692-1.229 51.63 63.987-11.692 1.229-51.63-63.987Z"/>', $g = {
1202
+ width: vg,
1203
+ height: mg,
1204
+ block: gg
1205
+ }, Zg = (t) => /* @__PURE__ */ e.createElement(l, { alt: "X", content: $g, ...t }), pg = 15, bg = 15, fg = '<path fill="currentColor" fill-rule="evenodd" d="M83.735 8.552c.345-.729.353-1.432.027-1.927-.317-.476-.9-.692-1.646-.607L69.618 7.453c-1.847.213-2.647 1.477-3.31 2.755 0 0-26.652 50.661-27.53 52.325.044.08 17.578 30.464 17.578 30.464.614 1.035 1.561 2.194 3.457 1.976l12.357-1.418c.743-.084 1.326-.434 1.64-.984.331-.57.322-1.27-.024-1.922l-17.44-30.093a.067.067 0 0 1 0-.081L83.734 8.551Zm-50.271 22.45c-.618-1.034-1.547-2.16-3.443-1.941l-12.373 1.42c-.745.086-1.372.42-1.69.971-.324.57-.276 1.25.073 1.904l8.364 13.625c.015.025.015.043 0 .07L11.25 71.923c-.342.727-.325 1.415 0 1.911.317.477.873.75 1.618.664l12.371-1.42c1.849-.212 2.741-1.572 3.375-2.793 0 0 12.854-24.375 13.354-25.32-.05-.077-8.504-13.963-8.504-13.963Z" clip-rule="evenodd"/>', Cg = {
1206
+ width: pg,
1207
+ height: bg,
1208
+ block: fg
1209
+ }, kg = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Xing", content: Cg, ...t }), wg = 15, Mg = 15, Lg = '<path fill="currentColor" fill-rule="evenodd" d="M95.103 22.52c-1.06-3.867-4.166-6.653-8.108-7.272-7.199-1.165-35.997 2.155-35.997 2.155s-28.796 3.322-35.996 6.07c-3.864 1.519-7.048 5.108-8.108 9.218C5 40.197 5 55.306 5 55.306s0 15.186 1.894 22.178c1.062 3.865 4.167 6.652 8.11 7.272C22.277 85.91 51 82.598 51 82.598s28.796-3.32 35.995-6.068c3.942-1.528 7.047-5.03 8.11-9.14 1.894-7.506 1.894-22.616 1.894-22.616s.075-15.196-1.896-22.255ZM41.83 65.018v-27.92l23.946 11.198L41.83 65.02Z" clip-rule="evenodd"/>', Vg = {
1210
+ width: wg,
1211
+ height: Mg,
1212
+ block: Lg
1213
+ }, Eg = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Youtube", content: Vg, ...t }), Ig = 15, Ag = 15, xg = '<path fill="currentColor" d="M61.134 48.65a29.734 29.734 0 0 1-1.642 9.65 26.617 26.617 0 0 1-9.007 2.878 23.2 23.2 0 0 1-9.007-.556 26.19 26.19 0 0 1-1.602-9.272c.01-3.282.558-6.54 1.622-9.648a26.937 26.937 0 0 1 9.007-2.869 23.202 23.202 0 0 1 9.007.556 26.193 26.193 0 0 1 1.632 9.222l-.01.04Zm31.285-11.494-24.81 3.196 17.535-20.697a36.076 36.076 0 0 0-10.009-9.232L57.581 31.12V5.043a40.096 40.096 0 0 0-7.006.288h-.05a43.339 43.339 0 0 0-7.006 1.539v26.067l-17.644-16.17a50.698 50.698 0 0 0-5.425 5.519 53.539 53.539 0 0 0-4.583 6.283L33.41 44.75 8.59 47.957S8 52.919 8 55.46a45.15 45.15 0 0 0 .59 7.356l24.81-3.197-17.545 20.727a36.365 36.365 0 0 0 10.009 9.232L43.419 68.89v26.067c2.34.107 4.684.01 7.006-.288h.06a44.016 44.016 0 0 0 7.006-1.529V67.064l17.544 16.18a52.84 52.84 0 0 0 10.018-11.822L67.6 55.242l24.82-3.197a48.71 48.71 0 0 0 .58-7.484v-.07a45.62 45.62 0 0 0-.58-7.335Z"/>', Fg = {
1214
+ width: Ig,
1215
+ height: Ag,
1216
+ block: xg
1217
+ }, yg = (t) => /* @__PURE__ */ e.createElement(l, { alt: "Zapier", content: Fg, ...t }), uZ = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1218
+ __proto__: null,
1219
+ ActionsIcon: d2,
1220
+ ActivityIcon: m2,
1221
+ AddIcon: b2,
1222
+ AddressIcon: M2,
1223
+ AirplayIcon: A2,
1224
+ AlertIcon: U,
1225
+ AlertOutlineIcon: T2,
1226
+ AnalyticsIcon: R2,
1227
+ AnniversaryIcon: _2,
1228
+ ArchiveIcon: Q2,
1229
+ ArrowDownIcon: t1,
1230
+ ArrowLeftIcon: M,
1231
+ ArrowLineDownIcon: n1,
1232
+ ArrowLineLeftIcon: s1,
1233
+ ArrowLineRightIcon: g1,
1234
+ ArrowLineUpIcon: f1,
1235
+ ArrowRightIcon: L1,
1236
+ ArrowUpIcon: x1,
1237
+ AspectRatioFillIcon: z1,
1238
+ AspectRatioFitIcon: W1,
1239
+ AttachmentIcon: A,
1240
+ AvatarAccessoryIcon: K1,
1241
+ AvatarBodyIcon: c0,
1242
+ AvatarBottomIcon: a0,
1243
+ AvatarCostumeIcon: h0,
1244
+ AvatarHeadIcon: $0,
1245
+ AvatarIcon: N1,
1246
+ AvatarTopIcon: C0,
1247
+ BarChartIcon: V0,
1248
+ BasketballIcon: F0,
1249
+ BehanceIcon: H0,
1250
+ BirthdayIcon: O0,
1251
+ BoldIcon: G0,
1252
+ Book2Icon: l3,
1253
+ BookIcon: Y0,
1254
+ BookmarkIcon: r3,
1255
+ BookmarkOutlineIcon: u3,
1256
+ BulbIcon: Z3,
1257
+ BulkIcon: k3,
1258
+ BuoyIcon: E3,
1259
+ BurnIcon: y3,
1260
+ CaddyIcon: D3,
1261
+ CalculIcon: P3,
1262
+ CameraIcon: x,
1263
+ CameraOffIcon: X3,
1264
+ CameraOnIcon: j3,
1265
+ CandidateStatusIcon: e5,
1266
+ CardViewIcon: i5,
1267
+ CastConnectedIcon: p5,
1268
+ CastIcon: v5,
1269
+ CastUnavailableIcon: w5,
1270
+ CelebrateIcon: I5,
1271
+ CertifiedIcon: S5,
1272
+ CheckIcon: _,
1273
+ ClipboardIcon: B5,
1274
+ ClockIcon: U5,
1275
+ CodeBlockIcon: q5,
1276
+ CodeIcon: J5,
1277
+ CoffeeIcon: o4,
1278
+ CollapseIcon: d4,
1279
+ CommentIcon: m4,
1280
+ CommentOutlineIcon: b4,
1281
+ CommonAreaIcon: M4,
1282
+ CompassIcon: A4,
1283
+ ComputerIcon: T4,
1284
+ ConnectionIcon: R4,
1285
+ ContractIcon: _4,
1286
+ ControlBackwardIcon: Q4,
1287
+ ControlForwardIcon: t6,
1288
+ ControlPauseIcon: n6,
1289
+ ControlStopIcon: s6,
1290
+ CopyIcon: g6,
1291
+ CoverLetterIcon: f6,
1292
+ CreateIcon: L6,
1293
+ CreditCardIcon: x6,
1294
+ CrescentMoonIcon: z6,
1295
+ CrescentMoonOutlineIcon: W6,
1296
+ CrossIcon: J,
1297
+ CrossTargetIcon: N6,
1298
+ CrownIcon: K6,
1299
+ CsvIcon: F,
1300
+ DateIcon: c7,
1301
+ DepartmentIcon: a7,
1302
+ DetailsIcon: h7,
1303
+ DiamondIcon: $7,
1304
+ DishIcon: C7,
1305
+ DocIcon: y,
1306
+ DocxIcon: S,
1307
+ DownIcon: Q,
1308
+ DownloadIcon: V7,
1309
+ DragAndDropIcon: F7,
1310
+ DribbbleIcon: H7,
1311
+ EarthIcon: O7,
1312
+ EditIcon: L,
1313
+ EducationLevelIcon: G7,
1314
+ EmailIcon: Y7,
1315
+ EmailOutlineIcon: l8,
1316
+ EotIcon: r8,
1317
+ EqualIcon: u8,
1318
+ EuroCurrencyIcon: Z8,
1319
+ ExpandIcon: k8,
1320
+ ExpandTextIcon: E8,
1321
+ ExtendIcon: y8,
1322
+ ExternalLinkIcon: K,
1323
+ FacebookIcon: D8,
1324
+ FactoryIcon: P8,
1325
+ FemaleIcon: X8,
1326
+ FiltersIcon: j8,
1327
+ FingerprintIcon: e9,
1328
+ FlagCsIcon: m9,
1329
+ FlagEnIcon: f9,
1330
+ FlagEsIcon: V9,
1331
+ FlagFrIcon: y9,
1332
+ FlagIcon: i9,
1333
+ FlagOutlineIcon: D9,
1334
+ FlagPointedIcon: P9,
1335
+ FlagSkIcon: J9,
1336
+ FlagUsIcon: tt,
1337
+ FolderIcon: nt,
1338
+ FullscreenOffIcon: st,
1339
+ FullscreenOnIcon: gt,
1340
+ GearIcon: ft,
1341
+ GifIcon: Lt,
1342
+ GithubIcon: xt,
1343
+ GoogleIcon: zt,
1344
+ HandshakeIcon: Wt,
1345
+ HardHatIcon: Nt,
1346
+ HashtagIcon: Kt,
1347
+ Heading1Icon: ac,
1348
+ Heading2Icon: hc,
1349
+ Heading3Icon: $c,
1350
+ Heading4Icon: Cc,
1351
+ Heading5Icon: Vc,
1352
+ Heading6Icon: Fc,
1353
+ HeadingIcon: cc,
1354
+ HeadsetIcon: Hc,
1355
+ HeartIcon: Oc,
1356
+ HeartOutlineIcon: Gc,
1357
+ HeartShinyIcon: Yc,
1358
+ HideIcon: Y,
1359
+ HomeIcon: ll,
1360
+ HouseIcon: rl,
1361
+ InProgressCandidateIcon: ul,
1362
+ InformationIcon: N,
1363
+ InformationOutlineIcon: Zl,
1364
+ InstagramIcon: kl,
1365
+ ItalicIcon: El,
1366
+ JpegIcon: yl,
1367
+ JpgIcon: Dl,
1368
+ JusticeHammerIcon: Pl,
1369
+ KanbanIcon: Xl,
1370
+ KeyIcon: jl,
1371
+ LanguageIcon: ee,
1372
+ LeafIcon: ie,
1373
+ LeftIcon: q,
1374
+ LineChartIcon: ve,
1375
+ LinkIcon: pe,
1376
+ LinkedinIcon: we,
1377
+ LocationIcon: Ie,
1378
+ LockIcon: t2,
1379
+ LockRoundedIcon: Se,
1380
+ LogOutIcon: Be,
1381
+ MaleIcon: Ue,
1382
+ MapIcon: Je,
1383
+ Masonry2Icon: oo,
1384
+ MasonryIcon: qe,
1385
+ MeetingRoomIcon: so,
1386
+ MegaphoneIcon: go,
1387
+ MentionIcon: fo,
1388
+ MenuIcon: Lo,
1389
+ MicIcon: xo,
1390
+ MicrophoneOffIcon: zo,
1391
+ MicrophoneOnIcon: Wo,
1392
+ MicroshipIcon: No,
1393
+ MobileIcon: Ko,
1394
+ MoneyIcon: cn,
1395
+ MoreAndroidIcon: un,
1396
+ MoreIcon: an,
1397
+ MountainIcon: Zn,
1398
+ MoveIcon: kn,
1399
+ MusicIcon: T,
1400
+ NegativeIcon: V,
1401
+ NegativeOutlineIcon: En,
1402
+ NegativeStraightIcon: yn,
1403
+ NewCandidateIcon: Dn,
1404
+ NotificationIcon: Pn,
1405
+ NpmIcon: Xn,
1406
+ OfferStatusIcon: jn,
1407
+ OfficeIcon: ea,
1408
+ OrderedListIcon: ia,
1409
+ OrigineIcon: va,
1410
+ PaperplaneIcon: pa,
1411
+ PdfIcon: z,
1412
+ PencilIcon: wa,
1413
+ PhoneIcon: Ia,
1414
+ PhoneOutlineIcon: Sa,
1415
+ PicturesIcon: Ba,
1416
+ PiechartIcon: Ua,
1417
+ PinIcon: Ja,
1418
+ PinterestIcon: qa,
1419
+ PizzaIcon: or,
1420
+ PlayIcon: dr,
1421
+ PlayOutlineIcon: mr,
1422
+ PlaylistIcon: br,
1423
+ PngIcon: Mr,
1424
+ PodcastIcon: Ar,
1425
+ PositiveIcon: E,
1426
+ PositiveOutlineIcon: Tr,
1427
+ PositiveStraightIcon: Rr,
1428
+ PptIcon: H,
1429
+ PrintIcon: _r,
1430
+ PromoteIcon: G,
1431
+ PuzzleIcon: Qr,
1432
+ PuzzleOutlineIcon: ti,
1433
+ QuestionIcon: ni,
1434
+ QuestionsIcon: si,
1435
+ QuoteIcon: gi,
1436
+ RefreshIcon: fi,
1437
+ RefuseCandidateIcon: Li,
1438
+ RemoteIcon: xi,
1439
+ RemoveIcon: zi,
1440
+ ResetIcon: Wi,
1441
+ ResumeIcon: Ni,
1442
+ ReviewIcon: Ki,
1443
+ ReviewOutlineIcon: cd,
1444
+ RightIcon: c2,
1445
+ SalaryIcon: ad,
1446
+ SaveIcon: hd,
1447
+ ScreenshareOffIcon: $d,
1448
+ ScreenshareOnIcon: Cd,
1449
+ SearchIcon: Vd,
1450
+ SearchPeopleIcon: Fd,
1451
+ SettingsIcon: Hd,
1452
+ Share1Icon: Od,
1453
+ Share2Icon: Gd,
1454
+ ShieldIcon: Yd,
1455
+ ShowIcon: j,
1456
+ SlackIcon: ls,
1457
+ SoundOffIcon: rs,
1458
+ SoundOnIcon: us,
1459
+ SourceIcon: Zs,
1460
+ SpannerIcon: ks,
1461
+ SparklesIcon: Es,
1462
+ SquareAlertIcon: X,
1463
+ StackoverflowIcon: ys,
1464
+ StackserverIcon: Ds,
1465
+ StarIcon: Ps,
1466
+ StarOutlineIcon: Xs,
1467
+ StrikethroughIcon: js,
1468
+ SubtitleIcon: eh,
1469
+ SuccessIcon: ih,
1470
+ SuitcaseIcon: vh,
1471
+ SunIcon: ph,
1472
+ SvgIcon: wh,
1473
+ SymbolIcon: Ih,
1474
+ TableColumnAddAfterIcon: Bh,
1475
+ TableColumnAddBeforeIcon: Uh,
1476
+ TableColumnRemoveIcon: Jh,
1477
+ TableDeleteIcon: qh,
1478
+ TableDivideIcon: ou,
1479
+ TableIcon: Sh,
1480
+ TableMergeCellsIcon: du,
1481
+ TableRowAddAboveIcon: mu,
1482
+ TableRowAddBelowIcon: bu,
1483
+ TableRowRemoveIcon: Mu,
1484
+ TabletIcon: Au,
1485
+ TagIcon: Tu,
1486
+ TargetIcon: Ru,
1487
+ TeepeeIcon: _u,
1488
+ ThumbDownIcon: Qu,
1489
+ ThumbUpIcon: tv,
1490
+ ThunderclockIcon: nv,
1491
+ TiktokIcon: sv,
1492
+ TrashIcon: I,
1493
+ TreeIcon: gv,
1494
+ TrophyIcon: fv,
1495
+ TtfIcon: Lv,
1496
+ TwitchIcon: xv,
1497
+ TwitterIcon: zv,
1498
+ TxtIcon: Wv,
1499
+ TypeIcon: Nv,
1500
+ UnavailableIcon: Kv,
1501
+ UnderlineIcon: cm,
1502
+ UnorderedListIcon: am,
1503
+ UpIcon: hm,
1504
+ UpdateIcon: $m,
1505
+ UploadIcon: Cm,
1506
+ UserIcon: Vm,
1507
+ UserOutlineIcon: Fm,
1508
+ VideoCamera2Icon: Om,
1509
+ VideoCameraIcon: Hm,
1510
+ VideoIcon: D,
1511
+ WatchLaterIcon: Gm,
1512
+ Woff2Icon: lg,
1513
+ WoffIcon: Ym,
1514
+ WriteIcon: rg,
1515
+ WttjIcon: ug,
1516
+ XIcon: Zg,
1517
+ XingIcon: kg,
1518
+ XlsIcon: B,
1519
+ XlsxIcon: R,
1520
+ YoutubeIcon: Eg,
1521
+ ZapierIcon: yg,
1522
+ ZipIcon: W
1523
+ }, Symbol.toStringTag, { value: "Module" }));
1524
+ function p(t, c) {
1525
+ if (typeof t != "object" || t === null) return c;
1526
+ if (typeof c != "object" || c === null) return t;
1527
+ const o = { ...t };
1528
+ for (const a in c)
1529
+ c.hasOwnProperty(a) && (o[a] = p(o[a], c[a]));
1530
+ return o;
27
1531
  }
28
- const N = (r) => {
29
- const { borderWidths: e, colors: t, fontSizes: n, radii: a, space: s, texts: c, transitions: l } = r;
1532
+ const Sg = (t) => {
1533
+ const { borderWidths: c, colors: o, fontSizes: a, radii: r, space: d, texts: s, transitions: i } = t;
30
1534
  return {
31
- padding: s.lg,
1535
+ padding: d.lg,
32
1536
  wrapper: {
33
- backgroundColor: t["neutral-10"],
34
- transition: l.medium,
35
- border: `${e.sm} solid ${t["neutral-30"]}`,
36
- borderRadius: a.md
1537
+ backgroundColor: o["neutral-10"],
1538
+ transition: i.medium,
1539
+ border: `${c.sm} solid ${o["neutral-30"]}`,
1540
+ borderRadius: r.md
37
1541
  },
38
1542
  icon: {
39
- color: t["neutral-90"]
1543
+ color: o["neutral-90"]
40
1544
  },
41
1545
  content: {
42
- fontSize: n.sm
1546
+ fontSize: a.sm
43
1547
  },
44
- title: c.h5
1548
+ title: s.h5
45
1549
  };
46
- }, I = (r) => {
47
- const { borderWidths: e, colors: t, fontSizes: n, fontWeights: a, radii: s, space: c } = r, l = (i) => ({
48
- backgroundColor: t[`${i}-10`],
49
- borderColor: t[`${i}-10`],
50
- color: t[`${i}-90`]
1550
+ }, Tg = (t) => {
1551
+ const { borderWidths: c, colors: o, fontSizes: a, fontWeights: r, radii: d, space: s } = t, i = (h) => ({
1552
+ backgroundColor: o[`${h}-10`],
1553
+ borderColor: o[`${h}-10`],
1554
+ color: o[`${h}-90`]
51
1555
  });
52
1556
  return {
53
1557
  default: {
54
- backgroundColor: t["neutral-10"],
55
- borderColor: t["neutral-30"],
56
- borderRadius: s.lg,
1558
+ backgroundColor: o["neutral-10"],
1559
+ borderColor: o["neutral-30"],
1560
+ borderRadius: d.lg,
57
1561
  borderStyle: "solid",
58
- borderWidth: e.sm,
59
- color: t["neutral-80"],
60
- fontSize: n.sm
1562
+ borderWidth: c.sm,
1563
+ color: o["neutral-80"],
1564
+ fontSize: a.sm
61
1565
  },
62
1566
  title: {
63
1567
  default: {
64
- color: t["neutral-90"],
65
- fontWeight: a.medium
1568
+ color: o["neutral-90"],
1569
+ fontWeight: r.medium
66
1570
  },
67
1571
  sizes: {
68
1572
  sm: {
69
- marginBottom: c.xs
1573
+ marginBottom: s.xs
70
1574
  },
71
1575
  md: {
72
- marginBottom: c.sm
1576
+ marginBottom: s.sm
73
1577
  }
74
1578
  }
75
1579
  },
76
- danger: l("red"),
77
- warning: l("orange"),
78
- info: l("blue"),
79
- success: l("green"),
1580
+ danger: i("red"),
1581
+ warning: i("orange"),
1582
+ info: i("blue"),
1583
+ success: i("green"),
80
1584
  beige: {
81
- backgroundColor: t["beige-20"],
82
- borderColor: t["beige-20"],
83
- color: t["beige-80"]
1585
+ backgroundColor: o["beige-20"],
1586
+ borderColor: o["beige-20"],
1587
+ color: o["beige-80"]
84
1588
  },
85
1589
  sizes: {
86
1590
  sm: {
87
- padding: c.lg
1591
+ padding: s.lg
88
1592
  },
89
1593
  md: {
90
- padding: c.xl
1594
+ padding: s.xl
91
1595
  }
92
1596
  }
93
1597
  };
94
- }, O = (r) => {
95
- const { colors: e, fontWeights: t, toRem: n } = r;
1598
+ }, zg = (t) => {
1599
+ const { colors: c, fontWeights: o, toRem: a } = t;
96
1600
  return {
97
1601
  sizes: {
98
- sm: n(20),
99
- md: n(30),
100
- lg: n(40),
101
- xl: n(50),
102
- xxl: n(60)
1602
+ sm: a(20),
1603
+ md: a(30),
1604
+ lg: a(40),
1605
+ xl: a(50),
1606
+ xxl: a(60)
103
1607
  },
104
1608
  text: {
105
- color: e["neutral-90"],
106
- fontWeight: t.bold
1609
+ color: c["neutral-90"],
1610
+ fontWeight: o.bold
107
1611
  }
108
1612
  };
109
- }, L = (r) => {
110
- const { colors: e, fontWeights: t, space: n, texts: a, toRem: s } = r;
1613
+ }, Hg = (t) => {
1614
+ const { colors: c, fontWeights: o, space: a, texts: r, toRem: d } = t;
111
1615
  return {
112
1616
  default: {
113
- ...a.xs,
114
- fontWeight: t.medium
1617
+ ...r.xs,
1618
+ fontWeight: o.medium
115
1619
  },
116
1620
  variants: {
117
1621
  default: {
118
- color: e["beige-70"],
119
- backgroundColor: e["beige-30"]
1622
+ color: c["beige-70"],
1623
+ backgroundColor: c["beige-30"]
120
1624
  },
121
1625
  primary: {
122
- color: e["neutral-90"],
123
- backgroundColor: e["primary-40"]
1626
+ color: c["neutral-90"],
1627
+ backgroundColor: c["primary-40"]
124
1628
  }
125
1629
  },
126
1630
  disabled: {
127
1631
  default: {
128
- color: e["beige-40"],
129
- backgroundColor: e["beige-20"]
1632
+ color: c["beige-40"],
1633
+ backgroundColor: c["beige-20"]
130
1634
  },
131
1635
  primary: {
132
- color: e["primary-80"],
133
- backgroundColor: e["primary-50"]
1636
+ color: c["primary-80"],
1637
+ backgroundColor: c["primary-50"]
134
1638
  }
135
1639
  },
136
1640
  sizes: {
137
1641
  sm: {
138
- padding: n.xxs,
139
- height: s(16),
140
- borderRadius: s(14)
1642
+ padding: a.xxs,
1643
+ height: d(16),
1644
+ borderRadius: d(14)
141
1645
  },
142
1646
  md: {
143
- padding: n.xs,
144
- height: s(20),
145
- borderRadius: s(14)
1647
+ padding: a.xs,
1648
+ height: d(20),
1649
+ borderRadius: d(14)
146
1650
  }
147
1651
  }
148
1652
  };
149
- }, H = (r) => {
150
- const { colors: e, space: t, texts: n } = r;
1653
+ }, Dg = (t) => {
1654
+ const { colors: c, space: o, texts: a } = t;
151
1655
  return {
152
1656
  list: {
153
- ...n["subtitle-sm"],
154
- padding: `${t.sm} 0`
1657
+ ...a["subtitle-sm"],
1658
+ padding: `${o.sm} 0`
155
1659
  },
156
1660
  item: {
157
1661
  default: {
158
- color: e["neutral-50"],
1662
+ color: c["neutral-50"],
159
1663
  textDecoration: "none"
160
1664
  },
161
1665
  hover: {
162
- color: e["neutral-70"]
1666
+ color: c["neutral-70"]
163
1667
  },
164
1668
  active: {
165
- color: e["neutral-70"]
1669
+ color: c["neutral-70"]
166
1670
  }
167
1671
  },
168
1672
  separator: {
169
- padding: `0 ${t.xs}`,
170
- color: e["neutral-50"]
1673
+ padding: `0 ${o.xs}`,
1674
+ color: c["neutral-50"]
171
1675
  }
172
1676
  };
173
- }, G = (r) => {
174
- const { colors: e, focus: t, fontWeights: n, radii: a, space: s, texts: c, toRem: l } = r, i = {
175
- ...c.xs,
176
- color: e["neutral-10"],
177
- fontWeight: n.bold,
1677
+ }, Bg = (t) => {
1678
+ const { colors: c, focus: o, fontWeights: a, radii: r, space: d, texts: s, toRem: i } = t, h = {
1679
+ ...s.xs,
1680
+ color: c["neutral-10"],
1681
+ fontWeight: a.bold,
178
1682
  letterSpacing: 0,
179
- borderRadius: a.md
1683
+ borderRadius: r.md
180
1684
  };
181
1685
  return {
182
1686
  primary: {
183
- ...i,
184
- color: r.colors["neutral-90"],
185
- backgroundColor: e["primary-40"],
186
- borderColor: e["primary-40"]
1687
+ ...h,
1688
+ color: t.colors["neutral-90"],
1689
+ backgroundColor: c["primary-40"],
1690
+ borderColor: c["primary-40"]
187
1691
  },
188
1692
  secondary: {
189
- ...i,
190
- backgroundColor: e["neutral-90"],
191
- borderColor: e["neutral-90"]
1693
+ ...h,
1694
+ backgroundColor: c["neutral-90"],
1695
+ borderColor: c["neutral-90"]
192
1696
  },
193
1697
  tertiary: {
194
- ...i,
195
- color: e["neutral-90"],
1698
+ ...h,
1699
+ color: c["neutral-90"],
196
1700
  backgroundColor: "transparent",
197
- borderColor: e["neutral-90"]
1701
+ borderColor: c["neutral-90"]
198
1702
  },
199
1703
  ghost: {
200
- ...i,
201
- color: e["neutral-90"],
1704
+ ...h,
1705
+ color: c["neutral-90"],
202
1706
  backgroundColor: "transparent",
203
1707
  borderColor: "transparent"
204
1708
  },
205
1709
  danger: {
206
1710
  primary: {
207
- color: e["neutral-10"],
208
- backgroundColor: e["red-70"],
209
- borderColor: e["red-70"]
1711
+ color: c["neutral-10"],
1712
+ backgroundColor: c["red-70"],
1713
+ borderColor: c["red-70"]
210
1714
  },
211
1715
  tertiary: {
212
1716
  backgroundColor: "transparent",
213
- color: e["red-80"],
214
- borderColor: e["red-80"]
1717
+ color: c["red-80"],
1718
+ borderColor: c["red-80"]
215
1719
  },
216
1720
  ghost: {
217
- color: e["red-80"],
1721
+ color: c["red-80"],
218
1722
  backgroundColor: "transparent",
219
1723
  borderColor: "transparent"
220
1724
  }
221
1725
  },
222
1726
  hover: {
223
1727
  primary: {
224
- backgroundColor: e["primary-30"],
225
- borderColor: e["primary-30"]
1728
+ backgroundColor: c["primary-30"],
1729
+ borderColor: c["primary-30"]
226
1730
  },
227
1731
  secondary: {
228
- backgroundColor: e["neutral-70"],
1732
+ backgroundColor: c["neutral-70"],
229
1733
  borderColor: "transparent"
230
1734
  },
231
1735
  tertiary: {
232
- backgroundColor: f(e["neutral-90"], 0.1)
1736
+ backgroundColor: g(c["neutral-90"], 0.1)
233
1737
  },
234
1738
  ghost: {
235
- backgroundColor: f(e["neutral-90"], 0.1)
1739
+ backgroundColor: g(c["neutral-90"], 0.1)
236
1740
  },
237
1741
  danger: {
238
1742
  primary: {
239
- backgroundColor: e["red-60"],
240
- borderColor: e["red-60"]
1743
+ backgroundColor: c["red-60"],
1744
+ borderColor: c["red-60"]
241
1745
  },
242
1746
  tertiary: {
243
- backgroundColor: e["red-10"]
1747
+ backgroundColor: c["red-10"]
244
1748
  },
245
1749
  ghost: {
246
- backgroundColor: e["red-10"]
1750
+ backgroundColor: c["red-10"]
247
1751
  }
248
1752
  }
249
1753
  },
250
1754
  focus: {
251
- primary: { ...t(e["primary-20"]) },
252
- secondary: { ...t(e["neutral-40"]) },
253
- tertiary: { ...t(e["neutral-40"]) },
254
- ghost: { ...t(e["neutral-40"]) },
1755
+ primary: { ...o(c["primary-20"]) },
1756
+ secondary: { ...o(c["neutral-40"]) },
1757
+ tertiary: { ...o(c["neutral-40"]) },
1758
+ ghost: { ...o(c["neutral-40"]) },
255
1759
  danger: {
256
- primary: { ...t(e["red-40"]) },
257
- tertiary: { ...t(e["red-40"]) },
258
- ghost: { ...t(e["red-40"]) }
1760
+ primary: { ...o(c["red-40"]) },
1761
+ tertiary: { ...o(c["red-40"]) },
1762
+ ghost: { ...o(c["red-40"]) }
259
1763
  }
260
1764
  },
261
1765
  active: {
262
1766
  primary: {
263
- backgroundColor: e["primary-10"],
264
- borderColor: e["primary-10"]
1767
+ backgroundColor: c["primary-10"],
1768
+ borderColor: c["primary-10"]
265
1769
  },
266
1770
  secondary: {
267
- backgroundColor: e["neutral-50"],
268
- borderColor: e["neutral-50"]
1771
+ backgroundColor: c["neutral-50"],
1772
+ borderColor: c["neutral-50"]
269
1773
  },
270
1774
  tertiary: {
271
- backgroundColor: f(e["neutral-90"], 0.4)
1775
+ backgroundColor: g(c["neutral-90"], 0.4)
272
1776
  },
273
1777
  ghost: {
274
- backgroundColor: f(e["neutral-90"], 0.4)
1778
+ backgroundColor: g(c["neutral-90"], 0.4)
275
1779
  },
276
1780
  danger: {
277
1781
  primary: {
278
- backgroundColor: e["red-50"],
279
- borderColor: e["red-50"]
1782
+ backgroundColor: c["red-50"],
1783
+ borderColor: c["red-50"]
280
1784
  },
281
1785
  tertiary: {
282
- backgroundColor: e["red-20"]
1786
+ backgroundColor: c["red-20"]
283
1787
  },
284
1788
  ghost: {
285
- backgroundColor: e["red-20"]
1789
+ backgroundColor: c["red-20"]
286
1790
  }
287
1791
  }
288
1792
  },
289
1793
  disabled: {
290
- ...i,
291
- color: e["beige-70"],
292
- backgroundColor: e["beige-40"],
293
- borderColor: e["beige-40"],
294
- "&:focus": { ...t(e["beige-10"]) }
1794
+ ...h,
1795
+ color: c["beige-70"],
1796
+ backgroundColor: c["beige-40"],
1797
+ borderColor: c["beige-40"],
1798
+ "&:focus": { ...o(c["beige-10"]) }
295
1799
  },
296
1800
  sizes: {
297
1801
  xs: {
298
- height: l(24),
299
- padding: `${s.xs} ${s.sm}`
1802
+ height: i(24),
1803
+ padding: `${d.xs} ${d.sm}`
300
1804
  },
301
1805
  sm: {
302
- height: l(32),
303
- padding: `${s.sm} ${s.md}`
1806
+ height: i(32),
1807
+ padding: `${d.sm} ${d.md}`
304
1808
  },
305
1809
  md: {
306
- ...c.sm,
307
- fontWeight: n.bold,
308
- height: l(40),
309
- padding: `${s.sm} ${s.lg}`
1810
+ ...s.sm,
1811
+ fontWeight: a.bold,
1812
+ height: i(40),
1813
+ padding: `${d.sm} ${d.lg}`
310
1814
  },
311
1815
  lg: {
312
- ...c.sm,
313
- fontWeight: n.bold,
314
- height: l(48),
315
- padding: `${s.md} ${s.xl}`
1816
+ ...s.sm,
1817
+ fontWeight: a.bold,
1818
+ height: i(48),
1819
+ padding: `${d.md} ${d.xl}`
316
1820
  }
317
1821
  },
318
1822
  icon: {
319
1823
  only: {
320
- xs: l(16),
321
- sm: l(16),
322
- md: l(16),
323
- lg: l(24)
1824
+ xs: i(16),
1825
+ sm: i(16),
1826
+ md: i(16),
1827
+ lg: i(24)
324
1828
  },
325
1829
  default: {
326
- xs: l(12),
327
- sm: l(16),
328
- md: l(16),
329
- lg: l(16)
1830
+ xs: i(12),
1831
+ sm: i(16),
1832
+ md: i(16),
1833
+ lg: i(16)
330
1834
  }
331
1835
  }
332
1836
  };
333
- }, P = (r) => {
334
- const { borderWidths: e, colors: t } = r;
1837
+ }, Rg = (t) => {
1838
+ const { borderWidths: c, colors: o } = t;
335
1839
  return {
336
1840
  default: {
337
- backgroundColor: t["neutral-10"],
1841
+ backgroundColor: o["neutral-10"],
338
1842
  borderStyle: "solid",
339
- borderWidth: e.sm,
340
- borderColor: t["neutral-30"]
1843
+ borderWidth: c.sm,
1844
+ borderColor: o["neutral-30"]
1845
+ }
1846
+ };
1847
+ }, Wg = (t) => {
1848
+ const { colors: c, fontWeights: o } = t;
1849
+ return {
1850
+ item: {
1851
+ selected: {
1852
+ color: c["neutral-90"],
1853
+ fontWeight: o.bold,
1854
+ backgroundColor: c["primary-40"],
1855
+ outline: "none"
1856
+ },
1857
+ today: {
1858
+ color: c["neutral-90"],
1859
+ fontWeight: o.bold
1860
+ }
1861
+ }
1862
+ };
1863
+ }, Og = (t) => {
1864
+ const { colors: c, radii: o, toRem: a } = t;
1865
+ return {
1866
+ default: {
1867
+ width: a(16),
1868
+ height: a(16),
1869
+ flexShrink: 0,
1870
+ borderRadius: o.sm
1871
+ },
1872
+ disabled: {
1873
+ borderColor: c["beige-60"]
1874
+ },
1875
+ checked: {
1876
+ color: c["neutral-90"],
1877
+ backgroundColor: c["primary-40"],
1878
+ borderColor: c["primary-40"]
1879
+ }
1880
+ };
1881
+ }, Pg = (t) => {
1882
+ const { colors: c, space: o, toRem: a } = t;
1883
+ return {
1884
+ backdrop: {
1885
+ backgroundColor: c.overlay,
1886
+ zIndex: 999
1887
+ },
1888
+ default: {
1889
+ zIndex: 999
1890
+ },
1891
+ closeButton: {},
1892
+ title: {
1893
+ margin: 0,
1894
+ backgroundColor: c["neutral-10"],
1895
+ padding: `${o.xl} ${o["5xl"]} ${o.xl} ${o.xl}`
1896
+ },
1897
+ content: {
1898
+ padding: `${o.xl}`
1899
+ },
1900
+ footer: {
1901
+ backgroundColor: c["neutral-10"],
1902
+ padding: `${o.xl}`
1903
+ },
1904
+ sizes: {
1905
+ horizontal: {
1906
+ sm: { width: a(400) },
1907
+ md: { width: a(550) },
1908
+ lg: { width: a(680) }
1909
+ },
1910
+ vertical: {
1911
+ sm: { height: a(400) },
1912
+ md: { height: a(550) },
1913
+ lg: { height: a(680) }
1914
+ }
341
1915
  }
342
1916
  };
343
- }, M = {
1917
+ }, Ug = (t) => {
1918
+ const { colors: c, fontSizes: o, radii: a, toRem: r } = t, d = c["beige-30"];
1919
+ return {
1920
+ inner: {
1921
+ fontSize: o.sm,
1922
+ minWidth: r(130),
1923
+ borderRadius: a.md
1924
+ },
1925
+ item: {
1926
+ backgroundColor: "transparent",
1927
+ color: c["beige-70"],
1928
+ "&:hover": {
1929
+ backgroundColor: c["beige-30"],
1930
+ color: c["neutral-90"]
1931
+ },
1932
+ "&:focus": {
1933
+ backgroundColor: c["beige-30"],
1934
+ color: c["neutral-90"]
1935
+ },
1936
+ "&[disabled]": {
1937
+ backgroundColor: "transparent",
1938
+ color: c["beige-40"],
1939
+ cursor: "not-allowed"
1940
+ }
1941
+ },
1942
+ separator: {
1943
+ backgroundColor: d
1944
+ }
1945
+ };
1946
+ }, _g = (t) => {
1947
+ const { colors: c, toRem: o } = t;
1948
+ return {
1949
+ default: {
1950
+ minHeight: o(200),
1951
+ borderStyle: "dashed"
1952
+ },
1953
+ dragAccept: {},
1954
+ dragReject: {},
1955
+ disabled: {
1956
+ backgroundColor: c["beige-30"]
1957
+ }
1958
+ };
1959
+ }, Ng = (t) => {
1960
+ const { colors: c, texts: o } = t;
1961
+ return {
1962
+ default: {
1963
+ ...o.xs,
1964
+ color: c["neutral-60"]
1965
+ },
1966
+ danger: {
1967
+ color: c["red-70"]
1968
+ },
1969
+ success: {
1970
+ color: c["green-70"]
1971
+ },
1972
+ warning: {
1973
+ color: c["orange-70"]
1974
+ }
1975
+ };
1976
+ }, Gg = (t) => {
1977
+ const { colors: c, fontSizes: o, fontWeights: a } = t;
1978
+ return {
1979
+ color: c["neutral-60"],
1980
+ fontSize: o.sm,
1981
+ fontWeight: a.medium
1982
+ };
1983
+ }, Xg = (t) => {
1984
+ const { colors: c, fontWeights: o, icons: a, space: r, transitions: d } = t;
1985
+ return {
1986
+ default: {
1987
+ color: c["neutral-90"],
1988
+ fontWeight: o.medium,
1989
+ transition: d.medium
1990
+ },
1991
+ withExternalLink: {
1992
+ backgroundSize: `calc(100% - ${a.sm} - ${r.sm}) 50%`
1993
+ },
1994
+ disabled: {
1995
+ color: c["neutral-50"],
1996
+ backgroundImage: `linear-gradient(0deg, ${c["neutral-30"]}, ${c["neutral-30"]} 100%)`
1997
+ },
1998
+ primary: {
1999
+ default: {},
2000
+ hover: {}
2001
+ },
2002
+ secondary: {
2003
+ default: {
2004
+ backgroundImage: `linear-gradient(0deg, ${c["neutral-90"]}, ${c["neutral-90"]} 100%)`
2005
+ },
2006
+ hover: {
2007
+ color: c["neutral-10"]
2008
+ }
2009
+ }
2010
+ };
2011
+ }, Jg = ({ toRem: t }) => ({
2012
+ xs: t(8),
2013
+ sm: t(10),
2014
+ md: t(15),
2015
+ lg: t(20)
2016
+ }), Qg = ({ toRem: t }) => ({
2017
+ xs: t(12),
2018
+ sm: t(16),
2019
+ md: t(24),
2020
+ lg: t(32),
2021
+ xl: t(48),
2022
+ xxl: t(64)
2023
+ }), Kg = (t) => {
2024
+ const { colors: c, radii: o, space: a, toRem: r } = t;
2025
+ return {
2026
+ backdrop: {
2027
+ backgroundColor: c.overlay,
2028
+ zIndex: 999
2029
+ },
2030
+ default: {
2031
+ zIndex: 999,
2032
+ borderRadius: o.md
2033
+ },
2034
+ header: {
2035
+ backgroundColor: c["neutral-10"],
2036
+ borderTopLeftRadius: o.md,
2037
+ borderTopRightRadius: o.md,
2038
+ paddingTop: a.xxl,
2039
+ paddingRight: a["3xl"],
2040
+ paddingBottom: a.xxl,
2041
+ paddingLeft: a.xxl,
2042
+ subtitle: {
2043
+ color: c["neutral-70"],
2044
+ variant: "sm",
2045
+ margin: 0
2046
+ }
2047
+ },
2048
+ body: {
2049
+ color: c["neutral-90"],
2050
+ paddingRight: a["3xl"],
2051
+ paddingBottom: a.xxl,
2052
+ paddingLeft: a.xxl
2053
+ },
2054
+ footer: {
2055
+ backgroundColor: c["neutral-10"],
2056
+ borderTop: `solid ${c["neutral-30"]}`,
2057
+ borderBottomLeftRadius: o.md,
2058
+ borderBottomRightRadius: o.md,
2059
+ children: {
2060
+ paddingRight: a.xxl,
2061
+ paddingLeft: a.xxl,
2062
+ paddingTop: a.lg,
2063
+ paddingBottom: a.xl
2064
+ },
2065
+ information: {
2066
+ backgroundColor: c["beige-20"],
2067
+ paddingRight: a.xxl,
2068
+ paddingLeft: a.xxl,
2069
+ paddingTop: a.xl,
2070
+ paddingBottom: a.xxl
2071
+ }
2072
+ },
2073
+ gutter: r(32),
2074
+ sizes: {
2075
+ xs: {
2076
+ width: r(320)
2077
+ },
2078
+ sm: {
2079
+ width: r(450)
2080
+ },
2081
+ md: {
2082
+ width: r(600)
2083
+ },
2084
+ lg: {
2085
+ width: r(730)
2086
+ },
2087
+ auto: {}
2088
+ },
2089
+ cover: {}
2090
+ };
2091
+ }, Yg = (t) => {
2092
+ const { colors: c, focus: o, fontSizes: a, fontWeights: r, toRem: d } = t;
2093
+ return {
2094
+ default: {
2095
+ width: d(32),
2096
+ height: d(32),
2097
+ color: c["neutral-90"],
2098
+ fontWeight: r.bold,
2099
+ fontSize: a.xs
2100
+ },
2101
+ item: {
2102
+ "&:hover, &:focus": {
2103
+ backgroundColor: c["neutral-30"]
2104
+ },
2105
+ "&:focus": { ...o(c["neutral-60"]) }
2106
+ },
2107
+ active: {
2108
+ backgroundColor: c["neutral-90"],
2109
+ color: c["neutral-10"],
2110
+ "&:hover, &:focus": {
2111
+ backgroundColor: c["neutral-90"]
2112
+ }
2113
+ },
2114
+ disabled: {
2115
+ backgroundColor: c["beige-40"],
2116
+ color: c["beige-70"]
2117
+ }
2118
+ };
2119
+ }, jg = (t) => {
2120
+ const { borderWidths: c, colors: o, space: a, texts: r, toRem: d } = t;
2121
+ return {
2122
+ default: {
2123
+ ...r.sm,
2124
+ backgroundColor: o["neutral-90"],
2125
+ color: o["neutral-10"],
2126
+ maxWidth: d(700),
2127
+ zIndex: 1
2128
+ },
2129
+ content: {
2130
+ display: "block",
2131
+ padding: a.md
2132
+ },
2133
+ title: {
2134
+ ...r.h6,
2135
+ padding: `${a.md} ${a.md} ${a.xs}`,
2136
+ color: o["neutral-10"],
2137
+ borderBottomColor: o["neutral-70"],
2138
+ borderBottomWidth: c.sm,
2139
+ borderBottomStyle: "solid"
2140
+ }
2141
+ };
2142
+ }, qg = (t) => {
2143
+ const { colors: c, toRem: o } = t;
2144
+ return {
2145
+ default: {
2146
+ width: o(16),
2147
+ height: o(16)
2148
+ },
2149
+ checked: {
2150
+ color: c["neutral-90"],
2151
+ borderColor: c["primary-40"]
2152
+ },
2153
+ checkedCenteredColor: {
2154
+ default: c["primary-40"],
2155
+ disabled: c["beige-60"]
2156
+ }
2157
+ };
2158
+ }, t$ = (t) => {
2159
+ const { colors: c } = t;
2160
+ return {
2161
+ default: {
2162
+ "&:hover": {
2163
+ backgroundColor: c["beige-30"]
2164
+ }
2165
+ },
2166
+ checked: {
2167
+ backgroundColor: c["primary-40"],
2168
+ color: t.colors["neutral-90"],
2169
+ borderColor: c["primary-40"],
2170
+ "&:hover": {
2171
+ backgroundColor: c["primary-30"]
2172
+ }
2173
+ }
2174
+ };
2175
+ }, c$ = (t) => {
2176
+ const { borderWidths: c, colors: o } = t;
2177
+ return {
2178
+ default: {
2179
+ backgroundColor: o["beige-40"],
2180
+ backgroundImage: `linear-gradient(${o["primary-40"]}, ${o["primary-40"]})`
2181
+ },
2182
+ selector: {
2183
+ backgroundColor: o["neutral-90"],
2184
+ borderRadius: "50%",
2185
+ border: `${c.md} solid`,
2186
+ disabled: {
2187
+ backgroundColor: o["beige-60"]
2188
+ }
2189
+ },
2190
+ output: {
2191
+ tooltip: {
2192
+ backgroundColor: o["neutral-90"],
2193
+ border: `${c.sm} solid ${o["neutral-70"]}}`,
2194
+ color: o["neutral-10"]
2195
+ }
2196
+ },
2197
+ focused: {
2198
+ outline: `${c.md} solid ${o["primary-40"]}`,
2199
+ disabled: {
2200
+ outline: "none"
2201
+ }
2202
+ },
2203
+ disabled: {
2204
+ backgroundImage: `linear-gradient(${o["beige-60"]}, ${o["beige-60"]})`
2205
+ },
2206
+ rangeInput: {
2207
+ disabled: {
2208
+ backgroundColor: o["beige-60"]
2209
+ }
2210
+ }
2211
+ };
2212
+ }, l$ = (t) => {
2213
+ const { colors: c } = t;
2214
+ return {
2215
+ navigation: {
2216
+ bullet: {
2217
+ active: { backgroundColor: c["primary-40"] },
2218
+ default: { backgroundColor: c["beige-40"] }
2219
+ }
2220
+ }
2221
+ };
2222
+ }, e$ = (t) => {
2223
+ const { borderWidths: c, colors: o, fontWeights: a, space: r } = t;
2224
+ return {
2225
+ th: {
2226
+ color: o["neutral-60"],
2227
+ fontWeight: a.medium,
2228
+ textAlign: "left",
2229
+ borderBottomColor: o["neutral-90"],
2230
+ borderBottomWidth: c.sm,
2231
+ borderBottomStyle: "solid"
2232
+ },
2233
+ td: {
2234
+ textAlign: "left",
2235
+ padding: r.xl
2236
+ },
2237
+ tr: {
2238
+ default: {
2239
+ borderBottomColor: o["neutral-30"],
2240
+ borderBottomWidth: c.sm,
2241
+ borderBottomStyle: "solid"
2242
+ },
2243
+ danger: {
2244
+ backgroundColor: o["red-10"],
2245
+ color: o["red-70"]
2246
+ },
2247
+ warning: {
2248
+ backgroundColor: o["orange-10"],
2249
+ color: o["orange-80"]
2250
+ },
2251
+ info: {
2252
+ backgroundColor: o["blue-10"],
2253
+ color: o["blue-70"]
2254
+ },
2255
+ success: {
2256
+ backgroundColor: o["green-10"],
2257
+ color: o["green-70"]
2258
+ },
2259
+ clickable: {
2260
+ cursor: "pointer"
2261
+ }
2262
+ }
2263
+ };
2264
+ }, o$ = (t) => {
2265
+ const { borderWidths: c, colors: o, fontSizes: a, fontWeights: r, lineHeights: d, space: s } = t;
2266
+ return {
2267
+ tabsBorder: {
2268
+ horizontal: {
2269
+ boxShadow: `inset 0 -${c.sm} 0 ${o["neutral-30"]}`
2270
+ },
2271
+ vertical: {
2272
+ boxShadow: `inset -${c.sm} 0 0 ${o["neutral-30"]}`
2273
+ }
2274
+ },
2275
+ item: {
2276
+ default: {
2277
+ color: o["neutral-70"],
2278
+ fontWeight: r.medium,
2279
+ textDecoration: "none",
2280
+ lineHeight: d.md
2281
+ },
2282
+ active: {
2283
+ color: o["neutral-90"]
2284
+ },
2285
+ focus: {
2286
+ color: o["neutral-90"]
2287
+ },
2288
+ disabled: {
2289
+ color: o["neutral-50"]
2290
+ },
2291
+ size: {
2292
+ sm: {
2293
+ fontSize: a.sm
2294
+ },
2295
+ md: {
2296
+ fontSize: a.md
2297
+ }
2298
+ }
2299
+ },
2300
+ panel: {
2301
+ vertical: {
2302
+ "&:focus": {
2303
+ outline: "none"
2304
+ }
2305
+ },
2306
+ horizontal: {
2307
+ marginTop: s.xl,
2308
+ "&:focus": {
2309
+ outline: "none"
2310
+ }
2311
+ }
2312
+ },
2313
+ activeBar: {
2314
+ horizontal: {
2315
+ background: o["primary-40"],
2316
+ height: c.md
2317
+ },
2318
+ vertical: {
2319
+ background: o["primary-40"],
2320
+ width: c.md
2321
+ }
2322
+ },
2323
+ icon: {
2324
+ maxWidth: s.lg,
2325
+ maxHeight: s.lg
2326
+ },
2327
+ badge: {
2328
+ maxHeight: s.lg
2329
+ }
2330
+ };
2331
+ }, n$ = (t) => {
2332
+ const { colors: c, fontSizes: o, fontWeights: a, radii: r, space: d, toRem: s } = t, i = {
2333
+ xs: s(20),
2334
+ sm: s(24),
2335
+ md: s(32)
2336
+ }, h = (m) => ({
2337
+ backgroundColor: c[`${m}-10`],
2338
+ color: c[`${m}-90`]
2339
+ }), n = (m) => ({
2340
+ backgroundColor: c[`${m}-20`]
2341
+ }), u = (m) => ({
2342
+ backgroundColor: c[`${m}-${m === "green" ? "30" : "40"}`],
2343
+ color: c["neutral-90"]
2344
+ }), v = (m) => ({
2345
+ backgroundColor: c[`${m}-${m === "green" ? "40" : "50"}`]
2346
+ });
2347
+ return {
2348
+ default: {
2349
+ fontWeight: a.medium,
2350
+ borderRadius: r.md
2351
+ },
2352
+ variants: {
2353
+ default: {
2354
+ backgroundColor: c["beige-20"],
2355
+ color: c["beige-90"]
2356
+ },
2357
+ primary: {
2358
+ color: t.colors["neutral-90"],
2359
+ backgroundColor: c["primary-40"]
2360
+ },
2361
+ success: h("green"),
2362
+ danger: h("red"),
2363
+ warning: h("orange"),
2364
+ info: h("blue"),
2365
+ teal: u("teal"),
2366
+ blue: u("blue"),
2367
+ orange: u("orange"),
2368
+ pink: u("pink"),
2369
+ green: u("green"),
2370
+ violet: u("violet")
2371
+ },
2372
+ hover: {
2373
+ default: {
2374
+ backgroundColor: c["beige-30"]
2375
+ },
2376
+ primary: {
2377
+ backgroundColor: c["primary-50"]
2378
+ },
2379
+ success: n("green"),
2380
+ danger: n("red"),
2381
+ warning: n("orange"),
2382
+ info: n("blue"),
2383
+ teal: v("teal"),
2384
+ blue: v("blue"),
2385
+ orange: v("orange"),
2386
+ pink: v("pink"),
2387
+ green: v("green"),
2388
+ violet: v("violet")
2389
+ },
2390
+ sizes: {
2391
+ xs: {
2392
+ padding: `${d.xxs} ${d.xs}`,
2393
+ height: i.xs,
2394
+ fontSize: o.xs,
2395
+ gap: d.xs,
2396
+ borderRadius: r.sm
2397
+ },
2398
+ sm: {
2399
+ padding: `${d.xs} ${d.sm}`,
2400
+ height: i.sm,
2401
+ fontSize: o.xs,
2402
+ gap: d.xs
2403
+ },
2404
+ md: {
2405
+ padding: `${d.xs} ${d.sm}`,
2406
+ height: i.md,
2407
+ fontSize: o.sm,
2408
+ gap: d.sm
2409
+ }
2410
+ },
2411
+ icon: {
2412
+ xs: s(12),
2413
+ sm: s(12),
2414
+ md: s(16)
2415
+ },
2416
+ shape: {
2417
+ xs: {
2418
+ width: i.xs,
2419
+ height: i.xs
2420
+ },
2421
+ sm: {
2422
+ width: i.sm,
2423
+ height: i.sm
2424
+ },
2425
+ md: {
2426
+ width: i.md,
2427
+ height: i.md
2428
+ }
2429
+ }
2430
+ };
2431
+ }, a$ = (t) => {
2432
+ const { space: c, toRem: o } = t;
2433
+ return {
2434
+ minHeight: o(130),
2435
+ padding: c.md
2436
+ };
2437
+ }, r$ = (t, c) => {
2438
+ const { toEm: o, toRem: a } = c, r = a;
2439
+ return {
2440
+ h0: r(65),
2441
+ h1: r(45),
2442
+ h2: r(36),
2443
+ h3: r(26),
2444
+ h4: r(20),
2445
+ h5: r(16),
2446
+ h6: r(14),
2447
+ lg: r(18),
2448
+ md: r(16),
2449
+ sm: r(14),
2450
+ "subtitle-md": r(13),
2451
+ "subtitle-sm": r(11),
2452
+ xs: r(12)
2453
+ };
2454
+ }, i$ = ({
2455
+ defaultLineHeight: t,
2456
+ toRem: c
2457
+ }) => ({
2458
+ html: t,
2459
+ h0: c(72),
2460
+ h1: c(48),
2461
+ h2: c(40),
2462
+ h3: c(32),
2463
+ h4: c(24),
2464
+ h5: c(18),
2465
+ h6: c(16),
2466
+ lg: c(24),
2467
+ md: c(18),
2468
+ sm: c(18),
2469
+ xs: c(14),
2470
+ "subtitle-md": t,
2471
+ "subtitle-sm": t
2472
+ }), d$ = {
2473
+ regular: 400,
2474
+ medium: 500,
2475
+ bold: 600
2476
+ }, s$ = ({
2477
+ defaultLetterSpacing: t,
2478
+ toRem: c
2479
+ }) => ({
2480
+ html: t,
2481
+ h0: c(-1.7),
2482
+ h1: c(-1.2),
2483
+ h2: c(-1),
2484
+ h3: c(-0.9),
2485
+ h4: c(-0.6),
2486
+ h5: c(-0.5),
2487
+ h6: c(-0.5),
2488
+ lg: t,
2489
+ md: t,
2490
+ sm: t,
2491
+ xs: c(-0.2),
2492
+ "subtitle-md": c(-0.2),
2493
+ "subtitle-sm": c(-0.2)
2494
+ }), h$ = (t) => {
2495
+ const { fontWeights: c } = t;
2496
+ return {
2497
+ h0: c.bold,
2498
+ h1: c.bold,
2499
+ h2: c.bold,
2500
+ h3: c.bold,
2501
+ h4: c.bold,
2502
+ h5: c.bold,
2503
+ h6: c.bold,
2504
+ lg: c.regular,
2505
+ md: c.regular,
2506
+ sm: c.regular,
2507
+ "subtitle-md": c.bold,
2508
+ "subtitle-sm": c.medium,
2509
+ xs: c.regular
2510
+ };
2511
+ }, u$ = (t) => {
2512
+ const { fonts: c } = t;
2513
+ return {
2514
+ h0: c.headings,
2515
+ h1: c.headings,
2516
+ h2: c.headings,
2517
+ h3: c.headings,
2518
+ h4: c.headings,
2519
+ h5: c.headings,
2520
+ h6: c.headings,
2521
+ "subtitle-md": c.headings,
2522
+ "subtitle-sm": c.headings
2523
+ };
2524
+ }, v$ = () => ({
2525
+ "subtitle-md": "uppercase",
2526
+ "subtitle-sm": "uppercase"
2527
+ }), m$ = (t) => {
2528
+ const { colors: c } = t;
2529
+ return {
2530
+ h0: c["neutral-90"],
2531
+ h1: c["neutral-90"],
2532
+ h2: c["neutral-90"],
2533
+ h3: c["neutral-90"],
2534
+ h4: c["neutral-90"],
2535
+ h5: c["neutral-90"],
2536
+ h6: c["neutral-90"]
2537
+ };
2538
+ }, C = (t) => {
2539
+ const {
2540
+ fontSizes: c,
2541
+ letterSpacings: o,
2542
+ lineHeights: a,
2543
+ textsFontColors: r,
2544
+ textsFontFamily: d,
2545
+ textsFontWeights: s,
2546
+ textsTextTransform: i
2547
+ } = t;
2548
+ return Object.keys(c).reduce((h, n) => ({
2549
+ ...h,
2550
+ [n]: {
2551
+ color: r[n],
2552
+ fontFamily: d[n] || void 0,
2553
+ fontWeight: s[n],
2554
+ fontSize: c[n],
2555
+ lineHeight: a[n] || a.lg,
2556
+ letterSpacing: o[n] || void 0,
2557
+ textTransform: i[n] || void 0
2558
+ }
2559
+ }), {});
2560
+ }, g$ = (t, c, o) => ({
2561
+ texts: [t, "sans-serif"].join(", "),
2562
+ headings: [c, "sans-serif"].join(", "),
2563
+ icons: o
2564
+ }), $$ = (t) => {
2565
+ const { borderWidths: c, colors: o, fontWeights: a, radii: r, space: d } = t;
2566
+ return {
2567
+ default: {
2568
+ paddingLeft: d.sm,
2569
+ paddingRight: d.sm
2570
+ },
2571
+ top: {
2572
+ paddingTop: d.lg
2573
+ },
2574
+ bottom: {
2575
+ paddingBottom: d.lg
2576
+ },
2577
+ growls: {
2578
+ default: {
2579
+ ...C(t).sm,
2580
+ borderWidth: c.sm,
2581
+ borderStyle: "solid",
2582
+ borderRadius: r.lg,
2583
+ maxWidth: 340
2584
+ },
2585
+ title: {
2586
+ fontWeight: a.bold,
2587
+ color: o["neutral-90"]
2588
+ }
2589
+ },
2590
+ snackbar: {
2591
+ default: {
2592
+ borderRadius: r.lg
2593
+ },
2594
+ separator: {
2595
+ default: {
2596
+ borderLeft: "1px solid",
2597
+ borderLeftColor: o["neutral-30"]
2598
+ },
2599
+ danger: {
2600
+ borderLeftColor: o["red-20"]
2601
+ },
2602
+ warning: {
2603
+ borderLeftColor: o["orange-20"]
2604
+ },
2605
+ info: {
2606
+ borderLeftColor: o["blue-30"]
2607
+ },
2608
+ success: {
2609
+ borderLeftColor: o["green-30"]
2610
+ }
2611
+ }
2612
+ }
2613
+ };
2614
+ }, Z$ = "0.32rem !important", p$ = "0.12rem ! important", b$ = (t) => {
2615
+ const { borderWidths: c, colors: o, focus: a, toRem: r } = t;
2616
+ return {
2617
+ item: {
2618
+ default: {
2619
+ backgroundColor: o["neutral-10"],
2620
+ borderColor: o["neutral-30"],
2621
+ borderWidth: c.sm,
2622
+ borderStyle: "solid",
2623
+ borderRadius: r(16),
2624
+ "&:focus": {
2625
+ borderColor: o["primary-30"],
2626
+ ...a(o["primary-30"])
2627
+ }
2628
+ },
2629
+ sizes: {
2630
+ xs: {
2631
+ width: r(28),
2632
+ height: r(16),
2633
+ marginTop: Z$
2634
+ },
2635
+ sm: {
2636
+ width: r(36),
2637
+ height: r(20),
2638
+ marginTop: p$
2639
+ },
2640
+ md: {
2641
+ width: r(44),
2642
+ height: r(24),
2643
+ marginTop: "0 !important"
2644
+ }
2645
+ },
2646
+ checked: {
2647
+ backgroundColor: o["primary-40"],
2648
+ borderColor: o["primary-40"]
2649
+ },
2650
+ disabled: {
2651
+ borderColor: o["beige-60"],
2652
+ backgroundColor: o["beige-40"]
2653
+ }
2654
+ },
2655
+ after: {
2656
+ default: {
2657
+ backgroundColor: o["neutral-10"],
2658
+ borderColor: o["neutral-50"],
2659
+ borderWidth: c.sm,
2660
+ borderStyle: "solid",
2661
+ borderRadius: "50%"
2662
+ },
2663
+ checked: {
2664
+ backgroundColor: o["neutral-10"],
2665
+ borderColor: o["neutral-10"]
2666
+ },
2667
+ disabled: {
2668
+ borderColor: "transparent",
2669
+ backgroundColor: o["beige-60"]
2670
+ },
2671
+ sizes: {
2672
+ xs: {
2673
+ width: r(12),
2674
+ height: r(12)
2675
+ },
2676
+ sm: {
2677
+ width: r(16),
2678
+ height: r(16)
2679
+ },
2680
+ md: {
2681
+ width: r(20),
2682
+ height: r(20)
2683
+ }
2684
+ }
2685
+ },
2686
+ icon: {
2687
+ position: {
2688
+ xs: {
2689
+ left: "2px",
2690
+ right: "2px"
2691
+ },
2692
+ sm: {
2693
+ left: "4px",
2694
+ right: "4px"
2695
+ },
2696
+ md: {
2697
+ left: "4px",
2698
+ right: "4px"
2699
+ }
2700
+ },
2701
+ sizes: {
2702
+ xs: {
2703
+ width: r(10),
2704
+ height: r(10),
2705
+ fontSize: r(10)
2706
+ },
2707
+ sm: {
2708
+ width: r(12),
2709
+ height: r(12),
2710
+ fontSize: r(12)
2711
+ },
2712
+ md: {
2713
+ width: r(16),
2714
+ height: r(16),
2715
+ fontSize: r(16)
2716
+ }
2717
+ }
2718
+ }
2719
+ };
2720
+ }, f$ = (t) => {
2721
+ const { borderWidths: c, colors: o, fontSizes: a, fontWeights: r, radii: d, space: s, toRem: i } = t;
2722
+ return {
2723
+ maxWidth: i(200),
2724
+ backgroundColor: o["neutral-90"],
2725
+ color: o["neutral-10"],
2726
+ padding: `${s.xs} ${s.sm}`,
2727
+ fontSize: a.sm,
2728
+ fontWeight: r.medium,
2729
+ border: `${c.sm} solid ${o["neutral-60"]}`,
2730
+ borderRadius: d.md,
2731
+ boxSizing: "border-box"
2732
+ };
2733
+ }, C$ = (t) => {
2734
+ const { colors: c } = t;
2735
+ return {
2736
+ default: {
2737
+ color: c["neutral-90"]
2738
+ },
2739
+ danger: {
2740
+ color: c["red-70"]
2741
+ },
2742
+ success: {
2743
+ color: c["green-60"]
2744
+ },
2745
+ warning: {
2746
+ color: c["orange-60"]
2747
+ },
2748
+ info: {
2749
+ color: c["blue-60"]
2750
+ }
2751
+ };
2752
+ }, k$ = {
344
2753
  "beige-10": "#FBF9F7",
345
2754
  "beige-20": "#F6F3EF",
346
2755
  "beige-30": "#EAE4DE",
@@ -446,221 +2855,94 @@ const N = (r) => {
446
2855
  "yellow-70": "#846A01",
447
2856
  "yellow-80": "#604D00",
448
2857
  "yellow-90": "#423500"
449
- }, E = (r) => ({
450
- ...r,
451
- "primary-10": r["yellow-10"],
452
- "primary-20": r["yellow-20"],
453
- "primary-30": r["yellow-30"],
454
- "primary-40": r["yellow-40"],
455
- "primary-50": r["yellow-50"],
456
- "primary-60": r["yellow-60"],
457
- "primary-70": r["yellow-70"],
458
- "primary-80": r["yellow-80"],
459
- "primary-90": r["yellow-90"],
460
- "secondary-blue": r["blue-40"],
461
- "secondary-green": r["green-30"],
462
- "secondary-orange": r["red-orange-40"],
463
- "secondary-pink": r["pink-40"],
464
- "secondary-teal": r["teal-40"],
465
- "secondary-violet": r["violet-40"],
2858
+ }, k = (t) => ({
2859
+ ...t,
2860
+ "primary-10": t["yellow-10"],
2861
+ "primary-20": t["yellow-20"],
2862
+ "primary-30": t["yellow-30"],
2863
+ "primary-40": t["yellow-40"],
2864
+ "primary-50": t["yellow-50"],
2865
+ "primary-60": t["yellow-60"],
2866
+ "primary-70": t["yellow-70"],
2867
+ "primary-80": t["yellow-80"],
2868
+ "primary-90": t["yellow-90"],
2869
+ "secondary-blue": t["blue-40"],
2870
+ "secondary-green": t["green-30"],
2871
+ "secondary-orange": t["red-orange-40"],
2872
+ "secondary-pink": t["pink-40"],
2873
+ "secondary-teal": t["teal-40"],
2874
+ "secondary-violet": t["violet-40"],
466
2875
  overlay: "rgba(0, 0, 0, 0.55)"
467
- }), x = E(M), Y = Object.keys(x).reduce((r, e) => {
468
- if (e.startsWith("secondary-") || e === "overlay") return r;
469
- const t = 100 - Number(e.slice(-2)), n = e.slice(0, e.length - 2);
470
- return {
471
- ...r,
472
- [e]: x[`${n}${t}`]
473
- };
474
- }, {}), j = {
475
- ...x,
476
- ...E(Y)
477
- }, Oe = {
478
- colors: j
479
- }, q = (r) => ({
2876
+ }), Z = k(k$), w$ = Object.keys(Z).reduce((t, c) => {
2877
+ if (c.startsWith("secondary-") || c === "overlay") return t;
2878
+ const o = 100 - Number(c.slice(-2)), a = c.slice(0, c.length - 2);
2879
+ return {
2880
+ ...t,
2881
+ [c]: Z[`${a}${o}`]
2882
+ };
2883
+ }, {}), M$ = {
2884
+ ...Z,
2885
+ ...k(w$)
2886
+ }, vZ = {
2887
+ colors: M$
2888
+ }, L$ = (t) => ({
480
2889
  "welcome-font": [
481
2890
  {
482
- url: `${r.fontsUrl}/welcome-font-regular`,
2891
+ url: `${t.fontsUrl}/welcome-font-regular`,
483
2892
  weight: "400"
484
2893
  },
485
2894
  {
486
- url: `${r.fontsUrl}/welcome-font-medium`,
2895
+ url: `${t.fontsUrl}/welcome-font-medium`,
487
2896
  weight: "500"
488
2897
  },
489
2898
  {
490
- url: `${r.fontsUrl}/welcome-font-bold`,
2899
+ url: `${t.fontsUrl}/welcome-font-bold`,
491
2900
  weight: "600"
492
2901
  },
493
2902
  {
494
- url: `${r.fontsUrl}/welcome-font-regular-italic`,
2903
+ url: `${t.fontsUrl}/welcome-font-regular-italic`,
495
2904
  style: "italic",
496
2905
  weight: "400"
497
2906
  },
498
2907
  {
499
- url: `${r.fontsUrl}/welcome-font-medium-italic`,
2908
+ url: `${t.fontsUrl}/welcome-font-medium-italic`,
500
2909
  style: "italic",
501
2910
  weight: "500"
502
2911
  },
503
2912
  {
504
- url: `${r.fontsUrl}/welcome-font-bold-italic`,
2913
+ url: `${t.fontsUrl}/welcome-font-bold-italic`,
505
2914
  style: "italic",
506
2915
  weight: "600"
507
2916
  }
508
2917
  ],
509
2918
  "welcome-icon-font": [
510
2919
  {
511
- url: `${r.fontsUrl}/icon-font/__ICON_FONT_HASH__/welcome-icon-font`,
2920
+ url: `${t.fontsUrl}/icon-font/__ICON_FONT_HASH__/welcome-icon-font`,
512
2921
  display: "block"
513
2922
  }
514
2923
  ],
515
2924
  "work-sans": [
516
2925
  {
517
- url: `${r.fontsUrl}/work-sans-variable`,
2926
+ url: `${t.fontsUrl}/work-sans-variable`,
518
2927
  isVariable: !0,
519
2928
  stretch: "75% 125%",
520
2929
  weight: "100 1000"
521
2930
  }
522
2931
  ]
523
- }), V = (r, e) => {
524
- const { toEm: t, toRem: n } = e, a = n;
525
- return {
526
- h0: a(65),
527
- h1: a(45),
528
- h2: a(36),
529
- h3: a(26),
530
- h4: a(20),
531
- h5: a(16),
532
- h6: a(14),
533
- lg: a(18),
534
- md: a(16),
535
- sm: a(14),
536
- "subtitle-md": a(13),
537
- "subtitle-sm": a(11),
538
- xs: a(12)
539
- };
540
- }, Z = ({
541
- defaultLineHeight: r,
542
- toRem: e
543
- }) => ({
544
- html: r,
545
- h0: e(72),
546
- h1: e(48),
547
- h2: e(40),
548
- h3: e(32),
549
- h4: e(24),
550
- h5: e(18),
551
- h6: e(16),
552
- lg: e(24),
553
- md: e(18),
554
- sm: e(18),
555
- xs: e(14),
556
- "subtitle-md": r,
557
- "subtitle-sm": r
558
- }), J = {
559
- regular: 400,
560
- medium: 500,
561
- bold: 600
562
- }, K = ({
563
- defaultLetterSpacing: r,
564
- toRem: e
565
- }) => ({
566
- html: r,
567
- h0: e(-1.7),
568
- h1: e(-1.2),
569
- h2: e(-1),
570
- h3: e(-0.9),
571
- h4: e(-0.6),
572
- h5: e(-0.5),
573
- h6: e(-0.5),
574
- lg: r,
575
- md: r,
576
- sm: r,
577
- xs: e(-0.2),
578
- "subtitle-md": e(-0.2),
579
- "subtitle-sm": e(-0.2)
580
- }), Q = (r) => {
581
- const { fontWeights: e } = r;
582
- return {
583
- h0: e.bold,
584
- h1: e.bold,
585
- h2: e.bold,
586
- h3: e.bold,
587
- h4: e.bold,
588
- h5: e.bold,
589
- h6: e.bold,
590
- lg: e.regular,
591
- md: e.regular,
592
- sm: e.regular,
593
- "subtitle-md": e.bold,
594
- "subtitle-sm": e.medium,
595
- xs: e.regular
596
- };
597
- }, X = (r) => {
598
- const { fonts: e } = r;
599
- return {
600
- h0: e.headings,
601
- h1: e.headings,
602
- h2: e.headings,
603
- h3: e.headings,
604
- h4: e.headings,
605
- h5: e.headings,
606
- h6: e.headings,
607
- "subtitle-md": e.headings,
608
- "subtitle-sm": e.headings
609
- };
610
- }, ee = () => ({
611
- "subtitle-md": "uppercase",
612
- "subtitle-sm": "uppercase"
613
- }), re = (r) => {
614
- const { colors: e } = r;
615
- return {
616
- h0: e["neutral-90"],
617
- h1: e["neutral-90"],
618
- h2: e["neutral-90"],
619
- h3: e["neutral-90"],
620
- h4: e["neutral-90"],
621
- h5: e["neutral-90"],
622
- h6: e["neutral-90"]
623
- };
624
- }, oe = (r) => {
625
- const {
626
- fontSizes: e,
627
- letterSpacings: t,
628
- lineHeights: n,
629
- textsFontColors: a,
630
- textsFontFamily: s,
631
- textsFontWeights: c,
632
- textsTextTransform: l
633
- } = r;
634
- return Object.keys(e).reduce((i, o) => ({
635
- ...i,
636
- [o]: {
637
- color: a[o],
638
- fontFamily: s[o] || void 0,
639
- fontWeight: c[o],
640
- fontSize: e[o],
641
- lineHeight: n[o] || n.lg,
642
- letterSpacing: t[o] || void 0,
643
- textTransform: l[o] || void 0
644
- }
645
- }), {});
646
- }, te = (r, e, t) => ({
647
- texts: [r, "sans-serif"].join(", "),
648
- headings: [e, "sans-serif"].join(", "),
649
- icons: t
650
- }), F = {
2932
+ }), $ = {
651
2933
  primary: "ease",
652
2934
  secondary: "linear",
653
2935
  tertiary: "cubic-bezier(0.41, 0.094, 0.54, 0.07)"
654
- }, ne = {
655
- slow: `500ms ${F.tertiary}`,
656
- medium: `300ms ${F.primary}`,
657
- fast: `100ms ${F.secondary}`
658
- }, ae = ({ colors: r }) => ({
659
- default: g`
2936
+ }, V$ = {
2937
+ slow: `500ms ${$.tertiary}`,
2938
+ medium: `300ms ${$.primary}`,
2939
+ fast: `100ms ${$.secondary}`
2940
+ }, E$ = ({ colors: t }) => ({
2941
+ default: b`
660
2942
  background-image: linear-gradient(
661
2943
  0deg,
662
- ${r["primary-40"]},
663
- ${r["primary-40"]} 100%
2944
+ ${t["primary-40"]},
2945
+ ${t["primary-40"]} 100%
664
2946
  );
665
2947
  background-repeat: no-repeat;
666
2948
  background-size: 100% 50%;
@@ -670,24 +2952,24 @@ const N = (r) => {
670
2952
  background-size 250ms,
671
2953
  color 250ms;
672
2954
  `,
673
- hover: g`
2955
+ hover: b`
674
2956
  opacity: 1;
675
2957
  background-position-y: 100%;
676
2958
  background-size: 100% 100%;
677
2959
  `
678
- }), le = (r) => ({
2960
+ }), I$ = (t) => ({
679
2961
  none: "0",
680
- sm: r.toRem(2),
681
- md: r.toRem(4),
682
- lg: r.toRem(8),
683
- xl: r.toRem(16),
684
- xxl: r.toRem(24),
2962
+ sm: t.toRem(2),
2963
+ md: t.toRem(4),
2964
+ lg: t.toRem(8),
2965
+ xl: t.toRem(16),
2966
+ xxl: t.toRem(24),
685
2967
  full: "100%"
686
- }), se = {
2968
+ }), A$ = {
687
2969
  sm: "1px",
688
2970
  md: "2px",
689
2971
  lg: "3px"
690
- }, ie = {
2972
+ }, x$ = {
691
2973
  xs: 0,
692
2974
  sm: 480,
693
2975
  md: 736,
@@ -696,277 +2978,674 @@ const N = (r) => {
696
2978
  xxl: 1440,
697
2979
  "3xl": 1620,
698
2980
  "4xl": 1920
699
- }, de = {
2981
+ }, F$ = {
700
2982
  sm: "1px 2px 4px 0 rgba(0,0,0,0.05)",
701
2983
  md: "3px 4px 10px 0 rgba(0,0,0,0.07)"
702
- }, ce = (r) => ({
703
- xxs: r.toRem(2),
704
- xs: r.toRem(4),
705
- sm: r.toRem(8),
706
- md: r.toRem(12),
707
- lg: r.toRem(16),
708
- xl: r.toRem(24),
709
- xxl: r.toRem(32),
710
- "3xl": r.toRem(48),
711
- "4xl": r.toRem(64),
712
- "5xl": r.toRem(96),
713
- "6xl": r.toRem(128),
714
- "7xl": r.toRem(192)
715
- }), ue = (r) => ({
716
- backgroundColor: r.colors["primary-40"],
717
- color: r.colors["neutral-90"]
718
- }), ge = ({ colors: r }) => {
719
- function e(t = r["primary-40"]) {
2984
+ }, y$ = (t) => ({
2985
+ xxs: t.toRem(2),
2986
+ xs: t.toRem(4),
2987
+ sm: t.toRem(8),
2988
+ md: t.toRem(12),
2989
+ lg: t.toRem(16),
2990
+ xl: t.toRem(24),
2991
+ xxl: t.toRem(32),
2992
+ "3xl": t.toRem(48),
2993
+ "4xl": t.toRem(64),
2994
+ "5xl": t.toRem(96),
2995
+ "6xl": t.toRem(128),
2996
+ "7xl": t.toRem(192)
2997
+ }), S$ = (t) => ({
2998
+ backgroundColor: t.colors["primary-40"],
2999
+ color: t.colors["neutral-90"]
3000
+ }), T$ = ({ colors: t }) => {
3001
+ function c(o = t["primary-40"]) {
720
3002
  return {
721
- boxShadow: `0 0 0 2px ${t}`
3003
+ boxShadow: `0 0 0 2px ${o}`
722
3004
  };
723
3005
  }
724
- return e;
725
- }, me = "work-sans", be = 16, pe = "-0.019rem", he = 1.15, fe = "https://cdn.welcome-ui.com/fonts", Fe = "welcome-font", xe = "welcome-icon-font", Le = (r = {}) => {
726
- const {
727
- defaultFontFamily: e = me,
728
- defaultFontSize: t = be,
729
- defaultLetterSpacing: n = pe,
730
- defaultLineHeight: a = he,
731
- fontsUrl: s = fe,
732
- headingFontFamily: c = Fe,
733
- iconFontFamily: l = xe,
734
- ...i
735
- } = r;
736
- let o = {};
737
- return o.transformers = { ...k }, o.toEm = (b) => `${b / t}em`, o.toRem = (b) => `${b / t}rem`, o.toPx = (b) => `${b * t}px`, o.colors = x, o.fontsUrl = s, o.fontFaces = q(o), o.fontSizes = V("rem", o), o.defaultLineHeight = a, o.defaultLetterSpacing = n, o.lineHeights = Z(o), o.fontWeights = J, o.letterSpacings = K(o), o.fonts = te(e, c, l), o.borderWidths = se, o.screens = ie, o.space = ce(o), o.inset = o.space, o.radii = le(o), o.transitions = ne, o.timingFunction = F, o.shadows = de, o = y(o, i), o.selection = ue(o), o.underline = ae(o), o.focus = ge(o), o.textsFontWeights = Q(o), o.textsFontFamily = X(o), o.textsFontColors = re(o), o.textsTextTransform = ee(), o.texts = oe(o), o.accordions = N(o), o.alerts = I(o), o.avatars = O(o), o.badges = L(o), o.breadcrumbs = H(o), o.buttons = G(o), o.cards = P(o), o.states = D.states, o = y(o, i), o;
738
- }, ye = (r, e = "square") => g`
739
- width: ${d(`buttons.sizes.${r}.height`)};
740
- padding: 0;
741
- ${e === "circle" && g`
742
- border-radius: ${d(`buttons.sizes.${r}.height`)};
743
- `};
744
- `, A = m(R).withConfig({ shouldForwardProp: z })(
745
- ({ danger: r, disabled: e, shape: t, size: n = "md", variant: a = "primary" }) => g`
746
- ${d(`buttons.${a}`)};
747
- ${r && g`
748
- ${d(`buttons.danger.${a}`)};
749
- `}
750
- position: relative;
751
- display: inline-flex;
752
- align-items: center;
753
- justify-content: center;
754
- width: auto;
755
- ${d(`buttons.sizes.${n}`)};
756
- text-decoration: none;
757
- text-align: center;
758
- white-space: nowrap;
759
- cursor: pointer;
760
- outline: none !important; /* important for firefox */
761
- border-width: sm;
762
- border-style: solid;
763
- appearance: none;
764
- overflow: hidden;
765
- transition: medium;
766
- ${t && ye(n, t)};
767
- ${p};
768
-
769
- & > svg.wui-icon,
770
- & > i.wui-icon-font {
771
- font-weight: initial;
772
-
773
- &:only-child {
774
- width: ${d(`buttons.icon.only.${n}`)};
775
- height: ${d(`buttons.icon.only.${n}`)};
776
- font-size: ${d(`buttons.icon.only.${n}`)};
777
- }
778
- &:not(:only-child) {
779
- width: ${d(`buttons.icon.default.${n}`)};
780
- height: ${d(`buttons.icon.default.${n}`)};
781
- font-size: ${d(`buttons.icon.default.${n}`)};
3006
+ return c;
3007
+ }, z$ = (t) => {
3008
+ const { borderWidths: c, colors: o, focus: a, fontSizes: r, fontWeights: d, radii: s, space: i, toRem: h } = t;
3009
+ return {
3010
+ default: {
3011
+ color: o["neutral-90"],
3012
+ fontSize: r.sm,
3013
+ /* Can't use 16 because that's a valid line-height value (16em) */
3014
+ lineHeight: "1rem",
3015
+ fontWeight: d.regular,
3016
+ backgroundColor: o["neutral-10"],
3017
+ borderColor: o["neutral-30"],
3018
+ borderWidth: c.sm,
3019
+ borderStyle: "solid",
3020
+ outline: "none",
3021
+ borderRadius: s.md
3022
+ },
3023
+ hover: {
3024
+ default: {
3025
+ borderColor: o["neutral-40"]
3026
+ },
3027
+ transparency: {
3028
+ borderColor: o["neutral-20"]
782
3029
  }
783
- }
784
-
785
- & > *:not(:only-child):not(:last-child) {
786
- margin-right: sm;
787
- }
788
-
789
- ${!e && g`
790
- [${S}] &:focus {
791
- box-shadow: none;
792
- }
793
- &:focus {
794
- ${d(`buttons.focus.${a}`)};
795
- ${r && g`
796
- ${d(`buttons.focus.danger.${a}`)};
797
- `}
798
- }
799
- &:hover {
800
- ${d(`buttons.hover.${a}`)};
801
- ${r && g`
802
- ${d(`buttons.hover.danger.${a}`)};
803
- `}
804
- }
805
- &:active {
806
- ${d(`buttons.active.${a}`)};
807
- ${r && g`
808
- ${d(`buttons.active.danger.${a}`)};
809
- `}
810
- }
811
- `};
812
-
813
- &[disabled] {
814
- cursor: not-allowed;
815
- }
816
- `
817
- ), $ = h(
818
- ({
819
- children: r,
820
- danger: e,
821
- dataTestId: t,
822
- disabled: n,
823
- isLoading: a,
824
- size: s = "md",
825
- variant: c = "primary",
826
- ...l
827
- }, i) => {
828
- const o = n || a;
829
- return /* @__PURE__ */ u.createElement(
830
- A,
831
- {
832
- danger: e,
833
- "data-loading": a,
834
- "data-testid": t,
835
- disabled: o,
836
- ref: i,
837
- size: s,
838
- variant: o ? "disabled" : c,
839
- ...l
840
- },
841
- a && /* @__PURE__ */ u.createElement("div", null, /* @__PURE__ */ u.createElement(
842
- C,
843
- {
844
- alignItems: "center",
845
- bottom: 0,
846
- display: "flex",
847
- justifyContent: "center",
848
- left: 0,
849
- m: 0,
850
- position: "absolute",
851
- right: 0,
852
- top: 0
853
- },
854
- /* @__PURE__ */ u.createElement(T, { size: "xs" })
855
- ), /* @__PURE__ */ u.createElement(C, { opacity: "0" }, r)),
856
- !a && r
857
- );
858
- }
859
- );
860
- $.displayName = "Button";
861
- const He = A, $e = m.div`
862
- display: inline-flex;
863
- flex-wrap: wrap;
864
- align-items: center;
865
- margin-top: -3px;
866
-
867
- > * {
868
- margin-top: 3px;
869
-
870
- &:not(:only-child) {
871
- &:not(:last-child) {
872
- border-right-color: rgba(255, 255, 255, 0.4);
873
- }
874
-
875
- &:first-child {
876
- border-top-right-radius: 0;
877
- border-bottom-right-radius: 0;
878
- }
879
-
880
- &:last-child {
881
- border-top-left-radius: 0;
882
- border-bottom-left-radius: 0;
883
- }
884
-
885
- &:not(:last-child):not(:first-child) {
886
- border-radius: 0;
3030
+ },
3031
+ variants: {
3032
+ danger: {
3033
+ borderColor: o["red-70"]
3034
+ },
3035
+ success: {
3036
+ borderColor: o["green-60"]
3037
+ },
3038
+ warning: {
3039
+ borderColor: o["orange-60"]
3040
+ }
3041
+ },
3042
+ focused: {
3043
+ default: {
3044
+ ...a(o["primary-20"]),
3045
+ borderColor: o["primary-40"]
3046
+ },
3047
+ danger: { ...a(o["red-30"]) },
3048
+ warning: { ...a(o["orange-20"]) },
3049
+ success: { ...a(o["green-30"]) }
3050
+ },
3051
+ sizes: {
3052
+ xs: {
3053
+ height: h(24),
3054
+ paddingTop: i.xs,
3055
+ paddingRight: i.sm,
3056
+ paddingBottom: i.xs,
3057
+ paddingLeft: i.sm
3058
+ },
3059
+ sm: {
3060
+ height: h(32),
3061
+ paddingTop: i.sm,
3062
+ paddingRight: i.md,
3063
+ paddingBottom: i.sm,
3064
+ paddingLeft: i.md
3065
+ },
3066
+ md: {
3067
+ height: h(40),
3068
+ paddingTop: i.md,
3069
+ paddingRight: i.md,
3070
+ paddingBottom: i.md,
3071
+ paddingLeft: i.md
3072
+ },
3073
+ lg: {
3074
+ height: h(48),
3075
+ paddingTop: i.lg,
3076
+ paddingRight: i.md,
3077
+ paddingBottom: i.lg,
3078
+ paddingLeft: i.md
887
3079
  }
3080
+ },
3081
+ iconPlacement: {
3082
+ xs: {
3083
+ left: h(8),
3084
+ right: h(8)
3085
+ },
3086
+ sm: {
3087
+ left: h(12),
3088
+ right: h(12)
3089
+ },
3090
+ md: {
3091
+ left: h(12),
3092
+ right: h(12)
3093
+ },
3094
+ lg: {
3095
+ left: h(12),
3096
+ right: h(12)
3097
+ }
3098
+ },
3099
+ checkableField: {
3100
+ checked: {
3101
+ color: "neutral-90"
3102
+ // not hex color, only color from browser because is on a content svg
3103
+ },
3104
+ disabled: {
3105
+ opacity: 0.4
3106
+ }
3107
+ },
3108
+ disabled: {
3109
+ backgroundColor: o["beige-40"],
3110
+ color: o["beige-70"],
3111
+ cursor: "not-allowed"
3112
+ },
3113
+ placeholder: {
3114
+ color: o["neutral-50"]
3115
+ },
3116
+ checkablelabel: {
3117
+ default: {},
3118
+ checked: {
3119
+ color: o["neutral-90"],
3120
+ "-webkit-text-stroke": "0.04em"
3121
+ }
3122
+ },
3123
+ select: {
3124
+ default: {
3125
+ maxHeight: h(155),
3126
+ borderRadius: s.md
3127
+ },
3128
+ existing: {
3129
+ color: o["beige-40"],
3130
+ cursor: "not-allowed"
3131
+ },
3132
+ highlighted: {
3133
+ backgroundColor: o["beige-20"],
3134
+ cursor: "default"
3135
+ },
3136
+ selectedAndHighlighted: {
3137
+ backgroundImage: "linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08) 100%)"
3138
+ },
3139
+ selected: {
3140
+ color: o["neutral-90"],
3141
+ fontWeight: d.bold
3142
+ },
3143
+ disabled: {
3144
+ color: o["beige-60"],
3145
+ cursor: "not-allowed"
3146
+ }
3147
+ },
3148
+ fieldset: {
3149
+ "border-width": "0"
888
3150
  }
3151
+ };
3152
+ }, H$ = "work-sans", D$ = 16, B$ = "-0.019rem", R$ = 1.15, W$ = "https://cdn.welcome-ui.com/fonts", O$ = "welcome-font", P$ = "welcome-icon-font", mZ = (t = {}) => {
3153
+ const {
3154
+ defaultFontFamily: c = H$,
3155
+ defaultFontSize: o = D$,
3156
+ defaultLetterSpacing: a = B$,
3157
+ defaultLineHeight: r = R$,
3158
+ fontsUrl: d = W$,
3159
+ headingFontFamily: s = O$,
3160
+ iconFontFamily: i = P$,
3161
+ ...h
3162
+ } = t;
3163
+ let n = {};
3164
+ return n.transformers = { ...l2 }, n.toEm = (u) => `${u / o}em`, n.toRem = (u) => `${u / o}rem`, n.toPx = (u) => `${u * o}px`, n.colors = Z, n.fontsUrl = d, n.fontFaces = L$(n), n.fontSizes = r$("rem", n), n.defaultLineHeight = r, n.defaultLetterSpacing = a, n.lineHeights = i$(n), n.fontWeights = d$, n.letterSpacings = s$(n), n.fonts = g$(c, s, i), n.borderWidths = A$, n.screens = x$, n.space = y$(n), n.inset = n.space, n.radii = I$(n), n.transitions = V$, n.timingFunction = $, n.shadows = F$, n = p(n, h), n.selection = S$(n), n.underline = E$(n), n.focus = T$(n), n.textsFontWeights = h$(n), n.textsFontFamily = u$(n), n.textsFontColors = m$(n), n.textsTextTransform = v$(), n.texts = C(n), n.defaultFields = z$(n), n.icons = Qg(n), n.accordions = Sg(n), n.alerts = Tg(n), n.avatars = zg(n), n.badges = Hg(n), n.breadcrumbs = Dg(n), n.buttons = Bg(n), n.cards = Rg(n), n.checkboxes = Og(n), n.dateTimePickerCommon = Wg(n), n.drawers = Pg(n), n.dropdownMenu = Ug(n), n.fileDrops = _g(n), n.hints = Ng(n), n.labels = Gg(n), n.links = Xg(n), n.loaders = Jg(n), n.modals = Kg(n), n.pagination = Yg(n), n.popovers = jg(n), n.radios = qg(n), n.radiosTab = t$(n), n.sliders = c$(n), n.swipers = l$(n), n.tables = e$(n), n.tabs = o$(n), n.tags = n$(n), n.textareas = a$(n), n.toasts = $$(n), n.toggles = b$(n), n.tooltips = f$(n), n.variantIcon = C$(n), n.states = e2.states, n = p(n, h), n;
3165
+ };
3166
+ var U$ = function() {
3167
+ var t = document.getSelection();
3168
+ if (!t.rangeCount)
3169
+ return function() {
3170
+ };
3171
+ for (var c = document.activeElement, o = [], a = 0; a < t.rangeCount; a++)
3172
+ o.push(t.getRangeAt(a));
3173
+ switch (c.tagName.toUpperCase()) {
3174
+ case "INPUT":
3175
+ case "TEXTAREA":
3176
+ c.blur();
3177
+ break;
3178
+ default:
3179
+ c = null;
3180
+ break;
889
3181
  }
890
-
891
- ${p};
892
- `, Ge = h(
893
- ({ children: r, dataTestId: e, disabled: t, size: n, variant: a }, s) => {
894
- function c(l) {
895
- return W.toArray(l).filter(Boolean).map((i) => _(i, {
896
- ...i.props,
897
- disabled: t || i.props.disabled,
898
- size: n || i.props.size,
899
- variant: a || i.props.variant
900
- }));
3182
+ return t.removeAllRanges(), function() {
3183
+ t.type === "Caret" && t.removeAllRanges(), t.rangeCount || o.forEach(function(r) {
3184
+ t.addRange(r);
3185
+ }), c && c.focus();
3186
+ };
3187
+ }, _$ = U$, f = {
3188
+ "text/plain": "Text",
3189
+ "text/html": "Url",
3190
+ default: "Text"
3191
+ }, N$ = "Copy to clipboard: #{key}, Enter";
3192
+ function G$(t) {
3193
+ var c = (/mac os x/i.test(navigator.userAgent) ? "⌘" : "Ctrl") + "+C";
3194
+ return t.replace(/#{\s*key\s*}/g, c);
3195
+ }
3196
+ function X$(t, c) {
3197
+ var o, a, r, d, s, i, h = !1;
3198
+ c || (c = {}), o = c.debug || !1;
3199
+ try {
3200
+ r = _$(), d = document.createRange(), s = document.getSelection(), i = document.createElement("span"), i.textContent = t, i.ariaHidden = "true", i.style.all = "unset", i.style.position = "fixed", i.style.top = 0, i.style.clip = "rect(0, 0, 0, 0)", i.style.whiteSpace = "pre", i.style.webkitUserSelect = "text", i.style.MozUserSelect = "text", i.style.msUserSelect = "text", i.style.userSelect = "text", i.addEventListener("copy", function(u) {
3201
+ if (u.stopPropagation(), c.format)
3202
+ if (u.preventDefault(), typeof u.clipboardData > "u") {
3203
+ o && console.warn("unable to use e.clipboardData"), o && console.warn("trying IE specific stuff"), window.clipboardData.clearData();
3204
+ var v = f[c.format] || f.default;
3205
+ window.clipboardData.setData(v, t);
3206
+ } else
3207
+ u.clipboardData.clearData(), u.clipboardData.setData(c.format, t);
3208
+ c.onCopy && (u.preventDefault(), c.onCopy(u.clipboardData));
3209
+ }), document.body.appendChild(i), d.selectNodeContents(i), s.addRange(d);
3210
+ var n = document.execCommand("copy");
3211
+ if (!n)
3212
+ throw new Error("copy command was unsuccessful");
3213
+ h = !0;
3214
+ } catch (u) {
3215
+ o && console.error("unable to copy using execCommand: ", u), o && console.warn("trying IE specific stuff");
3216
+ try {
3217
+ window.clipboardData.setData(c.format || "text", t), c.onCopy && c.onCopy(window.clipboardData), h = !0;
3218
+ } catch (v) {
3219
+ o && console.error("unable to copy using clipboardData: ", v), o && console.error("falling back to prompt"), a = G$("message" in c ? c.message : N$), window.prompt(a, t);
901
3220
  }
902
- return /* @__PURE__ */ u.createElement($e, { "data-testid": e, ref: s }, c(r));
903
- }
904
- ), Ce = m(U)`
905
- ${d("cards.cover")};
906
-
907
- ${p};
908
- `, we = ({ src: r, ...e }) => /* @__PURE__ */ u.createElement(Ce, { ...e }, /* @__PURE__ */ u.createElement("img", { src: r })), Ee = m.divBox`
909
- overflow: 'hidden';
910
- border-radius: md;
911
- ${d("cards.default")};
912
- background-size: cover;
913
- background-position: center;
914
-
915
- ${p};
916
- `, Ae = m.divBox`
917
- padding: lg;
918
-
919
- ${p};
920
- `, Be = h(({ children: r, ...e }, t) => /* @__PURE__ */ u.createElement(Ee, { ref: t, ...e }, r)), Pe = Object.assign(Be, {
921
- Body: Ae,
922
- Cover: we
923
- }), ke = v`
924
- from {
925
- opacity: 0;
926
- }
927
- to {
928
- opacity: 1;
3221
+ } finally {
3222
+ s && (typeof s.removeRange == "function" ? s.removeRange(d) : s.removeAllRanges()), i && document.body.removeChild(i), r();
929
3223
  }
930
- `, De = g`
931
- ${ke}
932
- `, B = m($)`
933
- pointer-events: auto;
934
- animation: ${d("transitions.medium")};
935
- animation-name: ${De};
936
- `, Me = h(
937
- ({ size: r = "xs", ...e }, t) => /* @__PURE__ */ u.createElement(B, { ref: t, shape: "circle", size: r, title: "Clear", variant: "ghost", ...e }, /* @__PURE__ */ u.createElement(w, { size: "xxs" }))
938
- ), Ye = B, ve = m($)`
939
- & > svg:only-child {
940
- width: ${d("space.md")};
941
- height: ${d("space.md")};
942
- }
943
- `, je = h((r, e) => /* @__PURE__ */ u.createElement(ve, { ref: e, shape: "circle", size: "sm", title: "Close", variant: "ghost", ...r }, /* @__PURE__ */ u.createElement(w, { size: "lg" })));
3224
+ return h;
3225
+ }
3226
+ var J$ = X$;
3227
+ const Q$ = /* @__PURE__ */ o2(J$);
3228
+ function gZ(t, c) {
3229
+ const [o, a] = O();
3230
+ return [P(() => {
3231
+ let d;
3232
+ typeof t == "number" || typeof t == "string" ? d = t.toString() : t.current instanceof HTMLInputElement ? d = t.current.value : t.current instanceof HTMLElement && (d = t.current.textContent);
3233
+ const s = Q$(d);
3234
+ a(s), c && setTimeout(a, c);
3235
+ }, [t, c]), o];
3236
+ }
944
3237
  export {
945
- Ze as Accordion,
946
- Qe as Alert,
947
- er as AspectRatio,
948
- or as Avatar,
949
- nr as Badge,
950
- C as Box,
951
- lr as Breadcrumb,
952
- sr as BreadcrumbComponent,
953
- $ as Button,
954
- Ge as ButtonGroup,
955
- Pe as Card,
956
- Be as CardComponent,
957
- Me as ClearButton,
958
- je as CloseButton,
959
- br as Flex,
960
- He as StyledButton,
961
- Ye as StyledClearButton,
962
- hr as WuiProvider,
963
- dr as componentSystem,
964
- Le as createTheme,
965
- Oe as darkTheme,
966
- cr as filterSystemProps,
967
- h as forwardRef,
968
- z as shouldForwardProp,
969
- ur as system,
970
- Je as useAccordion,
971
- gr as wrapperSystem
3238
+ pZ as Accordion,
3239
+ d2 as ActionsIcon,
3240
+ m2 as ActivityIcon,
3241
+ b2 as AddIcon,
3242
+ M2 as AddressIcon,
3243
+ A2 as AirplayIcon,
3244
+ CZ as Alert,
3245
+ U as AlertIcon,
3246
+ T2 as AlertOutlineIcon,
3247
+ R2 as AnalyticsIcon,
3248
+ _2 as AnniversaryIcon,
3249
+ Q2 as ArchiveIcon,
3250
+ t1 as ArrowDownIcon,
3251
+ M as ArrowLeftIcon,
3252
+ n1 as ArrowLineDownIcon,
3253
+ s1 as ArrowLineLeftIcon,
3254
+ g1 as ArrowLineRightIcon,
3255
+ f1 as ArrowLineUpIcon,
3256
+ L1 as ArrowRightIcon,
3257
+ x1 as ArrowUpIcon,
3258
+ wZ as AspectRatio,
3259
+ z1 as AspectRatioFillIcon,
3260
+ W1 as AspectRatioFitIcon,
3261
+ qZ as AssetDrawer,
3262
+ nb as AssetModal,
3263
+ A as AttachmentIcon,
3264
+ LZ as Avatar,
3265
+ K1 as AvatarAccessoryIcon,
3266
+ c0 as AvatarBodyIcon,
3267
+ a0 as AvatarBottomIcon,
3268
+ h0 as AvatarCostumeIcon,
3269
+ $0 as AvatarHeadIcon,
3270
+ N1 as AvatarIcon,
3271
+ C0 as AvatarTopIcon,
3272
+ EZ as Badge,
3273
+ V0 as BarChartIcon,
3274
+ F0 as BasketballIcon,
3275
+ H0 as BehanceIcon,
3276
+ O0 as BirthdayIcon,
3277
+ G0 as BoldIcon,
3278
+ l3 as Book2Icon,
3279
+ Y0 as BookIcon,
3280
+ r3 as BookmarkIcon,
3281
+ u3 as BookmarkOutlineIcon,
3282
+ AZ as Box,
3283
+ FZ as Breadcrumb,
3284
+ yZ as BreadcrumbComponent,
3285
+ Z3 as BulbIcon,
3286
+ k3 as BulkIcon,
3287
+ E3 as BuoyIcon,
3288
+ y3 as BurnIcon,
3289
+ TZ as Button,
3290
+ DZ as ButtonGroup,
3291
+ D3 as CaddyIcon,
3292
+ P3 as CalculIcon,
3293
+ x as CameraIcon,
3294
+ X3 as CameraOffIcon,
3295
+ j3 as CameraOnIcon,
3296
+ e5 as CandidateStatusIcon,
3297
+ RZ as Card,
3298
+ WZ as CardComponent,
3299
+ i5 as CardViewIcon,
3300
+ p5 as CastConnectedIcon,
3301
+ v5 as CastIcon,
3302
+ w5 as CastUnavailableIcon,
3303
+ I5 as CelebrateIcon,
3304
+ S5 as CertifiedIcon,
3305
+ _ as CheckIcon,
3306
+ PZ as Checkbox,
3307
+ _Z as ClearButton,
3308
+ B5 as ClipboardIcon,
3309
+ U5 as ClockIcon,
3310
+ XZ as CloseButton,
3311
+ q5 as CodeBlockIcon,
3312
+ J5 as CodeIcon,
3313
+ o4 as CoffeeIcon,
3314
+ d4 as CollapseIcon,
3315
+ m4 as CommentIcon,
3316
+ b4 as CommentOutlineIcon,
3317
+ M4 as CommonAreaIcon,
3318
+ A4 as CompassIcon,
3319
+ T4 as ComputerIcon,
3320
+ R4 as ConnectionIcon,
3321
+ _4 as ContractIcon,
3322
+ Q4 as ControlBackwardIcon,
3323
+ t6 as ControlForwardIcon,
3324
+ n6 as ControlPauseIcon,
3325
+ s6 as ControlStopIcon,
3326
+ g6 as CopyIcon,
3327
+ f6 as CoverLetterIcon,
3328
+ L6 as CreateIcon,
3329
+ x6 as CreditCardIcon,
3330
+ z6 as CrescentMoonIcon,
3331
+ W6 as CrescentMoonOutlineIcon,
3332
+ J as CrossIcon,
3333
+ N6 as CrossTargetIcon,
3334
+ K6 as CrownIcon,
3335
+ F as CsvIcon,
3336
+ c7 as DateIcon,
3337
+ QZ as DatePicker,
3338
+ YZ as DateTimePicker,
3339
+ a7 as DepartmentIcon,
3340
+ h7 as DetailsIcon,
3341
+ $7 as DiamondIcon,
3342
+ C7 as DishIcon,
3343
+ y as DocIcon,
3344
+ S as DocxIcon,
3345
+ Q as DownIcon,
3346
+ V7 as DownloadIcon,
3347
+ F7 as DragAndDropIcon,
3348
+ tp as Drawer,
3349
+ cp as DrawerBackdrop,
3350
+ H7 as DribbbleIcon,
3351
+ np as DropdownMenu,
3352
+ O7 as EarthIcon,
3353
+ L as EditIcon,
3354
+ G7 as EducationLevelIcon,
3355
+ Y7 as EmailIcon,
3356
+ l8 as EmailOutlineIcon,
3357
+ r8 as EotIcon,
3358
+ u8 as EqualIcon,
3359
+ Z8 as EuroCurrencyIcon,
3360
+ k8 as ExpandIcon,
3361
+ E8 as ExpandTextIcon,
3362
+ y8 as ExtendIcon,
3363
+ K as ExternalLinkIcon,
3364
+ D8 as FacebookIcon,
3365
+ P8 as FactoryIcon,
3366
+ X8 as FemaleIcon,
3367
+ ip as Field,
3368
+ vp as FieldGroup,
3369
+ $p as FileDrop,
3370
+ Mp as FileUpload,
3371
+ j8 as FiltersIcon,
3372
+ e9 as FingerprintIcon,
3373
+ m9 as FlagCsIcon,
3374
+ f9 as FlagEnIcon,
3375
+ V9 as FlagEsIcon,
3376
+ y9 as FlagFrIcon,
3377
+ i9 as FlagIcon,
3378
+ D9 as FlagOutlineIcon,
3379
+ P9 as FlagPointedIcon,
3380
+ J9 as FlagSkIcon,
3381
+ tt as FlagUsIcon,
3382
+ Vp as Flex,
3383
+ nt as FolderIcon,
3384
+ st as FullscreenOffIcon,
3385
+ gt as FullscreenOnIcon,
3386
+ ft as GearIcon,
3387
+ Lt as GifIcon,
3388
+ xt as GithubIcon,
3389
+ zt as GoogleIcon,
3390
+ Ip as Grid,
3391
+ Wt as HandshakeIcon,
3392
+ Nt as HardHatIcon,
3393
+ Kt as HashtagIcon,
3394
+ ac as Heading1Icon,
3395
+ hc as Heading2Icon,
3396
+ $c as Heading3Icon,
3397
+ Cc as Heading4Icon,
3398
+ Vc as Heading5Icon,
3399
+ Fc as Heading6Icon,
3400
+ cc as HeadingIcon,
3401
+ Hc as HeadsetIcon,
3402
+ Oc as HeartIcon,
3403
+ Gc as HeartOutlineIcon,
3404
+ Yc as HeartShinyIcon,
3405
+ Y as HideIcon,
3406
+ xp as Hint,
3407
+ ll as HomeIcon,
3408
+ rl as HouseIcon,
3409
+ l as Icon,
3410
+ Np as IconFont,
3411
+ Gp as IconFontStyled,
3412
+ dp as IconGroupWrapper,
3413
+ sp as IconWrapper,
3414
+ uZ as Icons,
3415
+ Zp as ImagePreview,
3416
+ ul as InProgressCandidateIcon,
3417
+ N as InformationIcon,
3418
+ Zl as InformationOutlineIcon,
3419
+ Jp as InputText,
3420
+ kl as InstagramIcon,
3421
+ El as ItalicIcon,
3422
+ yl as JpegIcon,
3423
+ Dl as JpgIcon,
3424
+ Pl as JusticeHammerIcon,
3425
+ Xl as KanbanIcon,
3426
+ jl as KeyIcon,
3427
+ Pp as Label,
3428
+ ee as LanguageIcon,
3429
+ ie as LeafIcon,
3430
+ q as LeftIcon,
3431
+ ve as LineChartIcon,
3432
+ Kp as Link,
3433
+ pe as LinkIcon,
3434
+ we as LinkedinIcon,
3435
+ jp as Loader,
3436
+ Ie as LocationIcon,
3437
+ t2 as LockIcon,
3438
+ Se as LockRoundedIcon,
3439
+ Be as LogOutIcon,
3440
+ tb as Logo,
3441
+ Ue as MaleIcon,
3442
+ Je as MapIcon,
3443
+ oo as Masonry2Icon,
3444
+ qe as MasonryIcon,
3445
+ so as MeetingRoomIcon,
3446
+ go as MegaphoneIcon,
3447
+ fo as MentionIcon,
3448
+ Lo as MenuIcon,
3449
+ xo as MicIcon,
3450
+ zo as MicrophoneOffIcon,
3451
+ Wo as MicrophoneOnIcon,
3452
+ No as MicroshipIcon,
3453
+ Ko as MobileIcon,
3454
+ ab as Modal,
3455
+ cn as MoneyIcon,
3456
+ un as MoreAndroidIcon,
3457
+ an as MoreIcon,
3458
+ Zn as MountainIcon,
3459
+ kn as MoveIcon,
3460
+ T as MusicIcon,
3461
+ V as NegativeIcon,
3462
+ En as NegativeOutlineIcon,
3463
+ yn as NegativeStraightIcon,
3464
+ Dn as NewCandidateIcon,
3465
+ Pn as NotificationIcon,
3466
+ ef as Notifications,
3467
+ Xn as NpmIcon,
3468
+ jn as OfferStatusIcon,
3469
+ ea as OfficeIcon,
3470
+ ia as OrderedListIcon,
3471
+ va as OrigineIcon,
3472
+ db as Pagination,
3473
+ pa as PaperplaneIcon,
3474
+ Wp as PasswordInput,
3475
+ z as PdfIcon,
3476
+ wa as PencilIcon,
3477
+ Ia as PhoneIcon,
3478
+ Sa as PhoneOutlineIcon,
3479
+ hb as Picker,
3480
+ Ba as PicturesIcon,
3481
+ Ua as PiechartIcon,
3482
+ Ja as PinIcon,
3483
+ qa as PinterestIcon,
3484
+ or as PizzaIcon,
3485
+ dr as PlayIcon,
3486
+ mr as PlayOutlineIcon,
3487
+ br as PlaylistIcon,
3488
+ Mr as PngIcon,
3489
+ Ar as PodcastIcon,
3490
+ vb as Popover,
3491
+ mb as PopoverHover,
3492
+ E as PositiveIcon,
3493
+ Tr as PositiveOutlineIcon,
3494
+ Rr as PositiveStraightIcon,
3495
+ H as PptIcon,
3496
+ _r as PrintIcon,
3497
+ G as PromoteIcon,
3498
+ Qr as PuzzleIcon,
3499
+ ti as PuzzleOutlineIcon,
3500
+ ni as QuestionIcon,
3501
+ si as QuestionsIcon,
3502
+ gi as QuoteIcon,
3503
+ pb as Radio,
3504
+ fb as RadioGroup,
3505
+ kb as RadioTab,
3506
+ fi as RefreshIcon,
3507
+ Li as RefuseCandidateIcon,
3508
+ xi as RemoteIcon,
3509
+ zi as RemoveIcon,
3510
+ Wi as ResetIcon,
3511
+ Ni as ResumeIcon,
3512
+ Ki as ReviewIcon,
3513
+ cd as ReviewOutlineIcon,
3514
+ c2 as RightIcon,
3515
+ ad as SalaryIcon,
3516
+ hd as SaveIcon,
3517
+ $d as ScreenshareOffIcon,
3518
+ Cd as ScreenshareOnIcon,
3519
+ Mb as Search,
3520
+ Vd as SearchIcon,
3521
+ Fd as SearchPeopleIcon,
3522
+ Dp as Select,
3523
+ Hd as SettingsIcon,
3524
+ Eb as Shape,
3525
+ Od as Share1Icon,
3526
+ Gd as Share2Icon,
3527
+ Yd as ShieldIcon,
3528
+ j as ShowIcon,
3529
+ ls as SlackIcon,
3530
+ Ab as Slider,
3531
+ xb as SliderComponent,
3532
+ cb as SolutionsSymbol,
3533
+ rs as SoundOffIcon,
3534
+ us as SoundOnIcon,
3535
+ Zs as SourceIcon,
3536
+ ks as SpannerIcon,
3537
+ Es as SparklesIcon,
3538
+ X as SquareAlertIcon,
3539
+ zb as Stack,
3540
+ ys as StackoverflowIcon,
3541
+ Ds as StackserverIcon,
3542
+ Ps as StarIcon,
3543
+ Xs as StarOutlineIcon,
3544
+ js as StrikethroughIcon,
3545
+ zZ as StyledButton,
3546
+ NZ as StyledClearButton,
3547
+ mp as StyledFieldGroup,
3548
+ Fp as StyledHint,
3549
+ Sp as StyledIcon,
3550
+ Up as StyledLabel,
3551
+ Lb as StyledSearch,
3552
+ Bp as StyledSelect,
3553
+ Db as StyledSwiper,
3554
+ Jb as StyledTag,
3555
+ eh as SubtitleIcon,
3556
+ ih as SuccessIcon,
3557
+ vh as SuitcaseIcon,
3558
+ ph as SunIcon,
3559
+ wh as SvgIcon,
3560
+ Bb as Swiper,
3561
+ lb as Symbol,
3562
+ Ih as SymbolIcon,
3563
+ _b as Tab,
3564
+ Nb as TabComponent,
3565
+ Ob as Table,
3566
+ Bh as TableColumnAddAfterIcon,
3567
+ Uh as TableColumnAddBeforeIcon,
3568
+ Jh as TableColumnRemoveIcon,
3569
+ Pb as TableComponent,
3570
+ qh as TableDeleteIcon,
3571
+ ou as TableDivideIcon,
3572
+ Sh as TableIcon,
3573
+ du as TableMergeCellsIcon,
3574
+ mu as TableRowAddAboveIcon,
3575
+ bu as TableRowAddBelowIcon,
3576
+ Mu as TableRowRemoveIcon,
3577
+ Au as TabletIcon,
3578
+ Qb as Tag,
3579
+ Tu as TagIcon,
3580
+ Ru as TargetIcon,
3581
+ _u as TeepeeIcon,
3582
+ Yb as Text,
3583
+ qb as Textarea,
3584
+ Qu as ThumbDownIcon,
3585
+ tv as ThumbUpIcon,
3586
+ nv as ThunderclockIcon,
3587
+ sv as TiktokIcon,
3588
+ cf as TimePicker,
3589
+ of as Toast,
3590
+ hf as Toggle,
3591
+ vf as Tooltip,
3592
+ I as TrashIcon,
3593
+ gv as TreeIcon,
3594
+ lp as Trigger,
3595
+ fv as TrophyIcon,
3596
+ Lv as TtfIcon,
3597
+ xv as TwitchIcon,
3598
+ zv as TwitterIcon,
3599
+ Wv as TxtIcon,
3600
+ Nv as TypeIcon,
3601
+ Kv as UnavailableIcon,
3602
+ cm as UnderlineIcon,
3603
+ am as UnorderedListIcon,
3604
+ hm as UpIcon,
3605
+ $m as UpdateIcon,
3606
+ Cm as UploadIcon,
3607
+ Vm as UserIcon,
3608
+ Fm as UserOutlineIcon,
3609
+ zp as VariantIcon,
3610
+ Om as VideoCamera2Icon,
3611
+ Hm as VideoCameraIcon,
3612
+ D as VideoIcon,
3613
+ Gm as WatchLaterIcon,
3614
+ gf as WelcomeLoader,
3615
+ eb as WelcomeUILogo,
3616
+ lg as Woff2Icon,
3617
+ Ym as WoffIcon,
3618
+ rg as WriteIcon,
3619
+ ug as WttjIcon,
3620
+ Zf as WuiProvider,
3621
+ Zg as XIcon,
3622
+ kg as XingIcon,
3623
+ B as XlsIcon,
3624
+ R as XlsxIcon,
3625
+ Eg as YoutubeIcon,
3626
+ yg as ZapierIcon,
3627
+ W as ZipIcon,
3628
+ mZ as createTheme,
3629
+ vZ as darkTheme,
3630
+ nf as dismiss,
3631
+ Fb as ensureMinMax,
3632
+ hp as getBaseType,
3633
+ bp as getFileIcon,
3634
+ fp as getFileName,
3635
+ Cp as getFileSize,
3636
+ kp as getMimeType,
3637
+ af as remove,
3638
+ yb as round,
3639
+ Sb as thumbWidth,
3640
+ rf as toast,
3641
+ bZ as useAccordion,
3642
+ gZ as useCopyText,
3643
+ ep as useDrawer,
3644
+ ap as useDropdownMenu,
3645
+ rb as useModal,
3646
+ gb as usePopover,
3647
+ $b as usePopoverHover,
3648
+ Rb as useSwiper,
3649
+ Gb as useTab,
3650
+ df as useToast
972
3651
  };