@tdm-design/icons 0.0.2

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 (1044) hide show
  1. package/README.md +206 -0
  2. package/dist/index.umd.global.js +7285 -0
  3. package/dist/index.umd.min.global.js +95 -0
  4. package/es/components/Context.d.ts +11 -0
  5. package/es/components/Context.d.ts.map +1 -0
  6. package/es/components/Context.mjs +9 -0
  7. package/es/components/Context.mjs.map +1 -0
  8. package/es/components/Icon.d.ts +21 -0
  9. package/es/components/Icon.d.ts.map +1 -0
  10. package/es/components/Icon.mjs +120 -0
  11. package/es/components/Icon.mjs.map +1 -0
  12. package/es/components/IconBase.d.ts +12 -0
  13. package/es/components/IconBase.d.ts.map +1 -0
  14. package/es/components/IconBase.mjs +64 -0
  15. package/es/components/IconBase.mjs.map +1 -0
  16. package/es/components/SmIcon.d.ts +10 -0
  17. package/es/components/SmIcon.d.ts.map +1 -0
  18. package/es/components/SmIcon.mjs +98 -0
  19. package/es/components/SmIcon.mjs.map +1 -0
  20. package/es/icons/AddressBookFilledIcon.d.ts +6 -0
  21. package/es/icons/AddressBookFilledIcon.d.ts.map +1 -0
  22. package/es/icons/AddressBookFilledIcon.mjs +50 -0
  23. package/es/icons/AddressBookFilledIcon.mjs.map +1 -0
  24. package/es/icons/AddressBookOutlinedIcon.d.ts +6 -0
  25. package/es/icons/AddressBookOutlinedIcon.d.ts.map +1 -0
  26. package/es/icons/AddressBookOutlinedIcon.mjs +50 -0
  27. package/es/icons/AddressBookOutlinedIcon.mjs.map +1 -0
  28. package/es/icons/AirplayOutlinedIcon.d.ts +6 -0
  29. package/es/icons/AirplayOutlinedIcon.d.ts.map +1 -0
  30. package/es/icons/AirplayOutlinedIcon.mjs +50 -0
  31. package/es/icons/AirplayOutlinedIcon.mjs.map +1 -0
  32. package/es/icons/AlertCircleOutlineIcon.d.ts +6 -0
  33. package/es/icons/AlertCircleOutlineIcon.d.ts.map +1 -0
  34. package/es/icons/AlertCircleOutlineIcon.mjs +50 -0
  35. package/es/icons/AlertCircleOutlineIcon.mjs.map +1 -0
  36. package/es/icons/AlertTriangleOutlinedIcon.d.ts +6 -0
  37. package/es/icons/AlertTriangleOutlinedIcon.d.ts.map +1 -0
  38. package/es/icons/AlertTriangleOutlinedIcon.mjs +50 -0
  39. package/es/icons/AlertTriangleOutlinedIcon.mjs.map +1 -0
  40. package/es/icons/ArchiveFilledIcon.d.ts +6 -0
  41. package/es/icons/ArchiveFilledIcon.d.ts.map +1 -0
  42. package/es/icons/ArchiveFilledIcon.mjs +54 -0
  43. package/es/icons/ArchiveFilledIcon.mjs.map +1 -0
  44. package/es/icons/ArchiveOutlinedIcon.d.ts +6 -0
  45. package/es/icons/ArchiveOutlinedIcon.d.ts.map +1 -0
  46. package/es/icons/ArchiveOutlinedIcon.mjs +50 -0
  47. package/es/icons/ArchiveOutlinedIcon.mjs.map +1 -0
  48. package/es/icons/ArrowLeftIcon.d.ts +6 -0
  49. package/es/icons/ArrowLeftIcon.d.ts.map +1 -0
  50. package/es/icons/ArrowLeftIcon.mjs +50 -0
  51. package/es/icons/ArrowLeftIcon.mjs.map +1 -0
  52. package/es/icons/ArrowRightIcon.d.ts +6 -0
  53. package/es/icons/ArrowRightIcon.d.ts.map +1 -0
  54. package/es/icons/ArrowRightIcon.mjs +50 -0
  55. package/es/icons/ArrowRightIcon.mjs.map +1 -0
  56. package/es/icons/AwardFilledIcon.d.ts +6 -0
  57. package/es/icons/AwardFilledIcon.d.ts.map +1 -0
  58. package/es/icons/AwardFilledIcon.mjs +54 -0
  59. package/es/icons/AwardFilledIcon.mjs.map +1 -0
  60. package/es/icons/AwardOutlinedIcon.d.ts +6 -0
  61. package/es/icons/AwardOutlinedIcon.d.ts.map +1 -0
  62. package/es/icons/AwardOutlinedIcon.mjs +50 -0
  63. package/es/icons/AwardOutlinedIcon.mjs.map +1 -0
  64. package/es/icons/BellFilledIcon.d.ts +6 -0
  65. package/es/icons/BellFilledIcon.d.ts.map +1 -0
  66. package/es/icons/BellFilledIcon.mjs +54 -0
  67. package/es/icons/BellFilledIcon.mjs.map +1 -0
  68. package/es/icons/BellOutlinedIcon.d.ts +6 -0
  69. package/es/icons/BellOutlinedIcon.d.ts.map +1 -0
  70. package/es/icons/BellOutlinedIcon.mjs +50 -0
  71. package/es/icons/BellOutlinedIcon.mjs.map +1 -0
  72. package/es/icons/BellRingFilledIcon.d.ts +6 -0
  73. package/es/icons/BellRingFilledIcon.d.ts.map +1 -0
  74. package/es/icons/BellRingFilledIcon.mjs +50 -0
  75. package/es/icons/BellRingFilledIcon.mjs.map +1 -0
  76. package/es/icons/BellRingOutlinedIcon.d.ts +6 -0
  77. package/es/icons/BellRingOutlinedIcon.d.ts.map +1 -0
  78. package/es/icons/BellRingOutlinedIcon.mjs +50 -0
  79. package/es/icons/BellRingOutlinedIcon.mjs.map +1 -0
  80. package/es/icons/BookOpenFilledIcon.d.ts +6 -0
  81. package/es/icons/BookOpenFilledIcon.d.ts.map +1 -0
  82. package/es/icons/BookOpenFilledIcon.mjs +54 -0
  83. package/es/icons/BookOpenFilledIcon.mjs.map +1 -0
  84. package/es/icons/BookOpenOutlinedIcon.d.ts +6 -0
  85. package/es/icons/BookOpenOutlinedIcon.d.ts.map +1 -0
  86. package/es/icons/BookOpenOutlinedIcon.mjs +50 -0
  87. package/es/icons/BookOpenOutlinedIcon.mjs.map +1 -0
  88. package/es/icons/CalendarOutlinedIcon.d.ts +6 -0
  89. package/es/icons/CalendarOutlinedIcon.d.ts.map +1 -0
  90. package/es/icons/CalendarOutlinedIcon.mjs +50 -0
  91. package/es/icons/CalendarOutlinedIcon.mjs.map +1 -0
  92. package/es/icons/CalenderDaysOutlinedIcon.d.ts +6 -0
  93. package/es/icons/CalenderDaysOutlinedIcon.d.ts.map +1 -0
  94. package/es/icons/CalenderDaysOutlinedIcon.mjs +60 -0
  95. package/es/icons/CalenderDaysOutlinedIcon.mjs.map +1 -0
  96. package/es/icons/CaretDownFilledIcon.d.ts +6 -0
  97. package/es/icons/CaretDownFilledIcon.d.ts.map +1 -0
  98. package/es/icons/CaretDownFilledIcon.mjs +50 -0
  99. package/es/icons/CaretDownFilledIcon.mjs.map +1 -0
  100. package/es/icons/CaretUpFilledIcon.d.ts +6 -0
  101. package/es/icons/CaretUpFilledIcon.d.ts.map +1 -0
  102. package/es/icons/CaretUpFilledIcon.mjs +50 -0
  103. package/es/icons/CaretUpFilledIcon.mjs.map +1 -0
  104. package/es/icons/ChartPollFilledIcon.d.ts +6 -0
  105. package/es/icons/ChartPollFilledIcon.d.ts.map +1 -0
  106. package/es/icons/ChartPollFilledIcon.mjs +50 -0
  107. package/es/icons/ChartPollFilledIcon.mjs.map +1 -0
  108. package/es/icons/ChartPollOutlinedIcon.d.ts +6 -0
  109. package/es/icons/ChartPollOutlinedIcon.d.ts.map +1 -0
  110. package/es/icons/ChartPollOutlinedIcon.mjs +54 -0
  111. package/es/icons/ChartPollOutlinedIcon.mjs.map +1 -0
  112. package/es/icons/ChartSimpleIcon.d.ts +6 -0
  113. package/es/icons/ChartSimpleIcon.d.ts.map +1 -0
  114. package/es/icons/ChartSimpleIcon.mjs +50 -0
  115. package/es/icons/ChartSimpleIcon.mjs.map +1 -0
  116. package/es/icons/CheckOutlinedIcon.d.ts +6 -0
  117. package/es/icons/CheckOutlinedIcon.d.ts.map +1 -0
  118. package/es/icons/CheckOutlinedIcon.mjs +50 -0
  119. package/es/icons/CheckOutlinedIcon.mjs.map +1 -0
  120. package/es/icons/ChevronDownSingleIcon.d.ts +6 -0
  121. package/es/icons/ChevronDownSingleIcon.d.ts.map +1 -0
  122. package/es/icons/ChevronDownSingleIcon.mjs +50 -0
  123. package/es/icons/ChevronDownSingleIcon.mjs.map +1 -0
  124. package/es/icons/ChevronLeftDoubleIcon.d.ts +6 -0
  125. package/es/icons/ChevronLeftDoubleIcon.d.ts.map +1 -0
  126. package/es/icons/ChevronLeftDoubleIcon.mjs +50 -0
  127. package/es/icons/ChevronLeftDoubleIcon.mjs.map +1 -0
  128. package/es/icons/ChevronLeftSingleIcon.d.ts +6 -0
  129. package/es/icons/ChevronLeftSingleIcon.d.ts.map +1 -0
  130. package/es/icons/ChevronLeftSingleIcon.mjs +50 -0
  131. package/es/icons/ChevronLeftSingleIcon.mjs.map +1 -0
  132. package/es/icons/ChevronRightDoubleIcon.d.ts +6 -0
  133. package/es/icons/ChevronRightDoubleIcon.d.ts.map +1 -0
  134. package/es/icons/ChevronRightDoubleIcon.mjs +50 -0
  135. package/es/icons/ChevronRightDoubleIcon.mjs.map +1 -0
  136. package/es/icons/ChevronRightSingleIcon.d.ts +6 -0
  137. package/es/icons/ChevronRightSingleIcon.d.ts.map +1 -0
  138. package/es/icons/ChevronRightSingleIcon.mjs +50 -0
  139. package/es/icons/ChevronRightSingleIcon.mjs.map +1 -0
  140. package/es/icons/ChevronUpDoubleIcon.d.ts +6 -0
  141. package/es/icons/ChevronUpDoubleIcon.d.ts.map +1 -0
  142. package/es/icons/ChevronUpDoubleIcon.mjs +50 -0
  143. package/es/icons/ChevronUpDoubleIcon.mjs.map +1 -0
  144. package/es/icons/ChevronUpSingleIcon.d.ts +6 -0
  145. package/es/icons/ChevronUpSingleIcon.d.ts.map +1 -0
  146. package/es/icons/ChevronUpSingleIcon.mjs +50 -0
  147. package/es/icons/ChevronUpSingleIcon.mjs.map +1 -0
  148. package/es/icons/CircleQuestionOutlinedIcon.d.ts +6 -0
  149. package/es/icons/CircleQuestionOutlinedIcon.d.ts.map +1 -0
  150. package/es/icons/CircleQuestionOutlinedIcon.mjs +54 -0
  151. package/es/icons/CircleQuestionOutlinedIcon.mjs.map +1 -0
  152. package/es/icons/CircleUserOutlinedIcon.d.ts +6 -0
  153. package/es/icons/CircleUserOutlinedIcon.d.ts.map +1 -0
  154. package/es/icons/CircleUserOutlinedIcon.mjs +50 -0
  155. package/es/icons/CircleUserOutlinedIcon.mjs.map +1 -0
  156. package/es/icons/CircleXMarkFilledIcon.d.ts +6 -0
  157. package/es/icons/CircleXMarkFilledIcon.d.ts.map +1 -0
  158. package/es/icons/CircleXMarkFilledIcon.mjs +50 -0
  159. package/es/icons/CircleXMarkFilledIcon.mjs.map +1 -0
  160. package/es/icons/CircleXMarkOutlinedIcon.d.ts +6 -0
  161. package/es/icons/CircleXMarkOutlinedIcon.d.ts.map +1 -0
  162. package/es/icons/CircleXMarkOutlinedIcon.mjs +53 -0
  163. package/es/icons/CircleXMarkOutlinedIcon.mjs.map +1 -0
  164. package/es/icons/ClockOutlinedIcon.d.ts +6 -0
  165. package/es/icons/ClockOutlinedIcon.d.ts.map +1 -0
  166. package/es/icons/ClockOutlinedIcon.mjs +50 -0
  167. package/es/icons/ClockOutlinedIcon.mjs.map +1 -0
  168. package/es/icons/ClockRotateLeftFilledIcon.d.ts +6 -0
  169. package/es/icons/ClockRotateLeftFilledIcon.d.ts.map +1 -0
  170. package/es/icons/ClockRotateLeftFilledIcon.mjs +50 -0
  171. package/es/icons/ClockRotateLeftFilledIcon.mjs.map +1 -0
  172. package/es/icons/ClockRotateLeftOutlinedIcon.d.ts +6 -0
  173. package/es/icons/ClockRotateLeftOutlinedIcon.d.ts.map +1 -0
  174. package/es/icons/ClockRotateLeftOutlinedIcon.mjs +50 -0
  175. package/es/icons/ClockRotateLeftOutlinedIcon.mjs.map +1 -0
  176. package/es/icons/CodeOutlinedIcon.d.ts +6 -0
  177. package/es/icons/CodeOutlinedIcon.d.ts.map +1 -0
  178. package/es/icons/CodeOutlinedIcon.mjs +50 -0
  179. package/es/icons/CodeOutlinedIcon.mjs.map +1 -0
  180. package/es/icons/ConnerDownLeftIcon.d.ts +6 -0
  181. package/es/icons/ConnerDownLeftIcon.d.ts.map +1 -0
  182. package/es/icons/ConnerDownLeftIcon.mjs +50 -0
  183. package/es/icons/ConnerDownLeftIcon.mjs.map +1 -0
  184. package/es/icons/CopyOutlinedIcon.d.ts +6 -0
  185. package/es/icons/CopyOutlinedIcon.d.ts.map +1 -0
  186. package/es/icons/CopyOutlinedIcon.mjs +50 -0
  187. package/es/icons/CopyOutlinedIcon.mjs.map +1 -0
  188. package/es/icons/DeviceOutlineIcon.d.ts +6 -0
  189. package/es/icons/DeviceOutlineIcon.d.ts.map +1 -0
  190. package/es/icons/DeviceOutlineIcon.mjs +50 -0
  191. package/es/icons/DeviceOutlineIcon.mjs.map +1 -0
  192. package/es/icons/DownloadIcon.d.ts +6 -0
  193. package/es/icons/DownloadIcon.d.ts.map +1 -0
  194. package/es/icons/DownloadIcon.mjs +50 -0
  195. package/es/icons/DownloadIcon.mjs.map +1 -0
  196. package/es/icons/EmailOutlinedIcon.d.ts +6 -0
  197. package/es/icons/EmailOutlinedIcon.d.ts.map +1 -0
  198. package/es/icons/EmailOutlinedIcon.mjs +50 -0
  199. package/es/icons/EmailOutlinedIcon.mjs.map +1 -0
  200. package/es/icons/ExternalLinkIcon.d.ts +6 -0
  201. package/es/icons/ExternalLinkIcon.d.ts.map +1 -0
  202. package/es/icons/ExternalLinkIcon.mjs +50 -0
  203. package/es/icons/ExternalLinkIcon.mjs.map +1 -0
  204. package/es/icons/EyeInvisibleOutlinedIcon.d.ts +6 -0
  205. package/es/icons/EyeInvisibleOutlinedIcon.d.ts.map +1 -0
  206. package/es/icons/EyeInvisibleOutlinedIcon.mjs +50 -0
  207. package/es/icons/EyeInvisibleOutlinedIcon.mjs.map +1 -0
  208. package/es/icons/EyeVisibleOutlinedIcon.d.ts +6 -0
  209. package/es/icons/EyeVisibleOutlinedIcon.d.ts.map +1 -0
  210. package/es/icons/EyeVisibleOutlinedIcon.mjs +58 -0
  211. package/es/icons/EyeVisibleOutlinedIcon.mjs.map +1 -0
  212. package/es/icons/FileOutlinedIcon.d.ts +6 -0
  213. package/es/icons/FileOutlinedIcon.d.ts.map +1 -0
  214. package/es/icons/FileOutlinedIcon.mjs +50 -0
  215. package/es/icons/FileOutlinedIcon.mjs.map +1 -0
  216. package/es/icons/FileTextFilledIcon.d.ts +6 -0
  217. package/es/icons/FileTextFilledIcon.d.ts.map +1 -0
  218. package/es/icons/FileTextFilledIcon.mjs +50 -0
  219. package/es/icons/FileTextFilledIcon.mjs.map +1 -0
  220. package/es/icons/FileTextOutlinedIcon.d.ts +6 -0
  221. package/es/icons/FileTextOutlinedIcon.d.ts.map +1 -0
  222. package/es/icons/FileTextOutlinedIcon.mjs +50 -0
  223. package/es/icons/FileTextOutlinedIcon.mjs.map +1 -0
  224. package/es/icons/FilterOutlinedIcon.d.ts +6 -0
  225. package/es/icons/FilterOutlinedIcon.d.ts.map +1 -0
  226. package/es/icons/FilterOutlinedIcon.mjs +50 -0
  227. package/es/icons/FilterOutlinedIcon.mjs.map +1 -0
  228. package/es/icons/FolderOutlinedIcon.d.ts +6 -0
  229. package/es/icons/FolderOutlinedIcon.d.ts.map +1 -0
  230. package/es/icons/FolderOutlinedIcon.mjs +50 -0
  231. package/es/icons/FolderOutlinedIcon.mjs.map +1 -0
  232. package/es/icons/ForensicWatermarkingIcon.d.ts +6 -0
  233. package/es/icons/ForensicWatermarkingIcon.d.ts.map +1 -0
  234. package/es/icons/ForensicWatermarkingIcon.mjs +58 -0
  235. package/es/icons/ForensicWatermarkingIcon.mjs.map +1 -0
  236. package/es/icons/GearCodeOutlinedIcon.d.ts +6 -0
  237. package/es/icons/GearCodeOutlinedIcon.d.ts.map +1 -0
  238. package/es/icons/GearCodeOutlinedIcon.mjs +50 -0
  239. package/es/icons/GearCodeOutlinedIcon.mjs.map +1 -0
  240. package/es/icons/GearFilledIcon.d.ts +6 -0
  241. package/es/icons/GearFilledIcon.d.ts.map +1 -0
  242. package/es/icons/GearFilledIcon.mjs +50 -0
  243. package/es/icons/GearFilledIcon.mjs.map +1 -0
  244. package/es/icons/GearOutlinedIcon.d.ts +6 -0
  245. package/es/icons/GearOutlinedIcon.d.ts.map +1 -0
  246. package/es/icons/GearOutlinedIcon.mjs +50 -0
  247. package/es/icons/GearOutlinedIcon.mjs.map +1 -0
  248. package/es/icons/GlobeOutlinedIcon.d.ts +6 -0
  249. package/es/icons/GlobeOutlinedIcon.d.ts.map +1 -0
  250. package/es/icons/GlobeOutlinedIcon.mjs +50 -0
  251. package/es/icons/GlobeOutlinedIcon.mjs.map +1 -0
  252. package/es/icons/Grid2FilledIcon.d.ts +6 -0
  253. package/es/icons/Grid2FilledIcon.d.ts.map +1 -0
  254. package/es/icons/Grid2FilledIcon.mjs +58 -0
  255. package/es/icons/Grid2FilledIcon.mjs.map +1 -0
  256. package/es/icons/Grid2OutlinedIcon.d.ts +6 -0
  257. package/es/icons/Grid2OutlinedIcon.d.ts.map +1 -0
  258. package/es/icons/Grid2OutlinedIcon.mjs +50 -0
  259. package/es/icons/Grid2OutlinedIcon.mjs.map +1 -0
  260. package/es/icons/IDCardClipOutlinedIcon.d.ts +6 -0
  261. package/es/icons/IDCardClipOutlinedIcon.d.ts.map +1 -0
  262. package/es/icons/IDCardClipOutlinedIcon.mjs +50 -0
  263. package/es/icons/IDCardClipOutlinedIcon.mjs.map +1 -0
  264. package/es/icons/IDCardOutlinedIcon.d.ts +6 -0
  265. package/es/icons/IDCardOutlinedIcon.d.ts.map +1 -0
  266. package/es/icons/IDCardOutlinedIcon.mjs +50 -0
  267. package/es/icons/IDCardOutlinedIcon.mjs.map +1 -0
  268. package/es/icons/ImageOutlinedIcon.d.ts +6 -0
  269. package/es/icons/ImageOutlinedIcon.d.ts.map +1 -0
  270. package/es/icons/ImageOutlinedIcon.mjs +50 -0
  271. package/es/icons/ImageOutlinedIcon.mjs.map +1 -0
  272. package/es/icons/KeySkeletonIcon.d.ts +6 -0
  273. package/es/icons/KeySkeletonIcon.d.ts.map +1 -0
  274. package/es/icons/KeySkeletonIcon.mjs +50 -0
  275. package/es/icons/KeySkeletonIcon.mjs.map +1 -0
  276. package/es/icons/LaptopMobileFilledIcon.d.ts +6 -0
  277. package/es/icons/LaptopMobileFilledIcon.d.ts.map +1 -0
  278. package/es/icons/LaptopMobileFilledIcon.mjs +58 -0
  279. package/es/icons/LaptopMobileFilledIcon.mjs.map +1 -0
  280. package/es/icons/LaptopMobileOutlinedIcon.d.ts +6 -0
  281. package/es/icons/LaptopMobileOutlinedIcon.d.ts.map +1 -0
  282. package/es/icons/LaptopMobileOutlinedIcon.mjs +58 -0
  283. package/es/icons/LaptopMobileOutlinedIcon.mjs.map +1 -0
  284. package/es/icons/LoadingLineIcon.d.ts +6 -0
  285. package/es/icons/LoadingLineIcon.d.ts.map +1 -0
  286. package/es/icons/LoadingLineIcon.mjs +50 -0
  287. package/es/icons/LoadingLineIcon.mjs.map +1 -0
  288. package/es/icons/LockFilledIcon.d.ts +6 -0
  289. package/es/icons/LockFilledIcon.d.ts.map +1 -0
  290. package/es/icons/LockFilledIcon.mjs +54 -0
  291. package/es/icons/LockFilledIcon.mjs.map +1 -0
  292. package/es/icons/LogoutIcon.d.ts +6 -0
  293. package/es/icons/LogoutIcon.d.ts.map +1 -0
  294. package/es/icons/LogoutIcon.mjs +50 -0
  295. package/es/icons/LogoutIcon.mjs.map +1 -0
  296. package/es/icons/MenuIcon.d.ts +6 -0
  297. package/es/icons/MenuIcon.d.ts.map +1 -0
  298. package/es/icons/MenuIcon.mjs +50 -0
  299. package/es/icons/MenuIcon.mjs.map +1 -0
  300. package/es/icons/MessageOutlinedIcon.d.ts +6 -0
  301. package/es/icons/MessageOutlinedIcon.d.ts.map +1 -0
  302. package/es/icons/MessageOutlinedIcon.mjs +50 -0
  303. package/es/icons/MessageOutlinedIcon.mjs.map +1 -0
  304. package/es/icons/MoreHorizontalIcon.d.ts +6 -0
  305. package/es/icons/MoreHorizontalIcon.d.ts.map +1 -0
  306. package/es/icons/MoreHorizontalIcon.mjs +50 -0
  307. package/es/icons/MoreHorizontalIcon.mjs.map +1 -0
  308. package/es/icons/MoreVerticalIcon.d.ts +6 -0
  309. package/es/icons/MoreVerticalIcon.d.ts.map +1 -0
  310. package/es/icons/MoreVerticalIcon.mjs +50 -0
  311. package/es/icons/MoreVerticalIcon.mjs.map +1 -0
  312. package/es/icons/NewspaperFilledIcon.d.ts +6 -0
  313. package/es/icons/NewspaperFilledIcon.d.ts.map +1 -0
  314. package/es/icons/NewspaperFilledIcon.mjs +50 -0
  315. package/es/icons/NewspaperFilledIcon.mjs.map +1 -0
  316. package/es/icons/NewspaperOutlinedIcon.d.ts +6 -0
  317. package/es/icons/NewspaperOutlinedIcon.d.ts.map +1 -0
  318. package/es/icons/NewspaperOutlinedIcon.mjs +50 -0
  319. package/es/icons/NewspaperOutlinedIcon.mjs.map +1 -0
  320. package/es/icons/OctagonXMarkOutlinedIcon.d.ts +6 -0
  321. package/es/icons/OctagonXMarkOutlinedIcon.d.ts.map +1 -0
  322. package/es/icons/OctagonXMarkOutlinedIcon.mjs +53 -0
  323. package/es/icons/OctagonXMarkOutlinedIcon.mjs.map +1 -0
  324. package/es/icons/PaperClipOutlinedIcon.d.ts +6 -0
  325. package/es/icons/PaperClipOutlinedIcon.d.ts.map +1 -0
  326. package/es/icons/PaperClipOutlinedIcon.mjs +50 -0
  327. package/es/icons/PaperClipOutlinedIcon.mjs.map +1 -0
  328. package/es/icons/PenOutlinedIcon.d.ts +6 -0
  329. package/es/icons/PenOutlinedIcon.d.ts.map +1 -0
  330. package/es/icons/PenOutlinedIcon.mjs +50 -0
  331. package/es/icons/PenOutlinedIcon.mjs.map +1 -0
  332. package/es/icons/PenToSquareOutlinedIcon.d.ts +6 -0
  333. package/es/icons/PenToSquareOutlinedIcon.d.ts.map +1 -0
  334. package/es/icons/PenToSquareOutlinedIcon.mjs +50 -0
  335. package/es/icons/PenToSquareOutlinedIcon.mjs.map +1 -0
  336. package/es/icons/PlayFilledIcon.d.ts +6 -0
  337. package/es/icons/PlayFilledIcon.d.ts.map +1 -0
  338. package/es/icons/PlayFilledIcon.mjs +50 -0
  339. package/es/icons/PlayFilledIcon.mjs.map +1 -0
  340. package/es/icons/PlayOutlinedIcon.d.ts +6 -0
  341. package/es/icons/PlayOutlinedIcon.d.ts.map +1 -0
  342. package/es/icons/PlayOutlinedIcon.mjs +50 -0
  343. package/es/icons/PlayOutlinedIcon.mjs.map +1 -0
  344. package/es/icons/PlayReadyColorIcon.d.ts +6 -0
  345. package/es/icons/PlayReadyColorIcon.d.ts.map +1 -0
  346. package/es/icons/PlayReadyColorIcon.mjs +58 -0
  347. package/es/icons/PlayReadyColorIcon.mjs.map +1 -0
  348. package/es/icons/PlusAddFilledIcon.d.ts +6 -0
  349. package/es/icons/PlusAddFilledIcon.d.ts.map +1 -0
  350. package/es/icons/PlusAddFilledIcon.mjs +50 -0
  351. package/es/icons/PlusAddFilledIcon.mjs.map +1 -0
  352. package/es/icons/PlusAddOutlinedIcon.d.ts +6 -0
  353. package/es/icons/PlusAddOutlinedIcon.d.ts.map +1 -0
  354. package/es/icons/PlusAddOutlinedIcon.mjs +50 -0
  355. package/es/icons/PlusAddOutlinedIcon.mjs.map +1 -0
  356. package/es/icons/RemoveMinusFilledIcon.d.ts +6 -0
  357. package/es/icons/RemoveMinusFilledIcon.d.ts.map +1 -0
  358. package/es/icons/RemoveMinusFilledIcon.mjs +50 -0
  359. package/es/icons/RemoveMinusFilledIcon.mjs.map +1 -0
  360. package/es/icons/RemoveMinusOutlinedIcon.d.ts +6 -0
  361. package/es/icons/RemoveMinusOutlinedIcon.d.ts.map +1 -0
  362. package/es/icons/RemoveMinusOutlinedIcon.mjs +50 -0
  363. package/es/icons/RemoveMinusOutlinedIcon.mjs.map +1 -0
  364. package/es/icons/RepeatOutlinedIcon.d.ts +6 -0
  365. package/es/icons/RepeatOutlinedIcon.d.ts.map +1 -0
  366. package/es/icons/RepeatOutlinedIcon.mjs +50 -0
  367. package/es/icons/RepeatOutlinedIcon.mjs.map +1 -0
  368. package/es/icons/RolesOutlinedIcon.d.ts +6 -0
  369. package/es/icons/RolesOutlinedIcon.d.ts.map +1 -0
  370. package/es/icons/RolesOutlinedIcon.mjs +50 -0
  371. package/es/icons/RolesOutlinedIcon.mjs.map +1 -0
  372. package/es/icons/RotateOutlinedIcon.d.ts +6 -0
  373. package/es/icons/RotateOutlinedIcon.d.ts.map +1 -0
  374. package/es/icons/RotateOutlinedIcon.mjs +50 -0
  375. package/es/icons/RotateOutlinedIcon.mjs.map +1 -0
  376. package/es/icons/SearchOutlinedIcon.d.ts +6 -0
  377. package/es/icons/SearchOutlinedIcon.d.ts.map +1 -0
  378. package/es/icons/SearchOutlinedIcon.mjs +50 -0
  379. package/es/icons/SearchOutlinedIcon.mjs.map +1 -0
  380. package/es/icons/SelectionCheckCircleCheckOutlinedIcon.d.ts +6 -0
  381. package/es/icons/SelectionCheckCircleCheckOutlinedIcon.d.ts.map +1 -0
  382. package/es/icons/SelectionCheckCircleCheckOutlinedIcon.mjs +50 -0
  383. package/es/icons/SelectionCheckCircleCheckOutlinedIcon.mjs.map +1 -0
  384. package/es/icons/SelectionCheckSquareCheckIcon.d.ts +6 -0
  385. package/es/icons/SelectionCheckSquareCheckIcon.d.ts.map +1 -0
  386. package/es/icons/SelectionCheckSquareCheckIcon.mjs +50 -0
  387. package/es/icons/SelectionCheckSquareCheckIcon.mjs.map +1 -0
  388. package/es/icons/SelectionCheckSquareUnCheckIcon.d.ts +6 -0
  389. package/es/icons/SelectionCheckSquareUnCheckIcon.d.ts.map +1 -0
  390. package/es/icons/SelectionCheckSquareUnCheckIcon.mjs +50 -0
  391. package/es/icons/SelectionCheckSquareUnCheckIcon.mjs.map +1 -0
  392. package/es/icons/SelectionRadioCircleDotIcon.d.ts +6 -0
  393. package/es/icons/SelectionRadioCircleDotIcon.d.ts.map +1 -0
  394. package/es/icons/SelectionRadioCircleDotIcon.mjs +50 -0
  395. package/es/icons/SelectionRadioCircleDotIcon.mjs.map +1 -0
  396. package/es/icons/ShieldCheckOutlinedIcon.d.ts +6 -0
  397. package/es/icons/ShieldCheckOutlinedIcon.d.ts.map +1 -0
  398. package/es/icons/ShieldCheckOutlinedIcon.mjs +50 -0
  399. package/es/icons/ShieldCheckOutlinedIcon.mjs.map +1 -0
  400. package/es/icons/ShieldHalvedFilledIcon.d.ts +6 -0
  401. package/es/icons/ShieldHalvedFilledIcon.d.ts.map +1 -0
  402. package/es/icons/ShieldHalvedFilledIcon.mjs +54 -0
  403. package/es/icons/ShieldHalvedFilledIcon.mjs.map +1 -0
  404. package/es/icons/ShieldHalvedOutlinedIcon.d.ts +6 -0
  405. package/es/icons/ShieldHalvedOutlinedIcon.d.ts.map +1 -0
  406. package/es/icons/ShieldHalvedOutlinedIcon.mjs +50 -0
  407. package/es/icons/ShieldHalvedOutlinedIcon.mjs.map +1 -0
  408. package/es/icons/ShieldOutlinedIcon.d.ts +6 -0
  409. package/es/icons/ShieldOutlinedIcon.d.ts.map +1 -0
  410. package/es/icons/ShieldOutlinedIcon.mjs +50 -0
  411. package/es/icons/ShieldOutlinedIcon.mjs.map +1 -0
  412. package/es/icons/ShieldPlusOutlinedIcon.d.ts +6 -0
  413. package/es/icons/ShieldPlusOutlinedIcon.d.ts.map +1 -0
  414. package/es/icons/ShieldPlusOutlinedIcon.mjs +50 -0
  415. package/es/icons/ShieldPlusOutlinedIcon.mjs.map +1 -0
  416. package/es/icons/ShuffleFilledIcon.d.ts +6 -0
  417. package/es/icons/ShuffleFilledIcon.d.ts.map +1 -0
  418. package/es/icons/ShuffleFilledIcon.mjs +50 -0
  419. package/es/icons/ShuffleFilledIcon.mjs.map +1 -0
  420. package/es/icons/ShuffleIcon.d.ts +6 -0
  421. package/es/icons/ShuffleIcon.d.ts.map +1 -0
  422. package/es/icons/ShuffleIcon.mjs +54 -0
  423. package/es/icons/ShuffleIcon.mjs.map +1 -0
  424. package/es/icons/ShuffleOutlinedIcon.d.ts +6 -0
  425. package/es/icons/ShuffleOutlinedIcon.d.ts.map +1 -0
  426. package/es/icons/ShuffleOutlinedIcon.mjs +50 -0
  427. package/es/icons/ShuffleOutlinedIcon.mjs.map +1 -0
  428. package/es/icons/SigmaDRMColorIcon.d.ts +6 -0
  429. package/es/icons/SigmaDRMColorIcon.d.ts.map +1 -0
  430. package/es/icons/SigmaDRMColorIcon.mjs +74 -0
  431. package/es/icons/SigmaDRMColorIcon.mjs.map +1 -0
  432. package/es/icons/SigmaFilledIcon.d.ts +6 -0
  433. package/es/icons/SigmaFilledIcon.d.ts.map +1 -0
  434. package/es/icons/SigmaFilledIcon.mjs +54 -0
  435. package/es/icons/SigmaFilledIcon.mjs.map +1 -0
  436. package/es/icons/SlidersFilledIcon.d.ts +6 -0
  437. package/es/icons/SlidersFilledIcon.d.ts.map +1 -0
  438. package/es/icons/SlidersFilledIcon.mjs +50 -0
  439. package/es/icons/SlidersFilledIcon.mjs.map +1 -0
  440. package/es/icons/SocialAppleColorIcon.d.ts +6 -0
  441. package/es/icons/SocialAppleColorIcon.d.ts.map +1 -0
  442. package/es/icons/SocialAppleColorIcon.mjs +66 -0
  443. package/es/icons/SocialAppleColorIcon.mjs.map +1 -0
  444. package/es/icons/SocialAppleFilledIcon.d.ts +6 -0
  445. package/es/icons/SocialAppleFilledIcon.d.ts.map +1 -0
  446. package/es/icons/SocialAppleFilledIcon.mjs +50 -0
  447. package/es/icons/SocialAppleFilledIcon.mjs.map +1 -0
  448. package/es/icons/SocialGoogleColorIcon.d.ts +6 -0
  449. package/es/icons/SocialGoogleColorIcon.d.ts.map +1 -0
  450. package/es/icons/SocialGoogleColorIcon.mjs +72 -0
  451. package/es/icons/SocialGoogleColorIcon.mjs.map +1 -0
  452. package/es/icons/SocialGoogleFilledIcon.d.ts +6 -0
  453. package/es/icons/SocialGoogleFilledIcon.d.ts.map +1 -0
  454. package/es/icons/SocialGoogleFilledIcon.mjs +50 -0
  455. package/es/icons/SocialGoogleFilledIcon.mjs.map +1 -0
  456. package/es/icons/SpinnerScaleFilledIcon.d.ts +6 -0
  457. package/es/icons/SpinnerScaleFilledIcon.d.ts.map +1 -0
  458. package/es/icons/SpinnerScaleFilledIcon.mjs +50 -0
  459. package/es/icons/SpinnerScaleFilledIcon.mjs.map +1 -0
  460. package/es/icons/ToolFilledIcon.d.ts +6 -0
  461. package/es/icons/ToolFilledIcon.d.ts.map +1 -0
  462. package/es/icons/ToolFilledIcon.mjs +50 -0
  463. package/es/icons/ToolFilledIcon.mjs.map +1 -0
  464. package/es/icons/ToolOutlinedIcon.d.ts +6 -0
  465. package/es/icons/ToolOutlinedIcon.d.ts.map +1 -0
  466. package/es/icons/ToolOutlinedIcon.mjs +50 -0
  467. package/es/icons/ToolOutlinedIcon.mjs.map +1 -0
  468. package/es/icons/TrashCanOutlinedIcon.d.ts +6 -0
  469. package/es/icons/TrashCanOutlinedIcon.d.ts.map +1 -0
  470. package/es/icons/TrashCanOutlinedIcon.mjs +50 -0
  471. package/es/icons/TrashCanOutlinedIcon.mjs.map +1 -0
  472. package/es/icons/TrophyStarOutlinedIcon.d.ts +6 -0
  473. package/es/icons/TrophyStarOutlinedIcon.d.ts.map +1 -0
  474. package/es/icons/TrophyStarOutlinedIcon.mjs +50 -0
  475. package/es/icons/TrophyStarOutlinedIcon.mjs.map +1 -0
  476. package/es/icons/UploadCloudIcon.d.ts +6 -0
  477. package/es/icons/UploadCloudIcon.d.ts.map +1 -0
  478. package/es/icons/UploadCloudIcon.mjs +50 -0
  479. package/es/icons/UploadCloudIcon.mjs.map +1 -0
  480. package/es/icons/UploadIcon.d.ts +6 -0
  481. package/es/icons/UploadIcon.d.ts.map +1 -0
  482. package/es/icons/UploadIcon.mjs +50 -0
  483. package/es/icons/UploadIcon.mjs.map +1 -0
  484. package/es/icons/UserGroupFilledIcon.d.ts +6 -0
  485. package/es/icons/UserGroupFilledIcon.d.ts.map +1 -0
  486. package/es/icons/UserGroupFilledIcon.mjs +58 -0
  487. package/es/icons/UserGroupFilledIcon.mjs.map +1 -0
  488. package/es/icons/UserGroupOutlinedIcon.d.ts +6 -0
  489. package/es/icons/UserGroupOutlinedIcon.d.ts.map +1 -0
  490. package/es/icons/UserGroupOutlinedIcon.mjs +58 -0
  491. package/es/icons/UserGroupOutlinedIcon.mjs.map +1 -0
  492. package/es/icons/UserOutlinedIcon.d.ts +6 -0
  493. package/es/icons/UserOutlinedIcon.d.ts.map +1 -0
  494. package/es/icons/UserOutlinedIcon.mjs +54 -0
  495. package/es/icons/UserOutlinedIcon.mjs.map +1 -0
  496. package/es/icons/VietNamIcon.d.ts +6 -0
  497. package/es/icons/VietNamIcon.d.ts.map +1 -0
  498. package/es/icons/VietNamIcon.mjs +56 -0
  499. package/es/icons/VietNamIcon.mjs.map +1 -0
  500. package/es/icons/ViewMenuOutlinedIcon.d.ts +6 -0
  501. package/es/icons/ViewMenuOutlinedIcon.d.ts.map +1 -0
  502. package/es/icons/ViewMenuOutlinedIcon.mjs +50 -0
  503. package/es/icons/ViewMenuOutlinedIcon.mjs.map +1 -0
  504. package/es/icons/WifiFilledIcon.d.ts +6 -0
  505. package/es/icons/WifiFilledIcon.d.ts.map +1 -0
  506. package/es/icons/WifiFilledIcon.mjs +50 -0
  507. package/es/icons/WifiFilledIcon.mjs.map +1 -0
  508. package/es/icons/XMarkIcon.d.ts +6 -0
  509. package/es/icons/XMarkIcon.d.ts.map +1 -0
  510. package/es/icons/XMarkIcon.mjs +50 -0
  511. package/es/icons/XMarkIcon.mjs.map +1 -0
  512. package/es/icons/index.d.ts +124 -0
  513. package/es/icons/index.d.ts.map +1 -0
  514. package/es/icons/index.mjs +250 -0
  515. package/es/icons/index.mjs.map +1 -0
  516. package/es/index.d.ts +4 -0
  517. package/es/index.d.ts.map +1 -0
  518. package/es/index.mjs +10 -0
  519. package/es/index.mjs.map +1 -0
  520. package/es/utils.d.ts +41 -0
  521. package/es/utils.d.ts.map +1 -0
  522. package/es/utils.mjs +214 -0
  523. package/es/utils.mjs.map +1 -0
  524. package/lib/components/Context.d.ts +11 -0
  525. package/lib/components/Context.d.ts.map +1 -0
  526. package/lib/components/Context.js +29 -0
  527. package/lib/components/Context.js.map +1 -0
  528. package/lib/components/Icon.d.ts +21 -0
  529. package/lib/components/Icon.d.ts.map +1 -0
  530. package/lib/components/Icon.js +148 -0
  531. package/lib/components/Icon.js.map +1 -0
  532. package/lib/components/IconBase.d.ts +12 -0
  533. package/lib/components/IconBase.d.ts.map +1 -0
  534. package/lib/components/IconBase.js +92 -0
  535. package/lib/components/IconBase.js.map +1 -0
  536. package/lib/components/SmIcon.d.ts +10 -0
  537. package/lib/components/SmIcon.d.ts.map +1 -0
  538. package/lib/components/SmIcon.js +126 -0
  539. package/lib/components/SmIcon.js.map +1 -0
  540. package/lib/icons/AddressBookFilledIcon.d.ts +6 -0
  541. package/lib/icons/AddressBookFilledIcon.d.ts.map +1 -0
  542. package/lib/icons/AddressBookFilledIcon.js +78 -0
  543. package/lib/icons/AddressBookFilledIcon.js.map +1 -0
  544. package/lib/icons/AddressBookOutlinedIcon.d.ts +6 -0
  545. package/lib/icons/AddressBookOutlinedIcon.d.ts.map +1 -0
  546. package/lib/icons/AddressBookOutlinedIcon.js +78 -0
  547. package/lib/icons/AddressBookOutlinedIcon.js.map +1 -0
  548. package/lib/icons/AirplayOutlinedIcon.d.ts +6 -0
  549. package/lib/icons/AirplayOutlinedIcon.d.ts.map +1 -0
  550. package/lib/icons/AirplayOutlinedIcon.js +78 -0
  551. package/lib/icons/AirplayOutlinedIcon.js.map +1 -0
  552. package/lib/icons/AlertCircleOutlineIcon.d.ts +6 -0
  553. package/lib/icons/AlertCircleOutlineIcon.d.ts.map +1 -0
  554. package/lib/icons/AlertCircleOutlineIcon.js +78 -0
  555. package/lib/icons/AlertCircleOutlineIcon.js.map +1 -0
  556. package/lib/icons/AlertTriangleOutlinedIcon.d.ts +6 -0
  557. package/lib/icons/AlertTriangleOutlinedIcon.d.ts.map +1 -0
  558. package/lib/icons/AlertTriangleOutlinedIcon.js +78 -0
  559. package/lib/icons/AlertTriangleOutlinedIcon.js.map +1 -0
  560. package/lib/icons/ArchiveFilledIcon.d.ts +6 -0
  561. package/lib/icons/ArchiveFilledIcon.d.ts.map +1 -0
  562. package/lib/icons/ArchiveFilledIcon.js +82 -0
  563. package/lib/icons/ArchiveFilledIcon.js.map +1 -0
  564. package/lib/icons/ArchiveOutlinedIcon.d.ts +6 -0
  565. package/lib/icons/ArchiveOutlinedIcon.d.ts.map +1 -0
  566. package/lib/icons/ArchiveOutlinedIcon.js +78 -0
  567. package/lib/icons/ArchiveOutlinedIcon.js.map +1 -0
  568. package/lib/icons/ArrowLeftIcon.d.ts +6 -0
  569. package/lib/icons/ArrowLeftIcon.d.ts.map +1 -0
  570. package/lib/icons/ArrowLeftIcon.js +78 -0
  571. package/lib/icons/ArrowLeftIcon.js.map +1 -0
  572. package/lib/icons/ArrowRightIcon.d.ts +6 -0
  573. package/lib/icons/ArrowRightIcon.d.ts.map +1 -0
  574. package/lib/icons/ArrowRightIcon.js +78 -0
  575. package/lib/icons/ArrowRightIcon.js.map +1 -0
  576. package/lib/icons/AwardFilledIcon.d.ts +6 -0
  577. package/lib/icons/AwardFilledIcon.d.ts.map +1 -0
  578. package/lib/icons/AwardFilledIcon.js +82 -0
  579. package/lib/icons/AwardFilledIcon.js.map +1 -0
  580. package/lib/icons/AwardOutlinedIcon.d.ts +6 -0
  581. package/lib/icons/AwardOutlinedIcon.d.ts.map +1 -0
  582. package/lib/icons/AwardOutlinedIcon.js +78 -0
  583. package/lib/icons/AwardOutlinedIcon.js.map +1 -0
  584. package/lib/icons/BellFilledIcon.d.ts +6 -0
  585. package/lib/icons/BellFilledIcon.d.ts.map +1 -0
  586. package/lib/icons/BellFilledIcon.js +82 -0
  587. package/lib/icons/BellFilledIcon.js.map +1 -0
  588. package/lib/icons/BellOutlinedIcon.d.ts +6 -0
  589. package/lib/icons/BellOutlinedIcon.d.ts.map +1 -0
  590. package/lib/icons/BellOutlinedIcon.js +78 -0
  591. package/lib/icons/BellOutlinedIcon.js.map +1 -0
  592. package/lib/icons/BellRingFilledIcon.d.ts +6 -0
  593. package/lib/icons/BellRingFilledIcon.d.ts.map +1 -0
  594. package/lib/icons/BellRingFilledIcon.js +78 -0
  595. package/lib/icons/BellRingFilledIcon.js.map +1 -0
  596. package/lib/icons/BellRingOutlinedIcon.d.ts +6 -0
  597. package/lib/icons/BellRingOutlinedIcon.d.ts.map +1 -0
  598. package/lib/icons/BellRingOutlinedIcon.js +78 -0
  599. package/lib/icons/BellRingOutlinedIcon.js.map +1 -0
  600. package/lib/icons/BookOpenFilledIcon.d.ts +6 -0
  601. package/lib/icons/BookOpenFilledIcon.d.ts.map +1 -0
  602. package/lib/icons/BookOpenFilledIcon.js +82 -0
  603. package/lib/icons/BookOpenFilledIcon.js.map +1 -0
  604. package/lib/icons/BookOpenOutlinedIcon.d.ts +6 -0
  605. package/lib/icons/BookOpenOutlinedIcon.d.ts.map +1 -0
  606. package/lib/icons/BookOpenOutlinedIcon.js +78 -0
  607. package/lib/icons/BookOpenOutlinedIcon.js.map +1 -0
  608. package/lib/icons/CalendarOutlinedIcon.d.ts +6 -0
  609. package/lib/icons/CalendarOutlinedIcon.d.ts.map +1 -0
  610. package/lib/icons/CalendarOutlinedIcon.js +78 -0
  611. package/lib/icons/CalendarOutlinedIcon.js.map +1 -0
  612. package/lib/icons/CalenderDaysOutlinedIcon.d.ts +6 -0
  613. package/lib/icons/CalenderDaysOutlinedIcon.d.ts.map +1 -0
  614. package/lib/icons/CalenderDaysOutlinedIcon.js +88 -0
  615. package/lib/icons/CalenderDaysOutlinedIcon.js.map +1 -0
  616. package/lib/icons/CaretDownFilledIcon.d.ts +6 -0
  617. package/lib/icons/CaretDownFilledIcon.d.ts.map +1 -0
  618. package/lib/icons/CaretDownFilledIcon.js +78 -0
  619. package/lib/icons/CaretDownFilledIcon.js.map +1 -0
  620. package/lib/icons/CaretUpFilledIcon.d.ts +6 -0
  621. package/lib/icons/CaretUpFilledIcon.d.ts.map +1 -0
  622. package/lib/icons/CaretUpFilledIcon.js +78 -0
  623. package/lib/icons/CaretUpFilledIcon.js.map +1 -0
  624. package/lib/icons/ChartPollFilledIcon.d.ts +6 -0
  625. package/lib/icons/ChartPollFilledIcon.d.ts.map +1 -0
  626. package/lib/icons/ChartPollFilledIcon.js +78 -0
  627. package/lib/icons/ChartPollFilledIcon.js.map +1 -0
  628. package/lib/icons/ChartPollOutlinedIcon.d.ts +6 -0
  629. package/lib/icons/ChartPollOutlinedIcon.d.ts.map +1 -0
  630. package/lib/icons/ChartPollOutlinedIcon.js +82 -0
  631. package/lib/icons/ChartPollOutlinedIcon.js.map +1 -0
  632. package/lib/icons/ChartSimpleIcon.d.ts +6 -0
  633. package/lib/icons/ChartSimpleIcon.d.ts.map +1 -0
  634. package/lib/icons/ChartSimpleIcon.js +78 -0
  635. package/lib/icons/ChartSimpleIcon.js.map +1 -0
  636. package/lib/icons/CheckOutlinedIcon.d.ts +6 -0
  637. package/lib/icons/CheckOutlinedIcon.d.ts.map +1 -0
  638. package/lib/icons/CheckOutlinedIcon.js +78 -0
  639. package/lib/icons/CheckOutlinedIcon.js.map +1 -0
  640. package/lib/icons/ChevronDownSingleIcon.d.ts +6 -0
  641. package/lib/icons/ChevronDownSingleIcon.d.ts.map +1 -0
  642. package/lib/icons/ChevronDownSingleIcon.js +78 -0
  643. package/lib/icons/ChevronDownSingleIcon.js.map +1 -0
  644. package/lib/icons/ChevronLeftDoubleIcon.d.ts +6 -0
  645. package/lib/icons/ChevronLeftDoubleIcon.d.ts.map +1 -0
  646. package/lib/icons/ChevronLeftDoubleIcon.js +78 -0
  647. package/lib/icons/ChevronLeftDoubleIcon.js.map +1 -0
  648. package/lib/icons/ChevronLeftSingleIcon.d.ts +6 -0
  649. package/lib/icons/ChevronLeftSingleIcon.d.ts.map +1 -0
  650. package/lib/icons/ChevronLeftSingleIcon.js +78 -0
  651. package/lib/icons/ChevronLeftSingleIcon.js.map +1 -0
  652. package/lib/icons/ChevronRightDoubleIcon.d.ts +6 -0
  653. package/lib/icons/ChevronRightDoubleIcon.d.ts.map +1 -0
  654. package/lib/icons/ChevronRightDoubleIcon.js +78 -0
  655. package/lib/icons/ChevronRightDoubleIcon.js.map +1 -0
  656. package/lib/icons/ChevronRightSingleIcon.d.ts +6 -0
  657. package/lib/icons/ChevronRightSingleIcon.d.ts.map +1 -0
  658. package/lib/icons/ChevronRightSingleIcon.js +78 -0
  659. package/lib/icons/ChevronRightSingleIcon.js.map +1 -0
  660. package/lib/icons/ChevronUpDoubleIcon.d.ts +6 -0
  661. package/lib/icons/ChevronUpDoubleIcon.d.ts.map +1 -0
  662. package/lib/icons/ChevronUpDoubleIcon.js +78 -0
  663. package/lib/icons/ChevronUpDoubleIcon.js.map +1 -0
  664. package/lib/icons/ChevronUpSingleIcon.d.ts +6 -0
  665. package/lib/icons/ChevronUpSingleIcon.d.ts.map +1 -0
  666. package/lib/icons/ChevronUpSingleIcon.js +78 -0
  667. package/lib/icons/ChevronUpSingleIcon.js.map +1 -0
  668. package/lib/icons/CircleQuestionOutlinedIcon.d.ts +6 -0
  669. package/lib/icons/CircleQuestionOutlinedIcon.d.ts.map +1 -0
  670. package/lib/icons/CircleQuestionOutlinedIcon.js +82 -0
  671. package/lib/icons/CircleQuestionOutlinedIcon.js.map +1 -0
  672. package/lib/icons/CircleUserOutlinedIcon.d.ts +6 -0
  673. package/lib/icons/CircleUserOutlinedIcon.d.ts.map +1 -0
  674. package/lib/icons/CircleUserOutlinedIcon.js +78 -0
  675. package/lib/icons/CircleUserOutlinedIcon.js.map +1 -0
  676. package/lib/icons/CircleXMarkFilledIcon.d.ts +6 -0
  677. package/lib/icons/CircleXMarkFilledIcon.d.ts.map +1 -0
  678. package/lib/icons/CircleXMarkFilledIcon.js +78 -0
  679. package/lib/icons/CircleXMarkFilledIcon.js.map +1 -0
  680. package/lib/icons/CircleXMarkOutlinedIcon.d.ts +6 -0
  681. package/lib/icons/CircleXMarkOutlinedIcon.d.ts.map +1 -0
  682. package/lib/icons/CircleXMarkOutlinedIcon.js +81 -0
  683. package/lib/icons/CircleXMarkOutlinedIcon.js.map +1 -0
  684. package/lib/icons/ClockOutlinedIcon.d.ts +6 -0
  685. package/lib/icons/ClockOutlinedIcon.d.ts.map +1 -0
  686. package/lib/icons/ClockOutlinedIcon.js +78 -0
  687. package/lib/icons/ClockOutlinedIcon.js.map +1 -0
  688. package/lib/icons/ClockRotateLeftFilledIcon.d.ts +6 -0
  689. package/lib/icons/ClockRotateLeftFilledIcon.d.ts.map +1 -0
  690. package/lib/icons/ClockRotateLeftFilledIcon.js +78 -0
  691. package/lib/icons/ClockRotateLeftFilledIcon.js.map +1 -0
  692. package/lib/icons/ClockRotateLeftOutlinedIcon.d.ts +6 -0
  693. package/lib/icons/ClockRotateLeftOutlinedIcon.d.ts.map +1 -0
  694. package/lib/icons/ClockRotateLeftOutlinedIcon.js +78 -0
  695. package/lib/icons/ClockRotateLeftOutlinedIcon.js.map +1 -0
  696. package/lib/icons/CodeOutlinedIcon.d.ts +6 -0
  697. package/lib/icons/CodeOutlinedIcon.d.ts.map +1 -0
  698. package/lib/icons/CodeOutlinedIcon.js +78 -0
  699. package/lib/icons/CodeOutlinedIcon.js.map +1 -0
  700. package/lib/icons/ConnerDownLeftIcon.d.ts +6 -0
  701. package/lib/icons/ConnerDownLeftIcon.d.ts.map +1 -0
  702. package/lib/icons/ConnerDownLeftIcon.js +78 -0
  703. package/lib/icons/ConnerDownLeftIcon.js.map +1 -0
  704. package/lib/icons/CopyOutlinedIcon.d.ts +6 -0
  705. package/lib/icons/CopyOutlinedIcon.d.ts.map +1 -0
  706. package/lib/icons/CopyOutlinedIcon.js +78 -0
  707. package/lib/icons/CopyOutlinedIcon.js.map +1 -0
  708. package/lib/icons/DeviceOutlineIcon.d.ts +6 -0
  709. package/lib/icons/DeviceOutlineIcon.d.ts.map +1 -0
  710. package/lib/icons/DeviceOutlineIcon.js +78 -0
  711. package/lib/icons/DeviceOutlineIcon.js.map +1 -0
  712. package/lib/icons/DownloadIcon.d.ts +6 -0
  713. package/lib/icons/DownloadIcon.d.ts.map +1 -0
  714. package/lib/icons/DownloadIcon.js +78 -0
  715. package/lib/icons/DownloadIcon.js.map +1 -0
  716. package/lib/icons/EmailOutlinedIcon.d.ts +6 -0
  717. package/lib/icons/EmailOutlinedIcon.d.ts.map +1 -0
  718. package/lib/icons/EmailOutlinedIcon.js +78 -0
  719. package/lib/icons/EmailOutlinedIcon.js.map +1 -0
  720. package/lib/icons/ExternalLinkIcon.d.ts +6 -0
  721. package/lib/icons/ExternalLinkIcon.d.ts.map +1 -0
  722. package/lib/icons/ExternalLinkIcon.js +78 -0
  723. package/lib/icons/ExternalLinkIcon.js.map +1 -0
  724. package/lib/icons/EyeInvisibleOutlinedIcon.d.ts +6 -0
  725. package/lib/icons/EyeInvisibleOutlinedIcon.d.ts.map +1 -0
  726. package/lib/icons/EyeInvisibleOutlinedIcon.js +78 -0
  727. package/lib/icons/EyeInvisibleOutlinedIcon.js.map +1 -0
  728. package/lib/icons/EyeVisibleOutlinedIcon.d.ts +6 -0
  729. package/lib/icons/EyeVisibleOutlinedIcon.d.ts.map +1 -0
  730. package/lib/icons/EyeVisibleOutlinedIcon.js +86 -0
  731. package/lib/icons/EyeVisibleOutlinedIcon.js.map +1 -0
  732. package/lib/icons/FileOutlinedIcon.d.ts +6 -0
  733. package/lib/icons/FileOutlinedIcon.d.ts.map +1 -0
  734. package/lib/icons/FileOutlinedIcon.js +78 -0
  735. package/lib/icons/FileOutlinedIcon.js.map +1 -0
  736. package/lib/icons/FileTextFilledIcon.d.ts +6 -0
  737. package/lib/icons/FileTextFilledIcon.d.ts.map +1 -0
  738. package/lib/icons/FileTextFilledIcon.js +78 -0
  739. package/lib/icons/FileTextFilledIcon.js.map +1 -0
  740. package/lib/icons/FileTextOutlinedIcon.d.ts +6 -0
  741. package/lib/icons/FileTextOutlinedIcon.d.ts.map +1 -0
  742. package/lib/icons/FileTextOutlinedIcon.js +78 -0
  743. package/lib/icons/FileTextOutlinedIcon.js.map +1 -0
  744. package/lib/icons/FilterOutlinedIcon.d.ts +6 -0
  745. package/lib/icons/FilterOutlinedIcon.d.ts.map +1 -0
  746. package/lib/icons/FilterOutlinedIcon.js +78 -0
  747. package/lib/icons/FilterOutlinedIcon.js.map +1 -0
  748. package/lib/icons/FolderOutlinedIcon.d.ts +6 -0
  749. package/lib/icons/FolderOutlinedIcon.d.ts.map +1 -0
  750. package/lib/icons/FolderOutlinedIcon.js +78 -0
  751. package/lib/icons/FolderOutlinedIcon.js.map +1 -0
  752. package/lib/icons/ForensicWatermarkingIcon.d.ts +6 -0
  753. package/lib/icons/ForensicWatermarkingIcon.d.ts.map +1 -0
  754. package/lib/icons/ForensicWatermarkingIcon.js +86 -0
  755. package/lib/icons/ForensicWatermarkingIcon.js.map +1 -0
  756. package/lib/icons/GearCodeOutlinedIcon.d.ts +6 -0
  757. package/lib/icons/GearCodeOutlinedIcon.d.ts.map +1 -0
  758. package/lib/icons/GearCodeOutlinedIcon.js +78 -0
  759. package/lib/icons/GearCodeOutlinedIcon.js.map +1 -0
  760. package/lib/icons/GearFilledIcon.d.ts +6 -0
  761. package/lib/icons/GearFilledIcon.d.ts.map +1 -0
  762. package/lib/icons/GearFilledIcon.js +78 -0
  763. package/lib/icons/GearFilledIcon.js.map +1 -0
  764. package/lib/icons/GearOutlinedIcon.d.ts +6 -0
  765. package/lib/icons/GearOutlinedIcon.d.ts.map +1 -0
  766. package/lib/icons/GearOutlinedIcon.js +78 -0
  767. package/lib/icons/GearOutlinedIcon.js.map +1 -0
  768. package/lib/icons/GlobeOutlinedIcon.d.ts +6 -0
  769. package/lib/icons/GlobeOutlinedIcon.d.ts.map +1 -0
  770. package/lib/icons/GlobeOutlinedIcon.js +78 -0
  771. package/lib/icons/GlobeOutlinedIcon.js.map +1 -0
  772. package/lib/icons/Grid2FilledIcon.d.ts +6 -0
  773. package/lib/icons/Grid2FilledIcon.d.ts.map +1 -0
  774. package/lib/icons/Grid2FilledIcon.js +86 -0
  775. package/lib/icons/Grid2FilledIcon.js.map +1 -0
  776. package/lib/icons/Grid2OutlinedIcon.d.ts +6 -0
  777. package/lib/icons/Grid2OutlinedIcon.d.ts.map +1 -0
  778. package/lib/icons/Grid2OutlinedIcon.js +78 -0
  779. package/lib/icons/Grid2OutlinedIcon.js.map +1 -0
  780. package/lib/icons/IDCardClipOutlinedIcon.d.ts +6 -0
  781. package/lib/icons/IDCardClipOutlinedIcon.d.ts.map +1 -0
  782. package/lib/icons/IDCardClipOutlinedIcon.js +78 -0
  783. package/lib/icons/IDCardClipOutlinedIcon.js.map +1 -0
  784. package/lib/icons/IDCardOutlinedIcon.d.ts +6 -0
  785. package/lib/icons/IDCardOutlinedIcon.d.ts.map +1 -0
  786. package/lib/icons/IDCardOutlinedIcon.js +78 -0
  787. package/lib/icons/IDCardOutlinedIcon.js.map +1 -0
  788. package/lib/icons/ImageOutlinedIcon.d.ts +6 -0
  789. package/lib/icons/ImageOutlinedIcon.d.ts.map +1 -0
  790. package/lib/icons/ImageOutlinedIcon.js +78 -0
  791. package/lib/icons/ImageOutlinedIcon.js.map +1 -0
  792. package/lib/icons/KeySkeletonIcon.d.ts +6 -0
  793. package/lib/icons/KeySkeletonIcon.d.ts.map +1 -0
  794. package/lib/icons/KeySkeletonIcon.js +78 -0
  795. package/lib/icons/KeySkeletonIcon.js.map +1 -0
  796. package/lib/icons/LaptopMobileFilledIcon.d.ts +6 -0
  797. package/lib/icons/LaptopMobileFilledIcon.d.ts.map +1 -0
  798. package/lib/icons/LaptopMobileFilledIcon.js +86 -0
  799. package/lib/icons/LaptopMobileFilledIcon.js.map +1 -0
  800. package/lib/icons/LaptopMobileOutlinedIcon.d.ts +6 -0
  801. package/lib/icons/LaptopMobileOutlinedIcon.d.ts.map +1 -0
  802. package/lib/icons/LaptopMobileOutlinedIcon.js +86 -0
  803. package/lib/icons/LaptopMobileOutlinedIcon.js.map +1 -0
  804. package/lib/icons/LoadingLineIcon.d.ts +6 -0
  805. package/lib/icons/LoadingLineIcon.d.ts.map +1 -0
  806. package/lib/icons/LoadingLineIcon.js +78 -0
  807. package/lib/icons/LoadingLineIcon.js.map +1 -0
  808. package/lib/icons/LockFilledIcon.d.ts +6 -0
  809. package/lib/icons/LockFilledIcon.d.ts.map +1 -0
  810. package/lib/icons/LockFilledIcon.js +82 -0
  811. package/lib/icons/LockFilledIcon.js.map +1 -0
  812. package/lib/icons/LogoutIcon.d.ts +6 -0
  813. package/lib/icons/LogoutIcon.d.ts.map +1 -0
  814. package/lib/icons/LogoutIcon.js +78 -0
  815. package/lib/icons/LogoutIcon.js.map +1 -0
  816. package/lib/icons/MenuIcon.d.ts +6 -0
  817. package/lib/icons/MenuIcon.d.ts.map +1 -0
  818. package/lib/icons/MenuIcon.js +78 -0
  819. package/lib/icons/MenuIcon.js.map +1 -0
  820. package/lib/icons/MessageOutlinedIcon.d.ts +6 -0
  821. package/lib/icons/MessageOutlinedIcon.d.ts.map +1 -0
  822. package/lib/icons/MessageOutlinedIcon.js +78 -0
  823. package/lib/icons/MessageOutlinedIcon.js.map +1 -0
  824. package/lib/icons/MoreHorizontalIcon.d.ts +6 -0
  825. package/lib/icons/MoreHorizontalIcon.d.ts.map +1 -0
  826. package/lib/icons/MoreHorizontalIcon.js +78 -0
  827. package/lib/icons/MoreHorizontalIcon.js.map +1 -0
  828. package/lib/icons/MoreVerticalIcon.d.ts +6 -0
  829. package/lib/icons/MoreVerticalIcon.d.ts.map +1 -0
  830. package/lib/icons/MoreVerticalIcon.js +78 -0
  831. package/lib/icons/MoreVerticalIcon.js.map +1 -0
  832. package/lib/icons/NewspaperFilledIcon.d.ts +6 -0
  833. package/lib/icons/NewspaperFilledIcon.d.ts.map +1 -0
  834. package/lib/icons/NewspaperFilledIcon.js +78 -0
  835. package/lib/icons/NewspaperFilledIcon.js.map +1 -0
  836. package/lib/icons/NewspaperOutlinedIcon.d.ts +6 -0
  837. package/lib/icons/NewspaperOutlinedIcon.d.ts.map +1 -0
  838. package/lib/icons/NewspaperOutlinedIcon.js +78 -0
  839. package/lib/icons/NewspaperOutlinedIcon.js.map +1 -0
  840. package/lib/icons/OctagonXMarkOutlinedIcon.d.ts +6 -0
  841. package/lib/icons/OctagonXMarkOutlinedIcon.d.ts.map +1 -0
  842. package/lib/icons/OctagonXMarkOutlinedIcon.js +81 -0
  843. package/lib/icons/OctagonXMarkOutlinedIcon.js.map +1 -0
  844. package/lib/icons/PaperClipOutlinedIcon.d.ts +6 -0
  845. package/lib/icons/PaperClipOutlinedIcon.d.ts.map +1 -0
  846. package/lib/icons/PaperClipOutlinedIcon.js +78 -0
  847. package/lib/icons/PaperClipOutlinedIcon.js.map +1 -0
  848. package/lib/icons/PenOutlinedIcon.d.ts +6 -0
  849. package/lib/icons/PenOutlinedIcon.d.ts.map +1 -0
  850. package/lib/icons/PenOutlinedIcon.js +78 -0
  851. package/lib/icons/PenOutlinedIcon.js.map +1 -0
  852. package/lib/icons/PenToSquareOutlinedIcon.d.ts +6 -0
  853. package/lib/icons/PenToSquareOutlinedIcon.d.ts.map +1 -0
  854. package/lib/icons/PenToSquareOutlinedIcon.js +78 -0
  855. package/lib/icons/PenToSquareOutlinedIcon.js.map +1 -0
  856. package/lib/icons/PlayFilledIcon.d.ts +6 -0
  857. package/lib/icons/PlayFilledIcon.d.ts.map +1 -0
  858. package/lib/icons/PlayFilledIcon.js +78 -0
  859. package/lib/icons/PlayFilledIcon.js.map +1 -0
  860. package/lib/icons/PlayOutlinedIcon.d.ts +6 -0
  861. package/lib/icons/PlayOutlinedIcon.d.ts.map +1 -0
  862. package/lib/icons/PlayOutlinedIcon.js +78 -0
  863. package/lib/icons/PlayOutlinedIcon.js.map +1 -0
  864. package/lib/icons/PlayReadyColorIcon.d.ts +6 -0
  865. package/lib/icons/PlayReadyColorIcon.d.ts.map +1 -0
  866. package/lib/icons/PlayReadyColorIcon.js +86 -0
  867. package/lib/icons/PlayReadyColorIcon.js.map +1 -0
  868. package/lib/icons/PlusAddFilledIcon.d.ts +6 -0
  869. package/lib/icons/PlusAddFilledIcon.d.ts.map +1 -0
  870. package/lib/icons/PlusAddFilledIcon.js +78 -0
  871. package/lib/icons/PlusAddFilledIcon.js.map +1 -0
  872. package/lib/icons/PlusAddOutlinedIcon.d.ts +6 -0
  873. package/lib/icons/PlusAddOutlinedIcon.d.ts.map +1 -0
  874. package/lib/icons/PlusAddOutlinedIcon.js +78 -0
  875. package/lib/icons/PlusAddOutlinedIcon.js.map +1 -0
  876. package/lib/icons/RemoveMinusFilledIcon.d.ts +6 -0
  877. package/lib/icons/RemoveMinusFilledIcon.d.ts.map +1 -0
  878. package/lib/icons/RemoveMinusFilledIcon.js +78 -0
  879. package/lib/icons/RemoveMinusFilledIcon.js.map +1 -0
  880. package/lib/icons/RemoveMinusOutlinedIcon.d.ts +6 -0
  881. package/lib/icons/RemoveMinusOutlinedIcon.d.ts.map +1 -0
  882. package/lib/icons/RemoveMinusOutlinedIcon.js +78 -0
  883. package/lib/icons/RemoveMinusOutlinedIcon.js.map +1 -0
  884. package/lib/icons/RepeatOutlinedIcon.d.ts +6 -0
  885. package/lib/icons/RepeatOutlinedIcon.d.ts.map +1 -0
  886. package/lib/icons/RepeatOutlinedIcon.js +78 -0
  887. package/lib/icons/RepeatOutlinedIcon.js.map +1 -0
  888. package/lib/icons/RolesOutlinedIcon.d.ts +6 -0
  889. package/lib/icons/RolesOutlinedIcon.d.ts.map +1 -0
  890. package/lib/icons/RolesOutlinedIcon.js +78 -0
  891. package/lib/icons/RolesOutlinedIcon.js.map +1 -0
  892. package/lib/icons/RotateOutlinedIcon.d.ts +6 -0
  893. package/lib/icons/RotateOutlinedIcon.d.ts.map +1 -0
  894. package/lib/icons/RotateOutlinedIcon.js +78 -0
  895. package/lib/icons/RotateOutlinedIcon.js.map +1 -0
  896. package/lib/icons/SearchOutlinedIcon.d.ts +6 -0
  897. package/lib/icons/SearchOutlinedIcon.d.ts.map +1 -0
  898. package/lib/icons/SearchOutlinedIcon.js +78 -0
  899. package/lib/icons/SearchOutlinedIcon.js.map +1 -0
  900. package/lib/icons/SelectionCheckCircleCheckOutlinedIcon.d.ts +6 -0
  901. package/lib/icons/SelectionCheckCircleCheckOutlinedIcon.d.ts.map +1 -0
  902. package/lib/icons/SelectionCheckCircleCheckOutlinedIcon.js +78 -0
  903. package/lib/icons/SelectionCheckCircleCheckOutlinedIcon.js.map +1 -0
  904. package/lib/icons/SelectionCheckSquareCheckIcon.d.ts +6 -0
  905. package/lib/icons/SelectionCheckSquareCheckIcon.d.ts.map +1 -0
  906. package/lib/icons/SelectionCheckSquareCheckIcon.js +78 -0
  907. package/lib/icons/SelectionCheckSquareCheckIcon.js.map +1 -0
  908. package/lib/icons/SelectionCheckSquareUnCheckIcon.d.ts +6 -0
  909. package/lib/icons/SelectionCheckSquareUnCheckIcon.d.ts.map +1 -0
  910. package/lib/icons/SelectionCheckSquareUnCheckIcon.js +78 -0
  911. package/lib/icons/SelectionCheckSquareUnCheckIcon.js.map +1 -0
  912. package/lib/icons/SelectionRadioCircleDotIcon.d.ts +6 -0
  913. package/lib/icons/SelectionRadioCircleDotIcon.d.ts.map +1 -0
  914. package/lib/icons/SelectionRadioCircleDotIcon.js +78 -0
  915. package/lib/icons/SelectionRadioCircleDotIcon.js.map +1 -0
  916. package/lib/icons/ShieldCheckOutlinedIcon.d.ts +6 -0
  917. package/lib/icons/ShieldCheckOutlinedIcon.d.ts.map +1 -0
  918. package/lib/icons/ShieldCheckOutlinedIcon.js +78 -0
  919. package/lib/icons/ShieldCheckOutlinedIcon.js.map +1 -0
  920. package/lib/icons/ShieldHalvedFilledIcon.d.ts +6 -0
  921. package/lib/icons/ShieldHalvedFilledIcon.d.ts.map +1 -0
  922. package/lib/icons/ShieldHalvedFilledIcon.js +82 -0
  923. package/lib/icons/ShieldHalvedFilledIcon.js.map +1 -0
  924. package/lib/icons/ShieldHalvedOutlinedIcon.d.ts +6 -0
  925. package/lib/icons/ShieldHalvedOutlinedIcon.d.ts.map +1 -0
  926. package/lib/icons/ShieldHalvedOutlinedIcon.js +78 -0
  927. package/lib/icons/ShieldHalvedOutlinedIcon.js.map +1 -0
  928. package/lib/icons/ShieldOutlinedIcon.d.ts +6 -0
  929. package/lib/icons/ShieldOutlinedIcon.d.ts.map +1 -0
  930. package/lib/icons/ShieldOutlinedIcon.js +78 -0
  931. package/lib/icons/ShieldOutlinedIcon.js.map +1 -0
  932. package/lib/icons/ShieldPlusOutlinedIcon.d.ts +6 -0
  933. package/lib/icons/ShieldPlusOutlinedIcon.d.ts.map +1 -0
  934. package/lib/icons/ShieldPlusOutlinedIcon.js +78 -0
  935. package/lib/icons/ShieldPlusOutlinedIcon.js.map +1 -0
  936. package/lib/icons/ShuffleFilledIcon.d.ts +6 -0
  937. package/lib/icons/ShuffleFilledIcon.d.ts.map +1 -0
  938. package/lib/icons/ShuffleFilledIcon.js +78 -0
  939. package/lib/icons/ShuffleFilledIcon.js.map +1 -0
  940. package/lib/icons/ShuffleIcon.d.ts +6 -0
  941. package/lib/icons/ShuffleIcon.d.ts.map +1 -0
  942. package/lib/icons/ShuffleIcon.js +82 -0
  943. package/lib/icons/ShuffleIcon.js.map +1 -0
  944. package/lib/icons/ShuffleOutlinedIcon.d.ts +6 -0
  945. package/lib/icons/ShuffleOutlinedIcon.d.ts.map +1 -0
  946. package/lib/icons/ShuffleOutlinedIcon.js +78 -0
  947. package/lib/icons/ShuffleOutlinedIcon.js.map +1 -0
  948. package/lib/icons/SigmaDRMColorIcon.d.ts +6 -0
  949. package/lib/icons/SigmaDRMColorIcon.d.ts.map +1 -0
  950. package/lib/icons/SigmaDRMColorIcon.js +102 -0
  951. package/lib/icons/SigmaDRMColorIcon.js.map +1 -0
  952. package/lib/icons/SigmaFilledIcon.d.ts +6 -0
  953. package/lib/icons/SigmaFilledIcon.d.ts.map +1 -0
  954. package/lib/icons/SigmaFilledIcon.js +82 -0
  955. package/lib/icons/SigmaFilledIcon.js.map +1 -0
  956. package/lib/icons/SlidersFilledIcon.d.ts +6 -0
  957. package/lib/icons/SlidersFilledIcon.d.ts.map +1 -0
  958. package/lib/icons/SlidersFilledIcon.js +78 -0
  959. package/lib/icons/SlidersFilledIcon.js.map +1 -0
  960. package/lib/icons/SocialAppleColorIcon.d.ts +6 -0
  961. package/lib/icons/SocialAppleColorIcon.d.ts.map +1 -0
  962. package/lib/icons/SocialAppleColorIcon.js +94 -0
  963. package/lib/icons/SocialAppleColorIcon.js.map +1 -0
  964. package/lib/icons/SocialAppleFilledIcon.d.ts +6 -0
  965. package/lib/icons/SocialAppleFilledIcon.d.ts.map +1 -0
  966. package/lib/icons/SocialAppleFilledIcon.js +78 -0
  967. package/lib/icons/SocialAppleFilledIcon.js.map +1 -0
  968. package/lib/icons/SocialGoogleColorIcon.d.ts +6 -0
  969. package/lib/icons/SocialGoogleColorIcon.d.ts.map +1 -0
  970. package/lib/icons/SocialGoogleColorIcon.js +100 -0
  971. package/lib/icons/SocialGoogleColorIcon.js.map +1 -0
  972. package/lib/icons/SocialGoogleFilledIcon.d.ts +6 -0
  973. package/lib/icons/SocialGoogleFilledIcon.d.ts.map +1 -0
  974. package/lib/icons/SocialGoogleFilledIcon.js +78 -0
  975. package/lib/icons/SocialGoogleFilledIcon.js.map +1 -0
  976. package/lib/icons/SpinnerScaleFilledIcon.d.ts +6 -0
  977. package/lib/icons/SpinnerScaleFilledIcon.d.ts.map +1 -0
  978. package/lib/icons/SpinnerScaleFilledIcon.js +78 -0
  979. package/lib/icons/SpinnerScaleFilledIcon.js.map +1 -0
  980. package/lib/icons/ToolFilledIcon.d.ts +6 -0
  981. package/lib/icons/ToolFilledIcon.d.ts.map +1 -0
  982. package/lib/icons/ToolFilledIcon.js +78 -0
  983. package/lib/icons/ToolFilledIcon.js.map +1 -0
  984. package/lib/icons/ToolOutlinedIcon.d.ts +6 -0
  985. package/lib/icons/ToolOutlinedIcon.d.ts.map +1 -0
  986. package/lib/icons/ToolOutlinedIcon.js +78 -0
  987. package/lib/icons/ToolOutlinedIcon.js.map +1 -0
  988. package/lib/icons/TrashCanOutlinedIcon.d.ts +6 -0
  989. package/lib/icons/TrashCanOutlinedIcon.d.ts.map +1 -0
  990. package/lib/icons/TrashCanOutlinedIcon.js +78 -0
  991. package/lib/icons/TrashCanOutlinedIcon.js.map +1 -0
  992. package/lib/icons/TrophyStarOutlinedIcon.d.ts +6 -0
  993. package/lib/icons/TrophyStarOutlinedIcon.d.ts.map +1 -0
  994. package/lib/icons/TrophyStarOutlinedIcon.js +78 -0
  995. package/lib/icons/TrophyStarOutlinedIcon.js.map +1 -0
  996. package/lib/icons/UploadCloudIcon.d.ts +6 -0
  997. package/lib/icons/UploadCloudIcon.d.ts.map +1 -0
  998. package/lib/icons/UploadCloudIcon.js +78 -0
  999. package/lib/icons/UploadCloudIcon.js.map +1 -0
  1000. package/lib/icons/UploadIcon.d.ts +6 -0
  1001. package/lib/icons/UploadIcon.d.ts.map +1 -0
  1002. package/lib/icons/UploadIcon.js +78 -0
  1003. package/lib/icons/UploadIcon.js.map +1 -0
  1004. package/lib/icons/UserGroupFilledIcon.d.ts +6 -0
  1005. package/lib/icons/UserGroupFilledIcon.d.ts.map +1 -0
  1006. package/lib/icons/UserGroupFilledIcon.js +86 -0
  1007. package/lib/icons/UserGroupFilledIcon.js.map +1 -0
  1008. package/lib/icons/UserGroupOutlinedIcon.d.ts +6 -0
  1009. package/lib/icons/UserGroupOutlinedIcon.d.ts.map +1 -0
  1010. package/lib/icons/UserGroupOutlinedIcon.js +86 -0
  1011. package/lib/icons/UserGroupOutlinedIcon.js.map +1 -0
  1012. package/lib/icons/UserOutlinedIcon.d.ts +6 -0
  1013. package/lib/icons/UserOutlinedIcon.d.ts.map +1 -0
  1014. package/lib/icons/UserOutlinedIcon.js +82 -0
  1015. package/lib/icons/UserOutlinedIcon.js.map +1 -0
  1016. package/lib/icons/VietNamIcon.d.ts +6 -0
  1017. package/lib/icons/VietNamIcon.d.ts.map +1 -0
  1018. package/lib/icons/VietNamIcon.js +84 -0
  1019. package/lib/icons/VietNamIcon.js.map +1 -0
  1020. package/lib/icons/ViewMenuOutlinedIcon.d.ts +6 -0
  1021. package/lib/icons/ViewMenuOutlinedIcon.d.ts.map +1 -0
  1022. package/lib/icons/ViewMenuOutlinedIcon.js +78 -0
  1023. package/lib/icons/ViewMenuOutlinedIcon.js.map +1 -0
  1024. package/lib/icons/WifiFilledIcon.d.ts +6 -0
  1025. package/lib/icons/WifiFilledIcon.d.ts.map +1 -0
  1026. package/lib/icons/WifiFilledIcon.js +78 -0
  1027. package/lib/icons/WifiFilledIcon.js.map +1 -0
  1028. package/lib/icons/XMarkIcon.d.ts +6 -0
  1029. package/lib/icons/XMarkIcon.d.ts.map +1 -0
  1030. package/lib/icons/XMarkIcon.js +78 -0
  1031. package/lib/icons/XMarkIcon.js.map +1 -0
  1032. package/lib/icons/index.d.ts +124 -0
  1033. package/lib/icons/index.d.ts.map +1 -0
  1034. package/lib/icons/index.js +406 -0
  1035. package/lib/icons/index.js.map +1 -0
  1036. package/lib/index.d.ts +4 -0
  1037. package/lib/index.d.ts.map +1 -0
  1038. package/lib/index.js +46 -0
  1039. package/lib/index.js.map +1 -0
  1040. package/lib/utils.d.ts +41 -0
  1041. package/lib/utils.d.ts.map +1 -0
  1042. package/lib/utils.js +252 -0
  1043. package/lib/utils.js.map +1 -0
  1044. package/package.json +116 -0
@@ -0,0 +1,95 @@
1
+ "use client";
2
+ "use strict";var icons=(()=>{var l0=Object.create;var r1=Object.defineProperty;var d0=Object.getOwnPropertyDescriptor;var u0=Object.getOwnPropertyNames;var I0=Object.getPrototypeOf,R0=Object.prototype.hasOwnProperty;var g=(o,e)=>()=>(e||o((e={exports:{}}).exports,e),e.exports),S0=(o,e)=>{for(var a in e)r1(o,a,{get:e[a],enumerable:!0})},N5=(o,e,a,C)=>{if(e&&typeof e=="object"||typeof e=="function")for(let s of u0(e))!R0.call(o,s)&&s!==a&&r1(o,s,{get:()=>e[s],enumerable:!(C=d0(e,s))||C.enumerable});return o};var t=(o,e,a)=>(a=o!=null?l0(I0(o)):{},N5(e||!o||!o.__esModule?r1(a,"default",{value:o,enumerable:!0}):a,o)),g0=o=>N5(r1({},"__esModule",{value:!0}),o);var G5=g(d=>{"use strict";var t1=Symbol.for("react.element"),w0=Symbol.for("react.portal"),L0=Symbol.for("react.fragment"),v0=Symbol.for("react.strict_mode"),h0=Symbol.for("react.profiler"),M0=Symbol.for("react.provider"),H0=Symbol.for("react.context"),E0=Symbol.for("react.forward_ref"),x0=Symbol.for("react.suspense"),V0=Symbol.for("react.memo"),O0=Symbol.for("react.lazy"),T5=Symbol.iterator;function y0(o){return o===null||typeof o!="object"?null:(o=T5&&o[T5]||o["@@iterator"],typeof o=="function"?o:null)}var F5={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},_5=Object.assign,A5={};function A(o,e,a){this.props=o,this.context=e,this.refs=A5,this.updater=a||F5}A.prototype.isReactComponent={};A.prototype.setState=function(o,e){if(typeof o!="object"&&typeof o!="function"&&o!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,o,e,"setState")};A.prototype.forceUpdate=function(o){this.updater.enqueueForceUpdate(this,o,"forceUpdate")};function B5(){}B5.prototype=A.prototype;function S5(o,e,a){this.props=o,this.context=e,this.refs=A5,this.updater=a||F5}var g5=S5.prototype=new B5;g5.constructor=S5;_5(g5,A.prototype);g5.isPureReactComponent=!0;var Z5=Array.isArray,k5=Object.prototype.hasOwnProperty,w5={current:null},$5={key:!0,ref:!0,__self:!0,__source:!0};function U5(o,e,a){var C,s={},f=null,p=null;if(e!=null)for(C in e.ref!==void 0&&(p=e.ref),e.key!==void 0&&(f=""+e.key),e)k5.call(e,C)&&!$5.hasOwnProperty(C)&&(s[C]=e[C]);var m=arguments.length-2;if(m===1)s.children=a;else if(1<m){for(var l=Array(m),I=0;I<m;I++)l[I]=arguments[I+2];s.children=l}if(o&&o.defaultProps)for(C in m=o.defaultProps,m)s[C]===void 0&&(s[C]=m[C]);return{$$typeof:t1,type:o,key:f,ref:p,props:s,_owner:w5.current}}function P0(o,e){return{$$typeof:t1,type:o.type,key:e,ref:o.ref,props:o.props,_owner:o._owner}}function L5(o){return typeof o=="object"&&o!==null&&o.$$typeof===t1}function D0(o){var e={"=":"=0",":":"=2"};return"$"+o.replace(/[=:]/g,function(a){return e[a]})}var b5=/\/+/g;function R5(o,e){return typeof o=="object"&&o!==null&&o.key!=null?D0(""+o.key):e.toString(36)}function c1(o,e,a,C,s){var f=typeof o;(f==="undefined"||f==="boolean")&&(o=null);var p=!1;if(o===null)p=!0;else switch(f){case"string":case"number":p=!0;break;case"object":switch(o.$$typeof){case t1:case w0:p=!0}}if(p)return p=o,s=s(p),o=C===""?"."+R5(p,0):C,Z5(s)?(a="",o!=null&&(a=o.replace(b5,"$&/")+"/"),c1(s,e,a,"",function(I){return I})):s!=null&&(L5(s)&&(s=P0(s,a+(!s.key||p&&p.key===s.key?"":(""+s.key).replace(b5,"$&/")+"/")+o)),e.push(s)),1;if(p=0,C=C===""?".":C+":",Z5(o))for(var m=0;m<o.length;m++){f=o[m];var l=C+R5(f,m);p+=c1(f,e,a,l,s)}else if(l=y0(o),typeof l=="function")for(o=l.call(o),m=0;!(f=o.next()).done;)f=f.value,l=C+R5(f,m++),p+=c1(f,e,a,l,s);else if(f==="object")throw e=String(o),Error("Objects are not valid as a React child (found: "+(e==="[object Object]"?"object with keys {"+Object.keys(o).join(", ")+"}":e)+"). If you meant to render a collection of children, use an array instead.");return p}function i1(o,e,a){if(o==null)return o;var C=[],s=0;return c1(o,C,"","",function(f){return e.call(a,f,s++)}),C}function N0(o){if(o._status===-1){var e=o._result;e=e(),e.then(function(a){(o._status===0||o._status===-1)&&(o._status=1,o._result=a)},function(a){(o._status===0||o._status===-1)&&(o._status=2,o._result=a)}),o._status===-1&&(o._status=0,o._result=e)}if(o._status===1)return o._result.default;throw o._result}var R={current:null},C1={transition:null},T0={ReactCurrentDispatcher:R,ReactCurrentBatchConfig:C1,ReactCurrentOwner:w5};function q5(){throw Error("act(...) is not supported in production builds of React.")}d.Children={map:i1,forEach:function(o,e,a){i1(o,function(){e.apply(this,arguments)},a)},count:function(o){var e=0;return i1(o,function(){e++}),e},toArray:function(o){return i1(o,function(e){return e})||[]},only:function(o){if(!L5(o))throw Error("React.Children.only expected to receive a single React element child.");return o}};d.Component=A;d.Fragment=L0;d.Profiler=h0;d.PureComponent=S5;d.StrictMode=v0;d.Suspense=x0;d.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=T0;d.act=q5;d.cloneElement=function(o,e,a){if(o==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+o+".");var C=_5({},o.props),s=o.key,f=o.ref,p=o._owner;if(e!=null){if(e.ref!==void 0&&(f=e.ref,p=w5.current),e.key!==void 0&&(s=""+e.key),o.type&&o.type.defaultProps)var m=o.type.defaultProps;for(l in e)k5.call(e,l)&&!$5.hasOwnProperty(l)&&(C[l]=e[l]===void 0&&m!==void 0?m[l]:e[l])}var l=arguments.length-2;if(l===1)C.children=a;else if(1<l){m=Array(l);for(var I=0;I<l;I++)m[I]=arguments[I+2];C.children=m}return{$$typeof:t1,type:o.type,key:s,ref:f,props:C,_owner:p}};d.createContext=function(o){return o={$$typeof:H0,_currentValue:o,_currentValue2:o,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},o.Provider={$$typeof:M0,_context:o},o.Consumer=o};d.createElement=U5;d.createFactory=function(o){var e=U5.bind(null,o);return e.type=o,e};d.createRef=function(){return{current:null}};d.forwardRef=function(o){return{$$typeof:E0,render:o}};d.isValidElement=L5;d.lazy=function(o){return{$$typeof:O0,_payload:{_status:-1,_result:o},_init:N0}};d.memo=function(o,e){return{$$typeof:V0,type:o,compare:e===void 0?null:e}};d.startTransition=function(o){var e=C1.transition;C1.transition={};try{o()}finally{C1.transition=e}};d.unstable_act=q5;d.useCallback=function(o,e){return R.current.useCallback(o,e)};d.useContext=function(o){return R.current.useContext(o)};d.useDebugValue=function(){};d.useDeferredValue=function(o){return R.current.useDeferredValue(o)};d.useEffect=function(o,e){return R.current.useEffect(o,e)};d.useId=function(){return R.current.useId()};d.useImperativeHandle=function(o,e,a){return R.current.useImperativeHandle(o,e,a)};d.useInsertionEffect=function(o,e){return R.current.useInsertionEffect(o,e)};d.useLayoutEffect=function(o,e){return R.current.useLayoutEffect(o,e)};d.useMemo=function(o,e){return R.current.useMemo(o,e)};d.useReducer=function(o,e,a){return R.current.useReducer(o,e,a)};d.useRef=function(o){return R.current.useRef(o)};d.useState=function(o){return R.current.useState(o)};d.useSyncExternalStore=function(o,e,a){return R.current.useSyncExternalStore(o,e,a)};d.useTransition=function(){return R.current.useTransition()};d.version="18.3.1"});var c=g((Ic,z5)=>{"use strict";z5.exports=G5()});var Q5=g(v5=>{"use strict";Object.defineProperty(v5,"__esModule",{value:!0});v5.default=F0;function F0(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}});var Y5=g(h5=>{"use strict";Object.defineProperty(h5,"__esModule",{value:!0});h5.default=_0;function _0(o,e){if(!o)return!1;if(o.contains)return o.contains(e);let a=e;for(;a;){if(a===o)return!0;a=a.parentNode}return!1}});var t4=g(B=>{"use strict";Object.defineProperty(B,"__esModule",{value:!0});B.clearContainerCache=G0;B.injectCSS=H5;B.removeCSS=U0;B.updateCSS=z0;var A0=j5(Q5()),B0=j5(Y5());function j5(o){return o&&o.__esModule?o:{default:o}}var K5="data-rc-order",J5="data-rc-priority",k0="rc-util-key",a1=new Map;function o4({mark:o}={}){return o?o.startsWith("data-")?o:`data-${o}`:k0}function s1(o){return o.attachTo?o.attachTo:document.querySelector("head")||document.body}function $0(o){return o==="queue"?"prependQueue":o?"prepend":"append"}function M5(o){return Array.from((a1.get(o)||o).children).filter(e=>e.tagName==="STYLE")}function H5(o,e={}){if(!(0,A0.default)())return null;let{csp:a,prepend:C,priority:s=0}=e,f=$0(C),p=f==="prependQueue",m=document.createElement("style");m.setAttribute(K5,f),p&&s&&m.setAttribute(J5,`${s}`),a?.nonce&&(m.nonce=a?.nonce),m.innerHTML=o;let l=s1(e),{firstChild:I}=l;if(C){if(p){let L=(e.styles||M5(l)).filter(V=>{if(!["prepend","prependQueue"].includes(V.getAttribute(K5)))return!1;let _=Number(V.getAttribute(J5)||0);return s>=_});if(L.length)return l.insertBefore(m,L[L.length-1].nextSibling),m}l.insertBefore(m,I)}else l.appendChild(m);return m}function e4(o,e={}){let{styles:a}=e;return a||(a=M5(s1(e))),a.find(C=>C.getAttribute(o4(e))===o)}function U0(o,e={}){let a=e4(o,e);a&&s1(e).removeChild(a)}function q0(o,e){let a=a1.get(o);if(!a||!(0,B0.default)(document,a)){let C=H5("",e),{parentNode:s}=C;a1.set(o,s),o.removeChild(C)}}function G0(){a1.clear()}function z0(o,e,a={}){let C=s1(a),s=M5(C),f={...a,styles:s};q0(C,f);let p=e4(e,f);if(p)return f.csp?.nonce&&p.nonce!==f.csp?.nonce&&(p.nonce=f.csp?.nonce),p.innerHTML!==o&&(p.innerHTML=o),p;let m=H5(o,f);return m.setAttribute(o4(f),e),m}});var i4=g(f1=>{"use strict";Object.defineProperty(f1,"__esModule",{value:!0});f1.getShadowRoot=W0;f1.inShadow=r4;function n4(o){return o?.getRootNode?.()}function r4(o){return n4(o)instanceof ShadowRoot}function W0(o){return r4(o)?n4(o):null}});var u4=g(l1=>{"use strict";var Y0=c(),K0=Symbol.for("react.element"),J0=Symbol.for("react.fragment"),j0=Object.prototype.hasOwnProperty,o6=Y0.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,e6={key:!0,ref:!0,__self:!0,__source:!0};function d4(o,e,a){var C,s={},f=null,p=null;a!==void 0&&(f=""+a),e.key!==void 0&&(f=""+e.key),e.ref!==void 0&&(p=e.ref);for(C in e)j0.call(e,C)&&!e6.hasOwnProperty(C)&&(s[C]=e[C]);if(o&&o.defaultProps)for(C in e=o.defaultProps,e)s[C]===void 0&&(s[C]=e[C]);return{$$typeof:K0,type:o,key:f,ref:p,props:s,_owner:o6.current}}l1.Fragment=J0;l1.jsx=d4;l1.jsxs=d4});var n=g((Vc,I4)=>{"use strict";I4.exports=u4()});var X3=g(u=>{"use strict";var x5=Symbol.for("react.element"),V5=Symbol.for("react.portal"),r5=Symbol.for("react.fragment"),i5=Symbol.for("react.strict_mode"),c5=Symbol.for("react.profiler"),C5=Symbol.for("react.provider"),a5=Symbol.for("react.context"),Yi=Symbol.for("react.server_context"),s5=Symbol.for("react.forward_ref"),f5=Symbol.for("react.suspense"),p5=Symbol.for("react.suspense_list"),m5=Symbol.for("react.memo"),l5=Symbol.for("react.lazy"),Ki=Symbol.for("react.offscreen"),W3;W3=Symbol.for("react.module.reference");function h(o){if(typeof o=="object"&&o!==null){var e=o.$$typeof;switch(e){case x5:switch(o=o.type,o){case r5:case c5:case i5:case f5:case p5:return o;default:switch(o=o&&o.$$typeof,o){case Yi:case a5:case s5:case l5:case m5:case C5:return o;default:return e}}case V5:return e}}}u.ContextConsumer=a5;u.ContextProvider=C5;u.Element=x5;u.ForwardRef=s5;u.Fragment=r5;u.Lazy=l5;u.Memo=m5;u.Portal=V5;u.Profiler=c5;u.StrictMode=i5;u.Suspense=f5;u.SuspenseList=p5;u.isAsyncMode=function(){return!1};u.isConcurrentMode=function(){return!1};u.isContextConsumer=function(o){return h(o)===a5};u.isContextProvider=function(o){return h(o)===C5};u.isElement=function(o){return typeof o=="object"&&o!==null&&o.$$typeof===x5};u.isForwardRef=function(o){return h(o)===s5};u.isFragment=function(o){return h(o)===r5};u.isLazy=function(o){return h(o)===l5};u.isMemo=function(o){return h(o)===m5};u.isPortal=function(o){return h(o)===V5};u.isProfiler=function(o){return h(o)===c5};u.isStrictMode=function(o){return h(o)===i5};u.isSuspense=function(o){return h(o)===f5};u.isSuspenseList=function(o){return h(o)===p5};u.isValidElementType=function(o){return typeof o=="string"||typeof o=="function"||o===r5||o===c5||o===i5||o===f5||o===p5||o===Ki||typeof o=="object"&&o!==null&&(o.$$typeof===l5||o.$$typeof===m5||o.$$typeof===C5||o.$$typeof===a5||o.$$typeof===s5||o.$$typeof===W3||o.getModuleId!==void 0)};u.typeOf=h});var Y3=g(($u,Q3)=>{"use strict";Q3.exports=X3()});var J3=g(O5=>{"use strict";Object.defineProperty(O5,"__esModule",{value:!0});O5.default=oc;var Ji=ji(c());function K3(o){if(typeof WeakMap!="function")return null;var e=new WeakMap,a=new WeakMap;return(K3=function(C){return C?a:e})(o)}function ji(o,e){if(!e&&o&&o.__esModule)return o;if(o===null||typeof o!="object"&&typeof o!="function")return{default:o};var a=K3(e);if(a&&a.has(o))return a.get(o);var C={__proto__:null},s=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var f in o)if(f!=="default"&&Object.prototype.hasOwnProperty.call(o,f)){var p=s?Object.getOwnPropertyDescriptor(o,f):null;p&&(p.get||p.set)?Object.defineProperty(C,f,p):C[f]=o[f]}return C.default=o,a&&a.set(o,C),C}function oc(o,e,a){let C=Ji.useRef({});return(!("value"in C.current)||a(C.current.condition,e))&&(C.current.value=o(),C.current.condition=e),C.current.value}});var j3=g(y5=>{"use strict";Object.defineProperty(y5,"__esModule",{value:!0});y5.default=rc;var ec=Symbol.for("react.element"),tc=Symbol.for("react.transitional.element"),nc=Symbol.for("react.fragment");function rc(o){return o&&typeof o=="object"&&(o.$$typeof===ec||o.$$typeof===tc)&&o.type===nc}});var i0=g(S=>{"use strict";Object.defineProperty(S,"__esModule",{value:!0});S.useComposeRef=S.supportRef=S.supportNodeRef=S.getNodeRef=S.fillRef=S.composeRef=void 0;var o0=c(),P5=Y3(),ic=e0(J3()),cc=e0(j3());function e0(o){return o&&o.__esModule?o:{default:o}}var Cc=Number(o0.version.split(".")[0]),t0=(o,e)=>{typeof o=="function"?o(e):typeof o=="object"&&o&&"current"in o&&(o.current=e)};S.fillRef=t0;var n0=(...o)=>{let e=o.filter(Boolean);return e.length<=1?e[0]:a=>{o.forEach(C=>{t0(C,a)})}};S.composeRef=n0;var ac=(...o)=>(0,ic.default)(()=>n0(...o),o,(e,a)=>e.length!==a.length||e.every((C,s)=>C!==a[s]));S.useComposeRef=ac;var r0=o=>{if(!o)return!1;if(D5(o)&&Cc>=19)return!0;let e=(0,P5.isMemo)(o)?o.type.type:o.type;return!(typeof e=="function"&&!e.prototype?.render&&e.$$typeof!==P5.ForwardRef||typeof o=="function"&&!o.prototype?.render&&o.$$typeof!==P5.ForwardRef)};S.supportRef=r0;function D5(o){return(0,o0.isValidElement)(o)&&!(0,cc.default)(o)}var sc=o=>D5(o)&&r0(o);S.supportNodeRef=sc;var fc=o=>{if(o&&D5(o)){let e=o;return e.props.propertyIsEnumerable("ref")?e.props.ref:e.ref}return null};S.getNodeRef=fc});var lc={};S0(lc,{AddressBookFilledIcon:()=>S4,AddressBookOutlinedIcon:()=>w4,AirplayOutlinedIcon:()=>v4,AlertCircleOutlineIcon:()=>M4,AlertTriangleOutlinedIcon:()=>E4,ArchiveFilledIcon:()=>V4,ArchiveOutlinedIcon:()=>y4,ArrowLeftIcon:()=>D4,ArrowRightIcon:()=>T4,AwardFilledIcon:()=>b4,AwardOutlinedIcon:()=>_4,BellFilledIcon:()=>B4,BellOutlinedIcon:()=>$4,BellRingFilledIcon:()=>q4,BellRingOutlinedIcon:()=>z4,BookOpenFilledIcon:()=>X4,BookOpenOutlinedIcon:()=>Y4,CalendarOutlinedIcon:()=>J4,CalenderDaysOutlinedIcon:()=>o9,CaretDownFilledIcon:()=>t9,CaretUpFilledIcon:()=>r9,ChartPollFilledIcon:()=>c9,ChartPollOutlinedIcon:()=>a9,ChartSimpleIcon:()=>f9,CheckOutlinedIcon:()=>m9,ChevronDownSingleIcon:()=>d9,ChevronLeftDoubleIcon:()=>I9,ChevronLeftSingleIcon:()=>S9,ChevronRightDoubleIcon:()=>w9,ChevronRightSingleIcon:()=>v9,ChevronUpDoubleIcon:()=>M9,ChevronUpSingleIcon:()=>E9,CircleQuestionOutlinedIcon:()=>V9,CircleUserOutlinedIcon:()=>y9,CircleXMarkFilledIcon:()=>D9,CircleXMarkOutlinedIcon:()=>T9,ClockOutlinedIcon:()=>b9,ClockRotateLeftFilledIcon:()=>_9,ClockRotateLeftOutlinedIcon:()=>B9,CodeOutlinedIcon:()=>$9,ConnerDownLeftIcon:()=>q9,CopyOutlinedIcon:()=>z9,DeviceOutlineIcon:()=>X9,DownloadIcon:()=>Y9,EmailOutlinedIcon:()=>J9,ExternalLinkIcon:()=>o8,EyeInvisibleOutlinedIcon:()=>t8,EyeVisibleOutlinedIcon:()=>r8,FileOutlinedIcon:()=>c8,FileTextFilledIcon:()=>a8,FileTextOutlinedIcon:()=>f8,FilterOutlinedIcon:()=>m8,FolderOutlinedIcon:()=>d8,ForensicWatermarkingIcon:()=>I8,GearCodeOutlinedIcon:()=>S8,GearFilledIcon:()=>w8,GearOutlinedIcon:()=>v8,GlobeOutlinedIcon:()=>M8,Grid2FilledIcon:()=>E8,Grid2OutlinedIcon:()=>V8,IDCardClipOutlinedIcon:()=>y8,IDCardOutlinedIcon:()=>D8,IconProvider:()=>mc,ImageOutlinedIcon:()=>T8,KeySkeletonIcon:()=>b8,LaptopMobileFilledIcon:()=>_8,LaptopMobileOutlinedIcon:()=>B8,LoadingLineIcon:()=>$8,LockFilledIcon:()=>q8,LogoutIcon:()=>z8,MenuIcon:()=>X8,MessageOutlinedIcon:()=>Y8,MoreHorizontalIcon:()=>J8,MoreVerticalIcon:()=>o7,NewspaperFilledIcon:()=>t7,NewspaperOutlinedIcon:()=>r7,OctagonXMarkOutlinedIcon:()=>c7,PaperClipOutlinedIcon:()=>a7,PenOutlinedIcon:()=>f7,PenToSquareOutlinedIcon:()=>m7,PlayFilledIcon:()=>d7,PlayOutlinedIcon:()=>I7,PlayReadyColorIcon:()=>S7,PlusAddFilledIcon:()=>w7,PlusAddOutlinedIcon:()=>v7,RemoveMinusFilledIcon:()=>M7,RemoveMinusOutlinedIcon:()=>E7,RepeatOutlinedIcon:()=>V7,RolesOutlinedIcon:()=>y7,RotateOutlinedIcon:()=>D7,SearchOutlinedIcon:()=>T7,SelectionCheckCircleCheckOutlinedIcon:()=>b7,SelectionCheckSquareCheckIcon:()=>_7,SelectionCheckSquareUnCheckIcon:()=>B7,SelectionRadioCircleDotIcon:()=>$7,ShieldCheckOutlinedIcon:()=>q7,ShieldHalvedFilledIcon:()=>z7,ShieldHalvedOutlinedIcon:()=>X7,ShieldOutlinedIcon:()=>Y7,ShieldPlusOutlinedIcon:()=>J7,ShuffleFilledIcon:()=>o3,ShuffleIcon:()=>t3,ShuffleOutlinedIcon:()=>r3,SigmaDRMColorIcon:()=>c3,SigmaFilledIcon:()=>a3,SlidersFilledIcon:()=>f3,SocialAppleColorIcon:()=>m3,SocialAppleFilledIcon:()=>d3,SocialGoogleColorIcon:()=>I3,SocialGoogleFilledIcon:()=>S3,SpinnerScaleFilledIcon:()=>w3,ToolFilledIcon:()=>v3,ToolOutlinedIcon:()=>M3,TrashCanOutlinedIcon:()=>E3,TrophyStarOutlinedIcon:()=>V3,UploadCloudIcon:()=>y3,UploadIcon:()=>D3,UserGroupFilledIcon:()=>T3,UserGroupOutlinedIcon:()=>b3,UserOutlinedIcon:()=>_3,VietNamIcon:()=>B3,ViewMenuOutlinedIcon:()=>$3,WifiFilledIcon:()=>q3,XMarkIcon:()=>z3,default:()=>C0});var W5=t(c()),Z0=(0,W5.createContext)({}),O=Z0;var R4=t(c());var d1=t(c());function X5(o){var e,a,C="";if(typeof o=="string"||typeof o=="number")C+=o;else if(typeof o=="object")if(Array.isArray(o)){var s=o.length;for(e=0;e<s;e++)o[e]&&(a=X5(o[e]))&&(C&&(C+=" "),C+=a)}else for(a in o)o[a]&&(C&&(C+=" "),C+=a);return C}function b0(){for(var o,e,a=0,C="",s=arguments.length;a<s;a++)(o=arguments[a])&&(e=X5(o))&&(C&&(C+=" "),C+=e);return C}var n1=b0;var p4=t(c());var H=t(c()),C4=t(t4()),a4=t(i4());function X0(o){return o.replace(/-(.)/g,(e,a)=>a.toUpperCase())}function s4(o){return typeof o=="object"&&typeof o.name=="string"&&(typeof o.icon=="object"||typeof o.icon=="function")}function c4(o={}){return Object.keys(o).reduce((e,a)=>{let C=o[a];return a==="class"?(e.className=C,delete e.class):(delete e[a],e[X0(a)]=C),e},{})}function p1(o,e,a){return a?H.default.createElement(o.tag,{key:e,...c4(o.attrs),...a},(o.children||[]).map((C,s)=>p1(C,`${e}-${o.tag}-${s}`))):H.default.createElement(o.tag,{key:e,...c4(o.attrs)},(o.children||[]).map((C,s)=>p1(C,`${e}-${o.tag}-${s}`)))}var f4={width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",focusable:"false"},Q0=`
3
+ .smicon {
4
+ display: inline-flex;
5
+ align-items: center;
6
+ color: inherit;
7
+ font-style: normal;
8
+ line-height: 0;
9
+ text-align: center;
10
+ text-transform: none;
11
+ vertical-align: -0.125em;
12
+ text-rendering: optimizeLegibility;
13
+ -webkit-font-smoothing: antialiased;
14
+ -moz-osx-font-smoothing: grayscale;
15
+ }
16
+
17
+ .smicon > * {
18
+ line-height: 1;
19
+ }
20
+
21
+ .smicon svg {
22
+ display: inline-block;
23
+ vertical-align: inherit;
24
+ }
25
+
26
+ .smicon::before {
27
+ display: none;
28
+ }
29
+
30
+ .smicon .smicon-icon {
31
+ display: block;
32
+ }
33
+
34
+ .smicon[tabindex] {
35
+ cursor: pointer;
36
+ }
37
+
38
+ .smicon-spin::before,
39
+ .smicon-spin {
40
+ display: inline-block;
41
+ -webkit-animation: loadingCircle 1s infinite linear;
42
+ animation: loadingCircle 1s infinite linear;
43
+ }
44
+
45
+ @-webkit-keyframes loadingCircle {
46
+ 100% {
47
+ -webkit-transform: rotate(360deg);
48
+ transform: rotate(360deg);
49
+ }
50
+ }
51
+
52
+ @keyframes loadingCircle {
53
+ 100% {
54
+ -webkit-transform: rotate(360deg);
55
+ transform: rotate(360deg);
56
+ }
57
+ }
58
+ `,m1=o=>{let{csp:e,prefixCls:a,layer:C}=(0,H.useContext)(O),s=Q0;a&&(s=s.replace(/smicon/g,a)),C&&(s=`@layer ${C} {
59
+ ${s}
60
+ }`),(0,H.useEffect)(()=>{let f=o.current,p=(0,a4.getShadowRoot)(f);(0,C4.updateCSS)(s,"@sigma-ui-icons",{prepend:!C,csp:e,attachTo:p})},[])};function r(o,e){let{children:a,...C}=o.props,s=p=>{let m={};return Object.keys(p).forEach(l=>{let I=p[l];if(I==null)return;let L=typeof I;(L==="string"||L==="number")&&(m[l]=String(I))}),m},f={tag:"svg",attrs:{...s(C),viewBox:String(C.viewBox||"0 0 24 24"),fill:String(C.fill||"none"),xmlns:String(C.xmlns||"http://www.w3.org/2000/svg")},children:[]};if(a){let p=m=>H.default.Children.toArray(m).map(l=>{if(H.default.isValidElement(l)){let{children:I,...L}=l.props;return{tag:l.type,attrs:s(L),children:I?p(I):void 0}}return null}).filter(Boolean);f.children=p(a)}return{name:e,icon:f}}var m4=o=>{let{icon:e,className:a,onClick:C,style:s,...f}=o,p=p4.useRef(null);if(m1(p),!s4(e))return null;let m=e;return m&&typeof m.icon=="function"&&(m={...m}),p1(m.icon,`svg-${m.name}`,{className:a,onClick:C,style:s||{},"data-icon":m.name,width:"1em",height:"1em",fill:"currentColor","aria-hidden":"true",...f,ref:p})};m4.displayName="IconReact";var l4=m4;var E5=t(n()),t6=d1.forwardRef((o,e)=>{let{className:a,icon:C,spin:s,rotate:f,tabIndex:p,onClick:m,...l}=o,{prefixCls:I="smicon",rootClassName:L}=d1.useContext(O),V=n1(L,I,{[`${I}-${C.name}`]:!!C.name,[`${I}-spin`]:!!s||C.name==="loading"},a),_=p;_===void 0&&m&&(_=-1);let e1=f?{msTransform:`rotate(${f}deg)`,transform:`rotate(${f}deg)`}:void 0;return(0,E5.jsx)("span",{role:"img","aria-label":C.name,...l,ref:e,tabIndex:_,onClick:m,className:V,children:(0,E5.jsx)(l4,{icon:C,style:e1})})}),i=t6;var u1=t(n()),n6=(0,u1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,u1.jsx)("path",{d:"M5.4 2.3999H16.2C16.875 2.4249 17.4375 2.6624 17.8875 3.1124C18.3375 3.5624 18.575 4.1249 18.6 4.7999V19.1999C18.575 19.8749 18.3375 20.4374 17.8875 20.8874C17.4375 21.3374 16.875 21.5749 16.2 21.5999H5.4C4.725 21.5749 4.1625 21.3374 3.7125 20.8874C3.2625 20.4374 3.025 19.8749 3 19.1999V4.7999C3.025 4.1249 3.2625 3.5624 3.7125 3.1124C4.1625 2.6624 4.725 2.4249 5.4 2.3999ZM9.6 13.1999C8.75 13.2249 8.0375 13.5124 7.4625 14.0624C6.9125 14.6374 6.625 15.3499 6.6 16.1999C6.625 16.5749 6.825 16.7749 7.2 16.7999H14.4C14.775 16.7749 14.975 16.5749 15 16.1999C14.975 15.3499 14.6875 14.6374 14.1375 14.0624C13.5625 13.5124 12.85 13.2249 12 13.1999H9.6ZM8.4 9.5999C8.425 10.4999 8.825 11.1874 9.6 11.6624C10.4 12.1124 11.2 12.1124 12 11.6624C12.775 11.1874 13.175 10.4999 13.2 9.5999C13.175 8.6999 12.775 8.0124 12 7.5374C11.2 7.0874 10.4 7.0874 9.6 7.5374C8.825 8.0124 8.425 8.6999 8.4 9.5999ZM21 5.3999V7.7999C20.975 8.1749 20.775 8.3749 20.4 8.3999C20.025 8.3749 19.825 8.1749 19.8 7.7999V5.3999C19.825 5.0249 20.025 4.8249 20.4 4.7999C20.775 4.8249 20.975 5.0249 21 5.3999ZM20.4 9.5999C20.775 9.6249 20.975 9.8249 21 10.1999V12.5999C20.975 12.9749 20.775 13.1749 20.4 13.1999C20.025 13.1749 19.825 12.9749 19.8 12.5999V10.1999C19.825 9.8249 20.025 9.6249 20.4 9.5999ZM21 14.9999V17.3999C20.975 17.7749 20.775 17.9749 20.4 17.9999C20.025 17.9749 19.825 17.7749 19.8 17.3999V14.9999C19.825 14.6249 20.025 14.4249 20.4 14.3999C20.775 14.4249 20.975 14.6249 21 14.9999Z"})}),r6=r(n6,"address-book-filled"),i6=R4.forwardRef((o,e)=>(0,u1.jsx)(i,{...o,ref:e,icon:r6})),S4=i6;var g4=t(c());var I1=t(n()),c6=(0,I1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,I1.jsx)("path",{d:"M16.2 4.32002H5.4C5.025 4.34502 4.825 4.54502 4.8 4.92002V19.32C4.825 19.695 5.025 19.895 5.4 19.92H16.2C16.575 19.895 16.775 19.695 16.8 19.32V4.92002C16.775 4.54502 16.575 4.34502 16.2 4.32002ZM5.4 2.52002H16.2C16.875 2.54502 17.4375 2.78252 17.8875 3.23252C18.3375 3.68252 18.575 4.24502 18.6 4.92002V19.32C18.575 19.995 18.3375 20.5575 17.8875 21.0075C17.4375 21.4575 16.875 21.695 16.2 21.72H5.4C4.725 21.695 4.1625 21.4575 3.7125 21.0075C3.2625 20.5575 3.025 19.995 3 19.32V4.92002C3.025 4.24502 3.2625 3.68252 3.7125 3.23252C4.1625 2.78252 4.725 2.54502 5.4 2.52002ZM10.8 12.12C9.9 12.095 9.2125 11.695 8.7375 10.92C8.2875 10.12 8.2875 9.32002 8.7375 8.52002C9.2125 7.74502 9.9 7.34502 10.8 7.32002C11.7 7.34502 12.3875 7.74502 12.8625 8.52002C13.3125 9.32002 13.3125 10.12 12.8625 10.92C12.3875 11.695 11.7 12.095 10.8 12.12ZM9.6 13.32H12C12.85 13.345 13.5625 13.6325 14.1375 14.1825C14.6875 14.7575 14.975 15.47 15 16.32C14.975 16.695 14.775 16.895 14.4 16.92H7.2C6.825 16.895 6.625 16.695 6.6 16.32C6.625 15.47 6.9125 14.7575 7.4625 14.1825C8.0375 13.6325 8.75 13.345 9.6 13.32ZM21 5.52002V7.92002C20.975 8.29502 20.775 8.49502 20.4 8.52002C20.025 8.49502 19.825 8.29502 19.8 7.92002V5.52002C19.825 5.14502 20.025 4.94502 20.4 4.92002C20.775 4.94502 20.975 5.14502 21 5.52002ZM20.4 9.72002C20.775 9.74502 20.975 9.94502 21 10.32V12.72C20.975 13.095 20.775 13.295 20.4 13.32C20.025 13.295 19.825 13.095 19.8 12.72V10.32C19.825 9.94502 20.025 9.74502 20.4 9.72002ZM21 15.12V17.52C20.975 17.895 20.775 18.095 20.4 18.12C20.025 18.095 19.825 17.895 19.8 17.52V15.12C19.825 14.745 20.025 14.545 20.4 14.52C20.775 14.545 20.975 14.745 21 15.12Z"})}),C6=r(c6,"address-book-outlined"),a6=g4.forwardRef((o,e)=>(0,I1.jsx)(i,{...o,ref:e,icon:C6})),w4=a6;var L4=t(c());var R1=t(n()),s6=(0,R1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,R1.jsx)("path",{d:"M12 13.453C12.2918 13.453 12.5688 13.5811 12.7588 13.8026L16.7588 18.4696C17.0129 18.7661 17.0714 19.1832 16.9082 19.538C16.745 19.8926 16.3905 20.12 16 20.12H8C7.60955 20.12 7.25503 19.8926 7.0918 19.538C6.92861 19.1832 6.98706 18.7661 7.24121 18.4696L11.2412 13.8026L11.3164 13.7235C11.5007 13.5509 11.7448 13.453 12 13.453ZM10.1738 18.12H13.8262L12 15.9891L10.1738 18.12ZM19 14.453V6.67566C19 6.53755 18.9435 6.39934 18.834 6.29285C18.7236 6.18552 18.5683 6.1201 18.4004 6.12H5.59961C5.4317 6.1201 5.27643 6.18552 5.16602 6.29285C5.05648 6.39934 5 6.53755 5 6.67566V14.453L5.01074 14.5565C5.03168 14.6586 5.08393 14.756 5.16602 14.8358C5.27643 14.9432 5.43168 15.0086 5.59961 15.0087H6.40039C6.95242 15.0089 7.40027 15.4566 7.40039 16.0087C7.40039 16.5608 6.9525 17.0085 6.40039 17.0087H5.59961C4.91914 17.0086 4.26101 16.7463 3.77148 16.2704C3.34217 15.853 3.07313 15.3007 3.0127 14.7089L3 14.453V6.67566C3 5.98865 3.28091 5.33523 3.77148 4.85828C4.261 4.38243 4.91919 4.1201 5.59961 4.12H18.4004C19.0808 4.1201 19.739 4.38243 20.2285 4.85828C20.7191 5.33522 21 5.98865 21 6.67566V14.453C21 15.14 20.7191 15.7934 20.2285 16.2704C19.739 16.7463 19.0809 17.0086 18.4004 17.0087H17.5996C17.0475 17.0085 16.5996 16.5608 16.5996 16.0087C16.5997 15.4566 17.0476 15.0089 17.5996 15.0087H18.4004C18.5683 15.0086 18.7236 14.9432 18.834 14.8358C18.9435 14.7293 19 14.5911 19 14.453Z"})}),f6=r(s6,"airplay-outlined"),p6=L4.forwardRef((o,e)=>(0,R1.jsx)(i,{...o,ref:e,icon:f6})),v4=p6;var h4=t(c());var S1=t(n()),m6=(0,S1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,S1.jsx)("path",{d:"M20 12.12C20 7.70172 16.4183 4.12 12 4.12C7.58172 4.12 4 7.70172 4 12.12C4 16.5383 7.58172 20.12 12 20.12C16.4183 20.12 20 16.5383 20 12.12ZM12.0088 14.7196C12.5609 14.7196 13.0086 15.1675 13.0088 15.7196C13.0088 16.2719 12.5611 16.7196 12.0088 16.7196H12C11.4477 16.7196 11 16.2719 11 15.7196C11.0002 15.1675 11.4478 14.7196 12 14.7196H12.0088ZM11 12.12V8.52039C11 7.9681 11.4477 7.52039 12 7.52039C12.5523 7.52039 13 7.9681 13 8.52039V12.12C13 12.6723 12.5523 13.12 12 13.12C11.4477 13.12 11 12.6723 11 12.12ZM22 12.12C22 17.6428 17.5228 22.12 12 22.12C6.47715 22.12 2 17.6428 2 12.12C2 6.59715 6.47715 2.12 12 2.12C17.5228 2.12 22 6.59715 22 12.12Z"})}),l6=r(m6,"alert-circle-outline"),d6=h4.forwardRef((o,e)=>(0,S1.jsx)(i,{...o,ref:e,icon:l6})),M4=d6;var H4=t(c());var g1=t(n()),u6=(0,g1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,g1.jsx)("path",{d:"M11.9998 3.0686C12.4727 3.0686 12.9364 3.19362 13.3455 3.42993C13.7033 3.63664 14.0077 3.92203 14.239 4.26196L14.3338 4.4104L14.3367 4.41528L21.6326 16.9133L21.6404 16.927C21.8751 17.3441 21.9985 17.815 21.9998 18.2932C22.0011 18.7716 21.8807 19.2439 21.6482 19.6624C21.4157 20.0809 21.0784 20.433 20.6678 20.6809C20.257 20.9289 19.7877 21.0631 19.3074 21.0686H4.69216C4.21183 21.0631 3.74261 20.9289 3.33181 20.6809C2.92121 20.433 2.5839 20.0809 2.35134 19.6624C2.11886 19.2439 1.99848 18.7716 1.99978 18.2932C2.00111 17.815 2.12449 17.3441 2.35916 16.927L2.36697 16.9133L9.66287 4.41528L9.6658 4.4104C9.90567 4.00468 10.2453 3.66611 10.6541 3.42993C11.0631 3.19362 11.5269 3.0686 11.9998 3.0686ZM11.9998 5.0686C11.8806 5.0686 11.7619 5.09975 11.6551 5.16138C11.5494 5.22241 11.4564 5.3116 11.3894 5.4231L4.10232 17.9075L4.05838 17.9983C4.02031 18.0924 4.00007 18.1948 3.99978 18.2991C3.99945 18.4379 4.03496 18.5729 4.10037 18.6907C4.16573 18.8083 4.25815 18.9029 4.36599 18.968C4.47358 19.033 4.59353 19.0672 4.71463 19.0686H19.2849C19.406 19.0672 19.526 19.033 19.6336 18.968C19.7414 18.9029 19.8338 18.8083 19.8992 18.6907C19.9646 18.5729 20.0001 18.4379 19.9998 18.2991C19.9994 18.1602 19.9633 18.0249 19.8972 17.9075H19.8963L12.6092 5.42407V5.4231C12.5422 5.3118 12.45 5.22233 12.3445 5.16138C12.2377 5.09975 12.1189 5.0686 11.9998 5.0686ZM12.0086 15.5334C12.5608 15.5336 13.0086 15.9812 13.0086 16.5334C13.0085 17.0856 12.5607 17.5333 12.0086 17.5334H11.9998C11.4476 17.5334 10.9999 17.0856 10.9998 16.5334C10.9998 15.9812 11.4475 15.5334 11.9998 15.5334H12.0086ZM10.9998 12.9983V9.46216C11 8.91004 11.4476 8.46216 11.9998 8.46216C12.5519 8.46217 12.9996 8.91004 12.9998 9.46216V12.9983C12.9996 13.5504 12.5519 13.9983 11.9998 13.9983C11.4476 13.9983 11 13.5504 10.9998 12.9983Z"})}),I6=r(u6,"alert-triangle-outlined"),R6=H4.forwardRef((o,e)=>(0,g1.jsx)(i,{...o,ref:e,icon:I6})),E4=R6;var x4=t(c());var k=t(n()),S6=(0,k.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,k.jsx)("path",{d:"M21 4L21.1025 4.00488C21.6067 4.05621 22 4.48232 22 5V7C22 7.55228 21.5523 8 21 8C17.8626 8 6.82031 8 3 8C2.44772 8 2 7.55228 2 7V5L2.00488 4.89746C2.05621 4.39333 2.48232 4 3 4H21Z"})," ",(0,k.jsx)("path",{d:"M20.3633 19C20.3633 19.5523 19.9156 20 19.3633 20H4.63672C4.08449 19.9999 3.63672 19.5522 3.63672 19V10C-0.862407 10 16.344 10 20.3633 10V19ZM10.3643 12C9.81197 12 9.36426 12.4477 9.36426 13C9.36426 13.5523 9.81197 14 10.3643 14H13.6367L13.7393 13.9951C14.2433 13.9437 14.6367 13.5176 14.6367 13C14.6367 12.4824 14.2433 12.0563 13.7393 12.0049L13.6367 12H10.3643Z"})]}),g6=r(S6,"archive-filled"),w6=x4.forwardRef((o,e)=>(0,k.jsx)(i,{...o,ref:e,icon:g6})),V4=w6;var O4=t(c());var w1=t(n()),L6=(0,w1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,w1.jsx)("path",{d:"M21 4L21.1025 4.00488C21.6067 4.05621 22 4.48232 22 5V8.88867C22 9.44096 21.5523 9.88867 21 9.88867H20.3633V19C20.3633 19.5523 19.9156 20 19.3633 20H4.63672C4.08443 20 3.63672 19.5523 3.63672 19V9.88867H3C2.44772 9.88867 2 9.44096 2 8.88867V5L2.00488 4.89746C2.05621 4.39333 2.48232 4 3 4H21ZM5.63672 18H18.3633V9.88867H5.63672V18ZM13.6367 11L13.7383 11.0049C14.2427 11.0559 14.6367 11.4821 14.6367 12C14.6367 12.5179 14.2427 12.9441 13.7383 12.9951L13.6367 13H10.3633C9.81116 12.9998 9.36328 12.5522 9.36328 12C9.36328 11.4478 9.81116 11.0002 10.3633 11H13.6367ZM4 7.88867H20V6H4V7.88867Z"})}),v6=r(L6,"archive-outlined"),h6=O4.forwardRef((o,e)=>(0,w1.jsx)(i,{...o,ref:e,icon:v6})),y4=h6;var P4=t(c());var L1=t(n()),M6=(0,L1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,L1.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4 12.12C4 11.8548 4.10536 11.6004 4.29289 11.4129L11.2929 4.41289C11.6834 4.02236 12.3166 4.02236 12.7071 4.41289C13.0976 4.80341 13.0976 5.43658 12.7071 5.8271L7.41421 11.12L19 11.12C19.5523 11.12 20 11.5677 20 12.12C20 12.6723 19.5523 13.12 19 13.12L7.41421 13.12L12.7071 18.4129C13.0976 18.8034 13.0976 19.4366 12.7071 19.8271C12.3166 20.2176 11.6834 20.2176 11.2929 19.8271L4.29289 12.8271C4.10536 12.6396 4 12.3852 4 12.12Z"})}),H6=r(M6,"arrow-left"),E6=P4.forwardRef((o,e)=>(0,L1.jsx)(i,{...o,ref:e,icon:H6})),D4=E6;var N4=t(c());var v1=t(n()),x6=(0,v1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,v1.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M20 12C20 11.7348 19.8946 11.4804 19.7071 11.2929L12.7071 4.29289C12.3166 3.90237 11.6834 3.90237 11.2929 4.29289C10.9024 4.68342 10.9024 5.31658 11.2929 5.70711L16.5858 11L5 11C4.44771 11 4 11.4477 4 12C4 12.5523 4.44771 13 5 13L16.5858 13L11.2929 18.2929C10.9024 18.6834 10.9024 19.3166 11.2929 19.7071C11.6834 20.0976 12.3166 20.0976 12.7071 19.7071L19.7071 12.7071C19.8946 12.5196 20 12.2652 20 12Z"})}),V6=r(x6,"arrow-right"),O6=N4.forwardRef((o,e)=>(0,v1.jsx)(i,{...o,ref:e,icon:V6})),T4=O6;var Z4=t(c());var $=t(n()),y6=(0,$.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,$.jsx)("path",{d:"M16.5 8.72754C16.5 6.12047 14.3771 4 11.75 4C9.12291 4 7 6.12047 7 8.72754C7.00014 11.3345 9.123 13.4541 11.75 13.4541C12.6736 13.4541 13.5341 13.1914 14.2627 12.7383C14.3015 12.7091 14.3426 12.6826 14.3857 12.6592C15.6608 11.8108 16.4999 10.3658 16.5 8.72754ZM14.0557 15.0508C13.336 15.3115 12.5596 15.4541 11.75 15.4541C10.9404 15.4541 10.164 15.3115 9.44434 15.0508L8.90723 19.0791L11.2373 17.6875L11.3584 17.625C11.6499 17.5009 11.9862 17.5222 12.2627 17.6875L14.5928 19.0791L14.0557 15.0508ZM18.5 8.72754C18.4999 10.8687 17.4954 12.7725 15.9336 14.0039L16.8486 20.8682C16.8992 21.2484 16.7275 21.6239 16.4072 21.835C16.0867 22.046 15.6732 22.0553 15.3438 21.8584L11.75 19.71L8.15625 21.8584C7.82682 22.0553 7.41329 22.046 7.09277 21.835C6.77247 21.6239 6.60081 21.2484 6.65137 20.8682L7.56641 14.0049C6.0043 12.7734 5.00008 10.869 5 8.72754C5 5.00844 8.02582 2 11.75 2C15.4742 2 18.5 5.00844 18.5 8.72754Z"})," ",(0,$.jsx)("path",{d:"M16.5 8.72754C16.5 6.12047 14.3771 4 11.75 4C9.12291 4 7 6.12047 7 8.72754C7.00014 11.3345 9.123 13.4541 11.75 13.4541C12.6736 13.4541 13.5341 13.1914 14.2627 12.7383C14.3015 12.7091 14.3426 12.6826 14.3857 12.6592C15.6608 11.8108 16.4999 10.3658 16.5 8.72754Z"})]}),P6=r(y6,"award-filled"),D6=Z4.forwardRef((o,e)=>(0,$.jsx)(i,{...o,ref:e,icon:P6})),b4=D6;var F4=t(c());var h1=t(n()),N6=(0,h1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,h1.jsx)("path",{d:"M16.5 8.72754C16.5 6.12047 14.3771 4 11.75 4C9.12291 4 7 6.12047 7 8.72754C7.00014 11.3345 9.123 13.4541 11.75 13.4541C12.6736 13.4541 13.5341 13.1914 14.2627 12.7383C14.3015 12.7091 14.3426 12.6826 14.3857 12.6592C15.6608 11.8108 16.4999 10.3658 16.5 8.72754ZM14.0557 15.0508C13.336 15.3115 12.5596 15.4541 11.75 15.4541C10.9404 15.4541 10.164 15.3115 9.44434 15.0508L8.90723 19.0791L11.2373 17.6875L11.3584 17.625C11.6499 17.5009 11.9862 17.5222 12.2627 17.6875L14.5928 19.0791L14.0557 15.0508ZM18.5 8.72754C18.4999 10.8687 17.4954 12.7725 15.9336 14.0039L16.8486 20.8682C16.8992 21.2484 16.7275 21.6239 16.4072 21.835C16.0867 22.046 15.6732 22.0553 15.3438 21.8584L11.75 19.71L8.15625 21.8584C7.82682 22.0553 7.41329 22.046 7.09277 21.835C6.77247 21.6239 6.60081 21.2484 6.65137 20.8682L7.56641 14.0049C6.0043 12.7734 5.00008 10.869 5 8.72754C5 5.00844 8.02582 2 11.75 2C15.4742 2 18.5 5.00844 18.5 8.72754Z"})}),T6=r(N6,"award-outlined"),Z6=F4.forwardRef((o,e)=>(0,h1.jsx)(i,{...o,ref:e,icon:T6})),_4=Z6;var A4=t(c());var U=t(n()),b6=(0,U.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,U.jsx)("path",{d:"M12.4745 18.7119C12.7457 18.2308 13.3557 18.0608 13.8368 18.332C14.3176 18.6034 14.4879 19.2134 14.2167 19.6943C13.9952 20.087 13.6749 20.416 13.286 20.6465C12.8967 20.8772 12.4531 21 11.9999 21C11.5466 21 11.103 20.8772 10.7137 20.6465C10.3733 20.4447 10.0859 20.1673 9.87097 19.8379L9.78308 19.6943L9.73718 19.6025C9.53409 19.1382 9.71215 18.5864 10.163 18.332C10.614 18.0777 11.1783 18.2109 11.4706 18.625L11.5253 18.7119L11.5682 18.7773C11.6144 18.8389 11.671 18.8889 11.7333 18.9258C11.8163 18.975 11.9081 19 11.9999 19C12.0917 19 12.1835 18.975 12.2665 18.9258C12.3496 18.8765 12.4225 18.804 12.4745 18.7119ZM15.6669 8.80078C15.6668 7.7839 15.2736 6.81423 14.5829 6.10352C13.9359 5.43797 13.078 5.05059 12.1796 5.00488L11.9999 5C11.0367 5 10.1068 5.39372 9.41687 6.10352C8.72617 6.81423 8.3329 7.7839 8.33288 8.80078L8.32605 9.34082C8.25617 11.9867 7.67685 13.7878 7.04968 14.9707C7.04406 14.9813 7.03773 14.9915 7.0321 15.002H16.9676C16.962 14.9915 16.9557 14.9813 16.9501 14.9707C16.2811 13.7091 15.6669 11.744 15.6669 8.80078ZM17.6669 8.80078C17.6669 11.4584 18.219 13.0944 18.7167 14.0332C18.9667 14.5048 19.2081 14.8104 19.371 14.9873C19.4526 15.076 19.5155 15.1329 19.5507 15.1631C19.5681 15.1781 19.579 15.1862 19.5819 15.1885C19.5833 15.1896 19.5826 15.1894 19.58 15.1875C19.5786 15.1865 19.5765 15.1853 19.5741 15.1836C19.5729 15.1828 19.5716 15.1816 19.5702 15.1807L19.5682 15.1787H19.5663C19.9268 15.4267 20.0844 15.8798 19.955 16.2979C19.8252 16.7164 19.4381 17.002 18.9999 17.002H4.99988C4.56164 17.002 4.17455 16.7164 4.0448 16.2979C3.91535 15.8798 4.07296 15.4267 4.43347 15.1787H4.43152L4.42956 15.1807C4.42815 15.1816 4.42682 15.1828 4.42566 15.1836C4.42326 15.1853 4.42113 15.1865 4.4198 15.1875C4.41714 15.1894 4.41642 15.1896 4.41784 15.1885C4.42078 15.1862 4.43162 15.1781 4.44909 15.1631C4.48426 15.1329 4.54714 15.076 4.62878 14.9873C4.79165 14.8104 5.03303 14.5048 5.28308 14.0332C5.74969 13.1531 6.26454 11.6602 6.32702 9.28711L6.33288 8.80078C6.3329 7.27133 6.92385 5.79887 7.98327 4.70898C9.04363 3.61825 10.4878 3 11.9999 3L12.2821 3.00684C13.6907 3.07864 15.0223 3.68631 16.0165 4.70898C17.0759 5.79887 17.6668 7.27133 17.6669 8.80078Z"})," ",(0,U.jsx)("path",{d:"M15.6669 8.80078C15.6668 7.7839 15.2736 6.81423 14.5829 6.10352C13.9359 5.43797 13.078 5.05059 12.1796 5.00488L11.9999 5C11.0367 5 10.1068 5.39372 9.41687 6.10352C8.72617 6.81423 8.3329 7.7839 8.33288 8.80078L8.32605 9.34082C8.25617 11.9867 7.67685 13.7878 7.04968 14.9707C7.04406 14.9813 7.03773 14.9915 7.0321 15.002H16.9676C16.962 14.9915 16.9557 14.9813 16.9501 14.9707C16.2811 13.7091 15.6669 11.744 15.6669 8.80078Z"})]}),F6=r(b6,"bell-filled"),_6=A4.forwardRef((o,e)=>(0,U.jsx)(i,{...o,ref:e,icon:F6})),B4=_6;var k4=t(c());var M1=t(n()),A6=(0,M1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,M1.jsx)("path",{d:"M12.4746 18.8319C12.7459 18.3508 13.3558 18.1808 13.8369 18.452C14.3177 18.7234 14.488 19.3334 14.2168 19.8143C13.9953 20.207 13.6751 20.536 13.2861 20.7665C12.8968 20.9972 12.4533 21.12 12 21.12C11.5467 21.12 11.1032 20.9972 10.7139 20.7665C10.3734 20.5647 10.086 20.2873 9.87109 19.9579L9.7832 19.8143L9.7373 19.7225C9.53421 19.2582 9.71228 18.7064 10.1631 18.452C10.6141 18.1977 11.1784 18.3309 11.4707 18.745L11.5254 18.8319L11.5684 18.8973C11.6146 18.9589 11.6711 19.0088 11.7334 19.0458C11.8164 19.095 11.9082 19.12 12 19.12C12.0918 19.12 12.1836 19.095 12.2666 19.0458C12.3497 18.9965 12.4226 18.924 12.4746 18.8319ZM15.667 8.92078C15.667 7.90389 15.2737 6.93423 14.583 6.22351C13.9361 5.55796 13.0781 5.17059 12.1797 5.12488L12 5.12C11.0368 5.12 10.1069 5.51371 9.41699 6.22351C8.72629 6.93423 8.33302 7.9039 8.33301 8.92078L8.32617 9.46082C8.2563 12.1067 7.67697 13.9078 7.0498 15.0907C7.04418 15.1013 7.03785 15.1115 7.03222 15.1219H16.9678C16.9621 15.1115 16.9558 15.1013 16.9502 15.0907C16.2813 13.829 15.667 11.864 15.667 8.92078ZM17.667 8.92078C17.667 11.5784 18.2191 13.2144 18.7168 14.1532C18.9668 14.6248 19.2082 14.9304 19.3711 15.1073C19.4527 15.1959 19.5156 15.2529 19.5508 15.2831C19.5683 15.2981 19.5791 15.3062 19.582 15.3085C19.5835 15.3096 19.5827 15.3094 19.5801 15.3075C19.5787 15.3065 19.5766 15.3053 19.5742 15.3036C19.5731 15.3028 19.5717 15.3016 19.5703 15.3007L19.5684 15.2987H19.5664C19.9269 15.5467 20.0845 15.9998 19.9551 16.4178C19.8253 16.8364 19.4382 17.1219 19 17.1219H5C4.56176 17.1219 4.17467 16.8364 4.04492 16.4178C3.91547 15.9998 4.07308 15.5467 4.43359 15.2987H4.43164L4.42969 15.3007C4.42827 15.3016 4.42694 15.3028 4.42578 15.3036C4.42338 15.3053 4.42125 15.3065 4.41992 15.3075C4.41726 15.3094 4.41654 15.3096 4.41797 15.3085C4.4209 15.3062 4.43174 15.2981 4.44922 15.2831C4.48438 15.2529 4.54726 15.1959 4.6289 15.1073C4.79178 14.9304 5.03315 14.6248 5.2832 14.1532C5.74981 13.2731 6.26466 11.7802 6.32715 9.4071L6.33301 8.92078C6.33302 7.39132 6.92397 5.91887 7.9834 4.82898C9.04376 3.73824 10.4879 3.12 12 3.12L12.2822 3.12683C13.6909 3.19864 15.0224 3.80631 16.0166 4.82898C17.076 5.91887 17.667 7.39132 17.667 8.92078Z"})}),B6=r(A6,"bell-outlined"),k6=k4.forwardRef((o,e)=>(0,M1.jsx)(i,{...o,ref:e,icon:B6})),$4=k6;var U4=t(c());var H1=t(n()),$6=(0,H1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,H1.jsx)("path",{d:"M12 3C12.3281 3 12.5977 3.10547 12.8086 3.31641C13.0195 3.52734 13.125 3.79688 13.125 4.125V4.79297C14.4375 5.07422 15.5039 5.71875 16.3242 6.72656C17.168 7.73438 17.6016 8.92969 17.625 10.3125V10.9805C17.6484 12.6914 18.2227 14.1797 19.3477 15.4453L19.5938 15.7617C19.8984 16.1133 19.957 16.5117 19.7695 16.957C19.5586 17.3789 19.2188 17.6016 18.75 17.625H5.25C4.78125 17.6016 4.44141 17.3789 4.23047 16.957C4.04297 16.5117 4.10156 16.1133 4.40625 15.7617L4.6875 15.4453C5.78906 14.1562 6.35156 12.668 6.375 10.9805V10.3125C6.39844 8.92969 6.83203 7.73438 7.67578 6.72656C8.49609 5.71875 9.5625 5.07422 10.875 4.79297V4.125C10.875 3.79688 10.9805 3.52734 11.1914 3.31641C11.4023 3.10547 11.6719 3 12 3ZM13.582 20.332C13.1367 20.7773 12.6094 21 12 21C11.3906 21 10.8633 20.7773 10.418 20.332C9.97266 19.8867 9.75 19.3594 9.75 18.75H14.25C14.25 19.3594 14.0273 19.8867 13.582 20.332ZM6.97266 3.52734C7.30078 3.94922 7.30078 4.34766 6.97266 4.72266C6.24609 5.40234 5.68359 6.19922 5.28516 7.11328C4.88672 8.00391 4.6875 8.97656 4.6875 10.0312C4.64062 10.5469 4.35938 10.8281 3.84375 10.875C3.32812 10.8281 3.04688 10.5469 3 10.0312C3 8.74219 3.24609 7.53516 3.73828 6.41016C4.23047 5.30859 4.92188 4.34766 5.8125 3.52734C6.21094 3.19922 6.59766 3.19922 6.97266 3.52734ZM17.0273 4.72266H17.0625C16.7109 4.34766 16.6992 3.94922 17.0273 3.52734C17.4023 3.19922 17.8008 3.19922 18.2227 3.52734C19.0898 4.34766 19.7695 5.30859 20.2617 6.41016C20.7539 7.53516 21 8.74219 21 10.0312C20.9531 10.5469 20.6719 10.8281 20.1562 10.875C19.6406 10.8281 19.3594 10.5469 19.3125 10.0312C19.3125 8.97656 19.1133 8.00391 18.7148 7.11328C18.3164 6.19922 17.7539 5.40234 17.0273 4.72266Z"})}),U6=r($6,"bell-ring-filled"),q6=U4.forwardRef((o,e)=>(0,H1.jsx)(i,{...o,ref:e,icon:U6})),q4=q6;var G4=t(c());var E1=t(n()),G6=(0,E1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,E1.jsx)("path",{d:"M12 3C12.3281 3 12.5977 3.10547 12.8086 3.31641C13.0195 3.52734 13.125 3.79688 13.125 4.125V4.79297C14.4375 5.07422 15.5039 5.71875 16.3242 6.72656C17.168 7.73438 17.6016 8.92969 17.625 10.3125V11.1914C17.6484 12.832 18.1641 14.2969 19.1719 15.5859L19.6992 16.2539C19.8867 16.5352 19.9219 16.8281 19.8047 17.1328C19.6406 17.4375 19.3828 17.6016 19.0312 17.625H4.96875C4.61719 17.6016 4.35938 17.4375 4.19531 17.1328C4.07812 16.8281 4.11328 16.5352 4.30078 16.2539L4.82812 15.5859C5.83594 14.2969 6.35156 12.832 6.375 11.1914V10.3125C6.39844 8.92969 6.83203 7.73438 7.67578 6.72656C8.49609 5.71875 9.5625 5.07422 10.875 4.79297V4.125C10.875 3.79688 10.9805 3.52734 11.1914 3.31641C11.4023 3.10547 11.6719 3 12 3ZM12 6.375C10.875 6.39844 9.94922 6.78516 9.22266 7.53516C8.47266 8.26172 8.08594 9.1875 8.0625 10.3125V11.1914C8.0625 12.9258 7.59375 14.5078 6.65625 15.9375H17.3438C16.4297 14.5078 15.9609 12.9258 15.9375 11.1914V10.3125C15.9141 9.1875 15.5273 8.26172 14.7773 7.53516C14.0508 6.78516 13.125 6.39844 12 6.375ZM14.25 18.75C14.25 19.3594 14.0273 19.8867 13.582 20.332C13.1367 20.7773 12.6094 21 12 21C11.3906 21 10.8633 20.7773 10.418 20.332C9.97266 19.8867 9.75 19.3594 9.75 18.75H14.25ZM6.97266 3.52734C7.30078 3.94922 7.30078 4.34766 6.97266 4.72266C6.24609 5.40234 5.68359 6.19922 5.28516 7.11328C4.88672 8.00391 4.6875 8.97656 4.6875 10.0312C4.64062 10.5469 4.35938 10.8281 3.84375 10.875C3.32812 10.8281 3.04688 10.5469 3 10.0312C3 8.74219 3.24609 7.53516 3.73828 6.41016C4.23047 5.30859 4.92188 4.34766 5.8125 3.52734C6.21094 3.19922 6.59766 3.19922 6.97266 3.52734ZM17.0273 4.72266H17.0625C16.7109 4.34766 16.6992 3.94922 17.0273 3.52734C17.4023 3.19922 17.8008 3.19922 18.2227 3.52734C19.0898 4.34766 19.7695 5.30859 20.2617 6.41016C20.7539 7.53516 21 8.74219 21 10.0312C20.9531 10.5469 20.6719 10.8281 20.1562 10.875C19.6406 10.8281 19.3594 10.5469 19.3125 10.0312C19.3125 8.97656 19.1133 8.00391 18.7148 7.11328C18.3164 6.19922 17.7539 5.40234 17.0273 4.72266Z"})}),z6=r(G6,"bell-ring-outlined"),W6=G4.forwardRef((o,e)=>(0,E1.jsx)(i,{...o,ref:e,icon:z6})),z4=W6;var W4=t(c());var q=t(n()),X6=(0,q.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,q.jsx)("path",{d:"M10.2721 19.9792C9.80882 19.7856 9.25735 19.5919 8.61765 19.3982C7.95588 19.2287 7.33823 19.1319 6.76471 19.1077C6.10294 19.1077 5.40809 19.1924 4.68015 19.3619C3.97426 19.5313 3.34559 19.725 2.79412 19.9429C2.59559 19.9914 2.41912 19.955 2.26471 19.834C2.08824 19.7129 2 19.5435 2 19.3256V5.88846C2.02206 5.40424 2.22059 5.06528 2.59559 4.8716C3.08088 4.67791 3.6875 4.48422 4.41544 4.29053C5.14338 4.09684 5.92647 4 6.76471 4C7.73529 4.02421 8.57353 4.16948 9.27941 4.4358C9.98529 4.70212 10.5037 4.99265 10.8346 5.30739C10.9449 5.40424 11 5.5374 11 5.70687V19.3982C11 19.6161 10.9228 19.7735 10.7684 19.8703C10.614 19.9914 10.4485 20.0277 10.2721 19.9792Z"})," ",(0,q.jsx)("path",{d:"M21.2721 19.9792C20.8088 19.7856 20.2574 19.5919 19.6176 19.3982C18.9559 19.2287 18.3382 19.1319 17.7647 19.1077C17.1029 19.1077 16.4081 19.1924 15.6801 19.3619C14.9743 19.5313 14.3456 19.725 13.7941 19.9429C13.5956 19.9914 13.4191 19.955 13.2647 19.834C13.0882 19.7129 13 19.5435 13 19.3256V5.88846C13.0221 5.40424 13.2206 5.06528 13.5956 4.8716C14.0809 4.67791 14.6875 4.48422 15.4154 4.29053C16.1434 4.09684 16.9265 4 17.7647 4C18.7353 4.02421 19.5735 4.16948 20.2794 4.4358C20.9853 4.70212 21.5037 4.99265 21.8346 5.30739C21.9449 5.40424 22 5.5374 22 5.70687V19.3982C22 19.6161 21.9228 19.7735 21.7684 19.8703C21.614 19.9914 21.4485 20.0277 21.2721 19.9792Z"})]}),Q6=r(X6,"book-open-filled"),Y6=W4.forwardRef((o,e)=>(0,q.jsx)(i,{...o,ref:e,icon:Q6})),X4=Y6;var Q4=t(c());var x1=t(n()),K6=(0,x1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,x1.jsx)("path",{d:"M7.74609 5C6.9924 5.00142 6.30282 5.08924 5.67285 5.25684C5.00066 5.43569 4.45468 5.60967 4.02734 5.77637C4.02512 5.78032 4.00576 5.82016 4 5.92578V18.8037C4.44891 18.6514 4.93135 18.5133 5.44629 18.3896L5.45312 18.3877L5.75 18.3232C6.43891 18.1813 7.11095 18.1074 7.76465 18.1074H7.78613L7.80664 18.1084C8.29773 18.1291 8.80746 18.196 9.33398 18.3057L9.86621 18.4297L9.88672 18.4346L9.90723 18.4414C10.2989 18.56 10.6634 18.6809 11 18.8027V5.91211C10.7846 5.75281 10.4422 5.56559 9.92676 5.37109C9.35244 5.15441 8.63215 5.02264 7.74609 5ZM16.7461 5C15.9924 5.00142 15.3028 5.08924 14.6729 5.25684C14.0007 5.43569 13.4547 5.60967 13.0273 5.77637C13.0251 5.78032 13.0058 5.82016 13 5.92578V18.8037C13.4489 18.6514 13.9313 18.5133 14.4463 18.3896L14.4531 18.3877L14.75 18.3232C15.4389 18.1813 16.1109 18.1074 16.7646 18.1074H16.7861L16.8066 18.1084C17.2977 18.1291 17.8075 18.196 18.334 18.3057L18.8662 18.4297L18.8867 18.4346L18.9072 18.4414C19.2989 18.56 19.6634 18.6809 20 18.8027V5.91211C19.7846 5.75281 19.4422 5.56559 18.9268 5.37109C18.3524 5.15441 17.6322 5.02264 16.7461 5ZM22 19.3984C21.9999 19.8822 21.8064 20.4 21.2998 20.7178C20.9311 20.9723 20.4778 21.0722 20.0078 20.9434L19.9453 20.9268L19.8867 20.9014C19.4693 20.7268 18.9599 20.5473 18.3545 20.3633C17.7626 20.2126 17.2269 20.1295 16.7441 20.1074C16.1737 20.1092 15.5622 20.1835 14.9072 20.3359L14.9062 20.335C14.2393 20.4954 13.6588 20.6764 13.1611 20.873L13.0977 20.8984L13.0312 20.9141C12.7029 20.9942 12.3698 20.9745 12.0615 20.8545C11.7431 21.003 11.3809 21.0457 11.0078 20.9434L10.9453 20.9268L10.8867 20.9014C10.4693 20.7268 9.95986 20.5473 9.35449 20.3633C8.76263 20.2126 8.22686 20.1295 7.74414 20.1074C7.17373 20.1092 6.56224 20.1835 5.90723 20.3359L5.90625 20.335C5.23927 20.4954 4.65882 20.6764 4.16113 20.873L4.09766 20.8984L4.03125 20.9141C3.56912 21.0268 3.09722 20.9452 2.7002 20.6572L2.69922 20.6582C2.69428 20.6548 2.69043 20.6499 2.68555 20.6465C2.67339 20.6375 2.65947 20.6305 2.64746 20.6211L2.64941 20.6191C2.2283 20.3072 2 19.8447 2 19.3252V5.86523L2.00098 5.84277C2.03646 5.06483 2.39125 4.36848 3.13672 3.9834L3.17969 3.96094L3.22461 3.94238L3.64648 3.78418C4.0894 3.62699 4.59467 3.47416 5.1582 3.32422C5.97884 3.10587 6.84927 3 7.76465 3H7.79004C8.8421 3.02628 9.79683 3.1846 10.6328 3.5C11.1051 3.67822 11.5392 3.88033 11.9131 4.11523C11.9832 4.06784 12.0579 4.0241 12.1367 3.9834L12.1797 3.96094L12.2246 3.94238L12.6465 3.78418C13.0894 3.62699 13.5947 3.47416 14.1582 3.32422C14.9788 3.10587 15.8493 3 16.7646 3H16.79C17.8421 3.02628 18.7968 3.1846 19.6328 3.5C20.3766 3.78066 21.0246 4.12141 21.4932 4.55566H21.4941C21.4989 4.55984 21.5031 4.56512 21.5078 4.56934C21.5129 4.57408 21.5184 4.57825 21.5234 4.58301H21.5225C21.8622 4.89701 22 5.31013 22 5.70703V19.3984Z"})}),J6=r(K6,"book-open-outlined"),j6=Q4.forwardRef((o,e)=>(0,x1.jsx)(i,{...o,ref:e,icon:J6})),Y4=j6;var K4=t(c());var V1=t(n()),oo=(0,V1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,V1.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 3C15.5523 3 16 3.44772 16 4V5H18C19 5 20 6 20 7V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V7C4 6 5 5 6 5H8V4C8 3.44772 8.44772 3 9 3C9.55228 3 10 3.44772 10 4V5H14V4C14 3.44772 14.4477 3 15 3ZM6 19H18V9H6V19Z"})}),eo=r(oo,"calendar-outlined"),to=K4.forwardRef((o,e)=>(0,V1.jsx)(i,{...o,ref:e,icon:eo})),J4=to;var j4=t(c());var E=t(n()),no=(0,E.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,E.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15 3C15.5523 3 16 3.44772 16 4V5H18C19 5 20 6 20 7V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V7C4 6 5 5 6 5H8V4C8 3.44772 8.44772 3 9 3C9.55228 3 10 3.44772 10 4V5H14V4C14 3.44772 14.4477 3 15 3ZM6 19H18V9H6V19Z"})," ",(0,E.jsx)("path",{d:"M9 11H11V13H9V11Z"})," ",(0,E.jsx)("path",{d:"M13 11H15V13H13V11Z"})," ",(0,E.jsx)("path",{d:"M9 15H11V17H9V15Z"})," ",(0,E.jsx)("path",{d:"M13 15H15V17H13V15Z"})]}),ro=r(no,"calender-days-outlined"),io=j4.forwardRef((o,e)=>(0,E.jsx)(i,{...o,ref:e,icon:ro})),o9=io;var e9=t(c());var O1=t(n()),co=(0,O1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,O1.jsx)("path",{d:"M11.2827 15.7188L7.29106 11.7188C7 11.3854 6.92723 11.0208 7.07277 10.625C7.25988 10.2292 7.57173 10.0208 8.00832 10H15.9917C16.4283 10.0208 16.7401 10.2292 16.9272 10.625C17.0728 11.0208 17 11.3854 16.7089 11.7188L12.7173 15.7188C12.5094 15.9062 12.2703 16 12 16C11.7297 16 11.4906 15.9062 11.2827 15.7188Z"})}),Co=r(co,"caret-down-filled"),ao=e9.forwardRef((o,e)=>(0,O1.jsx)(i,{...o,ref:e,icon:Co})),t9=ao;var n9=t(c());var y1=t(n()),so=(0,y1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,y1.jsx)("path",{d:"M12.7173 8.28125L16.7089 12.2812C17 12.6146 17.0728 12.9792 16.9272 13.375C16.7401 13.7708 16.4283 13.9792 15.9917 14H8.00832C7.57173 13.9792 7.25988 13.7708 7.07277 13.375C6.92723 12.9792 7 12.6146 7.29106 12.2812L11.2827 8.28125C11.4906 8.09375 11.7297 8 12 8C12.2703 8 12.5094 8.09375 12.7173 8.28125Z"})}),fo=r(so,"caret-up-filled"),po=n9.forwardRef((o,e)=>(0,y1.jsx)(i,{...o,ref:e,icon:fo})),r9=po;var i9=t(c());var P1=t(n()),mo=(0,P1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,P1.jsx)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M18 20.88C19.6569 20.88 21 19.5369 21 17.88V5.88C21 4.22315 19.6569 2.88 18 2.88H6C4.34315 2.88 3 4.22315 3 5.88V17.88C3 19.5369 4.34315 20.88 6 20.88H18ZM16 10C15.4477 10 15 10.4477 15 11V16C15 16.5523 15.4477 17 16 17C16.5523 17 17 16.5523 17 16V11C17 10.4477 16.5523 10 16 10ZM11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44771 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16L11 8ZM8 12C7.44771 12 7 12.4477 7 13L7 16C7 16.5523 7.44772 17 8 17C8.55228 17 9 16.5523 9 16L9 13C9 12.4477 8.55228 12 8 12Z"})}),lo=r(mo,"chart-poll-filled"),uo=i9.forwardRef((o,e)=>(0,P1.jsx)(i,{...o,ref:e,icon:lo})),c9=uo;var C9=t(c());var G=t(n()),Io=(0,G.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,G.jsx)("path",{d:"M15 11C15 10.4477 15.4477 10 16 10C16.5523 10 17 10.4477 17 11V16C17 16.5523 16.5523 17 16 17C15.4477 17 15 16.5523 15 16V11ZM11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44771 13 8V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16L11 8ZM7 13C7 12.4477 7.44771 12 8 12C8.55228 12 9 12.4477 9 13L9 16C9 16.5523 8.55228 17 8 17C7.44772 17 7 16.5523 7 16L7 13Z"})," ",(0,G.jsx)("path",{d:"M19 5.88C19 5.32772 18.5523 4.88 18 4.88H6C5.44772 4.88 5 5.32772 5 5.88V17.88C5 18.4323 5.44772 18.88 6 18.88H18C18.5523 18.88 19 18.4323 19 17.88V5.88ZM21 17.88C21 19.5369 19.6569 20.88 18 20.88H6C4.34315 20.88 3 19.5369 3 17.88V5.88C3 4.22315 4.34315 2.88 6 2.88H18C19.6569 2.88 21 4.22315 21 5.88V17.88Z"})]}),Ro=r(Io,"chart-poll-outlined"),So=C9.forwardRef((o,e)=>(0,G.jsx)(i,{...o,ref:e,icon:Ro})),a9=So;var s9=t(c());var D1=t(n()),go=(0,D1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,D1.jsx)("path",{d:"M17 9C17 8.44771 17.4477 8 18 8C18.5523 8 19 8.44771 19 9L19 21C19 21.5523 18.5523 22 18 22C17.4477 22 17 21.5523 17 21L17 9ZM11 3C11 2.44772 11.4477 2 12 2C12.5523 2 13 2.44772 13 3L13 21C13 21.5523 12.5523 22 12 22C11.4477 22 11 21.5523 11 21L11 3ZM5 13C5 12.4477 5.44771 12 6 12C6.55228 12 7 12.4477 7 13L7 21C7 21.5523 6.55228 22 6 22C5.44772 22 5 21.5523 5 21L5 13Z"})}),wo=r(go,"chart-simple"),Lo=s9.forwardRef((o,e)=>(0,D1.jsx)(i,{...o,ref:e,icon:wo})),f9=Lo;var p9=t(c());var N1=t(n()),vo=(0,N1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,N1.jsx)("path",{d:"M19.293 5.29295C19.6835 4.90243 20.3166 4.90243 20.7071 5.29295C21.0976 5.68348 21.0976 6.31649 20.7071 6.70702L9.70708 17.707C9.31655 18.0975 8.68354 18.0975 8.29302 17.707L3.29302 12.707C2.90249 12.3165 2.90249 11.6835 3.29302 11.293C3.65913 10.9268 4.23813 10.9042 4.63091 11.2246L4.70708 11.293L9.00005 15.5859L19.293 5.29295Z"})}),ho=r(vo,"check-outlined"),Mo=p9.forwardRef((o,e)=>(0,N1.jsx)(i,{...o,ref:e,icon:ho})),m9=Mo;var l9=t(c());var T1=t(n()),Ho=(0,T1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,T1.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.7071 9.29289C19.0976 9.68342 19.0976 10.3166 18.7071 10.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L5.29289 10.7071C4.90237 10.3166 4.90237 9.68342 5.29289 9.29289C5.68342 8.90237 6.31658 8.90237 6.70711 9.29289L12 14.5858L17.2929 9.29289C17.6834 8.90237 18.3166 8.90237 18.7071 9.29289Z"})}),Eo=r(Ho,"chevron-down-single"),xo=l9.forwardRef((o,e)=>(0,T1.jsx)(i,{...o,ref:e,icon:Eo})),d9=xo;var u9=t(c());var Z1=t(n()),Vo=(0,Z1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,Z1.jsx)("path",{d:"M18.7071 6.29298C18.341 5.92686 17.762 5.90427 17.3692 6.22462L17.293 6.29298L12.293 11.293C11.9025 11.6835 11.9025 12.3165 12.293 12.707L17.293 17.707C17.6836 18.0976 18.3166 18.0976 18.7071 17.707C19.0976 17.3165 19.0976 16.6835 18.7071 16.293L14.4141 12L18.7071 7.70704L18.7755 7.63087C19.0958 7.2381 19.0732 6.65909 18.7071 6.29298ZM11.7071 6.29298C11.341 5.92686 10.762 5.90427 10.3692 6.22462L10.293 6.29298L5.29304 11.293C4.90252 11.6835 4.90252 12.3165 5.29304 12.707L10.293 17.707C10.6836 18.0976 11.3166 18.0976 11.7071 17.707C12.0976 17.3165 12.0976 16.6835 11.7071 16.293L7.41414 12L11.7071 7.70704L11.7755 7.63087C12.0958 7.2381 12.0732 6.65909 11.7071 6.29298Z"})}),Oo=r(Vo,"chevron-left-double"),yo=u9.forwardRef((o,e)=>(0,Z1.jsx)(i,{...o,ref:e,icon:Oo})),I9=yo;var R9=t(c());var b1=t(n()),Po=(0,b1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,b1.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.7071 5.29289C14.3166 4.90237 13.6834 4.90237 13.2929 5.29289L7.29289 11.2929C6.90237 11.6834 6.90237 12.3166 7.29289 12.7071L13.2929 18.7071C13.6834 19.0976 14.3166 19.0976 14.7071 18.7071C15.0976 18.3166 15.0976 17.6834 14.7071 17.2929L9.41421 12L14.7071 6.70711C15.0976 6.31658 15.0976 5.68342 14.7071 5.29289Z"})}),Do=r(Po,"chevron-left-single"),No=R9.forwardRef((o,e)=>(0,b1.jsx)(i,{...o,ref:e,icon:Do})),S9=No;var g9=t(c());var F1=t(n()),To=(0,F1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,F1.jsx)("path",{d:"M5.29289 6.29297C5.65901 5.92685 6.23801 5.90426 6.63078 6.22461L6.70696 6.29297L11.707 11.293C12.0975 11.6835 12.0975 12.3165 11.707 12.707L6.70696 17.707C6.31643 18.0976 5.68342 18.0976 5.29289 17.707C4.90237 17.3165 4.90237 16.6835 5.29289 16.293L9.58586 12L5.29289 7.70703L5.22453 7.63086C4.90418 7.23809 4.92678 6.65909 5.29289 6.29297ZM12.2929 6.29297C12.659 5.92685 13.238 5.90426 13.6308 6.22461L13.707 6.29297L18.707 11.293C19.0975 11.6835 19.0975 12.3165 18.707 12.707L13.707 17.707C13.3164 18.0976 12.6834 18.0976 12.2929 17.707C11.9024 17.3165 11.9024 16.6835 12.2929 16.293L16.5859 12L12.2929 7.70703L12.2245 7.63086C11.9042 7.23809 11.9268 6.65909 12.2929 6.29297Z"})}),Zo=r(To,"chevron-right-double"),bo=g9.forwardRef((o,e)=>(0,F1.jsx)(i,{...o,ref:e,icon:Zo})),w9=bo;var L9=t(c());var _1=t(n()),Fo=(0,_1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,_1.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.29289 5.29289C9.68342 4.90237 10.3166 4.90237 10.7071 5.29289L16.7071 11.2929C17.0976 11.6834 17.0976 12.3166 16.7071 12.7071L10.7071 18.7071C10.3166 19.0976 9.68342 19.0976 9.29289 18.7071C8.90237 18.3166 8.90237 17.6834 9.29289 17.2929L14.5858 12L9.29289 6.70711C8.90237 6.31658 8.90237 5.68342 9.29289 5.29289Z"})}),_o=r(Fo,"chevron-right-single"),Ao=L9.forwardRef((o,e)=>(0,_1.jsx)(i,{...o,ref:e,icon:_o})),v9=Ao;var h9=t(c());var A1=t(n()),Bo=(0,A1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,A1.jsx)("path",{d:"M17.7069 18.7071C18.073 18.341 18.0956 17.762 17.7753 17.3692L17.7069 17.293L12.7069 12.293C12.3164 11.9025 11.6834 11.9025 11.2928 12.293L6.29284 17.293C5.90231 17.6836 5.90231 18.3166 6.29284 18.7071C6.68336 19.0976 7.31638 19.0976 7.7069 18.7071L11.9999 14.4141L16.2928 18.7071L16.369 18.7755C16.7618 19.0958 17.3408 19.0732 17.7069 18.7071ZM17.7069 11.7071C18.073 11.341 18.0956 10.762 17.7753 10.3692L17.7069 10.293L12.7069 5.29304C12.3164 4.90252 11.6834 4.90252 11.2928 5.29304L6.29284 10.293C5.90231 10.6836 5.90231 11.3166 6.29284 11.7071C6.68336 12.0976 7.31638 12.0976 7.7069 11.7071L11.9999 7.41414L16.2928 11.7071L16.369 11.7755C16.7618 12.0958 17.3408 12.0732 17.7069 11.7071Z"})}),ko=r(Bo,"chevron-up-double"),$o=h9.forwardRef((o,e)=>(0,A1.jsx)(i,{...o,ref:e,icon:ko})),M9=$o;var H9=t(c());var B1=t(n()),Uo=(0,B1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,B1.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.7071 14.7071C19.0976 14.3166 19.0976 13.6834 18.7071 13.2929L12.7071 7.29289C12.3166 6.90237 11.6834 6.90237 11.2929 7.29289L5.29289 13.2929C4.90237 13.6834 4.90237 14.3166 5.29289 14.7071C5.68342 15.0976 6.31658 15.0976 6.70711 14.7071L12 9.41421L17.2929 14.7071C17.6834 15.0976 18.3166 15.0976 18.7071 14.7071Z"})}),qo=r(Uo,"chevron-up-single"),Go=H9.forwardRef((o,e)=>(0,B1.jsx)(i,{...o,ref:e,icon:qo})),E9=Go;var x9=t(c());var z=t(n()),zo=(0,z.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,z.jsx)("path",{d:"M20 12C20 9.87827 19.1575 7.84306 17.6572 6.34277C16.1569 4.84248 14.1217 4 12 4C9.87827 4 7.84306 4.84248 6.34277 6.34277C4.84248 7.84306 4 9.87827 4 12C4 14.1217 4.84248 16.1569 6.34277 17.6572C7.84306 19.1575 9.87827 20 12 20L12.3965 19.9902C14.3739 19.8922 16.2507 19.0638 17.6572 17.6572C19.1575 16.1569 20 14.1217 20 12ZM12.0088 15.5L12.1113 15.5049C12.6156 15.5561 13.0088 15.9823 13.0088 16.5C13.0088 17.0177 12.6156 17.4439 12.1113 17.4951L12.0088 17.5H12C11.4477 17.5 11 17.0523 11 16.5C11 15.9477 11.4477 15.5 12 15.5H12.0088ZM22 12C22 14.6522 20.9467 17.1959 19.0713 19.0713C17.3132 20.8294 14.9676 21.8646 12.4961 21.9873L12 22C9.34784 22 6.80407 20.9467 4.92871 19.0713C3.05335 17.1959 2 14.6522 2 12C2 9.34784 3.05335 6.80407 4.92871 4.92871C6.80407 3.05335 9.34784 2 12 2C14.6522 2 17.1959 3.05335 19.0713 4.92871C20.9467 6.80407 22 9.34784 22 12Z"})," ",(0,z.jsx)("path",{d:"M10.0537 7.00586C10.8069 6.56331 11.6927 6.40113 12.5537 6.54883C13.4149 6.69657 14.1961 7.14504 14.7588 7.81348C15.3211 8.48158 15.6289 9.32698 15.6279 10.2002L15.6162 10.4629C15.4969 11.7461 14.5224 12.597 13.833 13.0566C13.4349 13.3221 13.0434 13.5177 12.7559 13.6455C12.611 13.7099 12.4887 13.7583 12.4004 13.792C12.3561 13.8089 12.3193 13.8227 12.293 13.832C12.28 13.8366 12.2689 13.84 12.2607 13.8428C12.2568 13.8441 12.2537 13.8458 12.251 13.8467L12.2471 13.8477L12.2451 13.8486C11.7212 14.0232 11.1541 13.7397 10.9795 13.2158C10.8052 12.6924 11.0873 12.1263 11.6104 11.9512C11.6126 11.9504 11.6176 11.9492 11.623 11.9473C11.6362 11.9426 11.6589 11.9341 11.6885 11.9229C11.7476 11.9003 11.8359 11.8651 11.9434 11.8174C12.1621 11.7202 12.4468 11.5772 12.7236 11.3926C13.3378 10.983 13.6278 10.5692 13.6279 10.2002V10.1982L13.6221 10.0488C13.5919 9.7013 13.4547 9.37031 13.2285 9.10156C12.9701 8.79453 12.6113 8.58845 12.2158 8.52051C11.8201 8.45264 11.4125 8.52705 11.0664 8.73047C10.7204 8.93389 10.4574 9.2532 10.3242 9.63184C10.1409 10.1528 9.56981 10.4264 9.04883 10.2432C8.52806 10.0598 8.25427 9.48865 8.4375 8.96777C8.72749 8.14362 9.30048 7.44854 10.0537 7.00586Z"})]}),Wo=r(zo,"circle-question-outlined"),Xo=x9.forwardRef((o,e)=>(0,z.jsx)(i,{...o,ref:e,icon:Wo})),V9=Xo;var O9=t(c());var k1=t(n()),Qo=(0,k1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,k1.jsx)("path",{d:"M17.8984 17.745C19.3307 16.2346 20.0729 14.3596 20.125 12.12C20.0729 9.82833 19.2786 7.91427 17.7422 6.37781C16.2057 4.84135 14.2917 4.04708 12 3.995C9.70833 4.04708 7.79427 4.84135 6.25781 6.37781C4.72135 7.91427 3.92708 9.82833 3.875 12.12C3.92708 14.3596 4.68229 16.2346 6.14062 17.745C6.50521 16.8075 7.10417 16.0523 7.9375 15.4794C8.74479 14.9325 9.68229 14.646 10.75 14.62H13.25C14.3177 14.646 15.2552 14.9325 16.0625 15.4794C16.8958 16.0523 17.5078 16.8075 17.8984 17.745ZM16.2969 18.995H16.3359C16.1536 18.2658 15.7891 17.6669 15.2422 17.1981C14.6953 16.7554 14.0313 16.521 13.25 16.495H10.75C9.96875 16.521 9.30469 16.7554 8.75781 17.1981C8.21094 17.6669 7.85938 18.2658 7.70313 18.995C8.95313 19.8023 10.3854 20.219 12 20.245C13.6146 20.219 15.0469 19.8023 16.2969 18.995ZM12 22.12C10.1771 22.094 8.51042 21.6512 7 20.7919C5.48958 19.9065 4.26562 18.6825 3.32813 17.12C2.44271 15.5315 2 13.8648 2 12.12C2 10.3752 2.44271 8.70854 3.32813 7.12C4.26562 5.5575 5.48958 4.33354 7 3.44812C8.51042 2.58875 10.1771 2.14604 12 2.12C13.8229 2.14604 15.4896 2.58875 17 3.44812C18.5104 4.33354 19.7344 5.5575 20.6719 7.12C21.5573 8.70854 22 10.3752 22 12.12C22 13.8648 21.5573 15.5315 20.6719 17.12C19.7344 18.6825 18.5104 19.9065 17 20.7919C15.4896 21.6512 13.8229 22.094 12 22.12ZM12 11.495C12.599 11.469 13.0547 11.2085 13.3672 10.7137C13.6276 10.1929 13.6276 9.67208 13.3672 9.15125C13.0547 8.65645 12.599 8.39604 12 8.37C11.401 8.39604 10.9453 8.65645 10.6328 9.15125C10.3724 9.67208 10.3724 10.1929 10.6328 10.7137C10.9453 11.2085 11.401 11.469 12 11.495ZM8.5625 9.9325C8.61458 8.63041 9.1875 7.64083 10.2812 6.96375C11.4271 6.33875 12.5729 6.33875 13.7188 6.96375C14.8125 7.64083 15.3854 8.63041 15.4375 9.9325C15.3854 11.2346 14.8125 12.2242 13.7188 12.9012C12.5729 13.5262 11.4271 13.5262 10.2812 12.9012C9.1875 12.2242 8.61458 11.2346 8.5625 9.9325Z"})}),Yo=r(Qo,"circle-user-outlined"),Ko=O9.forwardRef((o,e)=>(0,k1.jsx)(i,{...o,ref:e,icon:Yo})),y9=Ko;var P9=t(c());var $1=t(n()),Jo=(0,$1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,$1.jsx)("path",{d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.1189 7.88108C15.685 7.44718 14.9817 7.44723 14.5477 7.88108L12 10.4288L9.45226 7.88108L9.36762 7.80512C8.93123 7.4492 8.28788 7.47435 7.88108 7.88108C7.47428 8.28787 7.44918 8.93121 7.80512 9.36762L7.88108 9.45226L10.4288 12L7.88108 14.5477C7.44716 14.9817 7.44716 15.685 7.88108 16.1189C8.31499 16.5528 9.01835 16.5528 9.45226 16.1189L12 13.5712L14.5477 16.1189L14.6324 16.1949C15.0688 16.5508 15.7121 16.5257 16.1189 16.1189C16.5257 15.7121 16.5508 15.0688 16.1949 14.6324L16.1189 14.5477L13.5712 12L16.1189 9.45226C16.5528 9.01834 16.5528 8.31497 16.1189 7.88108Z"})}),jo=r(Jo,"circle-xmark-filled"),oe=P9.forwardRef((o,e)=>(0,$1.jsx)(i,{...o,ref:e,icon:jo})),D9=oe;var N9=t(c());var W=t(n()),ee=(0,W.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,W.jsx)("path",{d:"M19.7778 12C19.7778 7.70445 16.2955 4.22222 12 4.22222C7.70445 4.22222 4.22222 7.70445 4.22222 12C4.22222 16.2955 7.70445 19.7778 12 19.7778C16.2955 19.7778 19.7778 16.2955 19.7778 12ZM22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"}),(0,W.jsx)("path",{d:"M14.5477 7.88108C14.9817 7.44716 15.685 7.44716 16.1189 7.88108C16.5528 8.31499 16.5528 9.01834 16.1189 9.45226L13.5712 12L16.1189 14.5477L16.1949 14.6324C16.5508 15.0688 16.5257 15.7121 16.1189 16.1189C15.7121 16.5257 15.0688 16.5508 14.6324 16.1949L14.5477 16.1189L12 13.5712L9.45226 16.1189C9.01834 16.5528 8.31499 16.5528 7.88108 16.1189C7.44716 15.685 7.44716 14.9817 7.88108 14.5477L10.4288 12L7.88108 9.45226L7.80512 9.36762C7.44918 8.93121 7.47428 8.28787 7.88108 7.88108C8.28787 7.47428 8.93121 7.44918 9.36762 7.80512L9.45226 7.88108L12 10.4288L14.5477 7.88108Z"})]}),te=r(ee,"circle-xmark-outlined"),ne=N9.forwardRef((o,e)=>(0,W.jsx)(i,{...o,ref:e,icon:te})),T9=ne;var Z9=t(c());var U1=t(n()),re=(0,U1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,U1.jsx)("path",{d:"M19.3125 12C19.3125 10.6641 18.9844 9.44531 18.3281 8.34375C17.6953 7.24219 16.8047 6.35156 15.6562 5.67188C14.5078 5.01562 13.2891 4.6875 12 4.6875C10.7109 4.6875 9.49219 5.01562 8.34375 5.67188C7.19531 6.35156 6.30469 7.24219 5.67188 8.34375C5.01562 9.44531 4.6875 10.6641 4.6875 12C4.6875 13.3359 5.01562 14.5547 5.67188 15.6562C6.30469 16.7578 7.19531 17.6484 8.34375 18.3281C9.49219 18.9844 10.7109 19.3125 12 19.3125C13.2891 19.3125 14.5078 18.9844 15.6562 18.3281C16.8047 17.6484 17.6953 16.7578 18.3281 15.6562C18.9844 14.5547 19.3125 13.3359 19.3125 12ZM3 12C3.02344 10.3594 3.42188 8.85938 4.19531 7.5C4.99219 6.14062 6.09375 5.03906 7.5 4.19531C8.92969 3.39844 10.4297 3 12 3C13.5703 3 15.0703 3.39844 16.5 4.19531C17.9062 5.03906 19.0078 6.14062 19.8047 7.5C20.5781 8.85938 20.9766 10.3594 21 12C20.9766 13.6406 20.5781 15.1406 19.8047 16.5C19.0078 17.8594 17.9062 18.9609 16.5 19.8047C15.0703 20.6016 13.5703 21 12 21C10.4297 21 8.92969 20.6016 7.5 19.8047C6.09375 18.9609 4.99219 17.8594 4.19531 16.5C3.42188 15.1406 3.02344 13.6406 3 12ZM11.1562 7.21875C11.2031 6.70312 11.4844 6.42188 12 6.375C12.5156 6.42188 12.7969 6.70312 12.8438 7.21875V11.543L15.832 13.5469C16.2539 13.875 16.3359 14.2617 16.0781 14.707C15.75 15.1289 15.3633 15.2109 14.918 14.9531L11.543 12.7031C11.2852 12.5391 11.1562 12.3047 11.1562 12V7.21875Z"})}),ie=r(re,"clock-outlined"),ce=Z9.forwardRef((o,e)=>(0,U1.jsx)(i,{...o,ref:e,icon:ie})),b9=ce;var F9=t(c());var q1=t(n()),Ce=(0,q1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,q1.jsx)("path",{d:"M5.63672 5.63672C6.45703 4.81641 7.40625 4.17188 8.48438 3.70312C9.58594 3.23438 10.7578 3 12 3C13.6875 3.02344 15.1992 3.43359 16.5352 4.23047C17.8945 5.02734 18.9727 6.10547 19.7695 7.46484C20.5664 8.80078 20.9766 10.3125 21 12C20.9766 13.6875 20.5664 15.1992 19.7695 16.5352C18.9727 17.8945 17.8945 18.9727 16.5352 19.7695C15.1992 20.5664 13.6875 20.9766 12 21C10.0547 20.9766 8.34375 20.4375 6.86719 19.3828C6.60938 19.1953 6.44531 18.9492 6.375 18.6445C6.32812 18.3633 6.39844 18.0938 6.58594 17.8359C6.77344 17.5781 7.00781 17.4141 7.28906 17.3438C7.59375 17.2969 7.875 17.3672 8.13281 17.5547C9.25781 18.3281 10.5469 18.7266 12 18.75C13.9219 18.7031 15.5156 18.0469 16.7812 16.7812C18.0469 15.5156 18.7031 13.9219 18.75 12C18.7031 10.0781 18.0469 8.48438 16.7812 7.21875C15.5156 5.95312 13.9219 5.29688 12 5.25C10.0781 5.29688 8.48438 5.95312 7.21875 7.21875L8.30859 8.30859C8.56641 8.58984 8.625 8.89453 8.48438 9.22266C8.36719 9.55078 8.10938 9.72656 7.71094 9.75H3.84375C3.32812 9.70312 3.04688 9.42188 3 8.90625V5.03906C3.02344 4.64062 3.19922 4.38281 3.52734 4.26562C3.85547 4.125 4.16016 4.18359 4.44141 4.44141L5.63672 5.63672ZM12 7.5C12.5156 7.54688 12.7969 7.82812 12.8438 8.34375V11.6484L15.1289 13.9336C15.457 14.332 15.457 14.7305 15.1289 15.1289C14.7305 15.457 14.332 15.457 13.9336 15.1289L11.4023 12.5977C11.2383 12.4336 11.1562 12.2344 11.1562 12V8.34375C11.2031 7.82812 11.4844 7.54688 12 7.5Z"})}),ae=r(Ce,"clock-rotate-left-filled"),se=F9.forwardRef((o,e)=>(0,q1.jsx)(i,{...o,ref:e,icon:ae})),_9=se;var A9=t(c());var G1=t(n()),fe=(0,G1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,G1.jsx)("path",{d:"M4.6875 6.88171C5.50781 5.73328 6.55078 4.81921 7.81641 4.13953C9.08203 3.48328 10.4766 3.14343 12 3.12C13.6875 3.14343 15.1992 3.55359 16.5352 4.35046C17.8945 5.14734 18.9727 6.22546 19.7695 7.58484C20.5664 8.92078 20.9766 10.4325 21 12.12C20.9766 13.8075 20.5664 15.3192 19.7695 16.6552C18.9727 18.0145 17.8945 19.0927 16.5352 19.8895C15.1992 20.6864 13.6875 21.0966 12 21.12C10.1484 21.0966 8.49609 20.6044 7.04297 19.6434C6.64453 19.3153 6.5625 18.9169 6.79688 18.4481C7.125 18.0497 7.51172 17.9794 7.95703 18.2372C9.12891 19.0106 10.4766 19.4091 12 19.4325C14.0625 19.3856 15.7852 18.6708 17.168 17.288C18.5508 15.9052 19.2656 14.1825 19.3125 12.12C19.2656 10.0575 18.5508 8.33484 17.168 6.95203C15.7852 5.56921 14.0625 4.85437 12 4.8075C10.6875 4.83093 9.50391 5.13562 8.44922 5.72156C7.37109 6.33093 6.50391 7.15125 5.84766 8.1825H7.78125C8.29688 8.22937 8.57812 8.51062 8.625 9.02625C8.57812 9.54187 8.29688 9.82312 7.78125 9.87H3.84375C3.32812 9.82312 3.04688 9.54187 3 9.02625V5.08875C3.04688 4.57312 3.32812 4.29187 3.84375 4.245C4.35938 4.29187 4.64062 4.57312 4.6875 5.08875V6.88171ZM12 7.62C12.5156 7.66687 12.7969 7.94812 12.8438 8.46375V11.7684L15.1289 14.0536C15.457 14.452 15.457 14.8505 15.1289 15.2489C14.7305 15.577 14.332 15.577 13.9336 15.2489L11.4023 12.7177C11.2383 12.5536 11.1562 12.3544 11.1562 12.12V8.46375C11.2031 7.94812 11.4844 7.66687 12 7.62Z"})}),pe=r(fe,"clock-rotate-left-outlined"),me=A9.forwardRef((o,e)=>(0,G1.jsx)(i,{...o,ref:e,icon:pe})),B9=me;var k9=t(c());var z1=t(n()),le=(0,z1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,z1.jsx)("path",{d:"M14.4688 4.15127C14.8854 4.33877 15.0521 4.65127 14.9688 5.08877L10.4688 19.5888C10.3021 20.0054 9.98958 20.1721 9.53125 20.0888C9.11458 19.9221 8.94792 19.6096 9.03125 19.1513L13.5312 4.65127C13.7188 4.2346 14.0312 4.06793 14.4688 4.15127ZM16.7188 7.87002C17.0521 7.55752 17.3958 7.5471 17.75 7.83877L21.75 11.5888C21.9167 11.7346 22 11.9117 22 12.12C22 12.3283 21.9167 12.5158 21.75 12.6825L17.75 16.4325C17.3958 16.7033 17.0521 16.6825 16.7188 16.37C16.4271 16.0158 16.4375 15.6721 16.75 15.3388L20.1562 12.12L16.75 8.93252C16.4375 8.57835 16.4271 8.22418 16.7188 7.87002ZM7.3125 7.87002C7.58333 8.22418 7.5625 8.57835 7.25 8.93252L3.84375 12.12L7.25 15.3388C7.5625 15.6721 7.58333 16.0158 7.3125 16.37C6.95833 16.6825 6.60417 16.7033 6.25 16.4325L2.25 12.6825C2.08333 12.5158 2 12.3283 2 12.12C2 11.9117 2.08333 11.7346 2.25 11.5888L6.25 7.83877C6.60417 7.5471 6.95833 7.55752 7.3125 7.87002Z"})}),de=r(le,"code-outlined"),ue=k9.forwardRef((o,e)=>(0,z1.jsx)(i,{...o,ref:e,icon:de})),$9=ue;var U9=t(c());var W1=t(n()),Ie=(0,W1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,W1.jsx)("path",{d:"M15.9998 14.0002L6.41383 14.0002L9.7068 10.7073C10.0973 10.3168 10.0973 9.68374 9.7068 9.29321C9.31627 8.90269 8.68326 8.90269 8.29273 9.29321L3.29273 14.2932L3.22437 14.3694C2.90402 14.7622 2.92662 15.3412 3.29273 15.7073L8.29273 20.7073L8.36891 20.7756C8.76168 21.096 9.34068 21.0734 9.7068 20.7073C10.0729 20.3412 10.0955 19.7622 9.77516 19.3694L9.7068 19.2932L6.41383 16.0002L15.9998 16.0002L16.2478 15.9944C17.4836 15.9331 18.6559 15.4145 19.5349 14.5354C20.4726 13.5977 20.9998 12.3263 20.9998 11.0002V4.00024C20.9998 3.44796 20.552 3.00024 19.9998 3.00024C19.4475 3.00024 18.9998 3.44796 18.9998 4.00024V11.0002C18.9998 11.7959 18.6835 12.5587 18.1209 13.1213C17.6287 13.6135 16.9833 13.9173 16.2966 13.9856L15.9998 14.0002Z"})}),Re=r(Ie,"conner-down-left"),Se=U9.forwardRef((o,e)=>(0,W1.jsx)(i,{...o,ref:e,icon:Re})),q9=Se;var G9=t(c());var X1=t(n()),ge=(0,X1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,X1.jsx)("path",{d:"M19 11.2002C19 10.869 18.7316 10.5998 18.4004 10.5996H11.2002C10.8688 10.5996 10.5996 10.8688 10.5996 11.2002V18.4004C10.5998 18.7316 10.869 19 11.2002 19H18.4004C18.7315 18.9998 18.9998 18.7315 19 18.4004V11.2002ZM13.4004 6.40039V5.59961C13.4003 5.44071 13.3369 5.28819 13.2246 5.17578C13.1403 5.09148 13.0332 5.03482 12.918 5.01172L12.7998 5H5.59961C5.44062 5.0001 5.28821 5.06335 5.17578 5.17578C5.06335 5.28821 5.0001 5.44062 5 5.59961V12.7998L5.01172 12.918C5.03482 13.0332 5.09148 13.1403 5.17578 13.2246C5.28819 13.3369 5.44071 13.4003 5.59961 13.4004H6.40039L6.50195 13.4053C7.00634 13.4564 7.40039 13.8825 7.40039 14.4004C7.40019 14.9181 7.00621 15.3435 6.50195 15.3945L6.40039 15.4004H5.59961C4.91028 15.4003 4.2492 15.1261 3.76172 14.6387C3.33499 14.2119 3.07173 13.652 3.0127 13.0566L3 12.7998V5.59961C3.0001 4.91019 3.27422 4.24922 3.76172 3.76172C4.24922 3.27422 4.91019 3.0001 5.59961 3H12.7998L13.0566 3.0127C13.652 3.07173 14.2119 3.33499 14.6387 3.76172C15.1261 4.2492 15.4003 4.91028 15.4004 5.59961V6.40039C15.4002 6.95237 14.9524 7.40018 14.4004 7.40039C13.8482 7.40039 13.4006 6.9525 13.4004 6.40039ZM21 18.4004C20.9998 19.836 19.836 20.9998 18.4004 21H11.2002C9.76439 21 8.59982 19.8362 8.59961 18.4004V11.2002C8.59961 9.76426 9.76426 8.59961 11.2002 8.59961H18.4004C19.8362 8.59982 21 9.76439 21 11.2002V18.4004Z"})}),we=r(ge,"copy-outlined"),Le=G9.forwardRef((o,e)=>(0,X1.jsx)(i,{...o,ref:e,icon:we})),z9=Le;var W9=t(c());var Q1=t(n()),ve=(0,Q1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,Q1.jsx)("path",{d:"M17 4.9198C16.9999 4.43174 16.635 4.12024 16.2861 4.12H7.71387C7.36497 4.12024 7.0001 4.43174 7 4.9198V19.3202L7.00391 19.4091C7.04511 19.8458 7.38663 20.1198 7.71387 20.12H16.2861C16.635 20.1197 16.9999 19.8082 17 19.3202V4.9198ZM12.0088 16.5204L12.1104 16.5253C12.6148 16.5763 13.0088 17.0025 13.0088 17.5204C13.0086 18.0381 12.6147 18.4635 12.1104 18.5145L12.0088 18.5204H12C11.4478 18.5204 11.0002 18.0725 11 17.5204C11 16.9681 11.4477 16.5204 12 16.5204H12.0088ZM19 19.3202C18.9999 20.8198 17.8303 22.1198 16.2861 22.12H7.71387C6.2661 22.1198 5.1478 20.9771 5.01367 19.5985L5 19.3202V4.9198C5.0001 3.42016 6.16967 2.12023 7.71387 2.12H16.2861C17.8303 2.12023 18.9999 3.42016 19 4.9198V19.3202Z"})}),he=r(ve,"device-outline"),Me=W9.forwardRef((o,e)=>(0,Q1.jsx)(i,{...o,ref:e,icon:he})),X9=Me;var Q9=t(c());var Y1=t(n()),He=(0,Y1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,Y1.jsx)("path",{d:"M3 18.2227V14.667C3 14.1147 3.44772 13.667 4 13.667C4.55228 13.667 5 14.1147 5 14.667V18.2227C5.00011 18.4288 5.08178 18.6267 5.22754 18.7725C5.3733 18.9182 5.57122 18.9999 5.77734 19H18.2227C18.4288 18.9999 18.6267 18.9182 18.7725 18.7725C18.9182 18.6267 18.9999 18.4288 19 18.2227V14.667C19 14.1147 19.4477 13.667 20 13.667C20.5523 13.667 21 14.1147 21 14.667V18.2227C20.9999 18.9592 20.7074 19.6657 20.1865 20.1865C19.6657 20.7074 18.9592 20.9999 18.2227 21H5.77734C5.04079 20.9999 4.33431 20.7074 3.81348 20.1865C3.29264 19.6657 3.00011 18.9592 3 18.2227ZM11 4C11 3.44772 11.4477 3 12 3C12.5523 3 13 3.44772 13 4V12.252L15.7373 9.51465C16.1277 9.12445 16.7609 9.12452 17.1514 9.51465C17.5419 9.90517 17.5419 10.5392 17.1514 10.9297L12.707 15.374C12.5195 15.5615 12.2651 15.667 12 15.667C11.7349 15.667 11.4805 15.5615 11.293 15.374L6.84863 10.9297C6.45811 10.5392 6.45811 9.90517 6.84863 9.51465C7.23911 9.12452 7.87226 9.12445 8.2627 9.51465L11 12.252V4Z"})}),Ee=r(He,"download"),xe=Q9.forwardRef((o,e)=>(0,Y1.jsx)(i,{...o,ref:e,icon:Ee})),Y9=xe;var K9=t(c());var K1=t(n()),Ve=(0,K1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,K1.jsx)("path",{d:"M20 8.63965L12.5625 13.7021C12.2231 13.9329 11.7769 13.9329 11.4375 13.7021L4 8.63965V17.25C4 17.6338 4.33545 17.9999 4.7998 18H19.2002C19.6646 17.9999 20 17.6338 20 17.25V8.63965ZM4.71484 6.00391C4.47392 6.0277 4.275 6.15224 4.14844 6.32129L12 11.665L19.8506 6.32129C19.724 6.15248 19.5259 6.02768 19.2852 6.00391L19.2002 6H4.7998L4.71484 6.00391ZM22 17.25C22 18.7911 20.7157 19.9999 19.2002 20H4.7998C3.28435 19.9999 2 18.7911 2 17.25V6.75C2 5.20891 3.28435 4.0001 4.7998 4H19.2002L19.4814 4.01367C20.8712 4.15222 22 5.30524 22 6.75V17.25Z"})}),Oe=r(Ve,"email-outlined"),ye=K9.forwardRef((o,e)=>(0,K1.jsx)(i,{...o,ref:e,icon:Oe})),J9=ye;var j9=t(c());var J1=t(n()),Pe=(0,J1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,J1.jsx)("path",{d:"M3 18.2227V8.44434C3.00003 7.70774 3.29267 7.00136 3.81348 6.48047C4.33431 5.95964 5.04079 5.66711 5.77734 5.66699H11.1113L11.2129 5.67188C11.7174 5.72287 12.1113 6.14907 12.1113 6.66699C12.1112 7.18476 11.7172 7.61013 11.2129 7.66113L11.1113 7.66699H5.77734C5.57122 7.66711 5.3733 7.74877 5.22754 7.89453C5.0818 8.04035 5.00003 8.23817 5 8.44434V18.2227C5.00011 18.4288 5.08178 18.6267 5.22754 18.7725C5.3733 18.9182 5.57122 18.9999 5.77734 19H15.5557C15.7618 19 15.9596 18.9182 16.1055 18.7725C16.2512 18.6267 16.3329 18.4288 16.333 18.2227V12.8887C16.3331 12.3366 16.7809 11.8888 17.333 11.8887C17.8852 11.8887 18.3329 12.3365 18.333 12.8887V18.2227C18.3329 18.9592 18.0404 19.6657 17.5195 20.1865C16.9986 20.7073 16.2923 21 15.5557 21H5.77734C5.04079 20.9999 4.33431 20.7074 3.81348 20.1865C3.29264 19.6657 3.00011 18.9592 3 18.2227ZM10.9297 14.4854C10.5392 14.8758 9.90515 14.8759 9.51465 14.4854C9.12414 14.0948 9.12418 13.4608 9.51465 13.0703L10.9297 14.4854ZM21 9.33301C21 9.88529 20.5523 10.333 20 10.333C19.4477 10.333 19 9.88529 19 9.33301V6.41406L10.9297 14.4854L10.2227 13.7773L9.51465 13.0703L17.5859 5H14.667C14.1147 5 13.667 4.55228 13.667 4C13.667 3.44772 14.1147 3 14.667 3H20L20.1025 3.00488C20.6067 3.05621 21 3.48232 21 4V9.33301Z"})}),De=r(Pe,"external-link"),Ne=j9.forwardRef((o,e)=>(0,J1.jsx)(i,{...o,ref:e,icon:De})),o8=Ne;var e8=t(c());var j1=t(n()),Te=(0,j1.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,j1.jsx)("path",{d:"M3.2187 4.15626L6.7187 6.90626C7.4062 6.34376 8.18745 5.88543 9.06245 5.53126C9.95828 5.19793 10.9374 5.02084 11.9999 5.00001C13.2708 5.02084 14.4062 5.27084 15.4062 5.75001C16.4062 6.22918 17.2812 6.82293 18.0312 7.53126C18.7604 8.21876 19.3645 8.92709 19.8437 9.65626C20.3229 10.3854 20.6874 11.0417 20.9374 11.625C21.0208 11.875 21.0208 12.125 20.9374 12.375C20.7083 12.8958 20.3854 13.4792 19.9687 14.125C19.552 14.7917 19.0416 15.4479 18.4374 16.0938L21.7187 18.6563C22.052 18.9688 22.0937 19.3229 21.8437 19.7188C21.5312 20.0521 21.177 20.0938 20.7812 19.8438L2.2812 5.34376C1.94786 5.03126 1.9062 4.67709 2.1562 4.28126C2.4687 3.94793 2.82286 3.90626 3.2187 4.15626ZM7.93745 7.84376L9.37495 8.96876C10.1041 8.34376 10.9791 8.02084 11.9999 8.00001C13.1249 8.02084 14.0729 8.40626 14.8437 9.15626C15.5937 9.92709 15.9791 10.875 15.9999 12C15.9999 12.6667 15.8541 13.2813 15.5624 13.8438L17.2499 15.1563C17.7708 14.6146 18.2187 14.0625 18.5937 13.5C18.9687 12.9375 19.2604 12.4375 19.4687 12C19.2395 11.5208 18.927 10.9792 18.5312 10.375C18.1145 9.77084 17.6041 9.18751 16.9999 8.62501C16.3541 8.00001 15.6145 7.50001 14.7812 7.12501C13.9479 6.72918 13.0208 6.52084 11.9999 6.50001C10.4166 6.54168 9.06245 6.98959 7.93745 7.84376ZM14.3437 12.875C14.4479 12.6042 14.4999 12.3125 14.4999 12C14.4791 11.2917 14.2395 10.6979 13.7812 10.2188C13.302 9.76043 12.7083 9.52084 11.9999 9.50001C11.9791 9.50001 11.9583 9.50001 11.9374 9.50001C11.9791 9.66668 11.9999 9.83334 11.9999 10C11.9999 10.3125 11.927 10.6042 11.7812 10.875L14.3437 12.875ZM14.6249 16.9688L15.9374 18C14.8124 18.625 13.4999 18.9583 11.9999 19C10.7291 18.9792 9.5937 18.7292 8.5937 18.25C7.5937 17.7708 6.72911 17.1771 5.99995 16.4688C5.24995 15.7813 4.63536 15.0729 4.1562 14.3438C3.67703 13.6146 3.32286 12.9583 3.0937 12.375C2.98953 12.125 2.98953 11.875 3.0937 11.625C3.38536 10.875 3.88536 10.0208 4.5937 9.06251L5.7812 9.96876C5.2187 10.7188 4.80203 11.3958 4.5312 12C4.76036 12.4792 5.07286 13.0208 5.4687 13.625C5.88536 14.2292 6.39578 14.8125 6.99995 15.375C7.64578 16 8.38536 16.5 9.2187 16.875C10.052 17.2708 10.9791 17.4792 11.9999 17.5C12.9583 17.4792 13.8333 17.3021 14.6249 16.9688ZM7.99995 12C7.99995 11.9167 7.99995 11.8333 7.99995 11.75L9.74995 13.125C10.1041 13.8125 10.6666 14.25 11.4374 14.4375L13.1874 15.8125C12.8124 15.9375 12.4166 16 11.9999 16C10.8749 15.9792 9.92703 15.5938 9.1562 14.8438C8.4062 14.0729 8.02078 13.125 7.99995 12Z"})}),Ze=r(Te,"eye-invisible-outlined"),be=e8.forwardRef((o,e)=>(0,j1.jsx)(i,{...o,ref:e,icon:Ze})),t8=be;var n8=t(c());var y=t(n()),Fe=(0,y.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,y.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0001 8.5C13.9331 8.50006 15.5001 10.067 15.5001 12C15.5001 13.933 13.9331 15.4999 12.0001 15.5C10.0671 15.5 8.50013 13.933 8.50013 12C8.50013 10.067 10.0671 8.5 12.0001 8.5ZM12.0001 10.5C11.1717 10.5 10.5001 11.1716 10.5001 12C10.5001 12.8284 11.1717 13.5 12.0001 13.5C12.8285 13.4999 13.5001 12.8284 13.5001 12C13.5001 11.1716 12.8285 10.5001 12.0001 10.5Z"})," ",(0,y.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.0001 5C15.2301 5.00004 17.7177 6.69221 19.3468 8.28516C20.1676 9.08772 20.7948 9.88719 21.2169 10.4863C21.4284 10.7865 21.5899 11.0388 21.7003 11.2188C21.7556 11.3088 21.7987 11.3813 21.8283 11.4326C21.8429 11.4579 21.8541 11.4784 21.8624 11.4932C21.8666 11.5006 21.8706 11.5071 21.8732 11.5117L21.8771 11.5195L21.8781 11.5205C21.878 11.521 21.8633 11.5292 21.0001 12C21.8633 12.4708 21.878 12.479 21.8781 12.4795L21.8771 12.4805L21.8732 12.4883C21.8706 12.4929 21.8666 12.4994 21.8624 12.5068C21.8541 12.5216 21.8429 12.5421 21.8283 12.5674C21.7987 12.6187 21.7556 12.6912 21.7003 12.7812C21.5899 12.9612 21.4284 13.2135 21.2169 13.5137C20.7948 14.1128 20.1676 14.9123 19.3468 15.7148C17.7177 17.3078 15.2301 19 12.0001 19C8.77011 19 6.28262 17.3078 4.65345 15.7148C3.83265 14.9123 3.20547 14.1128 2.78333 13.5137C2.57187 13.2135 2.41038 12.9612 2.29993 12.7812C2.24469 12.6912 2.20161 12.6187 2.172 12.5674C2.15739 12.5421 2.14613 12.5216 2.13782 12.5068C2.13367 12.4994 2.12963 12.4929 2.12708 12.4883L2.12318 12.4805L2.1222 12.4795C2.12369 12.4783 2.16118 12.4576 3.00013 12C2.16118 11.5424 2.12369 11.5217 2.1222 11.5205L2.12318 11.5195L2.12708 11.5117C2.12963 11.5071 2.13367 11.5006 2.13782 11.4932C2.14613 11.4784 2.15739 11.4579 2.172 11.4326C2.20161 11.3813 2.24469 11.3088 2.29993 11.2188C2.41038 11.0388 2.57187 10.7865 2.78333 10.4863C3.20547 9.88718 3.83265 9.08772 4.65345 8.28516C6.28262 6.69221 8.77011 5 12.0001 5ZM12.0001 7C9.5031 7 7.49087 8.30793 6.05189 9.71484C5.33868 10.4122 4.78857 11.1128 4.4181 11.6387C4.3242 11.772 4.24187 11.8933 4.172 12C4.24187 12.1067 4.3242 12.228 4.4181 12.3613C4.78857 12.8872 5.33868 13.5878 6.05189 14.2852C7.49087 15.6921 9.5031 17 12.0001 17C14.4971 17 16.5094 15.6921 17.9484 14.2852C18.6616 13.5878 19.2117 12.8872 19.5822 12.3613C19.6759 12.2282 19.7575 12.1066 19.8273 12C19.7575 11.8934 19.6759 11.7718 19.5822 11.6387C19.2117 11.1128 18.6616 10.4122 17.9484 9.71484C16.5094 8.30793 14.4971 7.00004 12.0001 7Z"})," ",(0,y.jsx)("path",{d:"M3.00013 12L2.1222 12.4795C1.95959 12.1812 1.95959 11.8188 2.1222 11.5205L3.00013 12Z"})," ",(0,y.jsx)("path",{d:"M21.8781 11.5205C22.0406 11.8188 22.0406 12.1812 21.8781 12.4795L21.0001 12L21.8781 11.5205Z"})]}),_e=r(Fe,"eye-visible-outlined"),Ae=n8.forwardRef((o,e)=>(0,y.jsx)(i,{...o,ref:e,icon:_e})),r8=Ae;var i8=t(c());var o2=t(n()),Be=(0,o2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,o2.jsx)("path",{d:"M13.875 8.4198H16.6328L13.875 5.58289V8.4198ZM20 19.3202C19.9999 20.0538 19.7165 20.7628 19.2041 21.2899C18.6907 21.8179 17.9885 22.12 17.25 22.12H6.75C6.01151 22.12 5.3093 21.8179 4.7959 21.2899C4.34746 20.8287 4.07387 20.2281 4.0127 19.5936L4 19.3202V4.9198C4.00005 4.18621 4.28346 3.47715 4.7959 2.95007C5.3093 2.42211 6.01151 2.12 6.75 2.12H12.875C13.145 2.12 13.4035 2.22919 13.5918 2.42273L19.7168 8.72253C19.8982 8.90915 19.9999 9.15953 20 9.4198V19.3202ZM6 19.3202L6.00391 19.4022C6.02227 19.5918 6.10371 19.7659 6.22949 19.8954C6.37246 20.0424 6.56032 20.12 6.75 20.12H17.25C17.4397 20.12 17.6275 20.0424 17.7705 19.8954C17.9142 19.7474 17.9999 19.5411 18 19.3202V10.4198H12.875C12.3227 10.4198 11.875 9.97208 11.875 9.4198V4.12H6.75C6.56032 4.12 6.37245 4.19756 6.22949 4.3446C6.08576 4.49255 6.00005 4.69885 6 4.9198V19.3202Z"})}),ke=r(Be,"file-outlined"),$e=i8.forwardRef((o,e)=>(0,o2.jsx)(i,{...o,ref:e,icon:ke})),c8=$e;var C8=t(c());var e2=t(n()),Ue=(0,e2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,e2.jsx)("path",{d:"M19.7071 7.70711C19.8946 7.89464 20 8.149 20 8.41421V20C20 20.5304 19.7891 21.039 19.4141 21.4141C19.039 21.7891 18.5304 22 18 22H6C5.46957 22 4.96101 21.7891 4.58594 21.4141C4.21086 21.039 4 20.5304 4 20V4C4 3.46957 4.21086 2.96101 4.58594 2.58594C4.96101 2.21086 5.46957 2 6 2H13.5858C13.851 2 14.1054 2.10536 14.2929 2.29289L19.7071 7.70711ZM8.5 15.5C7.94772 15.5 7.5 15.9477 7.5 16.5C7.5 17.0523 7.94772 17.5 8.5 17.5H15.5C16.0523 17.5 16.5 17.0523 16.5 16.5C16.5 15.9477 16.0523 15.5 15.5 15.5H8.5ZM8.5 11.9004C7.94772 11.9004 7.5 12.3481 7.5 12.9004C7.50021 13.4525 7.94785 13.9004 8.5 13.9004H15.5C16.0522 13.9004 16.4998 13.4525 16.5 12.9004C16.5 12.3481 16.0523 11.9004 15.5 11.9004H8.5ZM8.5 8.2998C7.94778 8.2998 7.50011 8.74761 7.5 9.2998C7.5 9.85209 7.94772 10.2998 8.5 10.2998H10.25C10.8023 10.2998 11.25 9.85209 11.25 9.2998C11.2499 8.74761 10.8022 8.2998 10.25 8.2998H8.5ZM14 8H17L14 5V8Z"})}),qe=r(Ue,"file-text-filled"),Ge=C8.forwardRef((o,e)=>(0,e2.jsx)(i,{...o,ref:e,icon:qe})),a8=Ge;var s8=t(c());var t2=t(n()),ze=(0,t2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,t2.jsx)("path",{d:"M15.5 15.5C16.0523 15.5 16.5 15.9477 16.5 16.5C16.5 17.0523 16.0523 17.5 15.5 17.5H8.5C7.94772 17.5 7.5 17.0523 7.5 16.5C7.5 15.9477 7.94772 15.5 8.5 15.5H15.5ZM15.5 11.9004C16.0523 11.9004 16.5 12.3481 16.5 12.9004C16.4998 13.4525 16.0522 13.9004 15.5 13.9004H8.5C7.94785 13.9004 7.50021 13.4525 7.5 12.9004C7.5 12.3481 7.94772 11.9004 8.5 11.9004H15.5ZM10.25 8.2998C10.8022 8.2998 11.2499 8.74761 11.25 9.2998C11.25 9.85209 10.8023 10.2998 10.25 10.2998H8.5C7.94772 10.2998 7.5 9.85209 7.5 9.2998C7.50011 8.74761 7.94778 8.2998 8.5 8.2998H10.25ZM14.75 7.40039H16.6338L14.75 5.46289V7.40039ZM20 19.2002C19.9999 19.9338 19.7165 20.6428 19.2041 21.1699C18.6907 21.6979 17.9885 22 17.25 22H6.75C6.01151 22 5.3093 21.6979 4.7959 21.1699C4.34746 20.7087 4.07387 20.1081 4.0127 19.4736L4 19.2002V4.7998C4.00005 4.06622 4.28346 3.35716 4.7959 2.83008C5.3093 2.30211 6.01151 2 6.75 2H13.75C14.02 2 14.2785 2.1092 14.4668 2.30273L19.7168 7.70312C19.8983 7.88979 20 8.14005 20 8.40039V19.2002ZM6 19.2002L6.00391 19.2822C6.02227 19.4718 6.10371 19.6459 6.22949 19.7754C6.37246 19.9224 6.56032 20 6.75 20H17.25C17.4397 20 17.6275 19.9224 17.7705 19.7754C17.9142 19.6274 17.9999 19.4211 18 19.2002V9.40039H13.75C13.1978 9.40039 12.7502 8.9525 12.75 8.40039V4H6.75C6.56032 4 6.37245 4.07756 6.22949 4.22461C6.08576 4.37256 6.00005 4.57886 6 4.7998V19.2002Z"})}),We=r(ze,"file-text-outlined"),Xe=s8.forwardRef((o,e)=>(0,t2.jsx)(i,{...o,ref:e,icon:We})),f8=Xe;var p8=t(c());var n2=t(n()),Qe=(0,n2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,n2.jsx)("path",{d:"M20 4C20.3917 4 20.7476 4.22857 20.9101 4.58496C21.0725 4.94147 21.0119 5.36061 20.7549 5.65625L14.5996 12.7314V19C14.5996 19.3445 14.4228 19.6648 14.1308 19.8477C13.8388 20.0304 13.4729 20.0499 13.1631 19.8994L9.96287 18.3438C9.6186 18.1764 9.40037 17.8271 9.40037 17.4443V12.7314L3.2451 5.65625C2.98809 5.36061 2.92742 4.94147 3.08983 4.58496C3.25234 4.22857 3.60827 4 3.99998 4H20ZM11.1543 11.7012C11.3125 11.8831 11.4003 12.1163 11.4004 12.3574V16.8184L12.5996 17.4014V12.3574C12.5997 12.1163 12.6875 11.8831 12.8457 11.7012L17.8047 6H6.1953L11.1543 11.7012Z"})}),Ye=r(Qe,"filter-outlined"),Ke=p8.forwardRef((o,e)=>(0,n2.jsx)(i,{...o,ref:e,icon:Ye})),m8=Ke;var l8=t(c());var r2=t(n()),Je=(0,r2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,r2.jsx)("path",{d:"M3 6.495C3.02344 5.86218 3.24609 5.33484 3.66797 4.91296C4.08984 4.49109 4.61719 4.26843 5.25 4.245H9.89062C10.5938 4.245 11.1914 4.49109 11.6836 4.98328L13.1953 6.495H18.75C19.3828 6.51843 19.9102 6.74109 20.332 7.16296C20.7539 7.58484 20.9766 8.11218 21 8.745V17.745C20.9766 18.3778 20.7539 18.9052 20.332 19.327C19.9102 19.7489 19.3828 19.9716 18.75 19.995H5.25C4.61719 19.9716 4.08984 19.7489 3.66797 19.327C3.24609 18.9052 3.02344 18.3778 3 17.745V6.495ZM5.25 5.9325C4.89844 5.95593 4.71094 6.14343 4.6875 6.495V17.745C4.71094 18.0966 4.89844 18.2841 5.25 18.3075H18.75C19.1016 18.2841 19.2891 18.0966 19.3125 17.745V8.745C19.2891 8.39343 19.1016 8.20593 18.75 8.1825H13.0898C12.6914 8.1825 12.3516 8.04187 12.0703 7.76062L10.4883 6.17859C10.3242 6.01453 10.125 5.9325 9.89062 5.9325H5.25Z"})}),je=r(Je,"folder-outlined"),ot=l8.forwardRef((o,e)=>(0,r2.jsx)(i,{...o,ref:e,icon:je})),d8=ot;var u8=t(c());var P=t(n()),et=(0,P.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,P.jsx)("path",{d:"M12 10C12.5523 10 13 10.4477 13 11V12L12.9922 12.6221C12.9182 15.6768 12.3061 17.8659 11.667 19.3359C11.3269 20.1182 10.9816 20.6921 10.7109 21.0801C10.5758 21.2738 10.4594 21.4209 10.3721 21.5244C10.3284 21.5762 10.2916 21.6172 10.2637 21.6475C10.2454 21.6673 10.2271 21.687 10.208 21.7061C10.2077 21.7064 10.2067 21.7067 10.207 21.707C9.81651 22.0976 9.18349 22.0976 8.79297 21.707C8.42718 21.3412 8.40419 20.7629 8.72363 20.3701L8.79004 20.2959L8.79199 20.293C8.80071 20.2835 8.81817 20.2645 8.84277 20.2354C8.89216 20.1768 8.97119 20.0776 9.07031 19.9355C9.26839 19.6516 9.54818 19.1941 9.83301 18.5391C10.3658 17.3138 10.9253 15.3792 10.9932 12.5732L11 12V11C11 10.4477 11.4477 10 12 10Z"})," ",(0,P.jsx)("path",{d:"M14 19C14.5523 19 15 19.4477 15 20C15 20.5523 14.5523 21 14 21C13.4477 21 13 20.5523 13 20C13 19.4477 13.4477 19 14 19Z"})," ",(0,P.jsx)("path",{d:"M12 6C14.7614 6 17 8.23858 17 11C17 11.5523 16.5523 12 16 12C15.4477 12 15 11.5523 15 11C15 9.34315 13.6569 8 12 8C10.3431 8 9 9.34315 9 11L8.99414 11.5703C8.96758 12.873 8.85447 13.9669 8.74023 14.7666C8.67492 15.2238 8.6088 15.5859 8.55859 15.8369C8.5335 15.9624 8.51248 16.0607 8.49707 16.1289C8.48946 16.1626 8.48304 16.189 8.47852 16.208C8.47624 16.2176 8.47405 16.2258 8.47266 16.2314C8.47198 16.2342 8.4707 16.2383 8.4707 16.2383V16.2422L8.46973 16.2412C8.1718 17.4329 7.57809 18.3222 7.06543 18.9082C6.80845 19.2019 6.56762 19.4248 6.38672 19.5771C6.29603 19.6535 6.21893 19.7126 6.16211 19.7549C6.11596 19.7892 6.08758 19.8101 6.05762 19.8301L6.05566 19.8311C6.05534 19.8314 6.05443 19.8316 6.05469 19.832C5.59516 20.1384 4.97432 20.0142 4.66797 19.5547C4.36252 19.0965 4.4852 18.4782 4.94141 18.1709C4.94547 18.168 4.9552 18.1614 4.96875 18.1514C4.99585 18.1312 5.04009 18.0963 5.09766 18.0479C5.21352 17.9503 5.37934 17.7977 5.55957 17.5918C5.81075 17.3047 6.08022 16.9211 6.29102 16.4443C5.22032 15.7564 4.28617 14.9079 3.59668 14.2002C3.16936 13.7616 2.82357 13.3659 2.58398 13.0791C2.46408 12.9355 2.36966 12.8188 2.30469 12.7363C2.2722 12.6951 2.24722 12.6618 2.22949 12.6387C2.22071 12.6272 2.21399 12.6179 2.20898 12.6113C2.20647 12.608 2.20369 12.6056 2.20215 12.6035L2.2002 12.6006L2.19922 12.5996L2.17285 12.5596C2.16298 12.5449 2.15262 12.5307 2.14355 12.5156L2.14258 12.5146C2.12949 12.4929 2.1177 12.4706 2.10645 12.4482C2.10475 12.4449 2.10224 12.4419 2.10059 12.4385C2.0906 12.4181 2.0827 12.3968 2.07422 12.376C2.07076 12.3675 2.0667 12.3592 2.06348 12.3506C2.056 12.3306 2.05009 12.3103 2.04395 12.29C2.04155 12.2822 2.03833 12.2745 2.03613 12.2666C2.03318 12.2559 2.03091 12.2451 2.02832 12.2344C2.017 12.1875 2.00839 12.14 2.00391 12.0918C2.00179 12.0687 2.00149 12.0456 2.00098 12.0225C2.00087 12.0179 2.00004 12.0134 2 12.0088V11.9893C2.00021 11.9703 2.00165 11.9515 2.00293 11.9326C2.00544 11.8952 2.0088 11.8576 2.01562 11.8203C2.01963 11.7983 2.02577 11.7766 2.03125 11.7549C2.03346 11.7462 2.03465 11.7372 2.03711 11.7285C2.05406 11.6681 2.07724 11.6094 2.10547 11.5527L2.10645 11.5518L2.10742 11.5498L2.10938 11.5449C2.11117 11.5414 2.11343 11.5367 2.11621 11.5312C2.12194 11.5201 2.13042 11.5047 2.14062 11.4854C2.16121 11.4463 2.19186 11.3898 2.2334 11.3145C2.31644 11.1638 2.44524 10.9354 2.63477 10.6152C2.91897 10.1351 3.34041 9.44557 3.94922 8.49414L4.62207 7.45312C4.71331 7.31345 4.80851 7.17483 4.90625 7.03711L5.20898 6.62793L5.27539 6.5498C5.62427 6.18228 6.20171 6.1317 6.61133 6.44824C7.02097 6.76484 7.11737 7.33631 6.84961 7.7666L6.79102 7.85059L6.53711 8.19434C6.45466 8.31051 6.37448 8.42806 6.29688 8.54688L5.63379 9.57227C5.03544 10.5074 4.62621 11.1774 4.35547 11.6348C4.29867 11.7307 4.24916 11.8179 4.2041 11.8955C4.41192 12.1404 4.69107 12.4575 5.02832 12.8037C5.52201 13.3105 6.12137 13.863 6.77734 14.3516C6.87555 13.6322 6.9709 12.6689 6.99414 11.5303L7 11C7 8.23858 9.23858 6 12 6Z"})," ",(0,P.jsx)("path",{d:"M12.3213 3.00586C15.6079 3.13554 17.935 5.2441 19.3779 7.45312L20.0508 8.49414C20.6596 9.44557 21.081 10.1351 21.3652 10.6152C21.5548 10.9354 21.6836 11.1638 21.7666 11.3145C21.8081 11.3898 21.8388 11.4463 21.8594 11.4854C21.8696 11.5047 21.8781 11.5201 21.8838 11.5312C21.8866 11.5367 21.8888 11.5414 21.8906 11.5449L21.8926 11.5498L21.8936 11.5518L21.8945 11.5527L21.9023 11.5703C21.9094 11.5851 21.9156 11.6002 21.9219 11.6152L21.9355 11.6465C21.9369 11.6499 21.9372 11.6538 21.9385 11.6572C21.944 11.6725 21.9493 11.6877 21.9541 11.7031C21.9585 11.7171 21.9631 11.731 21.9668 11.7451C21.9691 11.7538 21.9706 11.7627 21.9727 11.7715C22.0062 11.9137 22.0075 12.0586 21.9795 12.1973C21.9709 12.2402 21.9587 12.2824 21.9443 12.3242C21.9392 12.3392 21.9346 12.3544 21.9287 12.3691C21.9234 12.3824 21.917 12.3951 21.9111 12.4082C21.9052 12.4215 21.9001 12.4352 21.8936 12.4482C21.8868 12.4616 21.8785 12.4742 21.8711 12.4873C21.8309 12.5593 21.7823 12.6267 21.7246 12.6875L21.7207 12.6934L21.707 12.707C21.6985 12.7158 21.6861 12.7293 21.6699 12.7461C21.6373 12.7798 21.5893 12.829 21.5283 12.8916C21.4061 13.0171 21.2298 13.1973 21.0156 13.4141C20.5877 13.8472 20.0036 14.4306 19.3818 15.0312C18.7617 15.6303 18.0957 16.2547 17.5049 16.7646C17.2098 17.0193 16.9241 17.2534 16.667 17.4443C16.4258 17.6234 16.1526 17.8079 15.8936 17.9189C15.5318 18.0739 15.1129 18.0026 14.8232 17.7363C14.5335 17.4697 14.4272 17.0572 14.5518 16.6836C14.5518 16.6836 14.5525 16.6797 14.5537 16.6758C14.5563 16.6676 14.5607 16.6542 14.5664 16.6357C14.5779 16.5987 14.5951 16.5416 14.6162 16.4678C14.6586 16.3195 14.716 16.1043 14.7734 15.8457C14.8901 15.3208 15 14.6492 15 14C15 13.4477 15.4477 13 16 13C16.5523 13 17 13.4477 17 14C17 14.1847 16.9922 14.3683 16.9805 14.5488C17.3132 14.2422 17.6579 13.9177 17.9932 13.5938C18.6004 13.0071 19.1727 12.434 19.5938 12.0078C19.6528 11.9481 19.7081 11.8905 19.7607 11.8369C19.7247 11.7751 19.6873 11.7071 19.6445 11.6348C19.3738 11.1774 18.9646 10.5074 18.3662 9.57227L17.7031 8.54688C16.448 6.62544 14.6312 5.0983 12.2334 5.00488L12 5L11.6914 5.00781C10.9794 5.0441 10.3272 5.20532 9.72949 5.46094L9.44141 5.59375L9.34766 5.63477C8.87259 5.81146 8.33113 5.60228 8.10254 5.1377C7.87422 4.6732 8.03903 4.11714 8.46875 3.84863L8.55859 3.79883L8.94629 3.62109C9.86504 3.22869 10.8845 3 12 3L12.3213 3.00586Z"})]}),tt=r(et,"forensic-watermarking"),nt=u8.forwardRef((o,e)=>(0,P.jsx)(i,{...o,ref:e,icon:tt})),I8=nt;var R8=t(c());var i2=t(n()),rt=(0,i2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,i2.jsx)("path",{d:"M12.5 3.12C13.101 3.12 13.6789 3.17859 14.2337 3.29578C14.3724 3.31921 14.5457 3.37781 14.7538 3.47156C14.9387 3.58875 15.1005 3.76453 15.2392 3.9989C15.3086 4.11609 15.3664 4.25671 15.4126 4.42078L15.7247 5.75671C15.7709 5.8739 15.8518 5.96765 15.9674 6.03796C16.0829 6.10828 16.1985 6.13171 16.3141 6.10828L17.6317 5.72156C17.7704 5.67468 17.9091 5.65125 18.0478 5.65125C18.3252 5.65125 18.5563 5.70984 18.7413 5.82703C18.9493 5.94421 19.0996 6.0614 19.192 6.17859C19.9548 7.06921 20.5212 8.08875 20.891 9.23718C20.9604 9.37781 20.995 9.55359 20.995 9.76453C21.0182 9.9989 20.9604 10.2333 20.8217 10.4677C20.7292 10.5848 20.6368 10.702 20.5443 10.8192L19.5388 11.7684C19.4694 11.8622 19.4347 11.9794 19.4347 12.12C19.4347 12.2606 19.4694 12.3778 19.5388 12.4716L20.5443 13.4208C20.6368 13.538 20.7292 13.6552 20.8217 13.7723C20.9373 14.0302 20.995 14.2645 20.995 14.4755C20.995 14.7098 20.9604 14.8856 20.891 15.0028C20.5212 16.1512 19.9548 17.1708 19.192 18.0614C19.0996 18.1786 18.9493 18.2958 18.7413 18.413C18.5563 18.5302 18.3252 18.5887 18.0478 18.5887C17.9091 18.5887 17.7704 18.5653 17.6317 18.5184L16.3141 18.1317C16.1985 18.1083 16.0829 18.1317 15.9674 18.202C15.8518 18.2723 15.7709 18.3661 15.7247 18.4833L15.4126 19.8192C15.3664 19.9833 15.3086 20.1239 15.2392 20.2411C15.1005 20.4755 14.9387 20.6512 14.7538 20.7684C14.5457 20.8622 14.3724 20.9208 14.2337 20.9442C13.6789 21.0614 13.101 21.12 12.5 21.12C11.899 21.12 11.3211 21.0614 10.7663 20.9442C10.6276 20.9208 10.4543 20.8622 10.2462 20.7684C10.0613 20.6512 9.89948 20.4755 9.76078 20.2411C9.69143 20.1239 9.63364 19.9833 9.58741 19.8192L9.27535 18.4833C9.22912 18.3661 9.14821 18.2723 9.03263 18.202C8.91706 18.1317 8.80148 18.1083 8.6859 18.1317L7.3683 18.5184C7.2296 18.5653 7.09091 18.5887 6.95221 18.5887C6.67483 18.5887 6.44367 18.5302 6.25874 18.413C6.0507 18.2958 5.912 18.1786 5.84266 18.0614C5.05672 17.1708 4.47883 16.1512 4.10897 15.0028C4.03963 14.8622 4.00495 14.6864 4.00495 14.4755C3.98184 14.2411 4.03963 14.0067 4.17832 13.7723C4.27078 13.6552 4.36325 13.538 4.45571 13.4208L5.46125 12.4716C5.53059 12.3778 5.56527 12.2606 5.56527 12.12C5.56527 11.9794 5.53059 11.8622 5.46125 11.7684L4.45571 10.8192C4.36325 10.702 4.27078 10.5848 4.17832 10.4677C4.03963 10.2098 3.98184 9.97546 4.00495 9.76453C4.00495 9.53015 4.03963 9.35437 4.10897 9.23718C4.47883 8.11218 5.05672 7.09265 5.84266 6.17859C5.912 6.0614 6.0507 5.94421 6.25874 5.82703C6.44367 5.70984 6.67483 5.65125 6.95221 5.65125C7.09091 5.65125 7.2296 5.67468 7.3683 5.72156L8.6859 6.10828C8.80148 6.13171 8.91706 6.10828 9.03263 6.03796C9.14821 5.96765 9.22912 5.8739 9.27535 5.75671L9.58741 4.42078C9.63364 4.25671 9.69143 4.11609 9.76078 3.9989C9.89948 3.76453 10.0613 3.58875 10.2462 3.47156C10.4543 3.37781 10.6276 3.31921 10.7663 3.29578C11.3211 3.17859 11.899 3.12 12.5 3.12ZM11.1824 4.91296L10.905 6.17859C10.7432 6.74109 10.3965 7.17468 9.8648 7.47937C9.33314 7.78406 8.77836 7.86609 8.20047 7.72546L7.02156 7.3739C6.44367 8.05359 6.00447 8.82703 5.70396 9.69421L6.60548 10.5731C7.02156 10.995 7.2296 11.5106 7.2296 12.12C7.2296 12.7294 7.02156 13.2567 6.60548 13.702L5.70396 14.5458C6.00447 15.413 6.44367 16.1864 7.02156 16.8661L8.23514 16.5145C8.78992 16.3505 9.33314 16.4325 9.8648 16.7606C10.3965 17.0653 10.7432 17.4989 10.905 18.0614L11.1824 19.327C12.0608 19.4677 12.9392 19.4677 13.8176 19.327L14.1297 18.0614C14.2915 17.4989 14.6267 17.0653 15.1352 16.7606C15.6669 16.4559 16.2216 16.3739 16.7995 16.5145L17.9784 16.8661C18.5563 16.1864 18.9955 15.413 19.296 14.5458L18.3945 13.6669C17.9784 13.245 17.7704 12.7294 17.7704 12.12C17.7704 11.5106 17.9784 10.9833 18.3945 10.538L19.296 9.69421C18.9955 8.82703 18.5563 8.05359 17.9784 7.3739L16.7995 7.72546C16.2216 7.88953 15.6669 7.8075 15.1352 7.47937C14.6267 7.17468 14.2915 6.72937 14.1297 6.14343L13.8176 4.91296C12.9392 4.77234 12.0608 4.77234 11.1824 4.91296ZM13.7483 8.85046L12.6387 15.6005C12.5231 16.0223 12.2573 16.2216 11.8412 16.1981C11.4251 16.0809 11.2286 15.8114 11.2517 15.3895L12.3613 8.63953C12.4769 8.21765 12.7427 8.01843 13.1588 8.04187C13.5749 8.15906 13.7714 8.42859 13.7483 8.85046ZM10.4889 11.2059L9.58741 12.12L10.4889 13.0341C10.7663 13.3622 10.7663 13.6903 10.4889 14.0184C10.1653 14.2997 9.84169 14.2997 9.51807 14.0184L8.13112 12.6122C7.85373 12.2841 7.85373 11.9559 8.13112 11.6278L9.51807 10.2216C9.84169 9.94031 10.1653 9.94031 10.4889 10.2216C10.7663 10.5497 10.7663 10.8778 10.4889 11.2059ZM15.4819 10.2216L16.8689 11.6278C17.1463 11.9559 17.1463 12.2841 16.8689 12.6122L15.4819 14.0184C15.1583 14.2997 14.8347 14.2997 14.5111 14.0184C14.2337 13.6903 14.2337 13.3622 14.5111 13.0341L15.4126 12.12L14.5111 11.2059C14.2337 10.8778 14.2337 10.5497 14.5111 10.2216C14.8347 9.94031 15.1583 9.94031 15.4819 10.2216Z"})}),it=r(rt,"gear-code-outlined"),ct=R8.forwardRef((o,e)=>(0,i2.jsx)(i,{...o,ref:e,icon:it})),S8=ct;var g8=t(c());var c2=t(n()),Ct=(0,c2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,c2.jsx)("path",{d:"M12 2C12.4822 2 12.9452 2.19223 13.2861 2.5332C13.6267 2.87407 13.8183 3.3365 13.8184 3.81836V3.90039C13.8196 4.19274 13.906 4.4789 14.0674 4.72266C14.2288 4.9662 14.4581 5.15724 14.7266 5.27246C14.9664 5.37831 15.2298 5.4188 15.4893 5.3916L15.6006 5.37695C15.8586 5.33013 16.0992 5.21588 16.2988 5.04785L16.3818 4.97266L16.4365 4.91797C16.6052 4.74926 16.806 4.61485 17.0264 4.52344C17.2469 4.43206 17.4839 4.38478 17.7227 4.38477C17.9614 4.38477 18.1983 4.43206 18.4189 4.52344C18.6395 4.61493 18.841 4.74901 19.0098 4.91797L19.1289 5.0498C19.2423 5.18774 19.3347 5.34231 19.4033 5.50781C19.4948 5.72854 19.542 5.96614 19.542 6.20508L19.5332 6.38281C19.5157 6.56059 19.472 6.73575 19.4033 6.90137L19.3271 7.06152C19.243 7.21887 19.1364 7.36362 19.0098 7.49023L18.9541 7.54492C18.7448 7.7591 18.6042 8.03247 18.5508 8.32715C18.4974 8.62177 18.5335 8.92624 18.6543 9.2002V9.27344C18.7696 9.5421 18.9613 9.7712 19.2051 9.93262C19.3879 10.0536 19.5945 10.1326 19.8096 10.165L20.0273 10.1816H20.1816C20.6635 10.1817 21.1259 10.3733 21.4668 10.7139C21.8078 11.0548 22 11.5178 22 12L21.9912 12.1797C21.9498 12.5958 21.7651 12.9879 21.4668 13.2861L21.334 13.4062C21.0567 13.6334 20.718 13.7732 20.3613 13.8086L20.1816 13.8184H20.0996C19.8073 13.8196 19.5211 13.906 19.2773 14.0674C19.0338 14.2288 18.8428 14.4581 18.7275 14.7266L18.6865 14.8311C18.5992 15.077 18.5763 15.3425 18.623 15.6006C18.6765 15.8952 18.818 16.1677 19.0273 16.3818L19.082 16.4365C19.2507 16.6052 19.3852 16.806 19.4766 17.0264C19.5679 17.2469 19.6152 17.4839 19.6152 17.7227C19.6152 17.9614 19.5679 18.1983 19.4766 18.4189L19.4004 18.5811C19.3162 18.7384 19.2088 18.8832 19.082 19.0098C18.9134 19.1786 18.7126 19.3119 18.4922 19.4033L18.3242 19.4639C18.1533 19.5158 17.9742 19.542 17.7949 19.542C17.5562 19.5419 17.3192 19.4948 17.0986 19.4033C16.8785 19.3119 16.6783 19.1783 16.5098 19.0098L16.4541 18.9541C16.2399 18.7448 15.9676 18.6042 15.6729 18.5508C15.3782 18.4974 15.0738 18.5335 14.7998 18.6543L14.6064 18.7549C14.4209 18.8688 14.2608 19.0221 14.1396 19.2051C13.9806 19.4453 13.8952 19.7268 13.8916 20.0146V20.1816L13.8818 20.3613C13.8405 20.7774 13.6565 21.1685 13.3584 21.4668L13.2246 21.5889C12.9012 21.8537 12.494 22 12.0723 22L11.8926 21.9912C11.4765 21.9498 11.0854 21.765 10.7871 21.4668C10.4464 21.1259 10.254 20.6636 10.2539 20.1816V20.0996C10.2468 19.799 10.1504 19.5073 9.97559 19.2627C9.82226 19.0483 9.61468 18.8782 9.37598 18.7695L9.27344 18.7275C8.99934 18.6066 8.69422 18.5697 8.39941 18.623C8.10477 18.6765 7.8323 18.818 7.61816 19.0273L7.56348 19.0811C7.39484 19.2498 7.19396 19.3852 6.97363 19.4766L6.80469 19.5371C6.63403 19.5888 6.45632 19.6152 6.27734 19.6152L6.09863 19.6064C5.92124 19.5889 5.74634 19.545 5.58105 19.4766C5.36048 19.3851 5.159 19.251 4.99023 19.082C4.8636 18.9555 4.75703 18.8106 4.67285 18.6533L4.59668 18.4922C4.50518 18.2715 4.45801 18.0339 4.45801 17.7949C4.45808 17.5562 4.50525 17.3192 4.59668 17.0986C4.66526 16.9334 4.75796 16.7794 4.87109 16.6416L4.99023 16.5098L5.0459 16.4541C5.23577 16.2598 5.36669 16.0171 5.42969 15.7539L5.44922 15.6729C5.50255 15.3782 5.46651 15.0738 5.3457 14.7998C5.23044 14.5311 5.03867 14.3011 4.79492 14.1396C4.55439 13.9804 4.27264 13.895 3.98438 13.8916H3.81836L3.63867 13.8818C3.28198 13.8464 2.9433 13.7057 2.66602 13.4785L2.5332 13.3584C2.19223 13.0174 2 12.5545 2 12.0723C2.00012 11.5902 2.19234 11.128 2.5332 10.7871C2.8315 10.489 3.22262 10.305 3.63867 10.2637L3.81836 10.2539H3.90039C4.1634 10.2477 4.41978 10.173 4.64355 10.0371L4.7373 9.97559C4.95168 9.82226 5.12184 9.61468 5.23047 9.37598L5.27246 9.27344C5.39343 8.99934 5.43034 8.69422 5.37695 8.39941C5.32347 8.10477 5.18199 7.8323 4.97266 7.61816L4.91797 7.56348C4.79147 7.43703 4.68372 7.29286 4.59961 7.13574L4.52344 6.97363C4.43207 6.75305 4.38477 6.5161 4.38477 6.27734C4.38477 6.03856 4.43206 5.80166 4.52344 5.58105C4.61493 5.36048 4.74901 5.159 4.91797 4.99023C5.08664 4.82144 5.28741 4.68813 5.50781 4.59668C5.72854 4.50518 5.96614 4.45801 6.20508 4.45801C6.44383 4.45808 6.68081 4.50525 6.90137 4.59668C7.12155 4.68805 7.32168 4.82167 7.49023 4.99023L7.5459 5.0459L7.5752 5.07227C7.76401 5.24735 7.99426 5.36961 8.24414 5.42969C8.27145 5.43624 8.29941 5.44419 8.32715 5.44922C8.62177 5.50255 8.92624 5.46651 9.2002 5.3457H9.27344L9.4668 5.24512C9.59047 5.16918 9.70298 5.07589 9.7998 4.96777L9.93262 4.79492C10.0941 4.55105 10.1805 4.26515 10.1816 3.97266V3.81836C10.1817 3.3365 10.3733 2.87407 10.7139 2.5332C11.0548 2.19223 11.5178 2 12 2ZM12 6.87988C9.23862 6.87988 7.00007 9.11852 7 11.8799C7 14.6413 9.23858 16.8799 12 16.8799C14.7614 16.8799 17 14.6413 17 11.8799C16.9999 9.11852 14.7614 6.87988 12 6.87988ZM12 8.87988C13.6568 8.87988 14.9999 10.2231 15 11.8799C15 13.5367 13.6569 14.8799 12 14.8799C10.3431 14.8799 9 13.5367 9 11.8799C9.00007 10.2231 10.3432 8.87988 12 8.87988Z"})}),at=r(Ct,"gear-filled"),st=g8.forwardRef((o,e)=>(0,c2.jsx)(i,{...o,ref:e,icon:at})),w8=st;var L8=t(c());var C2=t(n()),ft=(0,C2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,C2.jsx)("path",{d:"M12.6367 4.75671C12.6367 4.58802 12.5694 4.42584 12.4502 4.30652C12.3309 4.18718 12.1688 4.12 12 4.12C11.8312 4.12 11.6691 4.18718 11.5498 4.30652C11.4306 4.42584 11.3633 4.58802 11.3633 4.75671V4.89929C11.3615 5.35758 11.2257 5.80527 10.9727 6.18738C10.7196 6.56943 10.3606 6.86913 9.93945 7.04968C9.86127 7.08319 9.77901 7.10534 9.69531 7.11804C9.31703 7.24748 8.91121 7.27961 8.51562 7.20789C8.05378 7.12413 7.62759 6.9042 7.29199 6.57605L7.23438 6.51843C7.17528 6.45927 7.10459 6.41276 7.02734 6.38074C6.95019 6.34879 6.86769 6.33192 6.78418 6.33191C6.70055 6.33191 6.61729 6.34871 6.54004 6.38074C6.463 6.41274 6.39295 6.45943 6.33398 6.51843L6.33301 6.51941C6.274 6.57838 6.22732 6.64843 6.19531 6.72546C6.16329 6.80272 6.14648 6.88598 6.14648 6.9696C6.14649 7.05311 6.16337 7.13561 6.19531 7.21277C6.21131 7.25136 6.2308 7.28856 6.25391 7.32312L6.33301 7.4198L6.39062 7.47742C6.71877 7.81301 6.9387 8.23921 7.02246 8.70105C7.10244 9.14217 7.05232 9.59557 6.88281 10.0096L6.88379 10.0106C6.72103 10.4531 6.42938 10.8369 6.0459 11.1112C5.66236 11.3855 5.20481 11.5377 4.7334 11.5487H4.63672C4.46803 11.5487 4.30585 11.616 4.18652 11.7352C4.06719 11.8546 4.00001 12.0167 4 12.1854C4 12.3542 4.06718 12.5163 4.18652 12.6356C4.30585 12.7549 4.46802 12.8221 4.63672 12.8221H4.7793C5.23758 12.824 5.68528 12.9597 6.06738 13.2128C6.4464 13.4638 6.74381 13.8194 6.9248 14.2362C7.11439 14.6658 7.17166 15.1424 7.08789 15.6044C7.00414 16.0662 6.78421 16.4924 6.45605 16.828L6.39844 16.8856C6.33928 16.9447 6.29276 17.0154 6.26074 17.0927C6.2288 17.1698 6.21193 17.2523 6.21191 17.3358C6.21191 17.4194 6.22872 17.5027 6.26074 17.58C6.29274 17.657 6.33943 17.727 6.39844 17.786L6.39941 17.787C6.45838 17.846 6.52843 17.8927 6.60547 17.9247C6.68272 17.9567 6.76598 17.9735 6.84961 17.9735C6.93312 17.9735 7.01561 17.9566 7.09277 17.9247C7.17002 17.8927 7.24071 17.8461 7.2998 17.787L7.35742 17.7294C7.69302 17.4012 8.11922 17.1813 8.58105 17.0975C9.02205 17.0176 9.47566 17.0668 9.88965 17.2362H9.89062C9.89846 17.2391 9.90627 17.242 9.91406 17.245C9.92575 17.2499 9.9376 17.2545 9.94922 17.2596H9.94824C10.3662 17.4261 10.729 17.7075 10.9912 18.0741C11.2655 18.4576 11.4177 18.9152 11.4287 19.3866V19.4833C11.4287 19.652 11.496 19.8141 11.6152 19.9335C11.7346 20.0528 11.8967 20.12 12.0654 20.12C12.2342 20.12 12.3963 20.0528 12.5156 19.9335C12.6349 19.8141 12.7021 19.652 12.7021 19.4833V19.3407C12.704 18.8824 12.8397 18.4347 13.0928 18.0526C13.3438 17.6735 13.6992 17.3752 14.1162 17.1942C14.5458 17.0046 15.0224 16.9483 15.4844 17.0321C15.9462 17.1159 16.3724 17.3358 16.708 17.6639L16.7158 17.6718L16.7656 17.7206V17.7216C16.8247 17.7807 16.8954 17.8272 16.9727 17.8593C17.0498 17.8912 17.1323 17.9081 17.2158 17.9081C17.2994 17.9081 17.3827 17.8913 17.46 17.8593C17.537 17.8272 17.608 17.7796 17.667 17.7206C17.726 17.6616 17.7727 17.5916 17.8047 17.5145C17.8367 17.4373 17.8535 17.354 17.8535 17.2704C17.8535 17.1869 17.8366 17.1044 17.8047 17.0272C17.7887 16.9886 17.7692 16.9514 17.7461 16.9169L17.667 16.8202L17.6094 16.7626C17.2812 16.427 17.0613 16.0008 16.9775 15.5389C16.9042 15.1346 16.9385 14.7192 17.0752 14.3339L17.1396 14.1708C17.3206 13.7538 17.6189 13.3984 17.998 13.1473C18.3802 12.8943 18.8278 12.7585 19.2861 12.7567H19.3633C19.532 12.7567 19.6942 12.6894 19.8135 12.5702C19.9328 12.4508 20 12.2888 20 12.12C20 11.9512 19.9328 11.7891 19.8135 11.6698C19.6942 11.5506 19.532 11.4833 19.3633 11.4833H19.2207C18.7624 11.4814 18.3147 11.3457 17.9326 11.0927C17.5506 10.8396 17.2509 10.4806 17.0703 10.0594C17.0368 9.98122 17.0137 9.89906 17.001 9.81531C16.8716 9.43711 16.8404 9.0311 16.9121 8.63562C16.9959 8.17378 17.2158 7.74759 17.5439 7.41199L17.5518 7.40417L17.6006 7.35437H17.6016C17.6607 7.29527 17.7072 7.22458 17.7393 7.14734C17.7712 7.07018 17.7881 6.98768 17.7881 6.90417C17.7881 6.82055 17.7713 6.73729 17.7393 6.66003C17.7073 6.583 17.6606 6.51295 17.6016 6.45398L17.6006 6.453C17.5416 6.39399 17.4716 6.34731 17.3945 6.31531C17.3173 6.28328 17.234 6.26648 17.1504 6.26648C17.0669 6.26649 16.9844 6.28336 16.9072 6.31531C16.8686 6.33131 16.8314 6.3508 16.7969 6.3739L16.7002 6.453L16.6426 6.51062C16.307 6.83877 15.8808 7.0587 15.4189 7.14246C14.9569 7.22623 14.4804 7.16993 14.0508 6.98035V6.97937C13.6339 6.79838 13.2784 6.50097 13.0273 6.12195C12.7743 5.73984 12.6385 5.29216 12.6367 4.83386V4.75671ZM13.4541 12.12C13.4541 11.7342 13.3011 11.3645 13.0283 11.0917C12.7555 10.8189 12.3858 10.6659 12 10.6659C11.6142 10.6659 11.2445 10.8189 10.9717 11.0917C10.6989 11.3645 10.5459 11.7342 10.5459 12.12C10.5459 12.5058 10.6989 12.8755 10.9717 13.1483C11.2445 13.4211 11.6142 13.5741 12 13.5741C12.3858 13.5741 12.7555 13.4211 13.0283 13.1483C13.3011 12.8755 13.4541 12.5058 13.4541 12.12ZM15.4541 12.12C15.4541 13.0362 15.0902 13.9145 14.4424 14.5624C13.7945 15.2102 12.9162 15.5741 12 15.5741C11.0838 15.5741 10.2055 15.2102 9.55762 14.5624C8.90976 13.9145 8.5459 13.0362 8.5459 12.12C8.5459 11.2038 8.90976 10.3255 9.55762 9.67761C10.2055 9.02976 11.0838 8.66589 12 8.66589C12.9162 8.66589 13.7945 9.02976 14.4424 9.67761C15.0902 10.3255 15.4541 11.2038 15.4541 12.12ZM14.6367 4.82605L14.6514 4.92664C14.6611 4.95867 14.6757 4.98922 14.6943 5.01746C14.7132 5.04588 14.7358 5.07201 14.7617 5.09363L14.8486 5.14636L14.8584 5.15027C14.9224 5.17851 14.9937 5.18716 15.0625 5.17468C15.131 5.16217 15.1943 5.12958 15.2441 5.08093L15.2852 5.03894C15.5299 4.79405 15.8208 4.60026 16.1406 4.46765C16.4607 4.33499 16.804 4.26649 17.1504 4.26648C17.4969 4.26648 17.8401 4.33498 18.1602 4.46765C18.4797 4.60017 18.77 4.79428 19.0146 5.03894L19.1895 5.23132C19.3536 5.43123 19.4875 5.65463 19.5869 5.89441C19.7196 6.21446 19.7881 6.55771 19.7881 6.90417C19.7881 7.25061 19.7196 7.59392 19.5869 7.91394C19.4544 8.23351 19.2603 8.52384 19.0156 8.76843L18.9736 8.81042L18.9404 8.85046C18.9102 8.89247 18.8893 8.9407 18.8799 8.99207C18.8674 9.06088 18.8761 9.13219 18.9043 9.19617C18.9263 9.24603 18.9425 9.29796 18.9561 9.35046C18.9789 9.3793 19.0061 9.40514 19.0371 9.42566C19.0939 9.46318 19.1604 9.483 19.2285 9.48328H19.3633C20.0624 9.48328 20.7331 9.76143 21.2275 10.2557C21.722 10.7502 22 11.4208 22 12.12C22 12.8192 21.722 13.4898 21.2275 13.9843C20.7331 14.4786 20.0624 14.7567 19.3633 14.7567H19.2939L19.1934 14.7714C19.1613 14.7811 19.1308 14.7957 19.1025 14.8143C19.0456 14.852 19.0005 14.9059 18.9736 14.9686L18.9697 14.9784C18.9415 15.0424 18.9328 15.1137 18.9453 15.1825C18.9577 15.2506 18.99 15.3135 19.0381 15.3632L19.0811 15.4052H19.0801C19.3251 15.6499 19.5197 15.9407 19.6523 16.2606C19.785 16.5806 19.8535 16.9239 19.8535 17.2704C19.8535 17.6168 19.785 17.9601 19.6523 18.2802C19.5198 18.5997 19.3247 18.8891 19.0801 19.1337L19.0811 19.1346C18.8363 19.3797 18.5456 19.5742 18.2256 19.7069C17.9055 19.8396 17.5623 19.9081 17.2158 19.9081C16.8694 19.9081 16.5261 19.8396 16.2061 19.7069C15.8861 19.5742 15.5954 19.3797 15.3506 19.1346V19.1356L15.3096 19.0936C15.2597 19.045 15.1965 19.0124 15.1279 18.9999C15.0591 18.9874 14.9878 18.9961 14.9238 19.0243L14.9141 19.0282C14.8513 19.0551 14.7975 19.1002 14.7598 19.1571C14.7223 19.2139 14.7024 19.2804 14.7021 19.3485V19.4833C14.7021 20.1824 14.424 20.8531 13.9297 21.3475C13.4353 21.8419 12.7646 22.12 12.0654 22.12C11.3662 22.12 10.6956 21.8419 10.2012 21.3475C9.70688 20.8531 9.42871 20.1824 9.42871 19.4833V19.4247C9.42547 19.3576 9.40334 19.2929 9.36426 19.2382C9.3234 19.181 9.26611 19.1374 9.2002 19.1132C9.18045 19.1059 9.16085 19.0982 9.1416 19.0897C9.07762 19.0615 9.00631 19.0528 8.9375 19.0653C8.86899 19.0778 8.8057 19.1104 8.75586 19.1591L8.71484 19.201L8.71387 19.2001C8.46916 19.445 8.17916 19.6397 7.85938 19.7723C7.53935 19.905 7.19605 19.9735 6.84961 19.9735C6.50315 19.9735 6.15989 19.905 5.83984 19.7723C5.51988 19.6397 5.22917 19.4451 4.98438 19.2001V19.1991C4.73995 18.9546 4.54551 18.665 4.41309 18.3456C4.28041 18.0255 4.21191 17.6823 4.21191 17.3358C4.21193 16.9894 4.28042 16.6461 4.41309 16.326C4.5457 16.0063 4.73949 15.7153 4.98438 15.4706L5.02637 15.4286C5.07474 15.3788 5.10765 15.3162 5.12012 15.2479C5.13259 15.1791 5.12394 15.1078 5.0957 15.0438L5.0918 15.0341C5.06491 14.9713 5.0198 14.9174 4.96289 14.8798C4.93465 14.8611 4.9041 14.8465 4.87207 14.8368L4.77148 14.8221H4.63672C3.93759 14.8221 3.26686 14.544 2.77246 14.0497C2.27805 13.5553 2 12.8846 2 12.1854C2.00001 11.4862 2.27805 10.8156 2.77246 10.3212C3.26686 9.82687 3.9376 9.54871 4.63672 9.54871H4.69531C4.76235 9.54547 4.82712 9.52333 4.88184 9.48425C4.93896 9.4434 4.98259 9.3861 5.00684 9.32019C5.0141 9.30045 5.02178 9.28084 5.03027 9.2616C5.05851 9.19762 5.06716 9.12631 5.05469 9.0575C5.04218 8.98898 5.00958 8.9257 4.96094 8.87585H4.95996L4.91895 8.83484V8.83386C4.67428 8.58926 4.48018 8.29895 4.34766 7.97937C4.21499 7.65934 4.14649 7.31604 4.14648 6.9696C4.14648 6.62315 4.21498 6.27989 4.34766 5.95984C4.48033 5.63987 4.67485 5.34917 4.91992 5.10437C5.16454 4.85972 5.45482 4.66559 5.77441 4.53308C6.09446 4.40041 6.43772 4.33191 6.78418 4.33191C7.13061 4.33192 7.47392 4.40042 7.79395 4.53308C8.11352 4.66561 8.40384 4.85971 8.64844 5.10437L8.69043 5.14636L8.73047 5.17957C8.77248 5.20984 8.82071 5.23074 8.87207 5.24011C8.94088 5.25259 9.01219 5.24393 9.07617 5.2157C9.12611 5.19366 9.17788 5.17652 9.23047 5.16296C9.2591 5.14021 9.28526 5.1137 9.30566 5.08289C9.34318 5.02607 9.36301 4.95957 9.36328 4.89148V4.75671C9.36328 4.05759 9.64144 3.38685 10.1357 2.89246C10.6302 2.39804 11.3008 2.12 12 2.12C12.6992 2.12 13.3698 2.39804 13.8643 2.89246C14.3586 3.38685 14.6367 4.05759 14.6367 4.75671V4.82605Z"})}),pt=r(ft,"gear-outlined"),mt=L8.forwardRef((o,e)=>(0,C2.jsx)(i,{...o,ref:e,icon:pt})),v8=mt;var h8=t(c());var a2=t(n()),lt=(0,a2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,a2.jsx)("path",{d:"M12 22.12C6.477 22.12 2 17.643 2 12.12C2 6.597 6.477 2.12 12 2.12C17.523 2.12 22 6.597 22 12.12C22 17.643 17.523 22.12 12 22.12ZM9.71 19.787C8.72341 17.6943 8.15187 15.4302 8.027 13.12H4.062C4.25683 14.6588 4.89425 16.108 5.89686 17.2915C6.89947 18.475 8.22414 19.3419 9.71 19.787ZM10.03 13.12C10.181 15.559 10.878 17.85 12 19.872C13.1525 17.7966 13.8256 15.4895 13.97 13.12H10.03ZM19.938 13.12H15.973C15.8481 15.4302 15.2766 17.6943 14.29 19.787C15.7759 19.3419 17.1005 18.475 18.1031 17.2915C19.1057 16.108 19.7432 14.6588 19.938 13.12ZM4.062 11.12H8.027C8.15187 8.80978 8.72341 6.54568 9.71 4.453C8.22414 4.8981 6.89947 5.76504 5.89686 6.94854C4.89425 8.13204 4.25683 9.58118 4.062 11.12ZM10.031 11.12H13.969C13.8249 8.75056 13.1521 6.44346 12 4.368C10.8475 6.44338 10.1744 8.75049 10.03 11.12M14.289 4.453C15.2759 6.54561 15.8478 8.80971 15.973 11.12H19.938C19.7432 9.58118 19.1057 8.13204 18.1031 6.94854C17.1005 5.76504 15.7759 4.8981 14.29 4.453"})}),dt=r(lt,"globe-outlined"),ut=h8.forwardRef((o,e)=>(0,a2.jsx)(i,{...o,ref:e,icon:dt})),M8=ut;var H8=t(c());var D=t(n()),It=(0,D.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,D.jsx)("path",{d:"M3 5C3 3.89543 3.89543 3 5 3H9C10.1046 3 11 3.89543 11 5V9C11 10.1046 10.1046 11 9 11H5C3.89543 11 3 10.1046 3 9V5Z"})," ",(0,D.jsx)("path",{d:"M13 5C13 3.89543 13.8954 3 15 3H19C20.1046 3 21 3.89543 21 5V9C21 10.1046 20.1046 11 19 11H15C13.8954 11 13 10.1046 13 9V5Z"})," ",(0,D.jsx)("path",{d:"M3 15C3 13.8954 3.89543 13 5 13H9C10.1046 13 11 13.8954 11 15V19C11 20.1046 10.1046 21 9 21H5C3.89543 21 3 20.1046 3 19V15Z"})," ",(0,D.jsx)("path",{d:"M13 15C13 13.8954 13.8954 13 15 13H19C20.1046 13 21 13.8954 21 15V19C21 20.1046 20.1046 21 19 21H15C13.8954 21 13 20.1046 13 19V15Z"})]}),Rt=r(It,"grid2filled"),St=H8.forwardRef((o,e)=>(0,D.jsx)(i,{...o,ref:e,icon:Rt})),E8=St;var x8=t(c());var s2=t(n()),gt=(0,s2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,s2.jsx)("path",{d:"M9 19V21H5V19H9ZM19 19V21H15V19H19ZM19 15H15V21C13.8954 21 13 20.1046 13 19V15C13 13.8954 13.8954 13 15 13H19C20.1046 13 21 13.8954 21 15V19C21 20.1046 20.1046 21 19 21V15ZM9 15H5V21C3.89543 21 3 20.1046 3 19V15C3 13.8954 3.89543 13 5 13H9C10.1046 13 11 13.8954 11 15V19C11 20.1046 10.1046 21 9 21V15ZM9 9V11H5V9H9ZM19 9V11H15V9H19ZM19 5H15V11C13.8954 11 13 10.1046 13 9V5C13 3.89543 13.8954 3 15 3H19C20.1046 3 21 3.89543 21 5V9C21 10.1046 20.1046 11 19 11V5ZM9 5H5V11C3.89543 11 3 10.1046 3 9V5C3 3.89543 3.89543 3 5 3H9C10.1046 3 11 3.89543 11 5V9C11 10.1046 10.1046 11 9 11V5Z"})}),wt=r(gt,"grid2outlined"),Lt=x8.forwardRef((o,e)=>(0,s2.jsx)(i,{...o,ref:e,icon:wt})),V8=Lt;var O8=t(c());var f2=t(n()),vt=(0,f2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,f2.jsx)("path",{d:"M11 4.12012H13C13.2917 4.12012 13.5312 4.21387 13.7188 4.40137C13.9062 4.58887 14 4.82845 14 5.12012V7.12012C14 7.41178 13.9062 7.65137 13.7188 7.83887C13.5312 8.02637 13.2917 8.12012 13 8.12012H11C10.7083 8.12012 10.4688 8.02637 10.2812 7.83887C10.0938 7.65137 10 7.41178 10 7.12012V5.12012C10 4.82845 10.0938 4.58887 10.2812 4.40137C10.4688 4.21387 10.7083 4.12012 11 4.12012ZM9 6.12012V7.62012H5C4.6875 7.64095 4.52083 7.80762 4.5 8.12012V18.1201C4.52083 18.4326 4.6875 18.5993 5 18.6201H19C19.3125 18.5993 19.4792 18.4326 19.5 18.1201V8.12012C19.4792 7.80762 19.3125 7.64095 19 7.62012H15V6.12012H19C19.5625 6.14095 20.0312 6.33887 20.4062 6.71387C20.7812 7.08887 20.9792 7.55762 21 8.12012V18.1201C20.9792 18.6826 20.7812 19.1514 20.4062 19.5264C20.0312 19.9014 19.5625 20.0993 19 20.1201H5C4.4375 20.0993 3.96875 19.9014 3.59375 19.5264C3.21875 19.1514 3.02083 18.6826 3 18.1201V8.12012C3.02083 7.55762 3.21875 7.08887 3.59375 6.71387C3.96875 6.33887 4.4375 6.14095 5 6.12012H9ZM12 13.6201C11.25 13.5993 10.6771 13.266 10.2812 12.6201C9.90625 11.9535 9.90625 11.2868 10.2812 10.6201C10.6771 9.97428 11.25 9.64095 12 9.62012C12.75 9.64095 13.3229 9.97428 13.7188 10.6201C14.0938 11.2868 14.0938 11.9535 13.7188 12.6201C13.3229 13.266 12.75 13.5993 12 13.6201ZM11 14.6201H13C13.7083 14.641 14.3021 14.8805 14.7812 15.3389C15.2396 15.818 15.4792 16.4118 15.5 17.1201C15.4792 17.4326 15.3125 17.5993 15 17.6201H9C8.6875 17.5993 8.52083 17.4326 8.5 17.1201C8.52083 16.4118 8.76042 15.818 9.21875 15.3389C9.69792 14.8805 10.2917 14.641 11 14.6201Z"})}),ht=r(vt,"idcard-clip-outlined"),Mt=O8.forwardRef((o,e)=>(0,f2.jsx)(i,{...o,ref:e,icon:ht})),y8=Mt;var P8=t(c());var p2=t(n()),Ht=(0,p2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,p2.jsx)("path",{d:"M19.5 9.12012H4.5V17.1201C4.52083 17.4326 4.6875 17.5993 5 17.6201H6C6.02083 16.9118 6.26042 16.318 6.71875 15.8389C7.19792 15.3805 7.79167 15.141 8.5 15.1201H10.5C11.2083 15.141 11.8021 15.3805 12.2812 15.8389C12.7396 16.318 12.9792 16.9118 13 17.6201H19C19.3125 17.5993 19.4792 17.4326 19.5 17.1201V9.12012ZM5 5.12012H19C19.5625 5.14095 20.0312 5.33887 20.4062 5.71387C20.7812 6.08887 20.9792 6.55762 21 7.12012V17.1201C20.9792 17.6826 20.7812 18.1514 20.4062 18.5264C20.0312 18.9014 19.5625 19.0993 19 19.1201H5C4.4375 19.0993 3.96875 18.9014 3.59375 18.5264C3.21875 18.1514 3.02083 17.6826 3 17.1201V7.12012C3.02083 6.55762 3.21875 6.08887 3.59375 5.71387C3.96875 5.33887 4.4375 5.14095 5 5.12012ZM11.5 12.1201C11.4792 12.8701 11.1458 13.443 10.5 13.8389C9.83333 14.2139 9.16667 14.2139 8.5 13.8389C7.85417 13.443 7.52083 12.8701 7.5 12.1201C7.52083 11.3701 7.85417 10.7972 8.5 10.4014C9.16667 10.0264 9.83333 10.0264 10.5 10.4014C11.1458 10.7972 11.4792 11.3701 11.5 12.1201ZM14.75 10.6201H17.25C17.7083 10.6618 17.9583 10.9118 18 11.3701C17.9583 11.8285 17.7083 12.0785 17.25 12.1201H14.75C14.2917 12.0785 14.0417 11.8285 14 11.3701C14.0417 10.9118 14.2917 10.6618 14.75 10.6201ZM14.75 13.6201H17.25C17.7083 13.6618 17.9583 13.9118 18 14.3701C17.9583 14.8285 17.7083 15.0785 17.25 15.1201H14.75C14.2917 15.0785 14.0417 14.8285 14 14.3701C14.0417 13.9118 14.2917 13.6618 14.75 13.6201Z"})}),Et=r(Ht,"idcard-outlined"),xt=P8.forwardRef((o,e)=>(0,p2.jsx)(i,{...o,ref:e,icon:Et})),D8=xt;var N8=t(c());var m2=t(n()),Vt=(0,m2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,m2.jsx)("path",{d:"M18.75 5.8125H5.25C4.89844 5.83594 4.71094 6.02344 4.6875 6.375V17.625L4.86328 17.4141L7.67578 13.4766C7.83984 13.2422 8.0625 13.125 8.34375 13.125C8.625 13.125 8.85938 13.2422 9.04688 13.4766L10.1016 14.9883L13.0195 11.1914C13.1836 10.9805 13.4062 10.875 13.6875 10.875C13.9688 10.875 14.1914 10.9805 14.3555 11.1914L19.1367 17.3789L19.3125 17.625V6.375C19.2891 6.02344 19.1016 5.83594 18.75 5.8125ZM5.25 4.125H18.75C19.3828 4.14844 19.9102 4.37109 20.332 4.79297C20.7539 5.21484 20.9766 5.74219 21 6.375V17.625C20.9766 18.2578 20.7539 18.7852 20.332 19.207C19.9102 19.6289 19.3828 19.8516 18.75 19.875H5.25C4.61719 19.8516 4.08984 19.6289 3.66797 19.207C3.24609 18.7852 3.02344 18.2578 3 17.625V6.375C3.02344 5.74219 3.24609 5.21484 3.66797 4.79297C4.08984 4.37109 4.61719 4.14844 5.25 4.125ZM8.0625 10.875C7.42969 10.8516 6.9375 10.5703 6.58594 10.0312C6.30469 9.46875 6.30469 8.90625 6.58594 8.34375C6.9375 7.80469 7.42969 7.52344 8.0625 7.5C8.69531 7.52344 9.1875 7.80469 9.53906 8.34375C9.82031 8.90625 9.82031 9.46875 9.53906 10.0312C9.1875 10.5703 8.69531 10.8516 8.0625 10.875Z"})}),Ot=r(Vt,"image-outlined"),yt=N8.forwardRef((o,e)=>(0,m2.jsx)(i,{...o,ref:e,icon:Ot})),T8=yt;var Z8=t(c());var l2=t(n()),Pt=(0,l2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,l2.jsx)("path",{d:"M15.2143 4.28572C14.0089 4.31251 13.0848 4.84822 12.442 5.89287C11.8527 6.96429 11.8527 8.03572 12.442 9.10715C13.0848 10.1518 14.0089 10.6875 15.2143 10.7143C16.4196 10.6875 17.3438 10.1518 17.9866 9.10715C18.5759 8.03572 18.5759 6.96429 17.9866 5.89287C17.3438 4.84822 16.4196 4.31251 15.2143 4.28572ZM15.2143 13.2857C14.0625 13.2589 13.0312 12.9643 12.1205 12.4018L8.66518 15.8572L10.3527 17.5045C10.5938 17.7723 10.7143 18.0804 10.7143 18.4286C10.7143 18.7768 10.5938 19.0848 10.3527 19.3527C10.0848 19.5938 9.77679 19.7143 9.42857 19.7143C9.08036 19.7143 8.77232 19.5938 8.50446 19.3527L6.85714 17.6652L6.09375 18.4286L7.78125 20.0759C8.02232 20.3438 8.14286 20.6518 8.14286 21C8.14286 21.3482 8.02232 21.6563 7.78125 21.9241C7.51339 22.1652 7.20536 22.2857 6.85714 22.2857C6.50893 22.2857 6.20089 22.1652 5.93304 21.9241L3.36161 19.3527C3.12054 19.0848 3 18.7768 3 18.4286C3 18.0804 3.12054 17.7723 3.36161 17.5045L10.3125 10.5938C9.75 9.68304 9.45536 8.65179 9.42857 7.50001C9.48214 5.86608 10.0446 4.50001 11.1161 3.40179C12.2143 2.33037 13.5804 1.76787 15.2143 1.71429C16.8482 1.76787 18.2143 2.33037 19.3125 3.40179C20.3839 4.50001 20.9464 5.86608 21 7.50001C20.9464 9.13394 20.3839 10.5 19.3125 11.5982C18.2143 12.6697 16.8482 13.2322 15.2143 13.2857Z"})}),Dt=r(Pt,"key-skeleton"),Nt=Z8.forwardRef((o,e)=>(0,l2.jsx)(i,{...o,ref:e,icon:Dt})),b8=Nt;var F8=t(c());var N=t(n()),Tt=(0,N.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,N.jsx)("path",{d:"M11 18C11.5523 18 12 18.4477 12 19C12 19.5523 11.5523 20 11 20H3C2.70833 20 2.46875 19.9062 2.28125 19.7188C2.09375 19.5312 2 19.2917 2 19C2 18.7083 2.09375 18.4688 2.28125 18.2812C2.46875 18.0938 2.70833 18 3 18H11Z"})," ",(0,N.jsx)("path",{d:"M21 4C21.5523 4 22 4.44772 22 5C22 5.55228 21.5523 6 21 6H4V15H11C11.5523 15 12 15.4477 12 16C12 16.5523 11.5523 17 11 17H4C3.4375 16.9792 2.96875 16.7812 2.59375 16.4062C2.21875 16.0312 2.02083 15.5625 2 15V6C2.02083 5.4375 2.21875 4.96875 2.59375 4.59375C2.96875 4.21875 3.4375 4.02083 4 4H21Z"})," ",(0,N.jsx)("path",{d:"M21 7C21.5523 7 22 7.44772 22 8C22 8.55228 21.5523 9 21 9H16.5C14.567 9 13 10.567 13 12.5V14H5V7H21Z"})," ",(0,N.jsx)("path",{d:"M19.2861 10C20.8303 10.0002 21.9999 11.3002 22 12.7998V19.2002C21.9999 20.6998 20.8303 21.9998 19.2861 22H16.7139C15.2661 21.9998 14.1478 20.8571 14.0137 19.4785L14 19.2002V12.7998C14.0001 11.3002 15.1697 10.0002 16.7139 10H19.2861ZM18 18C17.4477 18 17 18.4477 17 19C17 19.5523 17.4477 20 18 20C18.5523 20 19 19.5523 19 19C19 18.4477 18.5523 18 18 18Z"})]}),Zt=r(Tt,"laptop-mobile-filled"),bt=F8.forwardRef((o,e)=>(0,N.jsx)(i,{...o,ref:e,icon:Zt})),_8=bt;var A8=t(c());var T=t(n()),Ft=(0,T.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,T.jsx)("path",{d:"M17.1104 16.4053C17.6148 16.4563 18.0088 16.8825 18.0088 17.4004C18.0086 17.9181 17.6147 18.3435 17.1104 18.3945L17.0088 18.4004H17C16.4478 18.4004 16.0002 17.9525 16 17.4004C16 16.8481 16.4477 16.4004 17 16.4004H17.0088L17.1104 16.4053Z"})," ",(0,T.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M19.2861 8C20.8303 8.00023 21.9999 9.30016 22 10.7998V19.2002C21.9999 20.6998 20.8303 21.9998 19.2861 22H14.7139C13.2661 21.9998 12.1478 20.8571 12.0137 19.4785L12 19.2002V10.7998C12.0001 9.30016 13.1697 8.00024 14.7139 8H19.2861ZM14.7139 10C14.365 10.0002 14.0001 10.3117 14 10.7998V19.2002L14.0039 19.2891C14.0451 19.7258 14.3866 19.9998 14.7139 20H19.2861C19.635 19.9998 19.9999 19.6883 20 19.2002V10.7998C19.9999 10.3117 19.635 10.0002 19.2861 10H14.7139Z"})," ",(0,T.jsx)("path",{d:"M9 18C9.55228 18 10 18.4477 10 19C10 19.5523 9.55228 20 9 20H3C2.70833 20 2.46875 19.9062 2.28125 19.7188C2.09375 19.5312 2 19.2917 2 19C2 18.7083 2.09375 18.4688 2.28125 18.2812C2.46875 18.0938 2.70833 18 3 18H9Z"})," ",(0,T.jsx)("path",{d:"M21 4C21.5523 4 22 4.44772 22 5C22 5.55228 21.5523 6 21 6H4V15H9C9.55228 15 10 15.4477 10 16C10 16.5523 9.55228 17 9 17H4C3.4375 16.9792 2.96875 16.7812 2.59375 16.4062C2.21875 16.0312 2.02083 15.5625 2 15V6C2.02083 5.4375 2.21875 4.96875 2.59375 4.59375C2.96875 4.21875 3.4375 4.02083 4 4H21Z"})]}),_t=r(Ft,"laptop-mobile-outlined"),At=A8.forwardRef((o,e)=>(0,T.jsx)(i,{...o,ref:e,icon:_t})),B8=At;var k8=t(c());var d2=t(n()),Bt=(0,d2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,d2.jsx)("path",{d:"M19.8368 14.3278C20.3575 14.442 20.8773 14.1124 20.9381 13.5828C21.0717 12.4187 20.989 11.237 20.6913 10.0979C20.312 8.64675 19.5946 7.30601 18.5976 6.1854C17.6006 5.0648 16.3525 4.19619 14.9553 3.65065C13.8586 3.22244 12.6946 3.00283 11.5228 3.00003C10.9897 2.99875 10.6019 3.47673 10.6547 4.00718C10.7075 4.53764 11.1814 4.91838 11.7143 4.93347C12.5815 4.95803 13.4405 5.13158 14.2532 5.44888C15.3664 5.88356 16.3609 6.57566 17.1553 7.46856C17.9497 8.36145 18.5214 9.42975 18.8236 10.586C19.0442 11.4301 19.1166 12.3035 19.0401 13.1677C18.993 13.6987 19.3161 14.2137 19.8368 14.3278Z"})}),kt=r(Bt,"loading-line"),$t=k8.forwardRef((o,e)=>(0,d2.jsx)(i,{...o,ref:e,icon:kt})),$8=$t;var U8=t(c());var X=t(n()),Ut=(0,X.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,X.jsx)("path",{d:"M18 12.8101C17.9998 12.4522 17.7249 12.2098 17.4443 12.2098H6.55566C6.27507 12.2098 6.00018 12.4522 6 12.8101V18.4151C6 18.7732 6.27498 19.0154 6.55566 19.0154H17.4443C17.725 19.0154 18 18.7732 18 18.4151V12.8101ZM11.6797 5.01998C10.9874 5.10034 10.3408 5.43712 9.86523 5.97908C9.38159 6.53037 9.11069 7.25227 9.11133 8.00483V10.2075H14.8887V8.00483L14.877 7.72423C14.8272 7.1673 14.6278 6.63791 14.3057 6.19417L14.1348 5.97908C13.6592 5.43711 13.0126 5.10034 12.3203 5.01998H11.6797ZM20 18.4151C20 19.8259 18.8819 21.0177 17.4443 21.0177H6.55566C5.11813 21.0177 4 19.8259 4 18.4151V12.8101C4.00018 11.3994 5.11825 10.2075 6.55566 10.2075H7.11133V8.00581C7.11046 6.77341 7.55366 5.58011 8.3623 4.65824C9.17203 3.73527 10.2917 3.14984 11.5059 3.02357L11.6094 3.0177H12.3906L12.4941 3.02259C13.7084 3.14885 14.828 3.73526 15.6377 4.65824L15.7852 4.83422C16.5001 5.72942 16.8895 6.85046 16.8887 8.00581V10.2075H17.4443C18.8817 10.2075 19.9998 11.3994 20 12.8101V18.4151Z"})," ",(0,X.jsx)("path",{d:"M18 12.8101C17.9998 12.4522 17.7249 12.2098 17.4443 12.2098H6.55566C6.27507 12.2098 6.00018 12.4522 6 12.8101V18.4151C6 18.7732 6.27498 19.0154 6.55566 19.0154H17.4443C17.725 19.0154 18 18.7732 18 18.4151V12.8101Z"})]}),qt=r(Ut,"lock-filled"),Gt=U8.forwardRef((o,e)=>(0,X.jsx)(i,{...o,ref:e,icon:qt})),q8=Gt;var G8=t(c());var u2=t(n()),zt=(0,u2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,u2.jsx)("path",{d:"M3 18.2227V5.77734C3.00011 5.04079 3.29264 4.33431 3.81348 3.81348C4.33431 3.29264 5.04079 3.00011 5.77734 3H9.33301L9.43555 3.00488C9.93983 3.05607 10.333 3.48221 10.333 4C10.333 4.51779 9.93983 4.94393 9.43555 4.99512L9.33301 5H5.77734C5.57122 5.00011 5.3733 5.08178 5.22754 5.22754C5.08178 5.3733 5.00011 5.57122 5 5.77734V18.2227C5.00011 18.4288 5.08178 18.6267 5.22754 18.7725C5.3733 18.9182 5.57122 18.9999 5.77734 19H9.33301L9.43555 19.0049C9.93983 19.0561 10.333 19.4822 10.333 20C10.333 20.5178 9.93983 20.9439 9.43555 20.9951L9.33301 21H5.77734C5.04079 20.9999 4.33431 20.7074 3.81348 20.1865C3.29264 19.6657 3.00011 18.9592 3 18.2227ZM14.8486 6.84863C15.2148 6.48248 15.7937 6.45982 16.1865 6.78027L16.2627 6.84863L20.707 11.293C21.0976 11.6835 21.0976 12.3165 20.707 12.707L16.2627 17.1514C15.8722 17.5419 15.2392 17.5419 14.8486 17.1514C14.4581 16.7608 14.4581 16.1278 14.8486 15.7373L17.5859 13H9.33301C8.78087 12.9998 8.33301 12.5522 8.33301 12C8.33301 11.4478 8.78087 11.0002 9.33301 11H17.5859L14.8486 8.2627L14.7803 8.18652C14.4598 7.79375 14.4825 7.21479 14.8486 6.84863Z"})}),Wt=r(zt,"logout"),Xt=G8.forwardRef((o,e)=>(0,u2.jsx)(i,{...o,ref:e,icon:Wt})),z8=Xt;var W8=t(c());var I2=t(n()),Qt=(0,I2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,I2.jsx)("path",{d:"M21 17C21.5523 17 22 17.4477 22 18C22 18.5523 21.5523 19 21 19H3C2.44772 19 2 18.5523 2 18C2 17.4477 2.44772 17 3 17H21ZM21 11C21.5523 11 22 11.4477 22 12C22 12.5523 21.5523 13 21 13H3C2.44772 13 2 12.5523 2 12C2 11.4477 2.44772 11 3 11H21ZM21 5C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6C2 5.44772 2.44772 5 3 5H21Z"})}),Yt=r(Qt,"menu"),Kt=W8.forwardRef((o,e)=>(0,I2.jsx)(i,{...o,ref:e,icon:Yt})),X8=Kt;var Q8=t(c());var R2=t(n()),Jt=(0,R2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,R2.jsx)("path",{d:"M8.625 16.0614C9.09375 16.0848 9.49219 16.2489 9.82031 16.5536C10.125 16.8817 10.2891 17.2802 10.3125 17.7489V18.3114L12.8789 16.413C13.1602 16.1786 13.4883 16.0614 13.8633 16.0614H18.75C19.1016 16.038 19.2891 15.8505 19.3125 15.4989V5.3739C19.2891 5.02234 19.1016 4.83484 18.75 4.8114H5.25C4.89844 4.83484 4.71094 5.02234 4.6875 5.3739V15.4989C4.71094 15.8505 4.89844 16.038 5.25 16.0614H8.625ZM10.3125 20.4208L10.1367 20.5614L9.53906 21.0184C9.35156 21.1356 9.15234 21.1473 8.94141 21.0536C8.73047 20.9598 8.625 20.7958 8.625 20.5614V17.7489H5.25C4.61719 17.7255 4.08984 17.5028 3.66797 17.0809C3.24609 16.6591 3.02344 16.1317 3 15.4989V5.3739C3.02344 4.74109 3.24609 4.21375 3.66797 3.79187C4.08984 3.37 4.61719 3.14734 5.25 3.1239H18.75C19.3828 3.14734 19.9102 3.37 20.332 3.79187C20.7539 4.21375 20.9766 4.74109 21 5.3739V15.4989C20.9766 16.1317 20.7539 16.6591 20.332 17.0809C19.9102 17.5028 19.3828 17.7255 18.75 17.7489H13.8633L10.3125 20.4208Z"})}),jt=r(Jt,"message-outlined"),on=Q8.forwardRef((o,e)=>(0,R2.jsx)(i,{...o,ref:e,icon:jt})),Y8=on;var K8=t(c());var S2=t(n()),en=(0,S2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,S2.jsx)("path",{d:"M19 14C17.8954 14 17 13.1046 17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12C21 13.1046 20.1046 14 19 14ZM12 14C10.8954 14 10 13.1046 10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14ZM5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12C7 13.1046 6.10457 14 5 14Z"})}),tn=r(en,"more-horizontal"),nn=K8.forwardRef((o,e)=>(0,S2.jsx)(i,{...o,ref:e,icon:tn})),J8=nn;var j8=t(c());var g2=t(n()),rn=(0,g2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,g2.jsx)("path",{d:"M10 19C10 17.8954 10.8954 17 12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19ZM10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12ZM10 5C10 3.89543 10.8954 3 12 3C13.1046 3 14 3.89543 14 5C14 6.10457 13.1046 7 12 7C10.8954 7 10 6.10457 10 5Z"})}),cn=r(rn,"more-vertical"),Cn=j8.forwardRef((o,e)=>(0,g2.jsx)(i,{...o,ref:e,icon:cn})),o7=Cn;var e7=t(c());var w2=t(n()),an=(0,w2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,w2.jsx)("path",{d:"M6.375 6.375C6.39844 5.74219 6.62109 5.21484 7.04297 4.79297C7.46484 4.37109 7.99219 4.14844 8.625 4.125H18.75C19.3828 4.14844 19.9102 4.37109 20.332 4.79297C20.7539 5.21484 20.9766 5.74219 21 6.375V17.625C20.9766 18.2578 20.7539 18.7852 20.332 19.207C19.9102 19.6289 19.3828 19.8516 18.75 19.875H5.8125C5.01562 19.8516 4.34766 19.582 3.80859 19.0664C3.29297 18.5273 3.02344 17.8594 3 17.0625V7.5C3 7.17188 3.10547 6.90234 3.31641 6.69141C3.52734 6.48047 3.79688 6.375 4.125 6.375C4.45312 6.375 4.72266 6.48047 4.93359 6.69141C5.14453 6.90234 5.25 7.17188 5.25 7.5V17.0625C5.27344 17.4141 5.46094 17.6016 5.8125 17.625C6.16406 17.6016 6.35156 17.4141 6.375 17.0625V6.375ZM8.625 7.21875V10.0312C8.67188 10.5469 8.95312 10.8281 9.46875 10.875H13.4062C13.9219 10.8281 14.2031 10.5469 14.25 10.0312V7.21875C14.2031 6.70312 13.9219 6.42188 13.4062 6.375H9.46875C8.95312 6.42188 8.67188 6.70312 8.625 7.21875ZM15.9375 6.9375C15.9609 7.28906 16.1484 7.47656 16.5 7.5H18.1875C18.5391 7.47656 18.7266 7.28906 18.75 6.9375C18.7266 6.58594 18.5391 6.39844 18.1875 6.375H16.5C16.1484 6.39844 15.9609 6.58594 15.9375 6.9375ZM15.9375 10.3125C15.9609 10.6641 16.1484 10.8516 16.5 10.875H18.1875C18.5391 10.8516 18.7266 10.6641 18.75 10.3125C18.7266 9.96094 18.5391 9.77344 18.1875 9.75H16.5C16.1484 9.77344 15.9609 9.96094 15.9375 10.3125ZM8.625 13.6875C8.64844 14.0391 8.83594 14.2266 9.1875 14.25H18.1875C18.5391 14.2266 18.7266 14.0391 18.75 13.6875C18.7266 13.3359 18.5391 13.1484 18.1875 13.125H9.1875C8.83594 13.1484 8.64844 13.3359 8.625 13.6875ZM8.625 17.0625C8.64844 17.4141 8.83594 17.6016 9.1875 17.625H18.1875C18.5391 17.6016 18.7266 17.4141 18.75 17.0625C18.7266 16.7109 18.5391 16.5234 18.1875 16.5H9.1875C8.83594 16.5234 8.64844 16.7109 8.625 17.0625Z"})}),sn=r(an,"newspaper-filled"),fn=e7.forwardRef((o,e)=>(0,w2.jsx)(i,{...o,ref:e,icon:sn})),t7=fn;var n7=t(c());var L2=t(n()),pn=(0,L2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,L2.jsx)("path",{d:"M8.90625 5.8125C8.39062 5.85938 8.10938 6.14062 8.0625 6.65625V17.3438C8.0625 17.6484 8.01562 17.9297 7.92188 18.1875H18.4688C18.9844 18.1406 19.2656 17.8594 19.3125 17.3438V6.65625C19.2656 6.14062 18.9844 5.85938 18.4688 5.8125H8.90625ZM5.53125 19.875C4.80469 19.8516 4.20703 19.6055 3.73828 19.1367C3.26953 18.668 3.02344 18.0703 3 17.3438V6.9375C3.04688 6.42188 3.32812 6.14062 3.84375 6.09375C4.35938 6.14062 4.64062 6.42188 4.6875 6.9375V17.3438C4.73438 17.8594 5.01562 18.1406 5.53125 18.1875C6.04688 18.1406 6.32812 17.8594 6.375 17.3438V6.65625C6.39844 5.92969 6.64453 5.33203 7.11328 4.86328C7.58203 4.39453 8.17969 4.14844 8.90625 4.125H18.4688C19.1953 4.14844 19.793 4.39453 20.2617 4.86328C20.7305 5.33203 20.9766 5.92969 21 6.65625V17.3438C20.9766 18.0703 20.7305 18.668 20.2617 19.1367C19.793 19.6055 19.1953 19.8516 18.4688 19.875H5.53125ZM9.1875 7.78125C9.23438 7.26562 9.51562 6.98438 10.0312 6.9375H13.4062C13.9219 6.98438 14.2031 7.26562 14.25 7.78125V10.5938C14.2031 11.1094 13.9219 11.3906 13.4062 11.4375H10.0312C9.51562 11.3906 9.23438 11.1094 9.1875 10.5938V7.78125ZM16.2188 6.9375H17.3438C17.8594 6.98438 18.1406 7.26562 18.1875 7.78125C18.1406 8.29688 17.8594 8.57812 17.3438 8.625H16.2188C15.7031 8.57812 15.4219 8.29688 15.375 7.78125C15.4219 7.26562 15.7031 6.98438 16.2188 6.9375ZM16.2188 9.75H17.3438C17.8594 9.79688 18.1406 10.0781 18.1875 10.5938C18.1406 11.1094 17.8594 11.3906 17.3438 11.4375H16.2188C15.7031 11.3906 15.4219 11.1094 15.375 10.5938C15.4219 10.0781 15.7031 9.79688 16.2188 9.75ZM10.0312 12.5625H17.3438C17.8594 12.6094 18.1406 12.8906 18.1875 13.4062C18.1406 13.9219 17.8594 14.2031 17.3438 14.25H10.0312C9.51562 14.2031 9.23438 13.9219 9.1875 13.4062C9.23438 12.8906 9.51562 12.6094 10.0312 12.5625ZM10.0312 15.375H17.3438C17.8594 15.4219 18.1406 15.7031 18.1875 16.2188C18.1406 16.7344 17.8594 17.0156 17.3438 17.0625H10.0312C9.51562 17.0156 9.23438 16.7344 9.1875 16.2188C9.23438 15.7031 9.51562 15.4219 10.0312 15.375Z"})}),mn=r(pn,"newspaper-outlined"),ln=n7.forwardRef((o,e)=>(0,L2.jsx)(i,{...o,ref:e,icon:mn})),r7=ln;var i7=t(c());var Q=t(n()),dn=(0,Q.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,Q.jsx)("path",{d:"M8.83594 8.83594C9.27865 8.47135 9.72135 8.47135 10.1641 8.83594L12 10.6719L13.8359 8.83594C14.2786 8.47135 14.7214 8.47135 15.1641 8.83594C15.5286 9.27865 15.5286 9.72135 15.1641 10.1641L13.3281 12L15.1641 13.8359C15.5286 14.2786 15.5286 14.7214 15.1641 15.1641C14.7214 15.5286 14.2786 15.5286 13.8359 15.1641L12 13.3281L10.1641 15.1641C9.72135 15.5286 9.27865 15.5286 8.83594 15.1641C8.47135 14.7214 8.47135 14.2786 8.83594 13.8359L10.6719 12L8.83594 10.1641C8.47135 9.72135 8.47135 9.27865 8.83594 8.83594Z"}),(0,Q.jsx)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M2.82031 16.4922C2.29948 15.9453 2.02604 15.2943 2 14.5391V9.5C2.02604 8.71875 2.29948 8.05469 2.82031 7.50781L7.50781 2.82031C8.05469 2.29948 8.71875 2.02604 9.5 2H14.5391C15.2943 2.02604 15.9453 2.29948 16.4922 2.82031L21.1797 7.50781C21.7005 8.05469 21.974 8.71875 22 9.5V14.5391C21.974 15.2943 21.7005 15.9453 21.1797 16.4922L16.4922 21.1797C15.9453 21.7005 15.2943 21.974 14.5391 22H9.5C8.71875 21.974 8.05469 21.7005 7.50781 21.1797L2.82031 16.4922ZM8.83594 4.14844C9.01823 3.96615 9.23958 3.875 9.5 3.875H14.5391C14.7734 3.875 14.9948 3.96615 15.2031 4.14844L19.8516 8.83594C20.0339 9.01823 20.125 9.23958 20.125 9.5V14.5391C20.125 14.7734 20.0339 14.9948 19.8516 15.2031L15.2031 19.8516C14.9948 20.0339 14.7734 20.125 14.5391 20.125H9.5C9.23958 20.125 9.01823 20.0339 8.83594 19.8516L4.14844 15.2031C3.96615 14.9948 3.875 14.7734 3.875 14.5391V9.5C3.875 9.23958 3.96615 9.01823 4.14844 8.83594L8.83594 4.14844Z"})]}),un=r(dn,"octagon-xmark-outlined"),In=i7.forwardRef((o,e)=>(0,Q.jsx)(i,{...o,ref:e,icon:un})),c7=In;var C7=t(c());var v2=t(n()),Rn=(0,v2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,v2.jsx)("path",{d:"M18.1862 4.4897C17.6069 3.96556 16.9586 3.70349 16.2414 3.70349C15.4966 3.70349 14.8483 3.96556 14.2966 4.4897L6.35172 12.4345C5.44138 13.3725 4.98621 14.4621 4.98621 15.7035C4.98621 16.9449 5.44138 18.0345 6.35172 18.9725C7.28966 19.8828 8.37931 20.338 9.62069 20.338C10.8621 20.338 11.9517 19.8828 12.8897 18.9725L19.1793 12.6828C19.6483 12.2966 20.1172 12.2966 20.5862 12.6828C20.9724 13.1518 20.9724 13.6207 20.5862 14.0897L14.2966 20.3794C12.9448 21.6759 11.3862 22.3242 9.62069 22.3242C7.85517 22.3242 6.29655 21.6759 4.94483 20.3794C3.64828 19.0276 3 17.469 3 15.7035C3 13.938 3.64828 12.3794 4.94483 11.0276L12.8897 3.0828C13.8552 2.14487 14.9724 1.6759 16.2414 1.6759C17.5103 1.6759 18.6276 2.14487 19.5931 3.0828C20.531 4.04832 21 5.16556 21 6.43452C21 7.70349 20.531 8.82073 19.5931 9.78625L11.9793 17.4C11.2897 18.0345 10.5034 18.338 9.62069 18.3104C8.73793 18.2552 7.9931 17.869 7.38621 17.1518C6.88966 16.4897 6.65517 15.7862 6.68276 15.0414C6.73793 14.269 7.04138 13.5931 7.5931 13.0138L13.8828 6.72418C14.3517 6.33797 14.8207 6.33797 15.2897 6.72418C15.6759 7.19314 15.6759 7.66211 15.2897 8.13108L9 14.4207C8.58621 14.8897 8.55862 15.3862 8.91724 15.9104C9.13793 16.1587 9.41379 16.2966 9.74483 16.3242C10.0483 16.3242 10.3241 16.2138 10.5724 15.9931L18.1862 8.37935C18.7379 7.80004 19.0138 7.15177 19.0138 6.43452C19.0138 5.6897 18.7379 5.04142 18.1862 4.4897Z"})}),Sn=r(Rn,"paper-clip-outlined"),gn=C7.forwardRef((o,e)=>(0,v2.jsx)(i,{...o,ref:e,icon:Sn})),a7=gn;var s7=t(c());var h2=t(n()),wn=(0,h2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,h2.jsx)("path",{d:"M15.6865 6.61988L6.01866 16.2868L5.33897 18.78L7.83214 18.1003L17.4999 8.43336L15.6865 6.61988ZM20.9142 6.48798C20.9142 6.91893 20.8291 7.34567 20.6642 7.74384C20.4992 8.14202 20.258 8.50449 19.9532 8.80927L9.05968 19.7028C8.93665 19.8258 8.78319 19.9139 8.61534 19.9597L4.17686 21.1706C3.83077 21.2648 3.46079 21.1664 3.20714 20.9128C2.95349 20.6591 2.85509 20.2891 2.94932 19.9431L4.16026 15.5046L4.20225 15.3815C4.25231 15.262 4.32486 15.1525 4.4171 15.0602L15.3107 4.16669C15.6154 3.86194 15.9779 3.62068 16.3761 3.45575C16.7742 3.29086 17.201 3.20575 17.6319 3.20575C18.0629 3.20576 18.4896 3.29083 18.8878 3.45575C19.286 3.6207 19.6484 3.8619 19.9532 4.16669C20.258 4.47148 20.4992 4.83389 20.6642 5.23212C20.8291 5.6303 20.9142 6.05699 20.9142 6.48798Z"})}),Ln=r(wn,"pen-outlined"),vn=s7.forwardRef((o,e)=>(0,h2.jsx)(i,{...o,ref:e,icon:Ln})),f7=vn;var p7=t(c());var M2=t(n()),hn=(0,M2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,M2.jsx)("path",{d:"M18.626 5.06881C18.2244 4.73811 17.8228 4.73811 17.4213 5.06881L16.3937 6.09637L18.0236 7.72629L19.0512 6.69874C19.3819 6.29716 19.3819 5.89559 19.0512 5.49401L18.626 5.06881ZM10.4409 12.0491C10.3228 12.1672 10.252 12.2972 10.2283 12.4389L9.62598 14.494L11.6811 13.8916C11.8228 13.868 11.9528 13.7972 12.0709 13.6791L16.8189 8.93102L15.189 7.3011L10.4409 12.0491ZM16.2165 3.86409C16.7362 3.36803 17.3386 3.12 18.0236 3.12C18.7087 3.12 19.311 3.36803 19.8307 3.86409L20.2559 4.28929C20.752 4.80897 21 5.41133 21 6.09637C21 6.78141 20.752 7.38377 20.2559 7.90346L13.2756 14.8838C12.9685 15.1909 12.6024 15.4035 12.1772 15.5216L8.63386 16.5491C8.30315 16.62 8.01968 16.5491 7.78346 16.3365C7.54724 16.1003 7.47638 15.8168 7.57087 15.4861L8.59842 11.9428C8.71654 11.5413 8.92913 11.1751 9.23622 10.8444L16.2165 3.86409ZM6.11811 5.24598H10.0866C10.6063 5.29322 10.8898 5.57669 10.937 6.09637C10.8898 6.61606 10.6063 6.89952 10.0866 6.94677H6.11811C5.71654 6.94677 5.38583 7.0885 5.12598 7.37196C4.84252 7.63181 4.70079 7.96251 4.70079 8.36409V18.0019C4.70079 18.4035 4.84252 18.7342 5.12598 18.994C5.38583 19.2775 5.71654 19.4192 6.11811 19.4192H15.7559C16.1575 19.4192 16.4882 19.2775 16.748 18.994C17.0315 18.7342 17.1732 18.4035 17.1732 18.0019V14.0334C17.2205 13.5137 17.5039 13.2302 18.0236 13.183C18.5433 13.2302 18.8268 13.5137 18.874 14.0334V18.0019C18.8504 18.8759 18.5433 19.6082 17.9528 20.1987C17.3622 20.7893 16.6299 21.0964 15.7559 21.12H6.11811C5.24409 21.0964 4.51181 20.7893 3.92126 20.1987C3.33071 19.6082 3.02362 18.8759 3 18.0019V8.36409C3.02362 7.49007 3.33071 6.75779 3.92126 6.16724C4.51181 5.57669 5.24409 5.2696 6.11811 5.24598Z"})}),Mn=r(hn,"pen-to-square-outlined"),Hn=p7.forwardRef((o,e)=>(0,M2.jsx)(i,{...o,ref:e,icon:Mn})),m7=Hn;var l7=t(c());var H2=t(n()),En=(0,H2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,H2.jsx)("path",{d:"M8.04167 3.41132L20.0417 10.4746C20.6528 10.8759 20.9722 11.4244 21 12.12C20.9722 12.8424 20.6528 13.3908 20.0417 13.7654L8.04167 20.8287C7.375 21.2032 6.70833 21.2166 6.04167 20.8688C5.375 20.4942 5.02778 19.9324 5 19.1832V5.05674C5.02778 4.30761 5.375 3.74576 6.04167 3.37119C6.70833 3.02338 7.375 3.03676 8.04167 3.41132Z"})}),xn=r(En,"play-filled"),Vn=l7.forwardRef((o,e)=>(0,H2.jsx)(i,{...o,ref:e,icon:xn})),d7=Vn;var u7=t(c());var E2=t(n()),On=(0,E2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,E2.jsx)("path",{d:"M7 19.1832L19 12.12L7 5.05674V19.1832ZM6.04167 3.37119C6.70833 3.02338 7.375 3.03676 8.04167 3.41132L20.0417 10.4746C20.6528 10.8491 20.9722 11.3976 21 12.12C20.9722 12.8424 20.6528 13.3908 20.0417 13.7654L8.04167 20.8287C7.375 21.2032 6.70833 21.2166 6.04167 20.8688C5.375 20.4942 5.02778 19.9324 5 19.1832V5.05674C5.02778 4.30761 5.375 3.74576 6.04167 3.37119Z"})}),yn=r(On,"play-outlined"),Pn=u7.forwardRef((o,e)=>(0,E2.jsx)(i,{...o,ref:e,icon:yn})),I7=Pn;var R7=t(c());var Z=t(n()),Dn=(0,Z.jsxs)("svg",{width:"17",height:"17",viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,Z.jsx)("path",{d:"M8.86364 8.86364H16.25V16.25H8.86364V8.86364Z",fill:"#FEBA08"})," ",(0,Z.jsx)("path",{d:"M0 8.86364H7.38636V16.25H0V8.86364Z",fill:"#05A6F0"})," ",(0,Z.jsx)("path",{d:"M8.86364 0H16.25V7.38636H8.86364V0Z",fill:"#80BC06"})," ",(0,Z.jsx)("path",{d:"M0 0H7.38636V7.38636H0V0Z",fill:"#F25325"})]}),Nn=r(Dn,"play-ready-color"),Tn=R7.forwardRef((o,e)=>(0,Z.jsx)(i,{...o,ref:e,icon:Nn})),S7=Tn;var g7=t(c());var x2=t(n()),Zn=(0,x2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,x2.jsx)("path",{d:"M13.3846 4.38462V10.6154H19.6154C20.0192 10.6154 20.351 10.7452 20.6106 11.0048C20.8702 11.2644 21 11.5962 21 12C21 12.4038 20.8702 12.7356 20.6106 12.9952C20.351 13.2548 20.0192 13.3846 19.6154 13.3846H13.3846V19.6154C13.3846 20.0192 13.2548 20.351 12.9952 20.6106C12.7356 20.8702 12.4038 21 12 21C11.5962 21 11.2644 20.8702 11.0048 20.6106C10.7452 20.351 10.6154 20.0192 10.6154 19.6154V13.3846H4.38462C3.98077 13.3846 3.64904 13.2548 3.38942 12.9952C3.12981 12.7356 3 12.4038 3 12C3 11.5962 3.12981 11.2644 3.38942 11.0048C3.64904 10.7452 3.98077 10.6154 4.38462 10.6154H10.6154V4.38462C10.6154 3.98077 10.7452 3.64904 11.0048 3.38942C11.2644 3.12981 11.5962 3 12 3C12.4038 3 12.7356 3.12981 12.9952 3.38942C13.2548 3.64904 13.3846 3.98077 13.3846 4.38462Z"})}),bn=r(Zn,"plus-add-filled"),Fn=g7.forwardRef((o,e)=>(0,x2.jsx)(i,{...o,ref:e,icon:bn})),w7=Fn;var L7=t(c());var V2=t(n()),_n=(0,V2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,V2.jsx)("path",{d:"M12 4C12.5523 4 13 4.44772 13 5V11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H13V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H11V5C11 4.44772 11.4477 4 12 4Z"})}),An=r(_n,"plus-add-outlined"),Bn=L7.forwardRef((o,e)=>(0,V2.jsx)(i,{...o,ref:e,icon:An})),v7=Bn;var h7=t(c());var O2=t(n()),kn=(0,O2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,O2.jsx)("path",{d:"M19 10.5C19.8284 10.5 20.5 11.1716 20.5 12C20.5 12.8284 19.8284 13.5 19 13.5H5C4.17157 13.5 3.5 12.8284 3.5 12C3.5 11.1716 4.17157 10.5 5 10.5H19Z"})}),$n=r(kn,"remove-minus-filled"),Un=h7.forwardRef((o,e)=>(0,O2.jsx)(i,{...o,ref:e,icon:$n})),M7=Un;var H7=t(c());var y2=t(n()),qn=(0,y2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,y2.jsx)("path",{d:"M19 11C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12C4 11.4477 4.44772 11 5 11H19Z"})}),Gn=r(qn,"remove-minus-outlined"),zn=H7.forwardRef((o,e)=>(0,y2.jsx)(i,{...o,ref:e,icon:Gn})),E7=zn;var x7=t(c());var P2=t(n()),Wn=(0,P2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,P2.jsx)("path",{d:"M5 15V9.13574L3.64062 10.2686C3.21638 10.6221 2.58502 10.5648 2.23144 10.1406C1.8779 9.71638 1.93518 9.08502 2.35937 8.73145L5.35937 6.23145L5.43164 6.17773C5.79773 5.92433 6.293 5.94176 6.64062 6.23145L9.64062 8.73145C10.0648 9.08502 10.1221 9.71638 9.76855 10.1406C9.41497 10.5648 8.78362 10.6221 8.35937 10.2686L7 9.13574V15C7 15.5523 7.44771 16 8 16H11C11.5523 16 12 16.4477 12 17C12 17.5523 11.5523 18 11 18H8C6.34314 18 5 16.6569 5 15ZM17 9C17 8.44772 16.5523 8 16 8H13C12.4477 8 12 7.55228 12 7C12 6.44772 12.4477 6 13 6H16C17.6569 6 19 7.34315 19 9V14.8643L20.3594 13.7314C20.7836 13.3779 21.415 13.4352 21.7686 13.8594C22.1221 14.2836 22.0648 14.915 21.6406 15.2686L18.6406 17.7686C18.2698 18.0776 17.7302 18.0776 17.3594 17.7686L14.3594 15.2686C13.9352 14.915 13.8779 14.2836 14.2314 13.8594C14.585 13.4352 15.2164 13.3779 15.6406 13.7314L17 14.8643V9Z"})}),Xn=r(Wn,"repeat-outlined"),Qn=x7.forwardRef((o,e)=>(0,P2.jsx)(i,{...o,ref:e,icon:Xn})),V7=Qn;var O7=t(c());var D2=t(n()),Yn=(0,D2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,D2.jsx)("path",{d:"M19 9.75785C19 9.47399 18.7583 9.19544 18.4004 9.19524H16.2002V18.195H18.4004C18.7583 18.1948 19 17.9163 19 17.6324V9.75785ZM9.7998 18.195H14.2002V9.19524H9.7998V18.195ZM5 17.6324L5.01074 17.7382C5.06188 17.9817 5.28643 18.1948 5.59961 18.195H7.7998V9.19524H5.59961C5.24171 9.19544 5 9.47399 5 9.75785V17.6324ZM14.2002 6.60763C14.2002 6.46782 14.1437 6.32785 14.0342 6.22003C13.9237 6.11126 13.7677 6.04502 13.5996 6.04502H10.4004C10.2323 6.04502 10.0763 6.11126 9.96582 6.22003C9.85632 6.32785 9.7998 6.46782 9.7998 6.60763V7.17024H14.2002V6.60763ZM16.2002 7.17024H18.4004C19.8094 7.17045 21 8.30225 21 9.75785V17.6324C21 19.088 19.8094 20.2198 18.4004 20.22H5.59961C4.27861 20.2198 3.14959 19.2251 3.01367 17.9014L3 17.6324V9.75785C3 8.30225 4.19058 7.17045 5.59961 7.17024H7.7998V6.60763C7.7998 5.91203 8.08071 5.25044 8.57129 4.76753C9.0609 4.28558 9.71979 4.02002 10.4004 4.02002H13.5996C14.2802 4.02002 14.9391 4.28558 15.4287 4.76753C15.9193 5.25044 16.2002 5.91203 16.2002 6.60763V7.17024Z"})}),Kn=r(Yn,"roles-outlined"),Jn=O7.forwardRef((o,e)=>(0,D2.jsx)(i,{...o,ref:e,icon:Kn})),y7=Jn;var P7=t(c());var N2=t(n()),jn=(0,N2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,N2.jsx)("path",{d:"M18.075 9.41251C17.55 8.21251 16.75 7.25001 15.675 6.52501C14.6 5.80001 13.375 5.42501 12 5.40001C10.45 5.42501 9.125 5.97501 8.025 7.05001L6.075 9.00001H8.1C8.65 9.05001 8.95 9.35001 9 9.90001C8.95 10.45 8.65 10.75 8.1 10.8H3.9C3.35 10.75 3.05 10.45 3 9.90001V5.70001C3.05 5.15001 3.35 4.85001 3.9 4.80001C4.45 4.85001 4.75 5.15001 4.8 5.70001V7.72501L6.75 5.77501C8.2 4.35001 9.95 3.62501 12 3.60001C13.75 3.62501 15.3125 4.10001 16.6875 5.02501C18.0625 5.95001 19.075 7.17501 19.725 8.70001C19.9 9.22501 19.75 9.62501 19.275 9.90001C18.75 10.05 18.35 9.88751 18.075 9.41251ZM4.275 15.3C4.1 14.775 4.2625 14.3875 4.7625 14.1375C5.2875 13.9625 5.675 14.1125 5.925 14.5875C6.45 15.7875 7.25 16.75 8.325 17.475C9.4 18.2 10.625 18.575 12 18.6C13.55 18.575 14.875 18.025 15.975 16.95L17.925 15H15.9C15.35 14.95 15.05 14.65 15 14.1C15.05 13.55 15.35 13.25 15.9 13.2H20.1C20.65 13.25 20.95 13.55 21 14.1V18.3C20.95 18.85 20.65 19.15 20.1 19.2C19.55 19.15 19.25 18.85 19.2 18.3V16.275L17.25 18.225C15.775 19.65 14.025 20.375 12 20.4C10.25 20.375 8.6875 19.9 7.3125 18.975C5.9625 18.05 4.95 16.825 4.275 15.3Z"})}),or=r(jn,"rotate-outlined"),er=P7.forwardRef((o,e)=>(0,N2.jsx)(i,{...o,ref:e,icon:or})),D7=er;var N7=t(c());var T2=t(n()),tr=(0,T2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,T2.jsx)("path",{d:"M17.2227 11.1113C17.2227 7.73634 14.4863 5.00012 11.1113 5C7.73626 5 5 7.73626 5 11.1113C5.00012 14.4863 7.73634 17.2227 11.1113 17.2227C12.759 17.2226 14.2525 16.568 15.3516 15.5078C15.3744 15.4794 15.3994 15.4522 15.4258 15.4258C15.4522 15.3994 15.4794 15.3744 15.5078 15.3516C16.568 14.2525 17.2226 12.759 17.2227 11.1113ZM19.2227 11.1113C19.2226 12.9903 18.5802 14.7177 17.5078 16.0928L20.707 19.293L20.7754 19.3691C21.0957 19.7619 21.0731 20.3409 20.707 20.707C20.3409 21.0731 19.7619 21.0957 19.3691 20.7754L19.293 20.707L16.0928 17.5078C14.7177 18.5802 12.9903 19.2226 11.1113 19.2227C6.63177 19.2227 3.00012 15.5909 3 11.1113C3 6.63169 6.63169 3 11.1113 3C15.5909 3.00012 19.2227 6.63177 19.2227 11.1113Z"})}),nr=r(tr,"search-outlined"),rr=N7.forwardRef((o,e)=>(0,T2.jsx)(i,{...o,ref:e,icon:nr})),T7=rr;var Z7=t(c());var Z2=t(n()),ir=(0,Z2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,Z2.jsx)("path",{d:"M12 4.375C10.5156 4.375 9.16146 4.73958 7.9375 5.46875C6.71354 6.17188 5.72396 7.16146 4.96875 8.4375C4.23958 9.71354 3.875 11.0677 3.875 12.5C3.875 13.9323 4.23958 15.2865 4.96875 16.5625C5.72396 17.8385 6.71354 18.8281 7.9375 19.5312C9.16146 20.2604 10.5156 20.625 12 20.625C13.4844 20.625 14.8385 20.2604 16.0625 19.5312C17.2865 18.8281 18.276 17.8385 19.0312 16.5625C19.7604 15.2865 20.125 13.9323 20.125 12.5C20.125 11.0677 19.7604 9.71354 19.0312 8.4375C18.276 7.16146 17.2865 6.17188 16.0625 5.46875C14.8385 4.73958 13.4844 4.375 12 4.375ZM12 22.5C10.1771 22.474 8.51042 22.0312 7 21.1719C5.48958 20.2865 4.26562 19.0625 3.32812 17.5C2.44271 15.9115 2 14.2448 2 12.5C2 10.7552 2.44271 9.08854 3.32812 7.5C4.26562 5.9375 5.48958 4.71354 7 3.82812C8.51042 2.96875 10.1771 2.52604 12 2.5C13.8229 2.52604 15.4896 2.96875 17 3.82812C18.5104 4.71354 19.7344 5.9375 20.6719 7.5C21.5573 9.08854 22 10.7552 22 12.5C22 14.2448 21.5573 15.9115 20.6719 17.5C19.7344 19.0625 18.5104 20.2865 17 21.1719C15.4896 22.0312 13.8229 22.474 12 22.5ZM16.4141 10.6641L11.4141 15.6641C10.9714 16.0286 10.5286 16.0286 10.0859 15.6641L7.58594 13.1641C7.22135 12.7214 7.22135 12.2786 7.58594 11.8359C8.02865 11.4714 8.47135 11.4714 8.91406 11.8359L10.75 13.6719L15.0859 9.33594C15.5286 8.97135 15.9714 8.97135 16.4141 9.33594C16.7786 9.77865 16.7786 10.2214 16.4141 10.6641Z"})}),cr=r(ir,"selection-check-circle-check-outlined"),Cr=Z7.forwardRef((o,e)=>(0,Z2.jsx)(i,{...o,ref:e,icon:cr})),b7=Cr;var F7=t(c());var b2=t(n()),ar=(0,b2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,b2.jsx)("path",{d:"M5.57143 3.12H18.4286C19.1518 3.14678 19.7545 3.40125 20.2366 3.88339C20.7188 4.36553 20.9732 4.96821 21 5.69142V18.5486C20.9732 19.2718 20.7188 19.8745 20.2366 20.3566C19.7545 20.8387 19.1518 21.0932 18.4286 21.12H5.57143C4.84821 21.0932 4.24554 20.8387 3.76339 20.3566C3.28125 19.8745 3.02679 19.2718 3 18.5486V5.69142C3.02679 4.96821 3.28125 4.36553 3.76339 3.88339C4.24554 3.40125 4.84821 3.14678 5.57143 3.12ZM16.5402 10.2316C16.9152 9.77625 16.9152 9.32089 16.5402 8.86553C16.0848 8.49053 15.6295 8.49053 15.1741 8.86553L10.7143 13.3254L8.82589 11.437C8.37054 11.062 7.91518 11.062 7.45982 11.437C7.08482 11.8923 7.08482 12.3477 7.45982 12.803L10.0312 15.3745C10.4866 15.7495 10.942 15.7495 11.3973 15.3745L16.5402 10.2316Z"})}),sr=r(ar,"selection-check-square-check"),fr=F7.forwardRef((o,e)=>(0,b2.jsx)(i,{...o,ref:e,icon:sr})),_7=fr;var A7=t(c());var F2=t(n()),pr=(0,F2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,F2.jsx)("path",{d:"M18.4286 5.04857H5.57143C5.16964 5.07535 4.95536 5.28964 4.92857 5.69142V18.5486C4.95536 18.9504 5.16964 19.1646 5.57143 19.1914H18.4286C18.8304 19.1646 19.0446 18.9504 19.0714 18.5486V5.69142C19.0446 5.28964 18.8304 5.07535 18.4286 5.04857ZM5.57143 3.12H18.4286C19.1518 3.14678 19.7545 3.40125 20.2366 3.88339C20.7188 4.36553 20.9732 4.96821 21 5.69142V18.5486C20.9732 19.2718 20.7188 19.8745 20.2366 20.3566C19.7545 20.8387 19.1518 21.0932 18.4286 21.12H5.57143C4.84821 21.0932 4.24554 20.8387 3.76339 20.3566C3.28125 19.8745 3.02679 19.2718 3 18.5486V5.69142C3.02679 4.96821 3.28125 4.36553 3.76339 3.88339C4.24554 3.40125 4.84821 3.14678 5.57143 3.12Z"})}),mr=r(pr,"selection-check-square-un-check"),lr=A7.forwardRef((o,e)=>(0,F2.jsx)(i,{...o,ref:e,icon:mr})),B7=lr;var k7=t(c());var _2=t(n()),dr=(0,_2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,_2.jsx)("path",{d:"M12 22C10.1771 21.974 8.51042 21.5312 7 20.6719C5.48958 19.7865 4.26562 18.5625 3.32812 17C2.44271 15.4115 2 13.7448 2 12C2 10.2552 2.44271 8.58854 3.32812 7C4.26562 5.4375 5.48958 4.21354 7 3.32812C8.51042 2.46875 10.1771 2.02604 12 2C13.8229 2.02604 15.4896 2.46875 17 3.32812C18.5104 4.21354 19.7344 5.4375 20.6719 7C21.5573 8.58854 22 10.2552 22 12C22 13.7448 21.5573 15.4115 20.6719 17C19.7344 18.5625 18.5104 19.7865 17 20.6719C15.4896 21.5312 13.8229 21.974 12 22ZM12 8.25C11.3229 8.25 10.6979 8.41927 10.125 8.75781C9.55208 9.09635 9.09635 9.55208 8.75781 10.125C8.41927 10.724 8.25 11.349 8.25 12C8.25 12.651 8.41927 13.276 8.75781 13.875C9.09635 14.4479 9.55208 14.9036 10.125 15.2422C10.6979 15.5807 11.3229 15.75 12 15.75C12.6771 15.75 13.3021 15.5807 13.875 15.2422C14.4479 14.9036 14.9036 14.4479 15.2422 13.875C15.5807 13.276 15.75 12.651 15.75 12C15.75 11.349 15.5807 10.724 15.2422 10.125C14.9036 9.55208 14.4479 9.09635 13.875 8.75781C13.3021 8.41927 12.6771 8.25 12 8.25Z"})}),ur=r(dr,"selection-radio-circle-dot"),Ir=k7.forwardRef((o,e)=>(0,_2.jsx)(i,{...o,ref:e,icon:ur})),$7=Ir;var U7=t(c());var A2=t(n()),Rr=(0,A2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,A2.jsx)("path",{d:"M5.13882 7.33976C4.91387 7.46474 4.8014 7.6272 4.8014 7.82716C4.8014 9.0019 5.00135 10.3516 5.40126 11.8763C5.80118 13.3759 6.50102 14.8506 7.5008 16.3003C8.52558 17.725 9.95027 18.8997 11.7749 19.8245C11.9248 19.8745 12.0748 19.8745 12.2248 19.8245C14.0494 18.8997 15.4741 17.725 16.4988 16.3003C17.4986 14.8506 18.1985 13.3759 18.5984 11.8763C18.9983 10.3516 19.1982 9.0019 19.1982 7.82716C19.1982 7.6272 19.0858 7.46474 18.8608 7.33976L11.9998 4.41541L5.13882 7.33976ZM19.5732 5.69013C19.9981 5.86509 20.3355 6.14003 20.5854 6.51494C20.8604 6.88986 20.9978 7.32727 20.9978 7.82716C21.0228 9.10188 20.8104 10.6015 20.3605 12.3262C19.9106 14.0508 19.0983 15.7254 17.9235 17.3501C16.7738 18.9997 15.1241 20.3619 12.9746 21.4367C12.3247 21.7366 11.6749 21.7366 11.025 21.4367C8.8755 20.3619 7.22586 18.9997 6.07612 17.3501C4.90137 15.7254 4.08905 14.0508 3.63915 12.3262C3.18925 10.6015 2.9768 9.10188 3.00179 7.82716C3.00179 7.32727 3.13926 6.88986 3.4142 6.51494C3.66414 6.14003 4.00157 5.86509 4.42648 5.69013L11.5124 2.69078C11.6624 2.6158 11.8249 2.57831 11.9998 2.57831C12.1748 2.57831 12.3372 2.6158 12.4872 2.69078L19.5732 5.69013ZM16.2364 10.4141L11.4374 15.213C11.0125 15.563 10.5876 15.563 10.1627 15.213L7.76325 12.8136C7.41332 12.3887 7.41332 11.9637 7.76325 11.5388C8.18815 11.1889 8.61306 11.1889 9.03797 11.5388L10.8001 13.301L14.9617 9.13937C15.3866 8.78945 15.8115 8.78945 16.2364 9.13937C16.5863 9.56428 16.5863 9.98918 16.2364 10.4141Z"})}),Sr=r(Rr,"shield-check-outlined"),gr=U7.forwardRef((o,e)=>(0,A2.jsx)(i,{...o,ref:e,icon:Sr})),q7=gr;var G7=t(c());var Y=t(n()),wr=(0,Y.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,Y.jsx)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.7285 2.03764C11.9358 1.97912 12.1578 1.98881 12.3604 2.06693L19.3604 4.76615C19.7458 4.91504 20 5.28648 20 5.69975V11.9996C19.9998 15.1342 17.9819 17.6364 16.1689 19.2681C15.2436 20.1008 14.3226 20.7517 13.6348 21.1939C13.2899 21.4155 13.0009 21.5869 12.7959 21.7037C12.6935 21.762 12.6112 21.8064 12.5537 21.8374C12.5252 21.8528 12.5025 21.8651 12.4863 21.8736C12.4783 21.8778 12.4716 21.8818 12.4668 21.8843L12.459 21.8882C12.1723 22.0354 11.8287 22.0354 11.542 21.8882L11.5332 21.8843C11.5284 21.8818 11.5217 21.8778 11.5137 21.8736C11.4975 21.8651 11.4748 21.8528 11.4463 21.8374C11.3888 21.8064 11.3065 21.762 11.2041 21.7037C10.9991 21.5869 10.7101 21.4155 10.3652 21.1939C9.67743 20.7517 8.75635 20.1008 7.83105 19.2681C6.01806 17.6364 4.0002 15.1342 4 11.9996V5.69975C4 5.28648 4.25417 4.91504 4.63965 4.76615L11.6396 2.06693L11.7285 2.03764ZM12 19.8511C12.1538 19.7603 12.3413 19.6472 12.5527 19.5113C13.1773 19.1098 14.0066 18.5228 14.8311 17.7808C16.5178 16.2627 17.9998 14.2644 18 11.9996V6.38529L12 4.07084V19.8511ZM6 6.38529V11.9996C6.00021 14.2644 7.48225 16.2627 9.16895 17.7808C9.4478 18.0318 9.72817 18.2638 10 18.4781V4.84232L6 6.38529Z"})," ",(0,Y.jsx)("path",{d:"M6 6.38529V11.9996C6.00021 14.2644 7.48225 16.2627 9.16895 17.7808C9.4478 18.0318 9.72817 18.2638 10 18.4781V4.84232L6 6.38529Z"})]}),Lr=r(wr,"shield-halved-filled"),vr=G7.forwardRef((o,e)=>(0,Y.jsx)(i,{...o,ref:e,icon:Lr})),z7=vr;var W7=t(c());var B2=t(n()),hr=(0,B2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,B2.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.7285 2.03855C11.9358 1.98003 12.1578 1.98973 12.3604 2.06785L19.3604 4.76707C19.7458 4.91596 20 5.2874 20 5.70066V12.0005C19.9998 15.1351 17.9819 17.6373 16.1689 19.269C15.2436 20.1017 14.3226 20.7526 13.6348 21.1948C13.2899 21.4165 13.0009 21.5879 12.7959 21.7046C12.6935 21.7629 12.6112 21.8073 12.5537 21.8384C12.5252 21.8537 12.5025 21.866 12.4863 21.8745C12.4783 21.8787 12.4716 21.8827 12.4668 21.8852L12.459 21.8891C12.1723 22.0364 11.8287 22.0364 11.542 21.8891L11.5332 21.8852C11.5284 21.8827 11.5217 21.8787 11.5137 21.8745C11.4975 21.866 11.4748 21.8537 11.4463 21.8384C11.3888 21.8073 11.3065 21.7629 11.2041 21.7046C10.9991 21.5879 10.7101 21.4165 10.3652 21.1948C9.67743 20.7526 8.75635 20.1017 7.83105 19.269C6.01806 17.6373 4.0002 15.1351 4 12.0005V5.70066C4 5.2874 4.25417 4.91596 4.63965 4.76707L11.6396 2.06785L11.7285 2.03855ZM6 6.38621V12.0005C6.00021 14.2653 7.48225 16.2636 9.16895 17.7817C9.80874 18.3575 10.4524 18.8385 11 19.2134V4.4575L6 6.38621ZM13 19.2134C13.5476 18.8385 14.1913 18.3575 14.8311 17.7817C16.5178 16.2636 17.9998 14.2653 18 12.0005V6.38621L13 4.4575V19.2134Z"})}),Mr=r(hr,"shield-halved-outlined"),Hr=W7.forwardRef((o,e)=>(0,B2.jsx)(i,{...o,ref:e,icon:Mr})),X7=Hr;var Q7=t(c());var k2=t(n()),Er=(0,k2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,k2.jsx)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M12.459 21.8886C12.1722 22.036 11.8288 22.036 11.542 21.8886L11.5332 21.8847C11.5284 21.8822 11.5218 21.8783 11.5137 21.874C11.4975 21.8655 11.4749 21.8533 11.4463 21.8379C11.3888 21.8068 11.3066 21.7625 11.2041 21.7041C10.9991 21.5873 10.7101 21.416 10.3652 21.1943C9.67737 20.7521 8.75643 20.1014 7.83105 19.2685C6.01797 17.6368 4 15.1348 4 12V5.70017C4 5.28685 4.25408 4.91543 4.63965 4.76658L11.6396 2.06736L11.7285 2.03806C11.9358 1.97954 12.1578 1.98924 12.3604 2.06736L19.3604 4.76658C19.7459 4.91543 20 5.28685 20 5.70017V12C20 15.1348 17.982 17.6368 16.1689 19.2685C15.2436 20.1014 14.3226 20.7521 13.6348 21.1943C13.2899 21.416 13.0009 21.5873 12.7959 21.7041C12.6934 21.7625 12.6112 21.8068 12.5537 21.8379C12.5251 21.8533 12.5025 21.8655 12.4863 21.874C12.4782 21.8783 12.4716 21.8822 12.4668 21.8847L12.459 21.8886ZM12 4.07127L18 6.38572V12C18 14.265 16.5179 16.263 14.8311 17.7812C14.0066 18.5233 13.1773 19.1102 12.5527 19.5117C12.3412 19.6477 12.1538 19.7607 12 19.8515C11.8462 19.7607 11.6588 19.6477 11.4473 19.5117C10.8227 19.1102 9.99344 18.5233 9.16895 17.7812C7.48213 16.263 6 14.265 6 12V6.38572L12 4.07127Z"})}),xr=r(Er,"shield-outlined"),Vr=Q7.forwardRef((o,e)=>(0,k2.jsx)(i,{...o,ref:e,icon:xr})),Y7=Vr;var K7=t(c());var $2=t(n()),Or=(0,$2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,$2.jsx)("path",{d:"M5.139 6.99018C4.91405 7.12115 4.80158 7.29142 4.80158 7.50098C4.80158 8.73215 5.00153 10.1467 5.40145 11.7446C5.80136 13.3163 6.50121 14.8618 7.50099 16.3811C8.52576 17.8743 9.95045 19.1054 11.775 20.0747C11.925 20.127 12.075 20.127 12.225 20.0747C14.0496 19.1054 15.4742 17.8743 16.499 16.3811C17.4988 14.8618 18.1986 13.3163 18.5986 11.7446C18.9985 10.1467 19.1984 8.73215 19.1984 7.50098C19.1984 7.29142 19.0859 7.12115 18.861 6.99018L12 3.92534L5.139 6.99018ZM19.5733 5.2613C19.9982 5.44466 20.3357 5.73281 20.5856 6.12574C20.8606 6.51866 20.998 6.97708 20.998 7.50098C21.023 8.83694 20.8106 10.4086 20.3607 12.2161C19.9108 14.0236 19.0984 15.7787 17.9237 17.4813C16.774 19.2102 15.1243 20.6379 12.9748 21.7642C12.3249 22.0786 11.6751 22.0786 11.0252 21.7642C8.87569 20.6379 7.22605 19.2102 6.0763 17.4813C4.90156 15.7787 4.08923 14.0236 3.63933 12.2161C3.18943 10.4086 2.97698 8.83694 3.00197 7.50098C3.00197 6.97708 3.13944 6.51866 3.41438 6.12574C3.66433 5.73281 4.00175 5.44466 4.42666 5.2613L11.5126 2.11788C11.6626 2.03929 11.825 2 12 2C12.175 2 12.3374 2.03929 12.4874 2.11788L19.5733 5.2613ZM11.1002 15.5167V13.002H8.70072C8.15084 12.9496 7.85091 12.6352 7.80092 12.0589C7.85091 11.4826 8.15084 11.1683 8.70072 11.1159H11.1002V8.60118C11.1502 8.02489 11.4501 7.71054 12 7.65815C12.5499 7.71054 12.8498 8.02489 12.8998 8.60118V11.1159H15.2993C15.8492 11.1683 16.1491 11.4826 16.1991 12.0589C16.1491 12.6352 15.8492 12.9496 15.2993 13.002H12.8998V15.5167C12.8498 16.093 12.5499 16.4073 12 16.4597C11.4501 16.4073 11.1502 16.093 11.1002 15.5167Z"})}),yr=r(Or,"shield-plus-outlined"),Pr=K7.forwardRef((o,e)=>(0,$2.jsx)(i,{...o,ref:e,icon:yr})),J7=Pr;var j7=t(c());var U2=t(n()),Dr=(0,U2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,U2.jsx)("path",{d:"M18.2031 5.07166C18.6484 4.90759 19.0586 4.98962 19.4336 5.31775L21.6836 7.56775C21.8945 7.80212 22 8.07166 22 8.37634C22 8.68103 21.8945 8.95056 21.6836 9.18494L19.4336 11.4349C19.0586 11.7631 18.6484 11.8334 18.2031 11.6459C17.7578 11.4584 17.5234 11.1185 17.5 10.6263V9.50134H16.375C16 9.50134 15.6953 9.65369 15.4609 9.95837L13.9844 11.9271L12.5781 10.0638L13.668 8.58728C14.3711 7.72009 15.2734 7.27478 16.375 7.25134H17.5V6.12634C17.5234 5.63416 17.7578 5.28259 18.2031 5.07166ZM9.76562 13.8256L11.1719 15.6888L10.082 17.1654C9.37891 18.0326 8.47656 18.4779 7.375 18.5013H5.125C4.79688 18.5013 4.52734 18.3959 4.31641 18.1849C4.10547 17.974 4 17.7045 4 17.3763C4 17.0482 4.10547 16.7787 4.31641 16.5677C4.52734 16.3568 4.79688 16.2513 5.125 16.2513H7.375C7.75 16.2513 8.05469 16.099 8.28906 15.7943L9.76562 13.8256ZM19.4336 20.4349C19.0586 20.7631 18.6484 20.8451 18.2031 20.681C17.7578 20.4701 17.5234 20.1185 17.5 19.6263V18.5013H16.375C15.25 18.4779 14.3477 18.0326 13.668 17.1654L8.28906 9.95837C8.05469 9.65369 7.75 9.50134 7.375 9.50134H5.125C4.79688 9.50134 4.52734 9.39587 4.31641 9.18494C4.10547 8.974 4 8.70447 4 8.37634C4 8.04822 4.10547 7.77869 4.31641 7.56775C4.52734 7.35681 4.79688 7.25134 5.125 7.25134H7.375C8.47656 7.27478 9.37891 7.72009 10.082 8.58728L15.4609 15.7943C15.6953 16.099 16 16.2513 16.375 16.2513H17.5V15.1263C17.5234 14.6342 17.7578 14.2826 18.2031 14.0717C18.6484 13.9076 19.0586 13.9896 19.4336 14.3177L21.6836 16.5677C21.8945 16.8021 22 17.0717 22 17.3763C22 17.681 21.8945 17.9506 21.6836 18.1849L19.4336 20.4349Z"})}),Nr=r(Dr,"shuffle-filled"),Tr=j7.forwardRef((o,e)=>(0,U2.jsx)(i,{...o,ref:e,icon:Nr})),o3=Tr;var e3=t(c());var K=t(n()),Zr=(0,K.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,K.jsx)("path",{d:"M4.29591 4.17871C4.66332 3.81444 5.24237 3.79378 5.6338 4.11523L5.70998 4.18457L10.1211 8.62891C10.5102 9.02086 10.5082 9.65389 10.1162 10.043C9.72432 10.432 9.09126 10.4299 8.70216 10.0381L4.29005 5.59375L4.22169 5.51758C3.90269 5.12362 3.92841 4.54351 4.29591 4.17871ZM21 8.44434C21 8.99662 20.5523 9.44434 20 9.44434C19.4477 9.44434 19 8.99662 19 8.44434V6.42578L5.70998 19.8154L5.6338 19.8848C5.24237 20.2062 4.66332 20.1856 4.29591 19.8213C3.90395 19.4322 3.90097 18.7982 4.29005 18.4062L17.5986 5H15.5879C15.0358 4.99981 14.5879 4.55217 14.5879 4C14.5879 3.44783 15.0358 3.00019 15.5879 3H20L20.1026 3.00488C20.6067 3.05621 21 3.48232 21 4V8.44434Z"})," ",(0,K.jsx)("path",{d:"M19 17.5723V15.5557C19 15.0034 19.4477 14.5557 20 14.5557C20.5523 14.5557 21 15.0034 21 15.5557V20C21 20.5523 20.5523 21 20 21H15.5879C15.0358 20.9998 14.5879 20.5522 14.5879 20C14.5879 19.4478 15.0358 19.0002 15.5879 19H17.5986L13.9961 15.3711C13.6072 14.9792 13.6093 14.3461 14.001 13.957C14.393 13.568 15.0269 13.57 15.416 13.9619L19 17.5723Z"})]}),br=r(Zr,"shuffle"),Fr=e3.forwardRef((o,e)=>(0,K.jsx)(i,{...o,ref:e,icon:br})),t3=Fr;var n3=t(c());var q2=t(n()),_r=(0,q2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,q2.jsx)("path",{d:"M18.9414 5.11609L21.7539 7.92859C22.082 8.32703 22.082 8.72546 21.7539 9.1239L18.9414 11.9364C18.543 12.2645 18.1445 12.2645 17.7461 11.9364C17.418 11.538 17.418 11.1395 17.7461 10.7411L19.1172 9.37H16.375C15.9062 9.37 15.5312 9.5575 15.25 9.9325L13.6328 12.077L12.5781 10.6708L13.9141 8.91296C14.5234 8.11609 15.3438 7.70593 16.375 7.6825H19.1172L17.7461 6.3114C17.418 5.91296 17.418 5.51453 17.7461 5.11609C18.1445 4.78796 18.543 4.78796 18.9414 5.11609ZM11.1719 15.3817L9.83594 17.1395C9.22656 17.9364 8.40625 18.3466 7.375 18.37H4.84375C4.32812 18.3231 4.04688 18.0419 4 17.5262C4.04688 17.0106 4.32812 16.7294 4.84375 16.6825H7.375C7.84375 16.6825 8.21875 16.495 8.5 16.12L10.1172 13.9755L11.1719 15.3817ZM17.7461 14.1161C18.1445 13.788 18.543 13.788 18.9414 14.1161L21.7539 16.9286C22.082 17.327 22.082 17.7255 21.7539 18.1239L18.9414 20.9364C18.543 21.2645 18.1445 21.2645 17.7461 20.9364C17.418 20.538 17.418 20.1395 17.7461 19.7411L19.1172 18.37H16.375C15.3438 18.3466 14.5234 17.9364 13.9141 17.1395L8.5 9.9325C8.21875 9.5575 7.84375 9.37 7.375 9.37H4.84375C4.32812 9.32312 4.04688 9.04187 4 8.52625C4.04688 8.01062 4.32812 7.72937 4.84375 7.6825H7.375C8.40625 7.70593 9.22656 8.11609 9.83594 8.91296L15.25 16.12C15.5312 16.495 15.9062 16.6825 16.375 16.6825H19.1172L17.7461 15.3114C17.418 14.913 17.418 14.5145 17.7461 14.1161Z"})}),Ar=r(_r,"shuffle-outlined"),Br=n3.forwardRef((o,e)=>(0,q2.jsx)(i,{...o,ref:e,icon:Ar})),r3=Br;var i3=t(c());var w=t(n()),kr=(0,w.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,w.jsx)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.2588 2.10455C11.8241 1.94154 12.4279 1.96934 12.9805 2.18659L18.2305 4.25006L18.4297 4.33795C19.3998 4.81161 20 5.81869 20 6.89948V12.0499C19.9999 14.5844 18.7205 16.7114 17.3057 18.296C16.062 19.6887 14.6455 20.7403 13.6768 21.378L13.291 21.626C12.5435 22.0936 11.6296 22.1229 10.8613 21.7139L10.709 21.626C9.76251 21.034 8.11564 19.8877 6.69434 18.296C5.2795 16.7114 4.00008 14.5844 4 12.0499V6.89948C4.00003 5.74651 4.68309 4.67724 5.76953 4.25006L11.0195 2.18659L11.2588 2.10455ZM11.874 4.01178L11.751 4.04791L6.50098 6.11139C6.22153 6.22141 6.00003 6.52292 6 6.89948V12.0499C6.00008 13.8924 6.93404 15.5622 8.18555 16.9639C9.43062 18.3583 10.903 19.3887 11.7695 19.9307L11.8262 19.961C11.9589 20.0221 12.1004 20.0121 12.2305 19.9307L12.582 19.7042C13.4613 19.1249 14.7251 18.1839 15.8145 16.9639C17.066 15.5622 17.9999 13.8924 18 12.0499V6.89948C18 6.57006 17.8302 6.29859 17.6006 6.16217L17.499 6.11139L12.249 4.04791C12.1282 4.00041 11.9988 3.98796 11.874 4.01178Z",fill:"url(#paint0_radial_16928_14526)"})," ",(0,w.jsx)("path",{"fill-rule":"evenodd","clip-rule":"evenodd",d:"M11.874 4.01178L11.751 4.04791L6.50098 6.11139C6.22153 6.22141 6.00003 6.52292 6 6.89948V12.0499C6.00008 13.8924 6.93404 15.5622 8.18555 16.9639C9.43062 18.3583 10.903 19.3887 11.7695 19.9307L11.8262 19.961C11.9589 20.0221 12.1004 20.0121 12.2305 19.9307L12.582 19.7042C13.4613 19.1249 14.7251 18.1839 15.8145 16.9639C17.066 15.5622 17.9999 13.8924 18 12.0499V6.89948C18 6.57006 17.8302 6.29859 17.6006 6.16217L17.499 6.11139L12.249 4.04791C12.1282 4.00041 11.9988 3.98796 11.874 4.01178ZM12.9058 10.5249L12.2858 8.22214C12.2061 7.92613 11.7861 7.92613 11.7064 8.22214L11.0864 10.5249C11.0586 10.6281 10.978 10.7088 10.8747 10.7366L8.572 11.3566C8.276 11.4363 8.276 11.8562 8.572 11.9359L10.8747 12.5559C10.978 12.5837 11.0586 12.6644 11.0864 12.7676L11.7064 15.0703C11.7861 15.3663 12.2061 15.3663 12.2858 15.0703L12.9058 12.7676C12.9336 12.6644 13.0142 12.5837 13.1175 12.5559L15.4202 11.9359C15.7162 11.8562 15.7162 11.4363 15.4202 11.3566L13.1175 10.7366C13.0142 10.7088 12.9336 10.6281 12.9058 10.5249Z",fill:"url(#paint1_radial_16928_14526)"})," ",(0,w.jsxs)("defs",{children:[" ",(0,w.jsxs)("radialGradient",{id:"paint0_radial_16928_14526",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(9 6.00014) rotate(79.3803) scale(16.2788)",children:[" ",(0,w.jsx)("stop",{"stop-color":"#FFB266"})," ",(0,w.jsx)("stop",{offset:"1","stop-color":"#F77F00"})," "]})," ",(0,w.jsxs)("radialGradient",{id:"paint1_radial_16928_14526",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(9 6.00014) rotate(79.3803) scale(16.2788)",children:[" ",(0,w.jsx)("stop",{"stop-color":"#FFB266"})," ",(0,w.jsx)("stop",{offset:"1","stop-color":"#F77F00"})," "]})," "]})]}),$r=r(kr,"sigma-drmcolor"),Ur=i3.forwardRef((o,e)=>(0,w.jsx)(i,{...o,ref:e,icon:$r})),c3=Ur;var C3=t(c());var J=t(n()),qr=(0,J.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,J.jsx)("path",{d:"M17.0391 11.0133C16.4141 8.78669 14.3828 7.14607 11.9609 7.14607C9.53906 7.14607 7.50781 8.78669 6.88281 11.0133H5.24219C5.82812 7.81013 8.60156 5.38826 11.9609 5.38826C14.5 5.38826 16.6875 6.75544 17.8984 8.82576H21.375C19.9687 4.99763 16.2969 2.22418 12 2.22418C6.49219 2.22418 2 6.67732 2 12.2242C2 12.732 2.03906 13.2008 2.11719 13.7086H6.92187C7.50781 15.9742 9.57812 17.693 12 17.693C14.4609 17.693 16.5312 16.0133 17.0781 13.7086H18.6406C17.9766 16.7555 15.2422 19.0602 11.9609 19.0602C9.53906 19.0602 7.42969 17.8102 6.21875 15.8961H2.70312C4.14844 19.607 7.78125 22.2242 12 22.2242C17.5078 22.2242 22 17.7711 22 12.2242C22 11.8336 21.9609 11.4039 21.9219 11.0133H17.0391ZM12 16.0524C9.96875 16.0524 8.32812 14.4117 8.32812 12.3805C8.32812 10.3492 9.96875 8.70857 12 8.70857C14.0312 8.70857 15.6719 10.3492 15.6719 12.3805C15.6719 14.4117 13.9922 16.0524 12 16.0524Z"})," ",(0,J.jsx)("path",{d:"M13.9922 11.5617L11.4531 9.94916C11.1016 9.72414 10.5938 9.9866 10.5938 10.3991V13.6241C10.5938 14.0367 11.1016 14.2991 11.4531 14.0741L13.9922 12.4617C14.3437 12.2367 14.3437 11.7492 13.9922 11.5617Z"})]}),Gr=r(qr,"sigma-filled"),zr=C3.forwardRef((o,e)=>(0,J.jsx)(i,{...o,ref:e,icon:Gr})),a3=zr;var s3=t(c());var G2=t(n()),Wr=(0,G2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,G2.jsx)("path",{d:"M4.4541 19V14.5557H3C2.44775 14.5557 2.00006 14.1079 2 13.5557C2 13.0034 2.44772 12.5557 3 12.5557H7.90918L8.01172 12.5605C8.5158 12.6119 8.90918 13.038 8.90918 13.5557C8.90912 14.0733 8.51578 14.4994 8.01172 14.5508L7.90918 14.5557H6.4541V19C6.4541 19.5523 6.00639 20 5.4541 20C4.90202 19.9998 4.4541 19.5521 4.4541 19ZM11 19V12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19ZM17.5459 19V16.1113H16.0908C15.5386 16.1113 15.0909 15.6635 15.0908 15.1113C15.0908 14.5591 15.5386 14.1114 16.0908 14.1113H21L21.1025 14.1162C21.6067 14.1676 22 14.5937 22 15.1113C21.9999 15.6289 21.6066 16.0541 21.1025 16.1055L21 16.1113H19.5459V19C19.5459 19.5521 19.098 19.9998 18.5459 20C17.9936 20 17.5459 19.5523 17.5459 19ZM17.5459 12V5C17.5459 4.44772 17.9936 4 18.5459 4C19.098 4.00024 19.5459 4.44786 19.5459 5V12C19.5459 12.5521 19.098 12.9998 18.5459 13C17.9936 13 17.5459 12.5523 17.5459 12ZM4.4541 10.4443V5C4.4541 4.44786 4.90202 4.00024 5.4541 4C6.00639 4 6.4541 4.44772 6.4541 5V10.4443C6.4541 10.9966 6.00639 11.4443 5.4541 11.4443C4.90202 11.4441 4.4541 10.9965 4.4541 10.4443ZM11 5C11 4.44772 11.4477 4 12 4C12.5523 4 13 4.44772 13 5V7.88867H14.4541L14.5566 7.89453C15.0609 7.94569 15.454 8.37097 15.4541 8.88867C15.4541 9.40649 15.061 9.83265 14.5566 9.88379L14.4541 9.88867H9.5459C8.99361 9.88867 8.5459 9.44096 8.5459 8.88867C8.54602 8.33649 8.99369 7.88867 9.5459 7.88867H11V5Z"})}),Xr=r(Wr,"sliders-filled"),Qr=s3.forwardRef((o,e)=>(0,G2.jsx)(i,{...o,ref:e,icon:Xr})),f3=Qr;var p3=t(c());var x=t(n()),Yr=(0,x.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,x.jsxs)("g",{"clip-path":"url(#clip0_16928_14480)",children:[" ",(0,x.jsx)("path",{d:"M18.16 15.5861C17.8575 16.2848 17.4995 16.928 17.0847 17.5194C16.5193 18.3255 16.0563 18.8835 15.6996 19.1934C15.1465 19.702 14.5539 19.9625 13.9194 19.9773C13.4638 19.9773 12.9145 19.8477 12.275 19.5847C11.6334 19.323 11.0438 19.1934 10.5047 19.1934C9.93926 19.1934 9.33286 19.323 8.68424 19.5847C8.03463 19.8477 7.51131 19.9847 7.1112 19.9983C6.50271 20.0242 5.89618 19.7563 5.29077 19.1934C4.90436 18.8563 4.42104 18.2786 3.84205 17.4601C3.22083 16.586 2.71011 15.5725 2.31 14.417C1.88149 13.1689 1.66669 11.9603 1.66669 10.7902C1.66669 9.44984 1.95631 8.29383 2.53641 7.32509C2.99232 6.54697 3.59885 5.93316 4.35796 5.48255C5.11707 5.03195 5.93729 4.80233 6.8206 4.78764C7.30391 4.78764 7.93772 4.93714 8.72535 5.23096C9.51076 5.52576 10.0151 5.67526 10.2362 5.67526C10.4015 5.67526 10.9617 5.50045 11.9114 5.15195C12.8095 4.82875 13.5675 4.69492 14.1885 4.74764C15.8712 4.88344 17.1353 5.54675 17.976 6.74178C16.4712 7.6536 15.7267 8.93072 15.7415 10.5691C15.7551 11.8452 16.2181 12.9071 17.1279 13.7503C17.5403 14.1417 18.0007 14.4441 18.5131 14.6589C18.402 14.9812 18.2847 15.2898 18.16 15.5861ZM14.3009 0.400114C14.3009 1.40034 13.9354 2.33425 13.2071 3.19867C12.3281 4.22629 11.2649 4.8201 10.112 4.7264C10.0973 4.60641 10.0888 4.48011 10.0888 4.3474C10.0888 3.38718 10.5068 2.35956 11.2491 1.51934C11.6197 1.09392 12.091 0.74019 12.6626 0.458013C13.233 0.180046 13.7725 0.0263242 14.2799 0C14.2947 0.133715 14.3009 0.267438 14.3009 0.400101V0.400114Z",fill:"#292B33","fill-opacity":"0.7"})," "]})," ",(0,x.jsxs)("defs",{children:[" ",(0,x.jsxs)("clipPath",{id:"clip0_16928_14480",children:[" ",(0,x.jsx)("rect",{width:"20",height:"20",fill:"white"})," "]})," "]})]}),Kr=r(Yr,"social-apple-color"),Jr=p3.forwardRef((o,e)=>(0,x.jsx)(i,{...o,ref:e,icon:Kr})),m3=Jr;var l3=t(c());var z2=t(n()),jr=(0,z2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,z2.jsx)("path",{d:"M17.5665 13.5223C17.5133 13.683 17.6064 14.1652 17.8457 14.9688C18.0851 15.7991 18.8032 16.5491 20 17.2188C19.8404 17.7277 19.5612 18.3571 19.1622 19.1071C18.7633 19.8304 18.2846 20.4866 17.7261 21.0759C17.1676 21.6384 16.5691 21.9464 15.9309 22C15.3989 21.9732 14.9202 21.8527 14.4947 21.6384C14.0426 21.4241 13.4973 21.3036 12.859 21.2768C12.1941 21.3036 11.6223 21.4375 11.1436 21.6786C10.7181 21.8661 10.2926 21.9732 9.86702 22C9.20213 21.9732 8.57713 21.6518 7.99202 21.0357C7.40691 20.4196 6.9016 19.7232 6.47606 18.9464C6.05053 18.1429 5.74468 17.4866 5.55851 16.9777C5.18617 15.8527 5 14.7679 5 13.7232C5.05319 11.9286 5.54521 10.5893 6.47606 9.70536C7.38032 8.82143 8.41755 8.36607 9.58777 8.33929C10.2527 8.39286 10.9043 8.55357 11.5426 8.82143C11.9947 9.00893 12.367 9.11607 12.6596 9.14286C12.8723 9.11607 13.1915 9.02232 13.617 8.86161C13.9628 8.72768 14.3617 8.59375 14.8138 8.45982C15.266 8.32589 15.7181 8.27232 16.1702 8.29911C17.6596 8.43304 18.7899 9.03571 19.5612 10.1071C18.2048 10.9107 17.5399 12.0491 17.5665 13.5223ZM15.2926 6.93304C14.4947 7.87054 13.5771 8.32589 12.5399 8.29911C12.4867 7.17411 12.8191 6.20982 13.5372 5.40625C13.883 5.03125 14.2952 4.70982 14.7739 4.44196C15.2793 4.17411 15.7713 4.02679 16.25 4C16.3032 4.24107 16.2899 4.61607 16.2101 5.125C16.1037 5.66071 15.7979 6.26339 15.2926 6.93304Z"})}),oi=r(jr,"social-apple-filled"),ei=l3.forwardRef((o,e)=>(0,z2.jsx)(i,{...o,ref:e,icon:oi})),d3=ei;var u3=t(c());var v=t(n()),ti=(0,v.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,v.jsxs)("g",{"clip-path":"url(#clip0_16928_14468)",children:[" ",(0,v.jsx)("path",{d:"M10 8.18179V12.0545H15.3818C15.1455 13.3 14.4363 14.3546 13.3727 15.0636L16.6181 17.5818C18.509 15.8364 19.5999 13.2728 19.5999 10.2273C19.5999 9.51826 19.5363 8.83638 19.4181 8.1819L10 8.18179Z",fill:"#4285F4"})," ",(0,v.jsx)("path",{d:"M4.39551 11.9034L3.66354 12.4637L1.07259 14.4818C2.71804 17.7454 6.09052 20 9.99958 20C12.6995 20 14.9635 19.1091 16.6181 17.5818L13.3727 15.0636C12.4818 15.6636 11.345 16.0273 9.99958 16.0273C7.39959 16.0273 5.19057 14.2728 4.3996 11.9091L4.39551 11.9034Z",fill:"#34A853"})," ",(0,v.jsx)("path",{d:"M1.07265 5.51819C0.390868 6.86359 0 8.38179 0 9.99994C0 11.6181 0.39081 13.1364 1.07259 14.4818C1.07259 14.4908 4.39998 11.8999 4.39998 11.8999C4.19998 11.2999 4.08177 10.6636 4.08177 9.99984C4.08177 9.33612 4.19998 8.69979 4.39998 8.0998L1.07265 5.51819Z",fill:"#FBBC05"})," ",(0,v.jsx)("path",{d:"M9.99978 3.98182C11.4725 3.98182 12.7816 4.49089 13.8271 5.47272L16.6907 2.60912C14.9543 0.990971 12.6998 0 9.99978 0C6.09072 0 2.7181 2.24545 1.07265 5.51819L4.39998 8.0998C5.19084 5.73614 7.3998 3.98182 9.99978 3.98182Z",fill:"#EA4335"})," "]})," ",(0,v.jsxs)("defs",{children:[" ",(0,v.jsxs)("clipPath",{id:"clip0_16928_14468",children:[" ",(0,v.jsx)("rect",{width:"20",height:"20",fill:"white"})," "]})," "]})]}),ni=r(ti,"social-google-color"),ri=u3.forwardRef((o,e)=>(0,v.jsx)(i,{...o,ref:e,icon:ni})),I3=ri;var R3=t(c());var W2=t(n()),ii=(0,W2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,W2.jsx)("path",{d:"M19.25 13.0576C19.2083 15.3076 18.5208 17.1201 17.1875 18.4951C15.8333 19.8701 14.0208 20.5785 11.75 20.6201C10.3125 20.5993 9.01042 20.2451 7.84375 19.5576C6.67708 18.8701 5.75 17.943 5.0625 16.7764C4.375 15.6097 4.02083 14.3076 4 12.8701C4.02083 11.4326 4.375 10.1305 5.0625 8.96387C5.75 7.7972 6.67708 6.87012 7.84375 6.18262C9.01042 5.49512 10.3125 5.14095 11.75 5.12012C13.8542 5.16178 15.5833 5.83887 16.9375 7.15137L14.8438 9.18262C13.8646 8.30762 12.7708 7.91178 11.5625 7.99512C10.3542 8.05762 9.29167 8.51595 8.375 9.37012C7.47917 10.2451 7 11.4118 6.9375 12.8701C6.97917 14.266 7.44792 15.4222 8.34375 16.3389C9.26042 17.2555 10.3958 17.7347 11.75 17.7764C12.7708 17.7555 13.5938 17.5472 14.2188 17.1514C14.8438 16.7555 15.3125 16.3076 15.625 15.8076C15.9167 15.2868 16.0938 14.8285 16.1562 14.4326H11.75V11.7451H19.125C19.2083 12.1201 19.25 12.5576 19.25 13.0576Z"})}),ci=r(ii,"social-google-filled"),Ci=R3.forwardRef((o,e)=>(0,W2.jsx)(i,{...o,ref:e,icon:ci})),S3=Ci;var g3=t(c());var X2=t(n()),ai=(0,X2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,X2.jsx)("path",{d:"M12 6.96528C11.3095 6.94106 10.7738 6.62625 10.3929 6.02083C10.0595 5.3912 10.0595 4.76157 10.3929 4.13194C10.7738 3.52653 11.3095 3.21172 12 3.1875C12.6905 3.21172 13.2262 3.52653 13.6071 4.13194C13.9405 4.76157 13.9405 5.3912 13.6071 6.02083C13.2262 6.62625 12.6905 6.94106 12 6.96528ZM12 20.1875C11.6667 20.1875 11.3929 20.0785 11.1786 19.8606C10.9643 19.6426 10.8571 19.3641 10.8571 19.0251C10.8571 18.6861 10.9643 18.4076 11.1786 18.1896C11.3929 17.9717 11.6667 17.8627 12 17.8627C12.3333 17.8627 12.6071 17.9717 12.8214 18.1896C13.0357 18.4076 13.1429 18.6861 13.1429 19.0251C13.1429 19.3641 13.0357 19.6426 12.8214 19.8606C12.6071 20.0785 12.3333 20.1875 12 20.1875ZM18.8571 13.2131C18.5238 13.2131 18.25 13.1042 18.0357 12.8862C17.8214 12.6683 17.7143 12.3898 17.7143 12.0507C17.7143 11.7117 17.8214 11.4332 18.0357 11.2153C18.25 10.9973 18.5238 10.8884 18.8571 10.8884C19.1905 10.8884 19.4643 10.9973 19.6786 11.2153C19.8929 11.4332 20 11.7117 20 12.0507C20 12.3898 19.8929 12.6683 19.6786 12.8862C19.4643 13.1042 19.1905 13.2131 18.8571 13.2131ZM4 12.0507C4 11.7117 4.10714 11.4332 4.32143 11.2153C4.53571 10.9973 4.80952 10.8884 5.14286 10.8884C5.47619 10.8884 5.75 10.9973 5.96429 11.2153C6.17857 11.4332 6.28571 11.7117 6.28571 12.0507C6.28571 12.3898 6.17857 12.6683 5.96429 12.8862C5.75 13.1042 5.47619 13.2131 5.14286 13.2131C4.80952 13.2131 4.53571 13.1042 4.32143 12.8862C4.10714 12.6683 4 12.3898 4 12.0507ZM18.25 8.56357C17.7024 9.09633 17.0595 9.26585 16.3214 9.07212C15.6071 8.85417 15.1429 8.38194 14.9286 7.65545C14.7381 6.90474 14.9048 6.25089 15.4286 5.69391C15.9762 5.16115 16.619 4.97952 17.3571 5.14904C18.0952 5.36699 18.5714 5.85132 18.7857 6.60203C18.9524 7.35274 18.7738 8.00659 18.25 8.56357ZM6.35714 17.7901C6.11905 17.5721 6 17.3057 6 16.9909C6 16.6761 6.11905 16.3976 6.35714 16.1554C6.57143 15.9375 6.83333 15.8285 7.14286 15.8285C7.45238 15.8285 7.72619 15.9375 7.96429 16.1554C8.17857 16.3976 8.28571 16.6761 8.28571 16.9909C8.28571 17.3057 8.17857 17.5721 7.96429 17.7901C7.72619 18.0322 7.45238 18.1533 7.14286 18.1533C6.83333 18.1533 6.57143 18.0322 6.35714 17.7901ZM16.0357 17.7901C15.8214 17.5721 15.7143 17.3057 15.7143 16.9909C15.7143 16.6761 15.8214 16.3976 16.0357 16.1554C16.2738 15.9375 16.5476 15.8285 16.8571 15.8285C17.1667 15.8285 17.4286 15.9375 17.6429 16.1554C17.881 16.3976 18 16.6761 18 16.9909C18 17.3057 17.881 17.5721 17.6429 17.7901C17.4286 18.0322 17.1667 18.1533 16.8571 18.1533C16.5476 18.1533 16.2738 18.0322 16.0357 17.7901ZM5.92857 5.87553C6.40476 5.43964 6.96429 5.29434 7.60714 5.43964C8.22619 5.63337 8.63095 6.04505 8.82143 6.67468C8.96429 7.30431 8.80952 7.86129 8.35714 8.34562C7.88095 8.80573 7.33333 8.96314 6.71429 8.81784C6.09524 8.62411 5.69048 8.21243 5.5 7.5828C5.35714 6.92895 5.5 6.35986 5.92857 5.87553Z"})}),si=r(ai,"spinner-scale-filled"),fi=g3.forwardRef((o,e)=>(0,X2.jsx)(i,{...o,ref:e,icon:si})),w3=fi;var L3=t(c());var Q2=t(n()),pi=(0,Q2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,Q2.jsx)("path",{d:"M14.0826 7.07607C13.909 7.25311 13.8118 7.49114 13.8118 7.73906C13.8118 7.98697 13.909 8.225 14.0826 8.40204L15.598 9.91743C15.775 10.091 16.013 10.1882 16.2609 10.1882C16.5089 10.1882 16.7469 10.091 16.9239 9.91743L20.4946 6.34679C20.9708 7.39922 21.115 8.5718 20.908 9.70826C20.7009 10.8447 20.1524 11.8911 19.3356 12.7079C18.5187 13.5247 17.4724 14.0732 16.3359 14.2803C15.1994 14.4874 14.0269 14.3432 12.9744 13.8669L6.42983 20.4115C6.05304 20.7883 5.54201 21 5.00915 21C4.47629 21 3.96525 20.7883 3.58847 20.4115C3.21168 20.0347 3 19.5237 3 18.9909C3 18.458 3.21168 17.947 3.58847 17.5702L10.1331 11.0256C9.65683 9.97313 9.51263 8.80056 9.71969 7.66409C9.92676 6.52763 10.4753 5.48127 11.2921 4.66444C12.1089 3.84761 13.1553 3.29911 14.2917 3.09205C15.4282 2.88498 16.6008 3.02918 17.6532 3.50542L14.0826 7.07607Z"})}),mi=r(pi,"tool-filled"),li=L3.forwardRef((o,e)=>(0,Q2.jsx)(i,{...o,ref:e,icon:mi})),v3=li;var h3=t(c());var Y2=t(n()),di=(0,Y2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,Y2.jsx)("path",{d:"M13.8584 3.09766C15.0686 2.87716 16.3178 3.03095 17.4385 3.53809L17.5459 3.59571C17.7879 3.74305 17.9582 3.9871 18.0098 4.26953C18.0686 4.59241 17.9654 4.92414 17.7334 5.15625L14.6768 8.21192L15.7881 9.32325L18.8447 6.26758L18.9365 6.18653C19.1598 6.01228 19.449 5.93976 19.7314 5.99121C20.0542 6.05018 20.3276 6.26361 20.4629 6.5625C20.97 7.68319 21.1238 8.93241 20.9033 10.1426C20.6828 11.3525 20.0981 12.4662 19.2285 13.3359C18.3587 14.2058 17.2444 14.7902 16.0342 15.0107C15.0573 15.1887 14.0557 15.122 13.1162 14.8232L7.75684 20.1836C7.29975 20.6407 6.70016 20.923 6.0625 20.9863L5.78711 21C5.04824 21 4.33984 20.7061 3.81738 20.1836C3.29492 19.6611 3.00098 18.9527 3.00098 18.2139C3.00104 17.4751 3.29498 16.7666 3.81738 16.2441L9.17676 10.8838C8.87833 9.94466 8.81235 8.94328 8.99023 7.9668C9.21073 6.75663 9.79523 5.64227 10.665 4.77246C11.5347 3.90284 12.6484 3.31819 13.8584 3.09766ZM5.00098 18.2139C5.00098 18.4223 5.08406 18.6221 5.23145 18.7695C5.37883 18.9169 5.57867 19 5.78711 19L5.86426 18.9961C6.04428 18.9783 6.21374 18.8986 6.34277 18.7695L12.1602 12.9522L12.2773 12.8525C12.565 12.6422 12.9475 12.598 13.2793 12.748C14.0296 13.0876 14.8656 13.1906 15.6758 13.043C16.486 12.8954 17.2321 12.5042 17.8145 11.9219C18.3967 11.3396 18.7879 10.5933 18.9355 9.78321C18.9862 9.50477 19.004 9.22336 18.9961 8.94336L17.085 10.8555L17.0781 10.8633C16.7338 11.2008 16.2702 11.3897 15.7881 11.3897C15.3061 11.3895 14.8432 11.2006 14.499 10.8633L14.4922 10.8564L13.1455 9.50879L13.1377 9.50196C12.8425 9.20079 12.661 8.8087 12.6201 8.39258L12.6113 8.21289L12.6201 8.03321C12.6608 7.61676 12.8423 7.22422 13.1377 6.92285L13.1445 6.91602L15.0566 5.00391C14.777 4.99609 14.4959 5.01479 14.2178 5.06543C13.4077 5.21304 12.6614 5.60429 12.0791 6.18653C11.4968 6.76886 11.1056 7.515 10.958 8.3252C10.8104 9.13539 10.9134 9.9714 11.2529 10.7217L11.3047 10.8662C11.4002 11.2096 11.3063 11.5832 11.0488 11.8408L5.23145 17.6582C5.08411 17.8055 5.00104 18.0055 5.00098 18.2139Z"})}),ui=r(di,"tool-outlined"),Ii=h3.forwardRef((o,e)=>(0,Y2.jsx)(i,{...o,ref:e,icon:ui})),M3=Ii;var H3=t(c());var K2=t(n()),Ri=(0,K2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,K2.jsx)("path",{d:"M17 8.12H7V19.12C7 19.6723 7.44772 20.12 8 20.12H16C16.5523 20.12 17 19.6723 17 19.12V8.12ZM9 16.12V12.12C9 11.5677 9.44772 11.12 10 11.12C10.5523 11.12 11 11.5677 11 12.12V16.12C11 16.6723 10.5523 17.12 10 17.12C9.44772 17.12 9 16.6723 9 16.12ZM13 16.12V12.12C13 11.5677 13.4477 11.12 14 11.12C14.5523 11.12 15 11.5677 15 12.12V16.12C15 16.6723 14.5523 17.12 14 17.12C13.4477 17.12 13 16.6723 13 16.12ZM14 5.12C14 4.56779 13.5522 4.12013 13 4.12H11C10.4477 4.12 10 4.56771 10 5.12V6.12H14V5.12ZM16 6.12H20C20.5523 6.12 21 6.56771 21 7.12C21 7.67228 20.5523 8.12 20 8.12H19V19.12C19 20.7768 17.6569 22.12 16 22.12H8C6.34315 22.12 5 20.7768 5 19.12V8.12H4C3.44772 8.12 3 7.67228 3 7.12C3 6.56771 3.44772 6.12 4 6.12H8V5.12C8 3.46314 9.34315 2.12 11 2.12H13C14.6567 2.12013 16 3.46322 16 5.12V6.12Z"})}),Si=r(Ri,"trash-can-outlined"),gi=H3.forwardRef((o,e)=>(0,K2.jsx)(i,{...o,ref:e,icon:Si})),E3=gi;var x3=t(c());var J2=t(n()),wi=(0,J2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,J2.jsx)("path",{d:"M8.53125 5.5C8.65625 7.97917 8.94792 9.85417 9.40625 11.125C9.86458 12.3958 10.3229 13.25 10.7812 13.6875C11.2188 14.125 11.5625 14.375 11.8125 14.4375C11.875 14.4583 11.9271 14.4688 11.9688 14.4688C11.9688 14.4896 11.9792 14.5 12 14.5C12.0417 14.4792 12.1042 14.4583 12.1875 14.4375C12.4375 14.375 12.7812 14.125 13.2188 13.6875C13.6771 13.25 14.1354 12.3958 14.5938 11.125C15.0521 9.85417 15.3438 7.97917 15.4688 5.5H8.53125ZM8.5 4H15.5C15.9167 4.02083 16.2708 4.16667 16.5625 4.4375C16.8333 4.72917 16.9688 5.08333 16.9688 5.5C16.9688 5.66667 16.9583 5.83333 16.9375 6H20.25C20.7083 6.04167 20.9583 6.29167 21 6.75C20.9792 8.4375 20.6667 9.84375 20.0625 10.9688C19.4583 12.0938 18.7188 12.9896 17.8438 13.6562C16.9688 14.2812 16.1042 14.75 15.25 15.0625C14.4167 15.3542 13.7188 15.5417 13.1562 15.625C13.0104 15.7083 12.875 15.7708 12.75 15.8125V18.5H15.25C15.7083 18.5417 15.9583 18.7917 16 19.25C15.9583 19.7083 15.7083 19.9583 15.25 20H8.75C8.29167 19.9583 8.04167 19.7083 8 19.25C8.04167 18.7917 8.29167 18.5417 8.75 18.5H11.25V15.8125C11.125 15.7708 10.9896 15.7083 10.8438 15.625C10.2812 15.5417 9.58333 15.3542 8.75 15.0625C7.89583 14.75 7.03125 14.2812 6.15625 13.6562C5.28125 12.9896 4.54167 12.0938 3.9375 10.9688C3.33333 9.84375 3.02083 8.4375 3 6.75C3.04167 6.29167 3.29167 6.04167 3.75 6H7.0625C7.04167 5.83333 7.03125 5.66667 7.03125 5.5C7.03125 5.08333 7.16667 4.72917 7.4375 4.4375C7.72917 4.16667 8.08333 4.02083 8.5 4ZM15.2188 13.4688C15.7812 13.2188 16.3438 12.8854 16.9062 12.4688C17.5521 11.9688 18.1146 11.3229 18.5938 10.5312C19.0729 9.71875 19.3646 8.70833 19.4688 7.5H16.8438C16.6979 8.89583 16.4792 10.0833 16.1875 11.0625C15.8958 12.0417 15.5729 12.8438 15.2188 13.4688ZM7.09375 12.4688C7.65625 12.8854 8.21875 13.2188 8.78125 13.4688C8.42708 12.8438 8.10417 12.0417 7.8125 11.0625C7.52083 10.0833 7.30208 8.89583 7.15625 7.5H4.53125C4.63542 8.70833 4.92708 9.71875 5.40625 10.5312C5.88542 11.3229 6.44792 11.9688 7.09375 12.4688ZM12.2188 7.21875L12.6875 8.125C12.7292 8.20833 12.7917 8.25 12.875 8.25L13.875 8.40625C14.1042 8.48958 14.1562 8.63542 14.0312 8.84375L13.2812 9.53125C13.2188 9.59375 13.1979 9.66667 13.2188 9.75L13.375 10.7812C13.375 11.0104 13.2604 11.0938 13.0312 11.0312L12.125 10.5625C12.0417 10.5208 11.9583 10.5208 11.875 10.5625L10.9688 11.0312C10.7396 11.0938 10.625 11.0104 10.625 10.7812L10.7812 9.75C10.8021 9.66667 10.7812 9.59375 10.7188 9.53125L10 8.84375C9.85417 8.63542 9.89583 8.48958 10.125 8.40625L11.125 8.25C11.2083 8.25 11.2708 8.20833 11.3125 8.125L11.7812 7.21875C11.9271 7.03125 12.0729 7.03125 12.2188 7.21875Z"})}),Li=r(wi,"trophy-star-outlined"),vi=x3.forwardRef((o,e)=>(0,J2.jsx)(i,{...o,ref:e,icon:Li})),V3=vi;var O3=t(c());var j2=t(n()),hi=(0,j2.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,j2.jsx)("path",{d:"M10.9996 19.1212V14.4493L9.41558 15.9562L8.03765 14.507L11.3101 11.3956L11.3853 11.3312C11.7714 11.0302 12.3262 11.0516 12.688 11.3956L15.9605 14.507L16.0308 14.5812C16.3612 14.9657 16.3534 15.5457 15.9966 15.921C15.6398 16.2963 15.0604 16.334 14.6597 16.0236L14.5826 15.9562L12.9996 14.4503V19.1212C12.9996 19.6734 12.5517 20.121 11.9996 20.1212C11.4473 20.1212 10.9996 19.6735 10.9996 19.1212ZM9.26421 4.1261C10.396 4.08646 11.5243 4.29147 12.564 4.72669C13.6037 5.16196 14.531 5.8176 15.273 6.64759C15.84 7.28188 16.2866 8.00587 16.5953 8.78626H16.9087L17.1177 8.79114C18.1624 8.83307 19.1744 9.18293 20.0113 9.80188C20.9048 10.4628 21.551 11.3953 21.8355 12.4581C22.1202 13.5217 22.0237 14.6451 21.564 15.6476C21.1048 16.6489 20.3127 17.4659 19.3238 17.9786L19.23 18.0216C18.7588 18.208 18.2134 18.0105 17.9752 17.5509C17.7212 17.0606 17.9127 16.4574 18.4029 16.2033L18.6236 16.0773C19.1236 15.7644 19.5118 15.3236 19.7457 14.8136C20.0123 14.2321 20.0664 13.5868 19.9029 12.9757C19.739 12.3637 19.363 11.8106 18.8218 11.4103C18.3475 11.0594 17.7725 10.8452 17.1675 10.797L16.9068 10.7863H15.8775C15.4263 10.7863 15.0301 10.4844 14.9117 10.049C14.7056 9.29122 14.3208 8.5836 13.7818 7.9806C13.2424 7.37732 12.5626 6.89419 11.7916 6.57142C11.0204 6.2486 10.18 6.09551 9.33453 6.12513C8.48905 6.15475 7.66343 6.36601 6.92046 6.74134C6.17779 7.11655 5.53849 7.64447 5.04839 8.28235C4.55849 8.92005 4.22932 9.65171 4.08257 10.421C3.93591 11.1902 3.97456 11.9815 4.19585 12.7355C4.38962 13.3955 4.7204 14.0147 5.16949 14.5568L5.36871 14.7843L5.43414 14.8624C5.74024 15.2666 5.69625 15.8448 5.31695 16.1974C4.93762 16.5499 4.3579 16.5516 3.9771 16.2169L3.90386 16.1456L3.62847 15.8331C3.00925 15.0856 2.54863 14.2246 2.27691 13.299C1.96636 12.241 1.91245 11.1288 2.11871 10.047C2.32493 8.96538 2.78542 7.94592 3.46246 7.06458C4.13939 6.18343 5.01464 5.46361 6.0191 4.95618C7.02328 4.44892 8.13263 4.16579 9.26421 4.1261ZM9.41558 15.9562C9.01544 16.3366 8.38309 16.321 8.0025 15.921C7.62193 15.5208 7.63741 14.8875 8.03765 14.507L9.41558 15.9562Z"})}),Mi=r(hi,"upload-cloud"),Hi=O3.forwardRef((o,e)=>(0,j2.jsx)(i,{...o,ref:e,icon:Mi})),y3=Hi;var P3=t(c());var o5=t(n()),Ei=(0,o5.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,o5.jsx)("path",{d:"M3 18.3427V14.787C3 14.2347 3.44772 13.787 4 13.787C4.55228 13.787 5 14.2347 5 14.787V18.3427C5.00011 18.5488 5.08178 18.7467 5.22754 18.8925C5.3733 19.0382 5.57122 19.1199 5.77734 19.12H18.2227C18.4288 19.1199 18.6267 19.0382 18.7725 18.8925C18.9182 18.7467 18.9999 18.5488 19 18.3427V14.787C19 14.2347 19.4477 13.787 20 13.787C20.5523 13.787 21 14.2347 21 14.787V18.3427C20.9999 19.0792 20.7074 19.7857 20.1865 20.3065C19.6657 20.8274 18.9592 21.1199 18.2227 21.12H5.77734C5.04079 21.1199 4.33431 20.8274 3.81348 20.3065C3.29264 19.7857 3.00011 19.0792 3 18.3427ZM11 14.787V6.53406L8.2627 9.27136C7.87217 9.66189 7.23916 9.66189 6.84863 9.27136C6.45811 8.88084 6.45811 8.24782 6.84863 7.8573L11.293 3.41296L11.3662 3.34656C11.5442 3.20072 11.7679 3.12 12 3.12C12.2652 3.12 12.5195 3.22543 12.707 3.41296L17.1514 7.8573L17.2197 7.93347C17.5402 8.32625 17.5175 8.90521 17.1514 9.27136C16.7852 9.63752 16.2063 9.66017 15.8135 9.33972L15.7373 9.27136L13 6.53406V14.787C12.9998 15.3391 12.5522 15.787 12 15.787C11.4478 15.787 11.0002 15.3391 11 14.787Z"})}),xi=r(Ei,"upload"),Vi=P3.forwardRef((o,e)=>(0,o5.jsx)(i,{...o,ref:e,icon:xi})),D3=Vi;var N3=t(c());var b=t(n()),Oi=(0,b.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,b.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13 14.12C15.7614 14.12 18 16.3586 18 19.12V20.12C18 20.6723 17.5523 21.12 17 21.12H3C2.44772 21.12 2 20.6723 2 20.12V19.12C2 16.3586 4.23858 14.12 7 14.12H13Z"})," ",(0,b.jsx)("path",{d:"M20 20.12V19.12C20 18.0802 19.4711 17.1632 18.6641 16.6239L18.499 16.5204L18.4131 16.4647C18.0025 16.1678 17.8756 15.6022 18.1348 15.1542C18.3941 14.7063 18.9472 14.5351 19.4092 14.743L19.501 14.7899L19.7744 14.9598C21.1145 15.8552 22 17.3837 22 19.12V20.12C22 20.6723 21.5523 21.12 21 21.12C20.4477 21.12 20 20.6723 20 20.12Z"})," ",(0,b.jsx)("path",{d:"M17 8.37C17 7.68216 16.5617 7.00018 15.7793 6.61707L15.6182 6.54382L15.5254 6.50085C15.0789 6.261 14.8785 5.71668 15.0762 5.23816C15.2739 4.75984 15.7997 4.51602 16.2852 4.66101L16.3818 4.69617L16.6553 4.81921C18.0011 5.48001 19 6.78191 19 8.37C19 10.0638 17.8635 11.4318 16.3818 12.0438C15.8715 12.2546 15.2871 12.0121 15.0762 11.5018C14.8654 10.9915 15.1079 10.4071 15.6182 10.1962C16.5013 9.83144 17 9.10371 17 8.37Z"})," ",(0,b.jsx)("path",{d:"M14 8.12C14 10.3291 12.2091 12.12 10 12.12C7.79086 12.12 6 10.3291 6 8.12C6 5.91086 7.79086 4.12 10 4.12C12.2091 4.12 14 5.91086 14 8.12Z"})]}),yi=r(Oi,"user-group-filled"),Pi=N3.forwardRef((o,e)=>(0,b.jsx)(i,{...o,ref:e,icon:yi})),T3=Pi;var Z3=t(c());var F=t(n()),Di=(0,F.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,F.jsx)("path",{d:"M13.2568 14.0068C15.8989 14.1405 18 16.3247 18 19V20C18 20.5523 17.5523 21 17 21C16.4477 21 16 20.5523 16 20V19C16 17.3949 14.7394 16.0842 13.1543 16.0039L13 16H7C5.34315 16 4 17.3431 4 19V20L3.99512 20.1025C3.94379 20.6067 3.51768 21 3 21C2.48232 21 2.05621 20.6067 2.00488 20.1025L2 20V19C2 16.2386 4.23858 14 7 14H13L13.2568 14.0068Z"})," ",(0,F.jsx)("path",{d:"M18.1348 15.0342C18.3941 14.5864 18.9472 14.4151 19.4092 14.623L19.501 14.6699L19.7744 14.8398C21.1145 15.7352 22 17.2637 22 19V20C22 20.5523 21.5523 21 21 21C20.4477 21 20 20.5523 20 20V19C20 17.9602 19.4711 17.0432 18.6641 16.5039L18.499 16.4004L18.4131 16.3447C18.0025 16.0478 17.8756 15.4822 18.1348 15.0342Z"})," ",(0,F.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10 3C12.4853 3 14.5 5.01472 14.5 7.5C14.5 9.98528 12.4853 12 10 12C7.51472 12 5.5 9.98528 5.5 7.5C5.5 5.01472 7.51472 3 10 3ZM10 5C8.61929 5 7.5 6.11929 7.5 7.5C7.5 8.88071 8.61929 10 10 10C11.3807 10 12.5 8.88071 12.5 7.5C12.5 6.11929 11.3807 5 10 5Z"})," ",(0,F.jsx)("path",{d:"M15.0967 3.9082C15.3189 3.44039 15.8574 3.22414 16.335 3.39453L16.4287 3.43359L16.708 3.57812C18.0745 4.349 19 5.81565 19 7.5C19 9.29656 17.9467 10.8453 16.4287 11.5664C15.93 11.8031 15.3337 11.5912 15.0967 11.0928C14.8597 10.5939 15.0725 9.99676 15.5713 9.75977C16.418 9.35736 17 8.49557 17 7.5C17 6.56659 16.4882 5.75115 15.7266 5.32129L15.5713 5.24023L15.4805 5.19141C15.0473 4.92878 14.8749 4.37567 15.0967 3.9082Z"})]}),Ni=r(Di,"user-group-outlined"),Ti=Z3.forwardRef((o,e)=>(0,F.jsx)(i,{...o,ref:e,icon:Ni})),b3=Ti;var F3=t(c());var j=t(n()),Zi=(0,j.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:[(0,j.jsx)("path",{d:"M16 14C18.7614 14 21 16.2386 21 19V20C21 20.5523 20.5523 21 20 21C19.4477 21 19 20.5523 19 20V19C19 17.3431 17.6569 16 16 16H8C6.34315 16 5 17.3431 5 19V20L4.99512 20.1025C4.94379 20.6067 4.51768 21 4 21C3.48232 21 3.05621 20.6067 3.00488 20.1025L3 20V19C3 16.2386 5.23858 14 8 14H16Z"})," ",(0,j.jsx)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 3C14.7614 3 17 5.23858 17 8C17 10.7614 14.7614 13 12 13C9.23858 13 7 10.7614 7 8C7 5.23858 9.23858 3 12 3ZM12 5C10.3431 5 9 6.34315 9 8C9 9.65685 10.3431 11 12 11C13.6569 11 15 9.65685 15 8C15 6.34315 13.6569 5 12 5Z"})]}),bi=r(Zi,"user-outlined"),Fi=F3.forwardRef((o,e)=>(0,j.jsx)(i,{...o,ref:e,icon:bi})),_3=Fi;var A3=t(c());var M=t(n()),_i=(0,M.jsxs)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",children:[(0,M.jsxs)("g",{"clip-path":"url(#clip0_5448_5349)",children:[(0,M.jsx)("path",{d:"M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24Z",fill:"#D80027"}),(0,M.jsx)("path",{d:"M12.0001 6.26124L13.2952 10.247H17.486L14.0955 12.7103L15.3906 16.6961L12.0001 14.2327L8.60963 16.6961L9.90469 12.7103L6.51423 10.247H10.705L12.0001 6.26124Z",fill:"#FFDA44"})]}),(0,M.jsx)("defs",{children:(0,M.jsx)("clipPath",{id:"clip0_5448_5349",children:(0,M.jsx)("rect",{width:"24",height:"24",fill:"white"})})})]}),Ai=r(_i,"viet-nam"),Bi=A3.forwardRef((o,e)=>(0,M.jsx)(i,{...o,ref:e,icon:Ai})),B3=Bi;var k3=t(c());var e5=t(n()),ki=(0,e5.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,e5.jsx)("path",{d:"M9 19.12V21.12H5V19.12H9ZM19 19.12V21.12H15V19.12H19ZM19 15.12H15V21.12C13.8954 21.12 13 20.2246 13 19.12V15.12C13 14.0154 13.8954 13.12 15 13.12H19C20.1046 13.12 21 14.0154 21 15.12V19.12C21 20.2246 20.1046 21.12 19 21.12V15.12ZM9 15.12H5V21.12C3.89543 21.12 3 20.2246 3 19.12V15.12C3 14.0154 3.89543 13.12 5 13.12H9C10.1046 13.12 11 14.0154 11 15.12V19.12C11 20.2246 10.1046 21.12 9 21.12V15.12ZM9 9.12V11.12H5V9.12H9ZM19 9.12V11.12H15V9.12H19ZM19 5.12H15V11.12C13.8954 11.12 13 10.2246 13 9.12V5.12C13 4.01543 13.8954 3.12 15 3.12H19C20.1046 3.12 21 4.01543 21 5.12V9.12C21 10.2246 20.1046 11.12 19 11.12V5.12ZM9 5.12H5V11.12C3.89543 11.12 3 10.2246 3 9.12V5.12C3 4.01543 3.89543 3.12 5 3.12H9C10.1046 3.12 11 4.01543 11 5.12V9.12C11 10.2246 10.1046 11.12 9 11.12V5.12Z"})}),$i=r(ki,"view-menu-outlined"),Ui=k3.forwardRef((o,e)=>(0,e5.jsx)(i,{...o,ref:e,icon:$i})),$3=Ui;var U3=t(c());var t5=t(n()),qi=(0,t5.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,t5.jsx)("path",{d:"M3.6875 10.4639C3.47917 10.6514 3.23958 10.7451 2.96875 10.7451C2.71875 10.7451 2.48958 10.641 2.28125 10.4326C2.09375 10.2243 2 9.9847 2 9.71387C2 9.44303 2.10417 9.21387 2.3125 9.02637C3.58333 7.7972 5.04167 6.83887 6.6875 6.15137C8.33333 5.4847 10.1042 5.14095 12 5.12012C13.8958 5.14095 15.6667 5.4847 17.3125 6.15137C18.9583 6.83887 20.4167 7.7972 21.6875 9.02637C21.8958 9.21387 22 9.44303 22 9.71387C22 9.9847 21.9062 10.2243 21.7188 10.4326C21.5104 10.641 21.2812 10.7451 21.0312 10.7451C20.7604 10.7451 20.5208 10.6514 20.3125 10.4639C19.2292 9.4222 17.9792 8.6097 16.5625 8.02637C15.1458 7.4222 13.625 7.12012 12 7.12012C10.375 7.12012 8.85417 7.4222 7.4375 8.02637C6.02083 8.6097 4.77083 9.4222 3.6875 10.4639ZM12 12.1201C10.1875 12.1618 8.64583 12.7451 7.375 13.8701C7.14583 14.0576 6.90625 14.141 6.65625 14.1201C6.38542 14.0993 6.15625 13.9847 5.96875 13.7764C5.78125 13.568 5.69792 13.3285 5.71875 13.0576C5.73958 12.7868 5.85417 12.5576 6.0625 12.3701C6.85417 11.6618 7.75 11.1097 8.75 10.7139C9.77083 10.318 10.8542 10.1201 12 10.1201C13.1458 10.1201 14.2292 10.318 15.25 10.7139C16.25 11.1097 17.1562 11.6618 17.9688 12.3701C18.1771 12.5576 18.2812 12.7868 18.2812 13.0576C18.3021 13.3285 18.2188 13.568 18.0312 13.7764C17.8438 13.9847 17.6146 14.0993 17.3438 14.1201C17.0938 14.141 16.8542 14.0576 16.625 13.8701C15.3542 12.7451 13.8125 12.1618 12 12.1201ZM14 17.1201C13.9792 17.8701 13.6458 18.443 13 18.8389C12.3333 19.2139 11.6667 19.2139 11 18.8389C10.3542 18.443 10.0208 17.8701 10 17.1201C10.0208 16.3701 10.3542 15.7972 11 15.4014C11.6667 15.0264 12.3333 15.0264 13 15.4014C13.6458 15.7972 13.9792 16.3701 14 17.1201Z"})}),Gi=r(qi,"wifi-filled"),zi=U3.forwardRef((o,e)=>(0,t5.jsx)(i,{...o,ref:e,icon:Gi})),q3=zi;var G3=t(c());var n5=t(n()),Wi=(0,n5.jsx)("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"#cacaca",xmlns:"http://www.w3.org/2000/svg",children:(0,n5.jsx)("path",{d:"M17.293 5.29302C17.6835 4.90249 18.3165 4.90249 18.707 5.29302C19.0976 5.68354 19.0976 6.31655 18.707 6.70708L13.4141 12L18.707 17.293L18.7754 17.3692C19.0957 17.762 19.0731 18.341 18.707 18.7071C18.3409 19.0732 17.7619 19.0958 17.3691 18.7754L17.293 18.7071L12 13.4141L6.70703 18.7071C6.31651 19.0976 5.68349 19.0976 5.29297 18.7071C4.90244 18.3166 4.90244 17.6835 5.29297 17.293L10.5859 12L5.29297 6.70708L5.22461 6.63091C4.90426 6.23813 4.92685 5.65913 5.29297 5.29302C5.65908 4.9269 6.23809 4.90431 6.63086 5.22466L6.70703 5.29302L12 10.586L17.293 5.29302Z"})}),Xi=r(Wi,"xmark"),Qi=G3.forwardRef((o,e)=>(0,n5.jsx)(i,{...o,ref:e,icon:Xi})),z3=Qi;var o1=t(c());var c0=t(i0());var d5=t(n()),pc=o1.forwardRef((o,e)=>{let{className:a,component:C,viewBox:s,spin:f,rotate:p,tabIndex:m,onClick:l,children:I,...L}=o,V=o1.useRef(null),_=(0,c0.useComposeRef)(V,e);m1(V);let{prefixCls:e1="smicon",rootClassName:a0}=o1.useContext(O),s0=n1(a0,e1,{[`${e1}-spin`]:!!f&&!!C},a),f0=n1({[`${e1}-spin`]:!!f}),p0=p?{msTransform:`rotate(${p}deg)`,transform:`rotate(${p}deg)`}:void 0,u5={...f4,className:f0,style:p0,viewBox:s};s||delete u5.viewBox;let m0=()=>C?(0,d5.jsx)(C,{...u5,children:I}):I?(0,d5.jsx)("svg",{...u5,viewBox:s,children:I}):null,I5=m;return I5===void 0&&l&&(I5=-1),(0,d5.jsx)("span",{role:"img",...L,ref:_,tabIndex:I5,onClick:l,className:s0,children:m0()})}),C0=pc;var mc=O.Provider;return g0(lc);})();
61
+ /*! Bundled license information:
62
+
63
+ react/cjs/react.production.min.js:
64
+ (**
65
+ * @license React
66
+ * react.production.min.js
67
+ *
68
+ * Copyright (c) Facebook, Inc. and its affiliates.
69
+ *
70
+ * This source code is licensed under the MIT license found in the
71
+ * LICENSE file in the root directory of this source tree.
72
+ *)
73
+
74
+ react/cjs/react-jsx-runtime.production.min.js:
75
+ (**
76
+ * @license React
77
+ * react-jsx-runtime.production.min.js
78
+ *
79
+ * Copyright (c) Facebook, Inc. and its affiliates.
80
+ *
81
+ * This source code is licensed under the MIT license found in the
82
+ * LICENSE file in the root directory of this source tree.
83
+ *)
84
+
85
+ react-is/cjs/react-is.production.min.js:
86
+ (**
87
+ * @license React
88
+ * react-is.production.min.js
89
+ *
90
+ * Copyright (c) Facebook, Inc. and its affiliates.
91
+ *
92
+ * This source code is licensed under the MIT license found in the
93
+ * LICENSE file in the root directory of this source tree.
94
+ *)
95
+ */