glints-aries 4.1.3 → 4.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3396) hide show
  1. package/README.md +0 -1
  2. package/es/@next/ActionList/ActionItem.d.ts +3 -0
  3. package/es/@next/ActionList/ActionItem.js +32 -0
  4. package/es/@next/ActionList/ActionList.d.ts +17 -0
  5. package/es/@next/ActionList/ActionList.js +37 -0
  6. package/es/@next/ActionList/ActionList.stories.d.ts +7 -0
  7. package/es/@next/ActionList/ActionListStyle.d.ts +5 -0
  8. package/es/@next/ActionList/ActionListStyle.js +25 -0
  9. package/es/@next/ActionList/index.d.ts +1 -0
  10. package/es/@next/ActionList/index.js +1 -0
  11. package/es/@next/Alert/Alert.d.ts +17 -0
  12. package/es/@next/Alert/Alert.js +68 -0
  13. package/es/@next/Alert/Alert.stories.d.ts +4 -0
  14. package/es/@next/Alert/AlertContext.d.ts +6 -0
  15. package/es/@next/Alert/AlertContext.js +2 -0
  16. package/es/@next/Alert/AlertProvider.d.ts +4 -0
  17. package/es/@next/Alert/AlertProvider.js +28 -0
  18. package/es/@next/Alert/AlertStyle.d.ts +9 -0
  19. package/es/@next/Alert/AlertStyle.js +25 -0
  20. package/es/@next/Alert/AlertWithProvider.d.ts +2 -0
  21. package/es/@next/Alert/AlertWithProvider.js +27 -0
  22. package/es/@next/Alert/AlertWithProvider.stories.d.ts +4 -0
  23. package/es/@next/Alert/index.d.ts +5 -0
  24. package/es/@next/Alert/index.js +5 -0
  25. package/es/@next/Alert/useAlert.d.ts +1 -0
  26. package/es/@next/Alert/useAlert.js +9 -0
  27. package/es/@next/AuthenticationInput/AuthenticationInput.d.ts +10 -0
  28. package/es/@next/AuthenticationInput/AuthenticationInput.js +97 -0
  29. package/es/@next/AuthenticationInput/AuthenticationInput.stories.d.ts +4 -0
  30. package/es/@next/AuthenticationInput/AuthenticationInputSingle.d.ts +13 -0
  31. package/es/@next/AuthenticationInput/AuthenticationInputSingle.js +54 -0
  32. package/es/@next/AuthenticationInput/AuthenticationInputStyle.d.ts +1 -0
  33. package/es/@next/AuthenticationInput/AuthenticationInputStyle.js +6 -0
  34. package/es/@next/AuthenticationInput/index.d.ts +1 -0
  35. package/es/@next/AuthenticationInput/index.js +1 -0
  36. package/es/@next/Avatar/Avatar.d.ts +12 -0
  37. package/es/@next/Avatar/Avatar.js +26 -0
  38. package/es/@next/Avatar/Avatar.stories.d.ts +4 -0
  39. package/es/@next/Avatar/AvatarStyle.d.ts +2 -0
  40. package/es/@next/Avatar/AvatarStyle.js +34 -0
  41. package/es/@next/Avatar/index.d.ts +1 -0
  42. package/es/@next/Avatar/index.js +1 -0
  43. package/es/@next/Badge/Badge.d.ts +11 -0
  44. package/es/@next/Badge/Badge.js +30 -0
  45. package/es/@next/Badge/Badge.stories.d.ts +5 -0
  46. package/es/@next/Badge/BadgeStyle.d.ts +5 -0
  47. package/es/@next/Badge/BadgeStyle.js +23 -0
  48. package/es/@next/Badge/FloatingBadge.stories.d.ts +4 -0
  49. package/es/@next/Badge/FloatingBadgeSyle.d.ts +2 -0
  50. package/es/@next/Badge/FloatingBadgeSyle.js +6 -0
  51. package/es/@next/Badge/index.d.ts +1 -0
  52. package/es/@next/Badge/index.js +1 -0
  53. package/es/@next/Banner/Banner.d.ts +16 -0
  54. package/es/@next/Banner/Banner.js +88 -0
  55. package/es/@next/Banner/Banner.stories.d.ts +8 -0
  56. package/es/@next/Banner/BannerStyle.d.ts +5 -0
  57. package/es/@next/Banner/BannerStyle.js +25 -0
  58. package/es/@next/Banner/FixedBannerStyle.d.ts +5 -0
  59. package/es/@next/Banner/FixedBannerStyle.js +23 -0
  60. package/es/@next/Banner/index.d.ts +2 -0
  61. package/es/@next/Banner/index.js +1 -0
  62. package/es/@next/Bar/Bar.d.ts +14 -0
  63. package/es/@next/Bar/Bar.js +67 -0
  64. package/es/@next/Bar/Bar.stories.d.ts +9 -0
  65. package/es/@next/Bar/BarStyle.d.ts +6 -0
  66. package/es/@next/Bar/BarStyle.js +28 -0
  67. package/es/@next/Bar/index.d.ts +1 -0
  68. package/es/@next/Bar/index.js +1 -0
  69. package/es/@next/Bar/useWindowSize.d.ts +4 -0
  70. package/es/@next/Bar/useWindowSize.js +38 -0
  71. package/es/@next/Button/Button.d.ts +14 -0
  72. package/es/@next/Button/Button.js +50 -0
  73. package/es/@next/Button/Button.stories.d.ts +5 -0
  74. package/es/@next/Button/ButtonStyle.d.ts +2 -0
  75. package/es/@next/Button/ButtonStyle.js +26 -0
  76. package/es/@next/Button/DesctructiveButton.stories.d.ts +4 -0
  77. package/es/@next/Button/DesctructiveButtonStyle.d.ts +2 -0
  78. package/es/@next/Button/DesctructiveButtonStyle.js +8 -0
  79. package/es/@next/Button/DestructivePlainButton.stories.d.ts +4 -0
  80. package/es/@next/Button/DestructivePlainButtonStyle.d.ts +2 -0
  81. package/es/@next/Button/DestructivePlainButtonStyle.js +7 -0
  82. package/es/@next/Button/OutlineButton.stories.d.ts +4 -0
  83. package/es/@next/Button/OutlineButtonStyle.d.ts +2 -0
  84. package/es/@next/Button/OutlineButtonStyle.js +7 -0
  85. package/es/@next/Button/OutlineMonochromeButton.stories.d.ts +4 -0
  86. package/es/@next/Button/OutlineMonochromeStyle.d.ts +2 -0
  87. package/es/@next/Button/OutlineMonochromeStyle.js +9 -0
  88. package/es/@next/Button/PlainButton.stories.d.ts +4 -0
  89. package/es/@next/Button/PlainButtonStyle.d.ts +2 -0
  90. package/es/@next/Button/PlainButtonStyle.js +7 -0
  91. package/es/@next/Button/PrimaryButton.stories.d.ts +4 -0
  92. package/es/@next/Button/PrimaryButtonStyle.d.ts +2 -0
  93. package/es/@next/Button/PrimaryButtonStyle.js +7 -0
  94. package/es/@next/Button/index.d.ts +6 -0
  95. package/es/@next/Button/index.js +6 -0
  96. package/es/@next/ButtonGroup/ButtonGroup.d.ts +8 -0
  97. package/es/@next/ButtonGroup/ButtonGroup.js +17 -0
  98. package/es/@next/ButtonGroup/ButtonGroup.stories.d.ts +4 -0
  99. package/es/@next/ButtonGroup/ButtonGroupStyle.d.ts +1 -0
  100. package/es/@next/ButtonGroup/ButtonGroupStyle.js +8 -0
  101. package/es/@next/ButtonGroup/index.d.ts +1 -0
  102. package/es/@next/ButtonGroup/index.js +1 -0
  103. package/es/@next/Card/Card.d.ts +19 -0
  104. package/es/@next/Card/Card.js +70 -0
  105. package/es/@next/Card/Card.stories.d.ts +10 -0
  106. package/es/@next/Card/CardStyle.d.ts +10 -0
  107. package/es/@next/Card/CardStyle.js +45 -0
  108. package/es/@next/Card/Section.d.ts +4 -0
  109. package/es/@next/Card/Section.js +12 -0
  110. package/es/@next/Card/index.d.ts +1 -0
  111. package/es/@next/Card/index.js +1 -0
  112. package/es/@next/Carousel/Carousel.d.ts +25 -0
  113. package/es/@next/Carousel/Carousel.js +108 -0
  114. package/es/@next/Carousel/Carousel.stories.d.ts +5 -0
  115. package/es/@next/Carousel/CarouselStyle.d.ts +16 -0
  116. package/es/@next/Carousel/CarouselStyle.js +62 -0
  117. package/es/@next/Carousel/index.d.ts +1 -0
  118. package/es/@next/Carousel/index.js +1 -0
  119. package/es/@next/Checkbox/Checkbox.d.ts +14 -0
  120. package/es/@next/Checkbox/Checkbox.js +106 -0
  121. package/es/@next/Checkbox/Checkbox.stories.d.ts +4 -0
  122. package/es/@next/Checkbox/CheckboxStyle.d.ts +7 -0
  123. package/es/@next/Checkbox/CheckboxStyle.js +32 -0
  124. package/es/@next/Checkbox/index.d.ts +1 -0
  125. package/es/@next/Checkbox/index.js +1 -0
  126. package/es/@next/Collapse/Collapse.d.ts +15 -0
  127. package/es/@next/Collapse/Collapse.js +29 -0
  128. package/es/@next/Collapse/Collapse.stories.d.ts +4 -0
  129. package/es/@next/Collapse/CollapseItem.d.ts +20 -0
  130. package/es/@next/Collapse/CollapseItem.js +49 -0
  131. package/es/@next/Collapse/CollapseItemStyle.d.ts +10 -0
  132. package/es/@next/Collapse/CollapseItemStyle.js +38 -0
  133. package/es/@next/Collapse/CollapseStyle.d.ts +1 -0
  134. package/es/@next/Collapse/CollapseStyle.js +7 -0
  135. package/es/@next/Collapse/index.d.ts +1 -0
  136. package/es/@next/Collapse/index.js +1 -0
  137. package/es/@next/Combobox/Combobox.d.ts +21 -0
  138. package/es/@next/Combobox/Combobox.js +84 -0
  139. package/es/@next/Combobox/Combobox.stories.d.ts +5 -0
  140. package/es/@next/Combobox/comboboxStoryHelper/ComboboxMultuSelect.d.ts +7 -0
  141. package/es/@next/Combobox/comboboxStoryHelper/ComboboxMultuSelect.js +97 -0
  142. package/es/@next/Combobox/comboboxStoryHelper/TagStyle.d.ts +2 -0
  143. package/es/@next/Combobox/comboboxStoryHelper/TagStyle.js +7 -0
  144. package/es/@next/Combobox/components/OptionList/Option.d.ts +13 -0
  145. package/es/@next/Combobox/components/OptionList/Option.js +39 -0
  146. package/es/@next/Combobox/components/OptionList/OptionList.d.ts +9 -0
  147. package/es/@next/Combobox/components/OptionList/OptionList.js +28 -0
  148. package/es/@next/Combobox/components/OptionList/OptionListContext.d.ts +15 -0
  149. package/es/@next/Combobox/components/OptionList/OptionListContext.js +17 -0
  150. package/es/@next/Combobox/components/OptionList/OptionListStyle.d.ts +7 -0
  151. package/es/@next/Combobox/components/OptionList/OptionListStyle.js +18 -0
  152. package/es/@next/Combobox/components/OptionList/index.d.ts +2 -0
  153. package/es/@next/Combobox/components/OptionList/index.js +2 -0
  154. package/es/@next/Combobox/components/TextInput/TextInput.d.ts +8 -0
  155. package/es/@next/Combobox/components/TextInput/TextInput.js +36 -0
  156. package/es/@next/Combobox/components/TextInput/TextInputContext.d.ts +4 -0
  157. package/es/@next/Combobox/components/TextInput/TextInputContext.js +9 -0
  158. package/es/@next/Combobox/components/TextInput/index.d.ts +1 -0
  159. package/es/@next/Combobox/components/TextInput/index.js +1 -0
  160. package/es/@next/Combobox/components/index.d.ts +2 -0
  161. package/es/@next/Combobox/components/index.js +2 -0
  162. package/es/@next/Combobox/index.d.ts +1 -0
  163. package/es/@next/Combobox/index.js +1 -0
  164. package/es/@next/CurrencyInput/CurrencyInput.d.ts +18 -0
  165. package/es/@next/CurrencyInput/CurrencyInput.js +72 -0
  166. package/es/@next/CurrencyInput/CurrencyInput.stories.d.ts +4 -0
  167. package/es/@next/CurrencyInput/CurrencyInput.test.d.ts +1 -0
  168. package/es/@next/CurrencyInput/index.d.ts +1 -0
  169. package/es/@next/CurrencyInput/index.js +1 -0
  170. package/es/@next/DataTable/DataTable.d.ts +26 -0
  171. package/es/@next/DataTable/DataTable.js +102 -0
  172. package/es/@next/DataTable/DataTable.stories.d.ts +7 -0
  173. package/es/@next/DataTable/DataTableStyle.d.ts +9 -0
  174. package/es/@next/DataTable/DataTableStyle.js +43 -0
  175. package/es/@next/DataTable/TableCell.d.ts +8 -0
  176. package/es/@next/DataTable/TableCell.js +19 -0
  177. package/es/@next/DataTable/TableFooter.d.ts +4 -0
  178. package/es/@next/DataTable/TableFooter.js +5 -0
  179. package/es/@next/DataTable/TableHeader.d.ts +8 -0
  180. package/es/@next/DataTable/TableHeader.js +54 -0
  181. package/es/@next/DataTable/TableRow.d.ts +6 -0
  182. package/es/@next/DataTable/TableRow.js +12 -0
  183. package/es/@next/DataTable/index.d.ts +4 -0
  184. package/es/@next/DataTable/index.js +4 -0
  185. package/es/@next/Divider/Divider.d.ts +3 -0
  186. package/es/@next/Divider/Divider.js +8 -0
  187. package/es/@next/Divider/Divider.stories.d.ts +4 -0
  188. package/es/@next/Divider/DividerStyle.d.ts +2 -0
  189. package/es/@next/Divider/DividerStyle.js +6 -0
  190. package/es/@next/Divider/index.d.ts +1 -0
  191. package/es/@next/Divider/index.js +1 -0
  192. package/es/@next/EmptyState/EmptyState.d.ts +20 -0
  193. package/es/@next/EmptyState/EmptyState.js +63 -0
  194. package/es/@next/EmptyState/EmptyState.stories.d.ts +8 -0
  195. package/es/@next/EmptyState/EmptyStateStyle.d.ts +8 -0
  196. package/es/@next/EmptyState/EmptyStateStyle.js +33 -0
  197. package/es/@next/EmptyState/assets/assets.d.ts +3 -0
  198. package/es/@next/EmptyState/assets/assets.js +7 -0
  199. package/es/@next/EmptyState/assets/images/emptyCarton.d.ts +2 -0
  200. package/es/@next/EmptyState/assets/images/emptyCarton.js +1 -0
  201. package/es/@next/EmptyState/assets/images/emptyMailbox.d.ts +2 -0
  202. package/es/@next/EmptyState/assets/images/emptyMailbox.js +1 -0
  203. package/es/@next/EmptyState/assets/images/index.d.ts +3 -0
  204. package/es/@next/EmptyState/assets/images/index.js +3 -0
  205. package/es/@next/EmptyState/assets/images/safetyCone.d.ts +2 -0
  206. package/es/@next/EmptyState/assets/images/safetyCone.js +1 -0
  207. package/es/@next/EmptyState/index.d.ts +1 -0
  208. package/es/@next/EmptyState/index.js +1 -0
  209. package/es/@next/Icon/Icon.d.ts +6 -0
  210. package/es/@next/Icon/Icon.js +10 -0
  211. package/es/@next/Icon/Icon.test.d.ts +2 -0
  212. package/es/@next/Icon/IconStoriesStyles.d.ts +5 -0
  213. package/es/@next/Icon/IconStoriesStyles.js +14 -0
  214. package/es/@next/Icon/components/CustomSparklingFill.d.ts +3 -0
  215. package/es/@next/Icon/components/CustomSparklingFill.js +19 -0
  216. package/es/@next/Icon/components/CustomSparklingLine.d.ts +3 -0
  217. package/es/@next/Icon/components/CustomSparklingLine.js +19 -0
  218. package/es/@next/Icon/components/RiAccountCircleFill.d.ts +3 -0
  219. package/es/@next/Icon/components/RiAccountCircleFill.js +11 -0
  220. package/es/@next/Icon/components/RiAccountCircleLine.d.ts +3 -0
  221. package/es/@next/Icon/components/RiAccountCircleLine.js +11 -0
  222. package/es/@next/Icon/components/RiAdd.d.ts +3 -0
  223. package/es/@next/Icon/components/RiAdd.js +11 -0
  224. package/es/@next/Icon/components/RiAddCircleFill.d.ts +3 -0
  225. package/es/@next/Icon/components/RiAddCircleFill.js +11 -0
  226. package/es/@next/Icon/components/RiAddCircleLine.d.ts +3 -0
  227. package/es/@next/Icon/components/RiAddCircleLine.js +11 -0
  228. package/es/@next/Icon/components/RiAlarmWarningFill.d.ts +3 -0
  229. package/es/@next/Icon/components/RiAlarmWarningFill.js +11 -0
  230. package/es/@next/Icon/components/RiAlarmWarningLine.d.ts +3 -0
  231. package/es/@next/Icon/components/RiAlarmWarningLine.js +11 -0
  232. package/es/@next/Icon/components/RiArrowDownFill.d.ts +3 -0
  233. package/es/@next/Icon/components/RiArrowDownFill.js +11 -0
  234. package/es/@next/Icon/components/RiArrowDownLine.d.ts +3 -0
  235. package/es/@next/Icon/components/RiArrowDownLine.js +11 -0
  236. package/es/@next/Icon/components/RiArrowGoBackFill.d.ts +3 -0
  237. package/es/@next/Icon/components/RiArrowGoBackFill.js +11 -0
  238. package/es/@next/Icon/components/RiArrowGoBackLine.d.ts +3 -0
  239. package/es/@next/Icon/components/RiArrowGoBackLine.js +11 -0
  240. package/es/@next/Icon/components/RiArrowGoForwardFill.d.ts +3 -0
  241. package/es/@next/Icon/components/RiArrowGoForwardFill.js +11 -0
  242. package/es/@next/Icon/components/RiArrowGoForwardLine.d.ts +3 -0
  243. package/es/@next/Icon/components/RiArrowGoForwardLine.js +11 -0
  244. package/es/@next/Icon/components/RiArrowLeftFill.d.ts +3 -0
  245. package/es/@next/Icon/components/RiArrowLeftFill.js +11 -0
  246. package/es/@next/Icon/components/RiArrowLeftLine.d.ts +3 -0
  247. package/es/@next/Icon/components/RiArrowLeftLine.js +11 -0
  248. package/es/@next/Icon/components/RiArrowLeftRightFill.d.ts +3 -0
  249. package/es/@next/Icon/components/RiArrowLeftRightFill.js +11 -0
  250. package/es/@next/Icon/components/RiArrowLeftRightLine.d.ts +3 -0
  251. package/es/@next/Icon/components/RiArrowLeftRightLine.js +11 -0
  252. package/es/@next/Icon/components/RiArrowMDownFill.d.ts +3 -0
  253. package/es/@next/Icon/components/RiArrowMDownFill.js +11 -0
  254. package/es/@next/Icon/components/RiArrowMDownLine.d.ts +3 -0
  255. package/es/@next/Icon/components/RiArrowMDownLine.js +11 -0
  256. package/es/@next/Icon/components/RiArrowMLeftFill.d.ts +3 -0
  257. package/es/@next/Icon/components/RiArrowMLeftFill.js +11 -0
  258. package/es/@next/Icon/components/RiArrowMLeftLine.d.ts +3 -0
  259. package/es/@next/Icon/components/RiArrowMLeftLine.js +11 -0
  260. package/es/@next/Icon/components/RiArrowMRightFill.d.ts +3 -0
  261. package/es/@next/Icon/components/RiArrowMRightFill.js +11 -0
  262. package/es/@next/Icon/components/RiArrowMRightLine.d.ts +3 -0
  263. package/es/@next/Icon/components/RiArrowMRightLine.js +11 -0
  264. package/es/@next/Icon/components/RiArrowMUpFill.d.ts +3 -0
  265. package/es/@next/Icon/components/RiArrowMUpFill.js +11 -0
  266. package/es/@next/Icon/components/RiArrowMUpLine.d.ts +3 -0
  267. package/es/@next/Icon/components/RiArrowMUpLine.js +11 -0
  268. package/es/@next/Icon/components/RiArrowRightFill.d.ts +3 -0
  269. package/es/@next/Icon/components/RiArrowRightFill.js +11 -0
  270. package/es/@next/Icon/components/RiArrowRightLine.d.ts +3 -0
  271. package/es/@next/Icon/components/RiArrowRightLine.js +11 -0
  272. package/es/@next/Icon/components/RiArrowUpDownFill.d.ts +3 -0
  273. package/es/@next/Icon/components/RiArrowUpDownFill.js +11 -0
  274. package/es/@next/Icon/components/RiArrowUpDownLine.d.ts +3 -0
  275. package/es/@next/Icon/components/RiArrowUpDownLine.js +11 -0
  276. package/es/@next/Icon/components/RiArrowUpFill.d.ts +3 -0
  277. package/es/@next/Icon/components/RiArrowUpFill.js +11 -0
  278. package/es/@next/Icon/components/RiArrowUpLine.d.ts +3 -0
  279. package/es/@next/Icon/components/RiArrowUpLine.js +11 -0
  280. package/es/@next/Icon/components/RiArrowXsDownFill.d.ts +3 -0
  281. package/es/@next/Icon/components/RiArrowXsDownFill.js +11 -0
  282. package/es/@next/Icon/components/RiArrowXsUpFill.d.ts +3 -0
  283. package/es/@next/Icon/components/RiArrowXsUpFill.js +11 -0
  284. package/es/@next/Icon/components/RiAttachmentFill.d.ts +3 -0
  285. package/es/@next/Icon/components/RiAttachmentFill.js +11 -0
  286. package/es/@next/Icon/components/RiAttachmentLine.d.ts +3 -0
  287. package/es/@next/Icon/components/RiAttachmentLine.js +11 -0
  288. package/es/@next/Icon/components/RiBankCardFill.d.ts +3 -0
  289. package/es/@next/Icon/components/RiBankCardFill.js +11 -0
  290. package/es/@next/Icon/components/RiBankCardLine.d.ts +3 -0
  291. package/es/@next/Icon/components/RiBankCardLine.js +11 -0
  292. package/es/@next/Icon/components/RiBehanceFill.d.ts +3 -0
  293. package/es/@next/Icon/components/RiBehanceFill.js +11 -0
  294. package/es/@next/Icon/components/RiBookmarkFill.d.ts +3 -0
  295. package/es/@next/Icon/components/RiBookmarkFill.js +11 -0
  296. package/es/@next/Icon/components/RiBookmarkLine.d.ts +3 -0
  297. package/es/@next/Icon/components/RiBookmarkLine.js +11 -0
  298. package/es/@next/Icon/components/RiBoxFill.d.ts +3 -0
  299. package/es/@next/Icon/components/RiBoxFill.js +11 -0
  300. package/es/@next/Icon/components/RiBoxLine.d.ts +3 -0
  301. package/es/@next/Icon/components/RiBoxLine.js +11 -0
  302. package/es/@next/Icon/components/RiBriefcaseFill.d.ts +3 -0
  303. package/es/@next/Icon/components/RiBriefcaseFill.js +11 -0
  304. package/es/@next/Icon/components/RiBriefcaseLine.d.ts +3 -0
  305. package/es/@next/Icon/components/RiBriefcaseLine.js +11 -0
  306. package/es/@next/Icon/components/RiBuildingFill.d.ts +3 -0
  307. package/es/@next/Icon/components/RiBuildingFill.js +12 -0
  308. package/es/@next/Icon/components/RiBuildingLine.d.ts +3 -0
  309. package/es/@next/Icon/components/RiBuildingLine.js +11 -0
  310. package/es/@next/Icon/components/RiCalendarCheckFill.d.ts +3 -0
  311. package/es/@next/Icon/components/RiCalendarCheckFill.js +11 -0
  312. package/es/@next/Icon/components/RiCalendarCheckLine.d.ts +3 -0
  313. package/es/@next/Icon/components/RiCalendarCheckLine.js +11 -0
  314. package/es/@next/Icon/components/RiCalendarEventFill.d.ts +3 -0
  315. package/es/@next/Icon/components/RiCalendarEventFill.js +11 -0
  316. package/es/@next/Icon/components/RiCalendarEventLine.d.ts +3 -0
  317. package/es/@next/Icon/components/RiCalendarEventLine.js +11 -0
  318. package/es/@next/Icon/components/RiCalendarFill.d.ts +3 -0
  319. package/es/@next/Icon/components/RiCalendarFill.js +11 -0
  320. package/es/@next/Icon/components/RiCalendarLine.d.ts +3 -0
  321. package/es/@next/Icon/components/RiCalendarLine.js +11 -0
  322. package/es/@next/Icon/components/RiChatQuoteFill.d.ts +3 -0
  323. package/es/@next/Icon/components/RiChatQuoteFill.js +11 -0
  324. package/es/@next/Icon/components/RiChatQuoteLine.d.ts +3 -0
  325. package/es/@next/Icon/components/RiChatQuoteLine.js +11 -0
  326. package/es/@next/Icon/components/RiCheck.d.ts +3 -0
  327. package/es/@next/Icon/components/RiCheck.js +11 -0
  328. package/es/@next/Icon/components/RiCheckDoubleLine.d.ts +3 -0
  329. package/es/@next/Icon/components/RiCheckDoubleLine.js +11 -0
  330. package/es/@next/Icon/components/RiCheckboxCircleFill.d.ts +3 -0
  331. package/es/@next/Icon/components/RiCheckboxCircleFill.js +11 -0
  332. package/es/@next/Icon/components/RiCheckboxCircleLine.d.ts +3 -0
  333. package/es/@next/Icon/components/RiCheckboxCircleLine.js +11 -0
  334. package/es/@next/Icon/components/RiCheckboxFill.d.ts +3 -0
  335. package/es/@next/Icon/components/RiCheckboxFill.js +11 -0
  336. package/es/@next/Icon/components/RiCheckboxIndeterminateFill.d.ts +3 -0
  337. package/es/@next/Icon/components/RiCheckboxIndeterminateFill.js +11 -0
  338. package/es/@next/Icon/components/RiCheckboxIndeterminateLine.d.ts +3 -0
  339. package/es/@next/Icon/components/RiCheckboxIndeterminateLine.js +11 -0
  340. package/es/@next/Icon/components/RiCheckboxLine.d.ts +3 -0
  341. package/es/@next/Icon/components/RiCheckboxLine.js +11 -0
  342. package/es/@next/Icon/components/RiClose.d.ts +3 -0
  343. package/es/@next/Icon/components/RiClose.js +11 -0
  344. package/es/@next/Icon/components/RiCloseCircleFill.d.ts +3 -0
  345. package/es/@next/Icon/components/RiCloseCircleFill.js +11 -0
  346. package/es/@next/Icon/components/RiCloseCircleLine.d.ts +3 -0
  347. package/es/@next/Icon/components/RiCloseCircleLine.js +11 -0
  348. package/es/@next/Icon/components/RiCodepenFill.d.ts +3 -0
  349. package/es/@next/Icon/components/RiCodepenFill.js +11 -0
  350. package/es/@next/Icon/components/RiCoinsLine.d.ts +3 -0
  351. package/es/@next/Icon/components/RiCoinsLine.js +11 -0
  352. package/es/@next/Icon/components/RiContactsFill.d.ts +3 -0
  353. package/es/@next/Icon/components/RiContactsFill.js +11 -0
  354. package/es/@next/Icon/components/RiContactsLine.d.ts +3 -0
  355. package/es/@next/Icon/components/RiContactsLine.js +11 -0
  356. package/es/@next/Icon/components/RiContractLeftLine.d.ts +3 -0
  357. package/es/@next/Icon/components/RiContractLeftLine.js +11 -0
  358. package/es/@next/Icon/components/RiCurrencyFill.d.ts +3 -0
  359. package/es/@next/Icon/components/RiCurrencyFill.js +11 -0
  360. package/es/@next/Icon/components/RiCurrencyLine.d.ts +3 -0
  361. package/es/@next/Icon/components/RiCurrencyLine.js +11 -0
  362. package/es/@next/Icon/components/RiCustomExpenseFill.d.ts +3 -0
  363. package/es/@next/Icon/components/RiCustomExpenseFill.js +13 -0
  364. package/es/@next/Icon/components/RiCustomExpenseLine.d.ts +3 -0
  365. package/es/@next/Icon/components/RiCustomExpenseLine.js +13 -0
  366. package/es/@next/Icon/components/RiDeleteBinFill.d.ts +3 -0
  367. package/es/@next/Icon/components/RiDeleteBinFill.js +11 -0
  368. package/es/@next/Icon/components/RiDeleteBinLine.d.ts +3 -0
  369. package/es/@next/Icon/components/RiDeleteBinLine.js +11 -0
  370. package/es/@next/Icon/components/RiDiscussFill.d.ts +3 -0
  371. package/es/@next/Icon/components/RiDiscussFill.js +11 -0
  372. package/es/@next/Icon/components/RiDiscussLine.d.ts +3 -0
  373. package/es/@next/Icon/components/RiDiscussLine.js +11 -0
  374. package/es/@next/Icon/components/RiDownloadLine.d.ts +3 -0
  375. package/es/@next/Icon/components/RiDownloadLine.js +11 -0
  376. package/es/@next/Icon/components/RiDraggable.d.ts +3 -0
  377. package/es/@next/Icon/components/RiDraggable.js +11 -0
  378. package/es/@next/Icon/components/RiEqualizerLine.d.ts +3 -0
  379. package/es/@next/Icon/components/RiEqualizerLine.js +11 -0
  380. package/es/@next/Icon/components/RiErrorWarningFill.d.ts +3 -0
  381. package/es/@next/Icon/components/RiErrorWarningFill.js +11 -0
  382. package/es/@next/Icon/components/RiErrorWarningLine.d.ts +3 -0
  383. package/es/@next/Icon/components/RiErrorWarningLine.js +11 -0
  384. package/es/@next/Icon/components/RiExpandRightLine.d.ts +3 -0
  385. package/es/@next/Icon/components/RiExpandRightLine.js +11 -0
  386. package/es/@next/Icon/components/RiExternalLinkLine.d.ts +3 -0
  387. package/es/@next/Icon/components/RiExternalLinkLine.js +11 -0
  388. package/es/@next/Icon/components/RiEyeFill.d.ts +3 -0
  389. package/es/@next/Icon/components/RiEyeFill.js +11 -0
  390. package/es/@next/Icon/components/RiEyeLine.d.ts +3 -0
  391. package/es/@next/Icon/components/RiEyeLine.js +14 -0
  392. package/es/@next/Icon/components/RiEyeOffFill.d.ts +3 -0
  393. package/es/@next/Icon/components/RiEyeOffFill.js +11 -0
  394. package/es/@next/Icon/components/RiEyeOffLine.d.ts +3 -0
  395. package/es/@next/Icon/components/RiEyeOffLine.js +14 -0
  396. package/es/@next/Icon/components/RiFacebookCircleFill.d.ts +3 -0
  397. package/es/@next/Icon/components/RiFacebookCircleFill.js +11 -0
  398. package/es/@next/Icon/components/RiFacebookCircleLine.d.ts +3 -0
  399. package/es/@next/Icon/components/RiFacebookCircleLine.js +11 -0
  400. package/es/@next/Icon/components/RiFileCopy2Line.d.ts +3 -0
  401. package/es/@next/Icon/components/RiFileCopy2Line.js +11 -0
  402. package/es/@next/Icon/components/RiFileCopyFill.d.ts +3 -0
  403. package/es/@next/Icon/components/RiFileCopyFill.js +11 -0
  404. package/es/@next/Icon/components/RiFileCopyLine.d.ts +3 -0
  405. package/es/@next/Icon/components/RiFileCopyLine.js +11 -0
  406. package/es/@next/Icon/components/RiFileDownloadLine.d.ts +3 -0
  407. package/es/@next/Icon/components/RiFileDownloadLine.js +12 -0
  408. package/es/@next/Icon/components/RiFileFill.d.ts +3 -0
  409. package/es/@next/Icon/components/RiFileFill.js +11 -0
  410. package/es/@next/Icon/components/RiFileHistoryFill.d.ts +3 -0
  411. package/es/@next/Icon/components/RiFileHistoryFill.js +11 -0
  412. package/es/@next/Icon/components/RiFileHistoryLine.d.ts +3 -0
  413. package/es/@next/Icon/components/RiFileHistoryLine.js +11 -0
  414. package/es/@next/Icon/components/RiFileLine.d.ts +3 -0
  415. package/es/@next/Icon/components/RiFileLine.js +11 -0
  416. package/es/@next/Icon/components/RiFileList3Fill.d.ts +3 -0
  417. package/es/@next/Icon/components/RiFileList3Fill.js +11 -0
  418. package/es/@next/Icon/components/RiFileListFill.d.ts +3 -0
  419. package/es/@next/Icon/components/RiFileListFill.js +11 -0
  420. package/es/@next/Icon/components/RiFileListLine.d.ts +3 -0
  421. package/es/@next/Icon/components/RiFileListLine.js +11 -0
  422. package/es/@next/Icon/components/RiFlagFill.d.ts +3 -0
  423. package/es/@next/Icon/components/RiFlagFill.js +11 -0
  424. package/es/@next/Icon/components/RiFlagLine.d.ts +3 -0
  425. package/es/@next/Icon/components/RiFlagLine.js +11 -0
  426. package/es/@next/Icon/components/RiFlashlightFill.d.ts +3 -0
  427. package/es/@next/Icon/components/RiFlashlightFill.js +11 -0
  428. package/es/@next/Icon/components/RiFlashlightLine.d.ts +3 -0
  429. package/es/@next/Icon/components/RiFlashlightLine.js +11 -0
  430. package/es/@next/Icon/components/RiFolderUserFill.d.ts +3 -0
  431. package/es/@next/Icon/components/RiFolderUserFill.js +11 -0
  432. package/es/@next/Icon/components/RiGithubFill.d.ts +3 -0
  433. package/es/@next/Icon/components/RiGithubFill.js +11 -0
  434. package/es/@next/Icon/components/RiGlintsLogoFill.d.ts +3 -0
  435. package/es/@next/Icon/components/RiGlintsLogoFill.js +11 -0
  436. package/es/@next/Icon/components/RiGlobalLine.d.ts +3 -0
  437. package/es/@next/Icon/components/RiGlobalLine.js +11 -0
  438. package/es/@next/Icon/components/RiGraduationFill.d.ts +3 -0
  439. package/es/@next/Icon/components/RiGraduationFill.js +11 -0
  440. package/es/@next/Icon/components/RiGraduationLine.d.ts +3 -0
  441. package/es/@next/Icon/components/RiGraduationLine.js +11 -0
  442. package/es/@next/Icon/components/RiGroup2Fill.d.ts +3 -0
  443. package/es/@next/Icon/components/RiGroup2Fill.js +11 -0
  444. package/es/@next/Icon/components/RiGroup2Line.d.ts +3 -0
  445. package/es/@next/Icon/components/RiGroup2Line.js +11 -0
  446. package/es/@next/Icon/components/RiGroupFill.d.ts +3 -0
  447. package/es/@next/Icon/components/RiGroupFill.js +11 -0
  448. package/es/@next/Icon/components/RiGroupLine.d.ts +3 -0
  449. package/es/@next/Icon/components/RiGroupLine.js +11 -0
  450. package/es/@next/Icon/components/RiHandCoinFill.d.ts +3 -0
  451. package/es/@next/Icon/components/RiHandCoinFill.js +11 -0
  452. package/es/@next/Icon/components/RiHandCoinLine.d.ts +3 -0
  453. package/es/@next/Icon/components/RiHandCoinLine.js +11 -0
  454. package/es/@next/Icon/components/RiHourglassFill.d.ts +3 -0
  455. package/es/@next/Icon/components/RiHourglassFill.js +11 -0
  456. package/es/@next/Icon/components/RiHourglassLine.d.ts +3 -0
  457. package/es/@next/Icon/components/RiHourglassLine.js +11 -0
  458. package/es/@next/Icon/components/RiInfinity.d.ts +3 -0
  459. package/es/@next/Icon/components/RiInfinity.js +11 -0
  460. package/es/@next/Icon/components/RiInformationFill.d.ts +3 -0
  461. package/es/@next/Icon/components/RiInformationFill.js +11 -0
  462. package/es/@next/Icon/components/RiInformationLine.d.ts +3 -0
  463. package/es/@next/Icon/components/RiInformationLine.js +11 -0
  464. package/es/@next/Icon/components/RiInstagramFill.d.ts +3 -0
  465. package/es/@next/Icon/components/RiInstagramFill.js +11 -0
  466. package/es/@next/Icon/components/RiInstagramLine.d.ts +3 -0
  467. package/es/@next/Icon/components/RiInstagramLine.js +11 -0
  468. package/es/@next/Icon/components/RiLinkedInLine.d.ts +3 -0
  469. package/es/@next/Icon/components/RiLinkedInLine.js +11 -0
  470. package/es/@next/Icon/components/RiLinkedinFill.d.ts +3 -0
  471. package/es/@next/Icon/components/RiLinkedinFill.js +11 -0
  472. package/es/@next/Icon/components/RiLoader.d.ts +3 -0
  473. package/es/@next/Icon/components/RiLoader.js +12 -0
  474. package/es/@next/Icon/components/RiLockFill.d.ts +3 -0
  475. package/es/@next/Icon/components/RiLockFill.js +11 -0
  476. package/es/@next/Icon/components/RiLockLine.d.ts +3 -0
  477. package/es/@next/Icon/components/RiLockLine.js +11 -0
  478. package/es/@next/Icon/components/RiLogoutCircleLine.d.ts +3 -0
  479. package/es/@next/Icon/components/RiLogoutCircleLine.js +11 -0
  480. package/es/@next/Icon/components/RiMailFill.d.ts +3 -0
  481. package/es/@next/Icon/components/RiMailFill.js +11 -0
  482. package/es/@next/Icon/components/RiMailLine.d.ts +3 -0
  483. package/es/@next/Icon/components/RiMailLine.js +11 -0
  484. package/es/@next/Icon/components/RiMailSendFill.d.ts +3 -0
  485. package/es/@next/Icon/components/RiMailSendFill.js +11 -0
  486. package/es/@next/Icon/components/RiMapFill.d.ts +3 -0
  487. package/es/@next/Icon/components/RiMapFill.js +11 -0
  488. package/es/@next/Icon/components/RiMapLine.d.ts +3 -0
  489. package/es/@next/Icon/components/RiMapLine.js +11 -0
  490. package/es/@next/Icon/components/RiMegaphoneFill.d.ts +3 -0
  491. package/es/@next/Icon/components/RiMegaphoneFill.js +11 -0
  492. package/es/@next/Icon/components/RiMegaphoneLine.d.ts +3 -0
  493. package/es/@next/Icon/components/RiMegaphoneLine.js +11 -0
  494. package/es/@next/Icon/components/RiMenuLine.d.ts +3 -0
  495. package/es/@next/Icon/components/RiMenuLine.js +11 -0
  496. package/es/@next/Icon/components/RiMessageFill.d.ts +3 -0
  497. package/es/@next/Icon/components/RiMessageFill.js +11 -0
  498. package/es/@next/Icon/components/RiMessageLine.d.ts +3 -0
  499. package/es/@next/Icon/components/RiMessageLine.js +11 -0
  500. package/es/@next/Icon/components/RiMinus.d.ts +3 -0
  501. package/es/@next/Icon/components/RiMinus.js +11 -0
  502. package/es/@next/Icon/components/RiMoneyDollarCircleFill.d.ts +3 -0
  503. package/es/@next/Icon/components/RiMoneyDollarCircleFill.js +11 -0
  504. package/es/@next/Icon/components/RiMoneyDollarCircleLine.d.ts +3 -0
  505. package/es/@next/Icon/components/RiMoneyDollarCircleLine.js +11 -0
  506. package/es/@next/Icon/components/RiMore.d.ts +3 -0
  507. package/es/@next/Icon/components/RiMore.js +11 -0
  508. package/es/@next/Icon/components/RiPencilFill.d.ts +3 -0
  509. package/es/@next/Icon/components/RiPencilFill.js +11 -0
  510. package/es/@next/Icon/components/RiPencilLine.d.ts +3 -0
  511. package/es/@next/Icon/components/RiPencilLine.js +11 -0
  512. package/es/@next/Icon/components/RiPhoneFill.d.ts +3 -0
  513. package/es/@next/Icon/components/RiPhoneFill.js +11 -0
  514. package/es/@next/Icon/components/RiPhoneLine.d.ts +3 -0
  515. package/es/@next/Icon/components/RiPhoneLine.js +11 -0
  516. package/es/@next/Icon/components/RiPhoneLockFill.d.ts +3 -0
  517. package/es/@next/Icon/components/RiPhoneLockFill.js +11 -0
  518. package/es/@next/Icon/components/RiPhoneLockLine.d.ts +3 -0
  519. package/es/@next/Icon/components/RiPhoneLockLine.js +11 -0
  520. package/es/@next/Icon/components/RiQuestionFill.d.ts +3 -0
  521. package/es/@next/Icon/components/RiQuestionFill.js +11 -0
  522. package/es/@next/Icon/components/RiQuestionLine.d.ts +3 -0
  523. package/es/@next/Icon/components/RiQuestionLine.js +11 -0
  524. package/es/@next/Icon/components/RiQuestionnaireFill.d.ts +3 -0
  525. package/es/@next/Icon/components/RiQuestionnaireFill.js +11 -0
  526. package/es/@next/Icon/components/RiQuestionnaireLine.d.ts +3 -0
  527. package/es/@next/Icon/components/RiQuestionnaireLine.js +11 -0
  528. package/es/@next/Icon/components/RiReplyFill.d.ts +3 -0
  529. package/es/@next/Icon/components/RiReplyFill.js +11 -0
  530. package/es/@next/Icon/components/RiReplyLine.d.ts +3 -0
  531. package/es/@next/Icon/components/RiReplyLine.js +11 -0
  532. package/es/@next/Icon/components/RiSearch.d.ts +3 -0
  533. package/es/@next/Icon/components/RiSearch.js +11 -0
  534. package/es/@next/Icon/components/RiSendPlaneFill.d.ts +3 -0
  535. package/es/@next/Icon/components/RiSendPlaneFill.js +11 -0
  536. package/es/@next/Icon/components/RiSendPlaneLine.d.ts +3 -0
  537. package/es/@next/Icon/components/RiSendPlaneLine.js +11 -0
  538. package/es/@next/Icon/components/RiSettingsFill.d.ts +3 -0
  539. package/es/@next/Icon/components/RiSettingsFill.js +11 -0
  540. package/es/@next/Icon/components/RiSettingsLine.d.ts +3 -0
  541. package/es/@next/Icon/components/RiSettingsLine.js +11 -0
  542. package/es/@next/Icon/components/RiShakeHandsFill.d.ts +3 -0
  543. package/es/@next/Icon/components/RiShakeHandsFill.js +11 -0
  544. package/es/@next/Icon/components/RiShakeHandsLine.d.ts +3 -0
  545. package/es/@next/Icon/components/RiShakeHandsLine.js +11 -0
  546. package/es/@next/Icon/components/RiShieldCheck.d.ts +3 -0
  547. package/es/@next/Icon/components/RiShieldCheck.js +11 -0
  548. package/es/@next/Icon/components/RiShieldCheckLine.d.ts +3 -0
  549. package/es/@next/Icon/components/RiShieldCheckLine.js +11 -0
  550. package/es/@next/Icon/components/RiShining2Fill.d.ts +3 -0
  551. package/es/@next/Icon/components/RiShining2Fill.js +11 -0
  552. package/es/@next/Icon/components/RiShining2Line.d.ts +3 -0
  553. package/es/@next/Icon/components/RiShining2Line.js +11 -0
  554. package/es/@next/Icon/components/RiSparkling2Fill.d.ts +3 -0
  555. package/es/@next/Icon/components/RiSparkling2Fill.js +11 -0
  556. package/es/@next/Icon/components/RiSparkling2Line.d.ts +3 -0
  557. package/es/@next/Icon/components/RiSparkling2Line.js +11 -0
  558. package/es/@next/Icon/components/RiSuitcase3Fill.d.ts +3 -0
  559. package/es/@next/Icon/components/RiSuitcase3Fill.js +12 -0
  560. package/es/@next/Icon/components/RiSuitcase3Line.d.ts +3 -0
  561. package/es/@next/Icon/components/RiSuitcase3Line.js +11 -0
  562. package/es/@next/Icon/components/RiSurveyFill.d.ts +3 -0
  563. package/es/@next/Icon/components/RiSurveyFill.js +11 -0
  564. package/es/@next/Icon/components/RiSurveyLine.d.ts +3 -0
  565. package/es/@next/Icon/components/RiSurveyLine.js +11 -0
  566. package/es/@next/Icon/components/RiTiktokFill.d.ts +3 -0
  567. package/es/@next/Icon/components/RiTiktokFill.js +11 -0
  568. package/es/@next/Icon/components/RiTiktokLine.d.ts +3 -0
  569. package/es/@next/Icon/components/RiTiktokLine.js +11 -0
  570. package/es/@next/Icon/components/RiTimer3Fill.d.ts +3 -0
  571. package/es/@next/Icon/components/RiTimer3Fill.js +11 -0
  572. package/es/@next/Icon/components/RiTimer3Line.d.ts +3 -0
  573. package/es/@next/Icon/components/RiTimer3Line.js +11 -0
  574. package/es/@next/Icon/components/RiTwitterLine.d.ts +3 -0
  575. package/es/@next/Icon/components/RiTwitterLine.js +11 -0
  576. package/es/@next/Icon/components/RiTwitterXFill.d.ts +3 -0
  577. package/es/@next/Icon/components/RiTwitterXFill.js +11 -0
  578. package/es/@next/Icon/components/RiUnlockFill.d.ts +3 -0
  579. package/es/@next/Icon/components/RiUnlockFill.js +11 -0
  580. package/es/@next/Icon/components/RiUnlockLine.d.ts +3 -0
  581. package/es/@next/Icon/components/RiUnlockLine.js +11 -0
  582. package/es/@next/Icon/components/RiUploadFill.d.ts +3 -0
  583. package/es/@next/Icon/components/RiUploadFill.js +11 -0
  584. package/es/@next/Icon/components/RiUploadLine.d.ts +3 -0
  585. package/es/@next/Icon/components/RiUploadLine.js +11 -0
  586. package/es/@next/Icon/components/RiUser5Fill.d.ts +3 -0
  587. package/es/@next/Icon/components/RiUser5Fill.js +12 -0
  588. package/es/@next/Icon/components/RiUser5Line.d.ts +3 -0
  589. package/es/@next/Icon/components/RiUser5Line.js +11 -0
  590. package/es/@next/Icon/components/RiUserAddFill.d.ts +3 -0
  591. package/es/@next/Icon/components/RiUserAddFill.js +11 -0
  592. package/es/@next/Icon/components/RiUserAddLine.d.ts +3 -0
  593. package/es/@next/Icon/components/RiUserAddLine.js +11 -0
  594. package/es/@next/Icon/components/RiUserFill.d.ts +3 -0
  595. package/es/@next/Icon/components/RiUserFill.js +11 -0
  596. package/es/@next/Icon/components/RiUserLine.d.ts +3 -0
  597. package/es/@next/Icon/components/RiUserLine.js +11 -0
  598. package/es/@next/Icon/components/RiUserUnfollowLine.d.ts +3 -0
  599. package/es/@next/Icon/components/RiUserUnfollowLine.js +11 -0
  600. package/es/@next/Icon/components/RiVimeoFill.d.ts +3 -0
  601. package/es/@next/Icon/components/RiVimeoFill.js +11 -0
  602. package/es/@next/Icon/components/RiWhatsappFill.d.ts +3 -0
  603. package/es/@next/Icon/components/RiWhatsappFill.js +11 -0
  604. package/es/@next/Icon/components/RiWhatsappLine.d.ts +3 -0
  605. package/es/@next/Icon/components/RiWhatsappLine.js +11 -0
  606. package/es/@next/Icon/components/RiYoutubeFill.d.ts +3 -0
  607. package/es/@next/Icon/components/RiYoutubeFill.js +11 -0
  608. package/es/@next/Icon/components/index.d.ts +197 -0
  609. package/es/@next/Icon/components/index.js +197 -0
  610. package/es/@next/Icon/icons/icons.d.ts +8 -0
  611. package/es/@next/Icon/icons/icons.js +4 -0
  612. package/es/@next/Icon/index.d.ts +1 -0
  613. package/es/@next/Icon/index.js +1 -0
  614. package/es/@next/IndexTable/IndexTable.d.ts +14 -0
  615. package/es/@next/IndexTable/IndexTable.js +52 -0
  616. package/es/@next/IndexTable/IndexTable.stories.d.ts +5 -0
  617. package/es/@next/IndexTable/IndexTableStyle.d.ts +1 -0
  618. package/es/@next/IndexTable/IndexTableStyle.js +8 -0
  619. package/es/@next/IndexTable/components/Checkbox/Checkbox.d.ts +2 -0
  620. package/es/@next/IndexTable/components/Checkbox/Checkbox.js +22 -0
  621. package/es/@next/IndexTable/components/Checkbox/CheckboxStyle.d.ts +2 -0
  622. package/es/@next/IndexTable/components/Checkbox/CheckboxStyle.js +10 -0
  623. package/es/@next/IndexTable/components/Checkbox/index.d.ts +1 -0
  624. package/es/@next/IndexTable/components/Checkbox/index.js +1 -0
  625. package/es/@next/IndexTable/components/LoadingState/LoadingState.d.ts +7 -0
  626. package/es/@next/IndexTable/components/LoadingState/LoadingState.js +19 -0
  627. package/es/@next/IndexTable/components/LoadingState/LoadingStateStyle.d.ts +2 -0
  628. package/es/@next/IndexTable/components/LoadingState/LoadingStateStyle.js +10 -0
  629. package/es/@next/IndexTable/components/LoadingState/index.d.ts +1 -0
  630. package/es/@next/IndexTable/components/LoadingState/index.js +1 -0
  631. package/es/@next/IndexTable/components/Row/Row.d.ts +3 -0
  632. package/es/@next/IndexTable/components/Row/Row.js +13 -0
  633. package/es/@next/IndexTable/components/Row/index.d.ts +1 -0
  634. package/es/@next/IndexTable/components/Row/index.js +2 -0
  635. package/es/@next/IndexTable/index.d.ts +1 -0
  636. package/es/@next/IndexTable/index.js +1 -0
  637. package/es/@next/IndexTable/indexTableStoryHelper/IndexTableStoryStyle.d.ts +4 -0
  638. package/es/@next/IndexTable/indexTableStoryHelper/IndexTableStoryStyle.js +15 -0
  639. package/es/@next/InlineError/InlineError.d.ts +5 -0
  640. package/es/@next/InlineError/InlineError.js +19 -0
  641. package/es/@next/InlineError/InlineError.stories.d.ts +5 -0
  642. package/es/@next/InlineError/InlineErrorStyle.d.ts +3 -0
  643. package/es/@next/InlineError/InlineErrorStyle.js +13 -0
  644. package/es/@next/InlineError/index.d.ts +1 -0
  645. package/es/@next/InlineError/index.js +1 -0
  646. package/es/@next/Input/Input.d.ts +8 -0
  647. package/es/@next/Input/Input.js +57 -0
  648. package/es/@next/Input/InputStyle.d.ts +9 -0
  649. package/es/@next/Input/InputStyle.js +26 -0
  650. package/es/@next/Link/Link.d.ts +10 -0
  651. package/es/@next/Link/Link.js +32 -0
  652. package/es/@next/Link/Link.stories.d.ts +5 -0
  653. package/es/@next/Link/LinkStyle.d.ts +2 -0
  654. package/es/@next/Link/LinkStyle.js +11 -0
  655. package/es/@next/Link/index.d.ts +1 -0
  656. package/es/@next/Link/index.js +1 -0
  657. package/es/@next/Menu/Menu.d.ts +25 -0
  658. package/es/@next/Menu/Menu.js +100 -0
  659. package/es/@next/Menu/Menu.stories.d.ts +6 -0
  660. package/es/@next/Menu/MenuStyle.d.ts +6 -0
  661. package/es/@next/Menu/MenuStyle.js +24 -0
  662. package/es/@next/Menu/components/MenuOption.d.ts +12 -0
  663. package/es/@next/Menu/components/MenuOption.js +23 -0
  664. package/es/@next/Menu/components/MenuOptionCheckbox.d.ts +6 -0
  665. package/es/@next/Menu/components/MenuOptionCheckbox.js +12 -0
  666. package/es/@next/Menu/components/MenuOptionLabel.d.ts +7 -0
  667. package/es/@next/Menu/components/MenuOptionLabel.js +24 -0
  668. package/es/@next/Menu/components/MenuOptionLabelStyle.d.ts +3 -0
  669. package/es/@next/Menu/components/MenuOptionLabelStyle.js +5 -0
  670. package/es/@next/Menu/components/index.d.ts +4 -0
  671. package/es/@next/Menu/components/index.js +3 -0
  672. package/es/@next/Menu/index.d.ts +2 -0
  673. package/es/@next/Menu/index.js +2 -0
  674. package/es/@next/Menu/menuStoryHelper/PopoverMenu.d.ts +7 -0
  675. package/es/@next/Menu/menuStoryHelper/PopoverMenu.js +52 -0
  676. package/es/@next/Modal/Modal.d.ts +34 -0
  677. package/es/@next/Modal/Modal.js +136 -0
  678. package/es/@next/Modal/Modal.stories.d.ts +11 -0
  679. package/es/@next/Modal/ModalContext.d.ts +6 -0
  680. package/es/@next/Modal/ModalContext.js +2 -0
  681. package/es/@next/Modal/ModalProvider.d.ts +4 -0
  682. package/es/@next/Modal/ModalProvider.js +28 -0
  683. package/es/@next/Modal/ModalStyle.d.ts +11 -0
  684. package/es/@next/Modal/ModalStyle.js +47 -0
  685. package/es/@next/Modal/ModalWithProvider.d.ts +2 -0
  686. package/es/@next/Modal/ModalWithProvider.js +22 -0
  687. package/es/@next/Modal/ModalWithProvider.stories.d.ts +5 -0
  688. package/es/@next/Modal/index.d.ts +5 -0
  689. package/es/@next/Modal/index.js +5 -0
  690. package/es/@next/Modal/modalStoryHelper/ModalStoryStyle.d.ts +3 -0
  691. package/es/@next/Modal/modalStoryHelper/ModalStoryStyle.js +10 -0
  692. package/es/@next/Modal/useModal.d.ts +1 -0
  693. package/es/@next/Modal/useModal.js +9 -0
  694. package/es/@next/NumberInput/NumberInput.d.ts +4 -0
  695. package/es/@next/NumberInput/NumberInput.js +14 -0
  696. package/es/@next/NumberInput/NumberInput.stories.d.ts +4 -0
  697. package/es/@next/NumberInput/index.d.ts +1 -0
  698. package/es/@next/NumberInput/index.js +1 -0
  699. package/es/@next/Pagination/IconPagination.d.ts +3 -0
  700. package/es/@next/Pagination/IconPagination.js +25 -0
  701. package/es/@next/Pagination/IconPagination.stories.d.ts +5 -0
  702. package/es/@next/Pagination/PageButton.d.ts +8 -0
  703. package/es/@next/Pagination/PageButton.js +23 -0
  704. package/es/@next/Pagination/Pagination.d.ts +3 -0
  705. package/es/@next/Pagination/Pagination.js +124 -0
  706. package/es/@next/Pagination/Pagination.stories.d.ts +4 -0
  707. package/es/@next/Pagination/PaginationStyle.d.ts +11 -0
  708. package/es/@next/Pagination/PaginationStyle.js +45 -0
  709. package/es/@next/Pagination/SimplePagination.d.ts +3 -0
  710. package/es/@next/Pagination/SimplePagination.js +82 -0
  711. package/es/@next/Pagination/SimplePagination.stories.d.ts +4 -0
  712. package/es/@next/Pagination/Stepper.d.ts +4 -0
  713. package/es/@next/Pagination/Stepper.js +18 -0
  714. package/es/@next/Pagination/index.d.ts +4 -0
  715. package/es/@next/Pagination/index.js +4 -0
  716. package/es/@next/Pagination/paginationUtils.d.ts +22 -0
  717. package/es/@next/Pagination/paginationUtils.js +15 -0
  718. package/es/@next/PasswordInput/PasswordInput.d.ts +9 -0
  719. package/es/@next/PasswordInput/PasswordInput.js +36 -0
  720. package/es/@next/PasswordInput/PasswordInput.stories.d.ts +4 -0
  721. package/es/@next/PasswordInput/PasswordInputStyle.d.ts +1 -0
  722. package/es/@next/PasswordInput/PasswordInputStyle.js +5 -0
  723. package/es/@next/PasswordInput/index.d.ts +1 -0
  724. package/es/@next/PasswordInput/index.js +1 -0
  725. package/es/@next/Popover/Popover.d.ts +10 -0
  726. package/es/@next/Popover/Popover.js +17 -0
  727. package/es/@next/Popover/Popover.stories.d.ts +4 -0
  728. package/es/@next/Popover/PopoverFilter.stories.d.ts +4 -0
  729. package/es/@next/Popover/PopoverStyle.d.ts +1 -0
  730. package/es/@next/Popover/PopoverStyle.js +7 -0
  731. package/es/@next/Popover/index.d.ts +1 -0
  732. package/es/@next/Popover/index.js +1 -0
  733. package/es/@next/Popover/popoverStoryHelper/CheckboxGroup.d.ts +8 -0
  734. package/es/@next/Popover/popoverStoryHelper/CheckboxGroup.js +60 -0
  735. package/es/@next/Popover/popoverStoryHelper/SalarySelector.d.ts +7 -0
  736. package/es/@next/Popover/popoverStoryHelper/SalarySelector.js +24 -0
  737. package/es/@next/Portal/Portal.d.ts +4 -0
  738. package/es/@next/Portal/Portal.js +9 -0
  739. package/es/@next/Portal/index.d.ts +1 -0
  740. package/es/@next/Portal/index.js +1 -0
  741. package/es/@next/RadioButton/RadioButton.d.ts +14 -0
  742. package/es/@next/RadioButton/RadioButton.js +50 -0
  743. package/es/@next/RadioButton/RadioButton.stories.d.ts +6 -0
  744. package/es/@next/RadioButton/RadioButtonStyle.d.ts +3 -0
  745. package/es/@next/RadioButton/RadioButtonStyle.js +16 -0
  746. package/es/@next/RadioButton/index.d.ts +1 -0
  747. package/es/@next/RadioButton/index.js +1 -0
  748. package/es/@next/Select/Select.d.ts +57 -0
  749. package/es/@next/Select/Select.js +196 -0
  750. package/es/@next/Select/Select.stories.d.ts +20 -0
  751. package/es/@next/Select/SelectStyle.d.ts +6 -0
  752. package/es/@next/Select/SelectStyle.js +12 -0
  753. package/es/@next/Select/components/Activator/ActivatorSelect.d.ts +18 -0
  754. package/es/@next/Select/components/Activator/ActivatorSelect.js +89 -0
  755. package/es/@next/Select/components/Activator/ActivatorStyle.d.ts +13 -0
  756. package/es/@next/Select/components/Activator/ActivatorStyle.js +46 -0
  757. package/es/@next/Select/components/Activator/ActivatorTextInput.d.ts +22 -0
  758. package/es/@next/Select/components/Activator/ActivatorTextInput.js +89 -0
  759. package/es/@next/Select/components/Activator/index.d.ts +2 -0
  760. package/es/@next/Select/components/Activator/index.js +2 -0
  761. package/es/@next/Select/components/Label/Label.d.ts +4 -0
  762. package/es/@next/Select/components/Label/Label.js +11 -0
  763. package/es/@next/Select/components/OptionList/OptionList.d.ts +20 -0
  764. package/es/@next/Select/components/OptionList/OptionList.js +78 -0
  765. package/es/@next/Select/components/OptionList/OptionListStyle.d.ts +6 -0
  766. package/es/@next/Select/components/OptionList/OptionListStyle.js +12 -0
  767. package/es/@next/Select/components/OptionList/index.d.ts +1 -0
  768. package/es/@next/Select/components/OptionList/index.js +1 -0
  769. package/es/@next/Select/components/SearchableSelectInput/ClearSelected.d.ts +9 -0
  770. package/es/@next/Select/components/SearchableSelectInput/ClearSelected.js +23 -0
  771. package/es/@next/Select/components/SearchableSelectInput/SearchableSelectInput.d.ts +38 -0
  772. package/es/@next/Select/components/SearchableSelectInput/SearchableSelectInput.js +148 -0
  773. package/es/@next/Select/components/SearchableSelectInput/SearchableSelectInputStyle.d.ts +5 -0
  774. package/es/@next/Select/components/SearchableSelectInput/SearchableSelectInputStyle.js +34 -0
  775. package/es/@next/Select/components/index.d.ts +2 -0
  776. package/es/@next/Select/components/index.js +2 -0
  777. package/es/@next/Select/index.d.ts +2 -0
  778. package/es/@next/Select/index.js +2 -0
  779. package/es/@next/Select/selectStoryHelper/NonSearchableMultiSelect.d.ts +3 -0
  780. package/es/@next/Select/selectStoryHelper/NonSearchableMultiSelect.js +40 -0
  781. package/es/@next/Select/selectStoryHelper/NonSearchableSingleSelect.d.ts +3 -0
  782. package/es/@next/Select/selectStoryHelper/NonSearchableSingleSelect.js +27 -0
  783. package/es/@next/Select/selectStoryHelper/Searchable.d.ts +7 -0
  784. package/es/@next/Select/selectStoryHelper/Searchable.js +65 -0
  785. package/es/@next/Select/selectStoryHelper/SearchableSingleSelect.d.ts +10 -0
  786. package/es/@next/Select/selectStoryHelper/SearchableSingleSelect.js +185 -0
  787. package/es/@next/Select/selectStoryHelper/SelectStoryStyle.d.ts +2 -0
  788. package/es/@next/Select/selectStoryHelper/SelectStoryStyle.js +7 -0
  789. package/es/@next/SideSheet/SideSheet.d.ts +17 -0
  790. package/es/@next/SideSheet/SideSheet.js +105 -0
  791. package/es/@next/SideSheet/SideSheet.stories.d.ts +6 -0
  792. package/es/@next/SideSheet/SideSheetStyle.d.ts +9 -0
  793. package/es/@next/SideSheet/SideSheetStyle.js +39 -0
  794. package/es/@next/SideSheet/index.d.ts +1 -0
  795. package/es/@next/SideSheet/index.js +1 -0
  796. package/es/@next/Skeleton/SkeletonStyle.d.ts +1 -0
  797. package/es/@next/Skeleton/SkeletonStyle.js +2 -0
  798. package/es/@next/Skeleton/components/SkeletonImage/SkeletonImageCircle.d.ts +6 -0
  799. package/es/@next/Skeleton/components/SkeletonImage/SkeletonImageCircle.js +9 -0
  800. package/es/@next/Skeleton/components/SkeletonImage/SkeletonImageCircle.stories.d.ts +4 -0
  801. package/es/@next/Skeleton/components/SkeletonImage/SkeletonImageSquare.d.ts +6 -0
  802. package/es/@next/Skeleton/components/SkeletonImage/SkeletonImageSquare.js +12 -0
  803. package/es/@next/Skeleton/components/SkeletonImage/SkeletonImageSquare.stories.d.ts +4 -0
  804. package/es/@next/Skeleton/components/SkeletonImage/SkeletonImageStyle.d.ts +5 -0
  805. package/es/@next/Skeleton/components/SkeletonImage/SkeletonImageStyle.js +23 -0
  806. package/es/@next/Skeleton/components/SkeletonText/SkeletonText.d.ts +12 -0
  807. package/es/@next/Skeleton/components/SkeletonText/SkeletonText.js +22 -0
  808. package/es/@next/Skeleton/components/SkeletonText/SkeletonText.stories.d.ts +5 -0
  809. package/es/@next/Skeleton/components/SkeletonText/SkeletonTextStyle.d.ts +8 -0
  810. package/es/@next/Skeleton/components/SkeletonText/SkeletonTextStyle.js +31 -0
  811. package/es/@next/Skeleton/components/index.d.ts +6 -0
  812. package/es/@next/Skeleton/components/index.js +3 -0
  813. package/es/@next/Skeleton/index.d.ts +1 -0
  814. package/es/@next/Skeleton/index.js +1 -0
  815. package/es/@next/Spinner/Spinner.d.ts +8 -0
  816. package/es/@next/Spinner/Spinner.js +24 -0
  817. package/es/@next/Spinner/Spinner.stories.d.ts +5 -0
  818. package/es/@next/Spinner/SpinnerStyle.d.ts +3 -0
  819. package/es/@next/Spinner/SpinnerStyle.js +11 -0
  820. package/es/@next/Spinner/index.d.ts +1 -0
  821. package/es/@next/Spinner/index.js +1 -0
  822. package/es/@next/Steps/Step.d.ts +12 -0
  823. package/es/@next/Steps/Step.js +72 -0
  824. package/es/@next/Steps/StepStyle.d.ts +8 -0
  825. package/es/@next/Steps/StepStyle.js +37 -0
  826. package/es/@next/Steps/Steps.d.ts +17 -0
  827. package/es/@next/Steps/Steps.js +36 -0
  828. package/es/@next/Steps/Steps.stories.d.ts +4 -0
  829. package/es/@next/Steps/index.d.ts +2 -0
  830. package/es/@next/Steps/index.js +1 -0
  831. package/es/@next/Switch/Switch.d.ts +12 -0
  832. package/es/@next/Switch/Switch.js +56 -0
  833. package/es/@next/Switch/Switch.stories.d.ts +7 -0
  834. package/es/@next/Switch/SwitchStyle.d.ts +7 -0
  835. package/es/@next/Switch/SwitchStyle.js +22 -0
  836. package/es/@next/Switch/index.d.ts +1 -0
  837. package/es/@next/Switch/index.js +1 -0
  838. package/es/@next/Tabs/Tab.d.ts +9 -0
  839. package/es/@next/Tabs/Tab.js +30 -0
  840. package/es/@next/Tabs/TabStyle.d.ts +6 -0
  841. package/es/@next/Tabs/TabStyle.js +28 -0
  842. package/es/@next/Tabs/Tabs.d.ts +24 -0
  843. package/es/@next/Tabs/Tabs.js +116 -0
  844. package/es/@next/Tabs/Tabs.stories.d.ts +7 -0
  845. package/es/@next/Tabs/TabsStoriesStyle.d.ts +4 -0
  846. package/es/@next/Tabs/TabsStoriesStyle.js +18 -0
  847. package/es/@next/Tabs/index.d.ts +2 -0
  848. package/es/@next/Tabs/index.js +2 -0
  849. package/es/@next/Tag/Tag.d.ts +14 -0
  850. package/es/@next/Tag/Tag.js +61 -0
  851. package/es/@next/Tag/Tag.stories.d.ts +8 -0
  852. package/es/@next/Tag/TagStyle.d.ts +7 -0
  853. package/es/@next/Tag/TagStyle.js +25 -0
  854. package/es/@next/Tag/index.d.ts +1 -0
  855. package/es/@next/Tag/index.js +1 -0
  856. package/es/@next/TextArea/TextArea.d.ts +31 -0
  857. package/es/@next/TextArea/TextArea.js +75 -0
  858. package/es/@next/TextArea/TextArea.stories.d.ts +4 -0
  859. package/es/@next/TextArea/TextAreaStyle.d.ts +7 -0
  860. package/es/@next/TextArea/TextAreaStyle.js +18 -0
  861. package/es/@next/TextArea/index.d.ts +1 -0
  862. package/es/@next/TextArea/index.js +1 -0
  863. package/es/@next/TextInput/TextInput.d.ts +10 -0
  864. package/es/@next/TextInput/TextInput.js +49 -0
  865. package/es/@next/TextInput/TextInput.stories.d.ts +5 -0
  866. package/es/@next/TextInput/index.d.ts +1 -0
  867. package/es/@next/TextInput/index.js +1 -0
  868. package/es/@next/Tooltip/Tooltip.d.ts +17 -0
  869. package/es/@next/Tooltip/Tooltip.js +177 -0
  870. package/es/@next/Tooltip/Tooltip.stories.d.ts +4 -0
  871. package/es/@next/Tooltip/TooltipAdaptiveBottom.stories.d.ts +6 -0
  872. package/es/@next/Tooltip/TooltipAdaptiveLeft.stories.d.ts +6 -0
  873. package/es/@next/Tooltip/TooltipAdaptiveRight.stories.d.ts +6 -0
  874. package/es/@next/Tooltip/TooltipAdaptiveTop.stories.d.ts +6 -0
  875. package/es/@next/Tooltip/TooltipStyle.d.ts +5 -0
  876. package/es/@next/Tooltip/TooltipStyle.js +24 -0
  877. package/es/@next/Tooltip/index.d.ts +1 -0
  878. package/es/@next/Tooltip/index.js +1 -0
  879. package/es/@next/Tooltip/positionResolver.d.ts +6 -0
  880. package/es/@next/Tooltip/positionResolver.js +181 -0
  881. package/es/@next/Tooltip/positionResolverHelper.d.ts +37 -0
  882. package/es/@next/Tooltip/positionResolverHelper.js +106 -0
  883. package/es/@next/Typography/Typography.d.ts +16 -0
  884. package/es/@next/Typography/Typography.js +25 -0
  885. package/es/@next/Typography/Typography.stories.d.ts +6 -0
  886. package/es/@next/Typography/Typography.test.d.ts +1 -0
  887. package/es/@next/Typography/TypographyStyles.d.ts +19 -0
  888. package/es/@next/Typography/TypographyStyles.js +26 -0
  889. package/es/@next/Typography/index.d.ts +1 -0
  890. package/es/@next/Typography/index.js +1 -0
  891. package/es/@next/Upload/Upload.d.ts +12 -0
  892. package/es/@next/Upload/Upload.js +117 -0
  893. package/es/@next/Upload/Upload.stories.d.ts +4 -0
  894. package/es/@next/Upload/UploadStyle.d.ts +12 -0
  895. package/es/@next/Upload/UploadStyle.js +45 -0
  896. package/es/@next/Upload/index.d.ts +1 -0
  897. package/es/@next/Upload/index.js +1 -0
  898. package/es/@next/index.d.ts +88 -0
  899. package/es/@next/index.js +51 -0
  900. package/es/@next/utilities/borderRadius/BorderRadius.d.ts +22 -0
  901. package/es/@next/utilities/borderRadius/BorderRadius.js +22 -0
  902. package/es/@next/utilities/borderRadius/index.d.ts +1 -0
  903. package/es/@next/utilities/borderRadius/index.js +1 -0
  904. package/es/@next/utilities/breakpoints/Breakpoints.d.ts +1 -0
  905. package/es/@next/utilities/breakpoints/Breakpoints.js +1 -0
  906. package/es/@next/utilities/breakpoints/index.d.ts +1 -0
  907. package/es/@next/utilities/breakpoints/index.js +1 -0
  908. package/es/@next/utilities/colors/blue.d.ts +7 -0
  909. package/es/@next/utilities/colors/blue.js +7 -0
  910. package/es/@next/utilities/colors/green.d.ts +5 -0
  911. package/es/@next/utilities/colors/green.js +5 -0
  912. package/es/@next/utilities/colors/index.d.ts +7 -0
  913. package/es/@next/utilities/colors/index.js +7 -0
  914. package/es/@next/utilities/colors/neutral.d.ts +10 -0
  915. package/es/@next/utilities/colors/neutral.js +10 -0
  916. package/es/@next/utilities/colors/orange.d.ts +6 -0
  917. package/es/@next/utilities/colors/orange.js +6 -0
  918. package/es/@next/utilities/colors/red.d.ts +6 -0
  919. package/es/@next/utilities/colors/red.js +6 -0
  920. package/es/@next/utilities/colors/yellow.d.ts +6 -0
  921. package/es/@next/utilities/colors/yellow.js +6 -0
  922. package/es/@next/utilities/dropShadow/DropShadow.d.ts +14 -0
  923. package/es/@next/utilities/dropShadow/DropShadow.js +14 -0
  924. package/es/@next/utilities/dropShadow/index.d.ts +1 -0
  925. package/es/@next/utilities/dropShadow/index.js +1 -0
  926. package/es/@next/utilities/fonts/Fonts.d.ts +2 -0
  927. package/es/@next/utilities/fonts/Fonts.js +2 -0
  928. package/es/@next/utilities/fonts/index.d.ts +1 -0
  929. package/es/@next/utilities/fonts/index.js +1 -0
  930. package/es/@next/utilities/spacing/Spacing.d.ts +30 -0
  931. package/es/@next/utilities/spacing/Spacing.js +30 -0
  932. package/es/@next/utilities/spacing/index.d.ts +1 -0
  933. package/es/@next/utilities/spacing/index.js +1 -0
  934. package/es/Display/Accordion/Accordion.d.ts +19 -0
  935. package/es/Display/Accordion/Accordion.js +47 -0
  936. package/es/Display/Accordion/Accordion.stories.d.ts +6 -0
  937. package/es/Display/Accordion/Accordion.test.d.ts +1 -0
  938. package/es/Display/Accordion/AccordionPanel.d.ts +13 -0
  939. package/es/Display/Accordion/AccordionPanel.js +49 -0
  940. package/es/Display/Accordion/AccordionStyle.d.ts +23 -0
  941. package/es/Display/Accordion/AccordionStyle.js +62 -0
  942. package/es/Display/Accordion/index.d.ts +2 -0
  943. package/es/Display/Accordion/index.js +2 -0
  944. package/es/Display/Collapsible/Collapsible.d.ts +7 -0
  945. package/es/Display/Collapsible/Collapsible.js +43 -0
  946. package/es/Display/Collapsible/Collapsible.stories.d.ts +4 -0
  947. package/es/Display/Collapsible/Collapsible.test.d.ts +1 -0
  948. package/es/Display/Collapsible/CollapsibleStyle.d.ts +6 -0
  949. package/es/Display/Collapsible/CollapsibleStyle.js +24 -0
  950. package/es/Display/Collapsible/index.d.ts +2 -0
  951. package/es/Display/Collapsible/index.js +2 -0
  952. package/es/Display/Gallery/Gallery.d.ts +18 -0
  953. package/es/Display/Gallery/Gallery.js +102 -0
  954. package/es/Display/Gallery/Gallery.stories.d.ts +5 -0
  955. package/es/Display/Gallery/Gallery.test.d.ts +2 -0
  956. package/es/Display/Gallery/GalleryStyle.d.ts +12 -0
  957. package/es/Display/Gallery/GalleryStyle.js +36 -0
  958. package/es/Display/Gallery/index.d.ts +3 -0
  959. package/es/Display/Gallery/index.js +3 -0
  960. package/es/Display/Modal/Modal.d.ts +28 -0
  961. package/es/Display/Modal/Modal.js +160 -0
  962. package/es/Display/Modal/Modal.stories.d.ts +8 -0
  963. package/es/Display/Modal/Modal.test.d.ts +1 -0
  964. package/es/Display/Modal/ModalStyle.d.ts +20 -0
  965. package/es/Display/Modal/ModalStyle.js +96 -0
  966. package/es/Display/Modal/index.d.ts +2 -0
  967. package/es/Display/Modal/index.js +2 -0
  968. package/es/Display/Modal/utils.d.ts +2 -0
  969. package/es/Display/Modal/utils.js +17 -0
  970. package/es/Display/PointingModal/PointingModal.d.ts +17 -0
  971. package/es/Display/PointingModal/PointingModal.js +31 -0
  972. package/es/Display/PointingModal/PointingModal.stories.d.ts +4 -0
  973. package/es/Display/PointingModal/PointingModal.test.d.ts +1 -0
  974. package/es/Display/PointingModal/PointingModalBody.d.ts +7 -0
  975. package/es/Display/PointingModal/PointingModalBody.js +16 -0
  976. package/es/Display/PointingModal/PointingModalFooter.d.ts +7 -0
  977. package/es/Display/PointingModal/PointingModalFooter.js +15 -0
  978. package/es/Display/PointingModal/PointingModalHeader.d.ts +7 -0
  979. package/es/Display/PointingModal/PointingModalHeader.js +16 -0
  980. package/es/Display/PointingModal/PointingModalItem.d.ts +7 -0
  981. package/es/Display/PointingModal/PointingModalItem.js +15 -0
  982. package/es/Display/PointingModal/PointingModalStyle.d.ts +6 -0
  983. package/es/Display/PointingModal/PointingModalStyle.js +27 -0
  984. package/es/Display/PointingModal/index.d.ts +2 -0
  985. package/es/Display/PointingModal/index.js +2 -0
  986. package/es/Display/Popover/Popover.d.ts +9 -0
  987. package/es/Display/Popover/Popover.js +33 -0
  988. package/es/Display/Popover/Popover.stories.d.ts +4 -0
  989. package/es/Display/Popover/Popover.test.d.ts +2 -0
  990. package/es/Display/Popover/PopoverStyle.d.ts +6 -0
  991. package/es/Display/Popover/PopoverStyle.js +26 -0
  992. package/es/Display/Popover/index.d.ts +3 -0
  993. package/es/Display/Popover/index.js +3 -0
  994. package/es/Display/Slider/LeftArrow.d.ts +9 -0
  995. package/es/Display/Slider/LeftArrow.js +20 -0
  996. package/es/Display/Slider/RightArrow.d.ts +10 -0
  997. package/es/Display/Slider/RightArrow.js +21 -0
  998. package/es/Display/Slider/Slider.d.ts +27 -0
  999. package/es/Display/Slider/Slider.js +169 -0
  1000. package/es/Display/Slider/Slider.stories.d.ts +12 -0
  1001. package/es/Display/Slider/Slider.test.d.ts +2 -0
  1002. package/es/Display/Slider/SliderItem.d.ts +6 -0
  1003. package/es/Display/Slider/SliderItem.js +9 -0
  1004. package/es/Display/Slider/SliderStyle.d.ts +14 -0
  1005. package/es/Display/Slider/SliderStyle.js +41 -0
  1006. package/es/Display/Slider/index.d.ts +2 -0
  1007. package/es/Display/Slider/index.js +2 -0
  1008. package/es/Display/Slider/utils.d.ts +1 -0
  1009. package/es/Display/Slider/utils.js +5 -0
  1010. package/es/Display/Swipeable/Swipeable.d.ts +12 -0
  1011. package/es/Display/Swipeable/Swipeable.js +15 -0
  1012. package/es/Display/Swipeable/Swipeable.stories.d.ts +4 -0
  1013. package/es/Display/Swipeable/Swipeable.test.d.ts +1 -0
  1014. package/es/Display/Swipeable/SwipeableItem.d.ts +7 -0
  1015. package/es/Display/Swipeable/SwipeableItem.js +15 -0
  1016. package/es/Display/Swipeable/SwipeableStyle.d.ts +3 -0
  1017. package/es/Display/Swipeable/SwipeableStyle.js +16 -0
  1018. package/es/Display/Swipeable/index.d.ts +2 -0
  1019. package/es/Display/Swipeable/index.js +2 -0
  1020. package/es/Display/Tabs/TabPane.d.ts +10 -0
  1021. package/es/Display/Tabs/TabPane.js +14 -0
  1022. package/es/Display/Tabs/Tabs.d.ts +21 -0
  1023. package/es/Display/Tabs/Tabs.js +66 -0
  1024. package/es/Display/Tabs/Tabs.stories.d.ts +7 -0
  1025. package/es/Display/Tabs/Tabs.test.d.ts +2 -0
  1026. package/es/Display/Tabs/TabsStyle.d.ts +10 -0
  1027. package/es/Display/Tabs/TabsStyle.js +50 -0
  1028. package/es/Display/Tabs/index.d.ts +2 -0
  1029. package/es/Display/Tabs/index.js +2 -0
  1030. package/es/Display/Tooltip/Tooltip.d.ts +22 -0
  1031. package/es/Display/Tooltip/Tooltip.js +62 -0
  1032. package/es/Display/Tooltip/Tooltip.stories.d.ts +6 -0
  1033. package/es/Display/Tooltip/Tooltip.test.d.ts +2 -0
  1034. package/es/Display/Tooltip/TooltipStyle.d.ts +3 -0
  1035. package/es/Display/Tooltip/TooltipStyle.js +26 -0
  1036. package/es/Display/Tooltip/index.d.ts +3 -0
  1037. package/es/Display/Tooltip/index.js +3 -0
  1038. package/es/General/Alert/Alert.d.ts +18 -0
  1039. package/es/General/Alert/Alert.js +101 -0
  1040. package/es/General/Alert/Alert.stories.d.ts +4 -0
  1041. package/es/General/Alert/Alert.test.d.ts +1 -0
  1042. package/es/General/Alert/AlertStyle.d.ts +4 -0
  1043. package/es/General/Alert/AlertStyle.js +21 -0
  1044. package/es/General/Alert/index.d.ts +3 -0
  1045. package/es/General/Alert/index.js +3 -0
  1046. package/es/General/Badge/Badge.d.ts +11 -0
  1047. package/es/General/Badge/Badge.js +23 -0
  1048. package/es/General/Badge/Badge.stories.d.ts +6 -0
  1049. package/es/General/Badge/Badge.test.d.ts +2 -0
  1050. package/es/General/Badge/BadgeStyle.d.ts +5 -0
  1051. package/es/General/Badge/BadgeStyle.js +20 -0
  1052. package/es/General/Badge/BadgeVariant.d.ts +6 -0
  1053. package/es/General/Badge/BadgeVariant.js +6 -0
  1054. package/es/General/Badge/index.d.ts +3 -0
  1055. package/es/General/Badge/index.js +3 -0
  1056. package/es/General/Brand/Brand.d.ts +15 -0
  1057. package/es/General/Brand/Brand.js +45 -0
  1058. package/es/General/Brand/Brand.stories.d.ts +5 -0
  1059. package/es/General/Brand/Brand.test.d.ts +1 -0
  1060. package/es/General/Brand/BrandStyle.d.ts +2 -0
  1061. package/es/General/Brand/BrandStyle.js +9 -0
  1062. package/es/General/Brand/index.d.ts +3 -0
  1063. package/es/General/Brand/index.js +3 -0
  1064. package/es/General/Button/Button.d.ts +30 -0
  1065. package/es/General/Button/Button.js +101 -0
  1066. package/es/General/Button/Button.stories.d.ts +11 -0
  1067. package/es/General/Button/Button.test.d.ts +1 -0
  1068. package/es/General/Button/ButtonStyle.d.ts +47 -0
  1069. package/es/General/Button/ButtonStyle.js +221 -0
  1070. package/es/General/Button/GhostButton.d.ts +41 -0
  1071. package/es/General/Button/GhostButton.js +41 -0
  1072. package/es/General/Button/LinkButton.d.ts +33 -0
  1073. package/es/General/Button/LinkButton.js +25 -0
  1074. package/es/General/Button/SolidButton.d.ts +41 -0
  1075. package/es/General/Button/SolidButton.js +41 -0
  1076. package/es/General/Button/SolidShadowButton.d.ts +39 -0
  1077. package/es/General/Button/SolidShadowButton.js +42 -0
  1078. package/es/General/Button/index.d.ts +3 -0
  1079. package/es/General/Button/index.js +3 -0
  1080. package/es/General/Divider/Divider.d.ts +11 -0
  1081. package/es/General/Divider/Divider.js +22 -0
  1082. package/es/General/Divider/Divider.stories.d.ts +5 -0
  1083. package/es/General/Divider/Divider.test.d.ts +2 -0
  1084. package/es/General/Divider/DividerStyle.d.ts +1 -0
  1085. package/es/General/Divider/DividerStyle.js +22 -0
  1086. package/es/General/Divider/index.d.ts +3 -0
  1087. package/es/General/Divider/index.js +3 -0
  1088. package/es/General/Heading/Heading.d.ts +7 -0
  1089. package/es/General/Heading/Heading.js +24 -0
  1090. package/es/General/Heading/Heading.stories.d.ts +4 -0
  1091. package/es/General/Heading/Heading.test.d.ts +1 -0
  1092. package/es/General/Heading/HeadingStyle.d.ts +2 -0
  1093. package/es/General/Heading/HeadingStyle.js +12 -0
  1094. package/es/General/Heading/index.d.ts +3 -0
  1095. package/es/General/Heading/index.js +3 -0
  1096. package/es/General/Icon/Icon.d.ts +22 -0
  1097. package/es/General/Icon/Icon.js +38 -0
  1098. package/es/General/Icon/Icon.test.d.ts +1 -0
  1099. package/es/General/Icon/IconStoriesHelpers.d.ts +6 -0
  1100. package/es/General/Icon/IconStoriesHelpers.js +72 -0
  1101. package/es/General/Icon/IconStyle.d.ts +1 -0
  1102. package/es/General/Icon/IconStyle.js +5 -0
  1103. package/es/General/Icon/LegacyIcon.d.ts +7 -0
  1104. package/es/General/Icon/LegacyIcon.js +22 -0
  1105. package/es/General/Icon/components/AddCircleOutlineIcon.d.ts +4 -0
  1106. package/es/General/Icon/components/AddCircleOutlineIcon.js +10 -0
  1107. package/es/General/Icon/components/AddCircleSolidIcon.d.ts +4 -0
  1108. package/es/General/Icon/components/AddCircleSolidIcon.js +10 -0
  1109. package/es/General/Icon/components/AddIcon.d.ts +4 -0
  1110. package/es/General/Icon/components/AddIcon.js +10 -0
  1111. package/es/General/Icon/components/ArrowBackDoubleIcon.d.ts +4 -0
  1112. package/es/General/Icon/components/ArrowBackDoubleIcon.js +10 -0
  1113. package/es/General/Icon/components/ArrowBackIcon.d.ts +4 -0
  1114. package/es/General/Icon/components/ArrowBackIcon.js +10 -0
  1115. package/es/General/Icon/components/ArrowBackSolidIcon.d.ts +4 -0
  1116. package/es/General/Icon/components/ArrowBackSolidIcon.js +10 -0
  1117. package/es/General/Icon/components/ArrowDownCircleOutlineIcon.d.ts +4 -0
  1118. package/es/General/Icon/components/ArrowDownCircleOutlineIcon.js +10 -0
  1119. package/es/General/Icon/components/ArrowDownIcon.d.ts +4 -0
  1120. package/es/General/Icon/components/ArrowDownIcon.js +10 -0
  1121. package/es/General/Icon/components/ArrowDownSolidIcon.d.ts +4 -0
  1122. package/es/General/Icon/components/ArrowDownSolidIcon.js +10 -0
  1123. package/es/General/Icon/components/ArrowNextDoubleIcon.d.ts +4 -0
  1124. package/es/General/Icon/components/ArrowNextDoubleIcon.js +10 -0
  1125. package/es/General/Icon/components/ArrowNextIcon.d.ts +4 -0
  1126. package/es/General/Icon/components/ArrowNextIcon.js +10 -0
  1127. package/es/General/Icon/components/ArrowNextSolidIcon.d.ts +4 -0
  1128. package/es/General/Icon/components/ArrowNextSolidIcon.js +10 -0
  1129. package/es/General/Icon/components/ArrowRoundBackIcon.d.ts +4 -0
  1130. package/es/General/Icon/components/ArrowRoundBackIcon.js +10 -0
  1131. package/es/General/Icon/components/ArrowRoundForwardIcon.d.ts +4 -0
  1132. package/es/General/Icon/components/ArrowRoundForwardIcon.js +10 -0
  1133. package/es/General/Icon/components/ArrowUpIcon.d.ts +4 -0
  1134. package/es/General/Icon/components/ArrowUpIcon.js +10 -0
  1135. package/es/General/Icon/components/ArrowUpSolidIcon.d.ts +4 -0
  1136. package/es/General/Icon/components/ArrowUpSolidIcon.js +10 -0
  1137. package/es/General/Icon/components/AsteriskSolidIcon.d.ts +4 -0
  1138. package/es/General/Icon/components/AsteriskSolidIcon.js +10 -0
  1139. package/es/General/Icon/components/AttachmentIcon.d.ts +4 -0
  1140. package/es/General/Icon/components/AttachmentIcon.js +10 -0
  1141. package/es/General/Icon/components/BehanceIcon.d.ts +4 -0
  1142. package/es/General/Icon/components/BehanceIcon.js +11 -0
  1143. package/es/General/Icon/components/BellIcon.d.ts +4 -0
  1144. package/es/General/Icon/components/BellIcon.js +12 -0
  1145. package/es/General/Icon/components/BookmarkIcon.d.ts +4 -0
  1146. package/es/General/Icon/components/BookmarkIcon.js +10 -0
  1147. package/es/General/Icon/components/BookmarkOutlineIcon.d.ts +4 -0
  1148. package/es/General/Icon/components/BookmarkOutlineIcon.js +10 -0
  1149. package/es/General/Icon/components/BookmarkRoundedOutlineIcon.d.ts +4 -0
  1150. package/es/General/Icon/components/BookmarkRoundedOutlineIcon.js +10 -0
  1151. package/es/General/Icon/components/BoxWithHandleSolidIcon.d.ts +4 -0
  1152. package/es/General/Icon/components/BoxWithHandleSolidIcon.js +10 -0
  1153. package/es/General/Icon/components/BriefcaseSolidIcon.d.ts +4 -0
  1154. package/es/General/Icon/components/BriefcaseSolidIcon.js +10 -0
  1155. package/es/General/Icon/components/BuildingSolidIcon.d.ts +4 -0
  1156. package/es/General/Icon/components/BuildingSolidIcon.js +10 -0
  1157. package/es/General/Icon/components/BulletListIcon.d.ts +4 -0
  1158. package/es/General/Icon/components/BulletListIcon.js +10 -0
  1159. package/es/General/Icon/components/CalendarIcon.d.ts +4 -0
  1160. package/es/General/Icon/components/CalendarIcon.js +10 -0
  1161. package/es/General/Icon/components/CameraIcon.d.ts +4 -0
  1162. package/es/General/Icon/components/CameraIcon.js +10 -0
  1163. package/es/General/Icon/components/ChecklistIcon.d.ts +4 -0
  1164. package/es/General/Icon/components/ChecklistIcon.js +10 -0
  1165. package/es/General/Icon/components/CheckmarkIcon.d.ts +4 -0
  1166. package/es/General/Icon/components/CheckmarkIcon.js +10 -0
  1167. package/es/General/Icon/components/CheckmarkSolidIcon.d.ts +4 -0
  1168. package/es/General/Icon/components/CheckmarkSolidIcon.js +10 -0
  1169. package/es/General/Icon/components/CheckmarkThickIcon.d.ts +4 -0
  1170. package/es/General/Icon/components/CheckmarkThickIcon.js +10 -0
  1171. package/es/General/Icon/components/CircleAndCheckIcon.d.ts +4 -0
  1172. package/es/General/Icon/components/CircleAndCheckIcon.js +26 -0
  1173. package/es/General/Icon/components/CircleIcon.d.ts +4 -0
  1174. package/es/General/Icon/components/CircleIcon.js +10 -0
  1175. package/es/General/Icon/components/ClipboardCheckOutlineIcon.d.ts +4 -0
  1176. package/es/General/Icon/components/ClipboardCheckOutlineIcon.js +10 -0
  1177. package/es/General/Icon/components/ClipboardIcon.d.ts +4 -0
  1178. package/es/General/Icon/components/ClipboardIcon.js +12 -0
  1179. package/es/General/Icon/components/ClockIcon.d.ts +4 -0
  1180. package/es/General/Icon/components/ClockIcon.js +10 -0
  1181. package/es/General/Icon/components/CloseCircleSolidIcon.d.ts +4 -0
  1182. package/es/General/Icon/components/CloseCircleSolidIcon.js +10 -0
  1183. package/es/General/Icon/components/CloseIcon.d.ts +4 -0
  1184. package/es/General/Icon/components/CloseIcon.js +10 -0
  1185. package/es/General/Icon/components/CloudDownloadIcon.d.ts +4 -0
  1186. package/es/General/Icon/components/CloudDownloadIcon.js +10 -0
  1187. package/es/General/Icon/components/CloudUploadIcon.d.ts +4 -0
  1188. package/es/General/Icon/components/CloudUploadIcon.js +10 -0
  1189. package/es/General/Icon/components/CodepenIcon.d.ts +4 -0
  1190. package/es/General/Icon/components/CodepenIcon.js +10 -0
  1191. package/es/General/Icon/components/CommunityIcon.d.ts +4 -0
  1192. package/es/General/Icon/components/CommunityIcon.js +10 -0
  1193. package/es/General/Icon/components/CompassIcon.d.ts +4 -0
  1194. package/es/General/Icon/components/CompassIcon.js +10 -0
  1195. package/es/General/Icon/components/ConnectionIcon.d.ts +4 -0
  1196. package/es/General/Icon/components/ConnectionIcon.js +20 -0
  1197. package/es/General/Icon/components/CopyIcon.d.ts +4 -0
  1198. package/es/General/Icon/components/CopyIcon.js +10 -0
  1199. package/es/General/Icon/components/CopyLinkIcon.d.ts +4 -0
  1200. package/es/General/Icon/components/CopyLinkIcon.js +10 -0
  1201. package/es/General/Icon/components/CopyOutlinedIcon.d.ts +4 -0
  1202. package/es/General/Icon/components/CopyOutlinedIcon.js +10 -0
  1203. package/es/General/Icon/components/CurrencyIcon.d.ts +4 -0
  1204. package/es/General/Icon/components/CurrencyIcon.js +10 -0
  1205. package/es/General/Icon/components/DeleteIcon.d.ts +4 -0
  1206. package/es/General/Icon/components/DeleteIcon.js +10 -0
  1207. package/es/General/Icon/components/DiscountSolidIcon.d.ts +4 -0
  1208. package/es/General/Icon/components/DiscountSolidIcon.js +10 -0
  1209. package/es/General/Icon/components/DocumentCheckIcon.d.ts +4 -0
  1210. package/es/General/Icon/components/DocumentCheckIcon.js +12 -0
  1211. package/es/General/Icon/components/DotIcon.d.ts +4 -0
  1212. package/es/General/Icon/components/DotIcon.js +12 -0
  1213. package/es/General/Icon/components/DoubleCheckmarkIcon.d.ts +4 -0
  1214. package/es/General/Icon/components/DoubleCheckmarkIcon.js +10 -0
  1215. package/es/General/Icon/components/DoveIcon.d.ts +4 -0
  1216. package/es/General/Icon/components/DoveIcon.js +10 -0
  1217. package/es/General/Icon/components/DownloadIcon.d.ts +4 -0
  1218. package/es/General/Icon/components/DownloadIcon.js +10 -0
  1219. package/es/General/Icon/components/DragArrowIcon.d.ts +4 -0
  1220. package/es/General/Icon/components/DragArrowIcon.js +10 -0
  1221. package/es/General/Icon/components/DragStripesIcon.d.ts +4 -0
  1222. package/es/General/Icon/components/DragStripesIcon.js +10 -0
  1223. package/es/General/Icon/components/EditIcon.d.ts +4 -0
  1224. package/es/General/Icon/components/EditIcon.js +10 -0
  1225. package/es/General/Icon/components/EditOutlineIcon.d.ts +4 -0
  1226. package/es/General/Icon/components/EditOutlineIcon.js +10 -0
  1227. package/es/General/Icon/components/ExclamationIcon.d.ts +4 -0
  1228. package/es/General/Icon/components/ExclamationIcon.js +10 -0
  1229. package/es/General/Icon/components/ExitFullScreenIcon.d.ts +4 -0
  1230. package/es/General/Icon/components/ExitFullScreenIcon.js +12 -0
  1231. package/es/General/Icon/components/ExternalLinkIcon.d.ts +4 -0
  1232. package/es/General/Icon/components/ExternalLinkIcon.js +10 -0
  1233. package/es/General/Icon/components/EyeIcon.d.ts +4 -0
  1234. package/es/General/Icon/components/EyeIcon.js +10 -0
  1235. package/es/General/Icon/components/EyeSlashedIcon.d.ts +4 -0
  1236. package/es/General/Icon/components/EyeSlashedIcon.js +10 -0
  1237. package/es/General/Icon/components/EyeSolidIcon.d.ts +4 -0
  1238. package/es/General/Icon/components/EyeSolidIcon.js +10 -0
  1239. package/es/General/Icon/components/FacebookIcon.d.ts +4 -0
  1240. package/es/General/Icon/components/FacebookIcon.js +10 -0
  1241. package/es/General/Icon/components/FileAlternateIcon.d.ts +4 -0
  1242. package/es/General/Icon/components/FileAlternateIcon.js +10 -0
  1243. package/es/General/Icon/components/FileIcon.d.ts +4 -0
  1244. package/es/General/Icon/components/FileIcon.js +10 -0
  1245. package/es/General/Icon/components/FilePreviewIcon.d.ts +4 -0
  1246. package/es/General/Icon/components/FilePreviewIcon.js +10 -0
  1247. package/es/General/Icon/components/FileSolidIcon.d.ts +4 -0
  1248. package/es/General/Icon/components/FileSolidIcon.js +10 -0
  1249. package/es/General/Icon/components/FilterIcon.d.ts +4 -0
  1250. package/es/General/Icon/components/FilterIcon.js +10 -0
  1251. package/es/General/Icon/components/FlagIcon.d.ts +4 -0
  1252. package/es/General/Icon/components/FlagIcon.js +10 -0
  1253. package/es/General/Icon/components/FolderIcon.d.ts +4 -0
  1254. package/es/General/Icon/components/FolderIcon.js +10 -0
  1255. package/es/General/Icon/components/FullScreenIcon.d.ts +4 -0
  1256. package/es/General/Icon/components/FullScreenIcon.js +18 -0
  1257. package/es/General/Icon/components/GithubIcon.d.ts +4 -0
  1258. package/es/General/Icon/components/GithubIcon.js +10 -0
  1259. package/es/General/Icon/components/GlobeIcon.d.ts +4 -0
  1260. package/es/General/Icon/components/GlobeIcon.js +10 -0
  1261. package/es/General/Icon/components/GraduationHatIcon.d.ts +4 -0
  1262. package/es/General/Icon/components/GraduationHatIcon.js +10 -0
  1263. package/es/General/Icon/components/GroupIcon.d.ts +4 -0
  1264. package/es/General/Icon/components/GroupIcon.js +10 -0
  1265. package/es/General/Icon/components/GuaranteeIcon.d.ts +4 -0
  1266. package/es/General/Icon/components/GuaranteeIcon.js +10 -0
  1267. package/es/General/Icon/components/HandIcon.d.ts +4 -0
  1268. package/es/General/Icon/components/HandIcon.js +10 -0
  1269. package/es/General/Icon/components/HandShakeIcon.d.ts +4 -0
  1270. package/es/General/Icon/components/HandShakeIcon.js +13 -0
  1271. package/es/General/Icon/components/HeartIcon.d.ts +4 -0
  1272. package/es/General/Icon/components/HeartIcon.js +10 -0
  1273. package/es/General/Icon/components/HeartSolidIcon.d.ts +4 -0
  1274. package/es/General/Icon/components/HeartSolidIcon.js +10 -0
  1275. package/es/General/Icon/components/HelpIcon.d.ts +4 -0
  1276. package/es/General/Icon/components/HelpIcon.js +10 -0
  1277. package/es/General/Icon/components/HomeIcon.d.ts +4 -0
  1278. package/es/General/Icon/components/HomeIcon.js +10 -0
  1279. package/es/General/Icon/components/HourglassIcon.d.ts +4 -0
  1280. package/es/General/Icon/components/HourglassIcon.js +10 -0
  1281. package/es/General/Icon/components/ImageIcon.d.ts +4 -0
  1282. package/es/General/Icon/components/ImageIcon.js +11 -0
  1283. package/es/General/Icon/components/InfoIcon.d.ts +4 -0
  1284. package/es/General/Icon/components/InfoIcon.js +10 -0
  1285. package/es/General/Icon/components/InfoSolidIcon.d.ts +4 -0
  1286. package/es/General/Icon/components/InfoSolidIcon.js +10 -0
  1287. package/es/General/Icon/components/InstagramIcon.d.ts +4 -0
  1288. package/es/General/Icon/components/InstagramIcon.js +16 -0
  1289. package/es/General/Icon/components/JobOutlineIcon.d.ts +4 -0
  1290. package/es/General/Icon/components/JobOutlineIcon.js +16 -0
  1291. package/es/General/Icon/components/JobSearchIcon.d.ts +4 -0
  1292. package/es/General/Icon/components/JobSearchIcon.js +10 -0
  1293. package/es/General/Icon/components/LightbulbIcon.d.ts +4 -0
  1294. package/es/General/Icon/components/LightbulbIcon.js +10 -0
  1295. package/es/General/Icon/components/LightningOutlineIcon.d.ts +4 -0
  1296. package/es/General/Icon/components/LightningOutlineIcon.js +13 -0
  1297. package/es/General/Icon/components/LineIcon.d.ts +4 -0
  1298. package/es/General/Icon/components/LineIcon.js +10 -0
  1299. package/es/General/Icon/components/LinkedinIcon.d.ts +4 -0
  1300. package/es/General/Icon/components/LinkedinIcon.js +10 -0
  1301. package/es/General/Icon/components/LoadingIcon.d.ts +4 -0
  1302. package/es/General/Icon/components/LoadingIcon.js +10 -0
  1303. package/es/General/Icon/components/LocationIcon.d.ts +4 -0
  1304. package/es/General/Icon/components/LocationIcon.js +10 -0
  1305. package/es/General/Icon/components/LockSolidIcon.d.ts +4 -0
  1306. package/es/General/Icon/components/LockSolidIcon.js +10 -0
  1307. package/es/General/Icon/components/MailIcon.d.ts +4 -0
  1308. package/es/General/Icon/components/MailIcon.js +10 -0
  1309. package/es/General/Icon/components/MailSolidIcon.d.ts +4 -0
  1310. package/es/General/Icon/components/MailSolidIcon.js +10 -0
  1311. package/es/General/Icon/components/MedalIcon.d.ts +4 -0
  1312. package/es/General/Icon/components/MedalIcon.js +108 -0
  1313. package/es/General/Icon/components/MenuHalfIcon.d.ts +4 -0
  1314. package/es/General/Icon/components/MenuHalfIcon.js +10 -0
  1315. package/es/General/Icon/components/MenuIcon.d.ts +4 -0
  1316. package/es/General/Icon/components/MenuIcon.js +10 -0
  1317. package/es/General/Icon/components/MessageOutlineIcon.d.ts +4 -0
  1318. package/es/General/Icon/components/MessageOutlineIcon.js +12 -0
  1319. package/es/General/Icon/components/MessageOutlineIncomingIcon.d.ts +4 -0
  1320. package/es/General/Icon/components/MessageOutlineIncomingIcon.js +18 -0
  1321. package/es/General/Icon/components/MicIcon.d.ts +4 -0
  1322. package/es/General/Icon/components/MicIcon.js +18 -0
  1323. package/es/General/Icon/components/MicOffIcon.d.ts +4 -0
  1324. package/es/General/Icon/components/MicOffIcon.js +17 -0
  1325. package/es/General/Icon/components/MinusCircleIcon.d.ts +4 -0
  1326. package/es/General/Icon/components/MinusCircleIcon.js +10 -0
  1327. package/es/General/Icon/components/MinusCircleSolidIcon.d.ts +4 -0
  1328. package/es/General/Icon/components/MinusCircleSolidIcon.js +10 -0
  1329. package/es/General/Icon/components/MinusIcon.d.ts +4 -0
  1330. package/es/General/Icon/components/MinusIcon.js +10 -0
  1331. package/es/General/Icon/components/MoreHorizontalIcon.d.ts +4 -0
  1332. package/es/General/Icon/components/MoreHorizontalIcon.js +10 -0
  1333. package/es/General/Icon/components/MoreIcon.d.ts +4 -0
  1334. package/es/General/Icon/components/MoreIcon.js +10 -0
  1335. package/es/General/Icon/components/NameTagIcon.d.ts +4 -0
  1336. package/es/General/Icon/components/NameTagIcon.js +13 -0
  1337. package/es/General/Icon/components/NotificationIcon.d.ts +4 -0
  1338. package/es/General/Icon/components/NotificationIcon.js +10 -0
  1339. package/es/General/Icon/components/NumberListIcon.d.ts +4 -0
  1340. package/es/General/Icon/components/NumberListIcon.js +10 -0
  1341. package/es/General/Icon/components/OnlineIcon.d.ts +4 -0
  1342. package/es/General/Icon/components/OnlineIcon.js +10 -0
  1343. package/es/General/Icon/components/PdfIcon.d.ts +4 -0
  1344. package/es/General/Icon/components/PdfIcon.js +10 -0
  1345. package/es/General/Icon/components/PdfOutlineIcon.d.ts +4 -0
  1346. package/es/General/Icon/components/PdfOutlineIcon.js +10 -0
  1347. package/es/General/Icon/components/PhoneIcon.d.ts +4 -0
  1348. package/es/General/Icon/components/PhoneIcon.js +10 -0
  1349. package/es/General/Icon/components/PowerIcon.d.ts +4 -0
  1350. package/es/General/Icon/components/PowerIcon.js +10 -0
  1351. package/es/General/Icon/components/PuzzleIcon.d.ts +4 -0
  1352. package/es/General/Icon/components/PuzzleIcon.js +10 -0
  1353. package/es/General/Icon/components/QuestionOutlineIcon.d.ts +4 -0
  1354. package/es/General/Icon/components/QuestionOutlineIcon.js +16 -0
  1355. package/es/General/Icon/components/QuotationIcon.d.ts +4 -0
  1356. package/es/General/Icon/components/QuotationIcon.js +10 -0
  1357. package/es/General/Icon/components/RefreshSolidIcon.d.ts +4 -0
  1358. package/es/General/Icon/components/RefreshSolidIcon.js +10 -0
  1359. package/es/General/Icon/components/ReplyIcon.d.ts +4 -0
  1360. package/es/General/Icon/components/ReplyIcon.js +10 -0
  1361. package/es/General/Icon/components/ResumeOutlineIcon.d.ts +4 -0
  1362. package/es/General/Icon/components/ResumeOutlineIcon.js +16 -0
  1363. package/es/General/Icon/components/RotateIcon.d.ts +4 -0
  1364. package/es/General/Icon/components/RotateIcon.js +10 -0
  1365. package/es/General/Icon/components/RssIcon.d.ts +4 -0
  1366. package/es/General/Icon/components/RssIcon.js +10 -0
  1367. package/es/General/Icon/components/SalaryIcon.d.ts +4 -0
  1368. package/es/General/Icon/components/SalaryIcon.js +13 -0
  1369. package/es/General/Icon/components/SaveSolidIcon.d.ts +4 -0
  1370. package/es/General/Icon/components/SaveSolidIcon.js +10 -0
  1371. package/es/General/Icon/components/SearchIcon.d.ts +4 -0
  1372. package/es/General/Icon/components/SearchIcon.js +10 -0
  1373. package/es/General/Icon/components/SendIcon.d.ts +4 -0
  1374. package/es/General/Icon/components/SendIcon.js +10 -0
  1375. package/es/General/Icon/components/SettingIcon.d.ts +4 -0
  1376. package/es/General/Icon/components/SettingIcon.js +10 -0
  1377. package/es/General/Icon/components/SettingSolidIcon.d.ts +4 -0
  1378. package/es/General/Icon/components/SettingSolidIcon.js +10 -0
  1379. package/es/General/Icon/components/ShareArrowIcon.d.ts +4 -0
  1380. package/es/General/Icon/components/ShareArrowIcon.js +10 -0
  1381. package/es/General/Icon/components/ShareArrowOutlineIcon.d.ts +4 -0
  1382. package/es/General/Icon/components/ShareArrowOutlineIcon.js +10 -0
  1383. package/es/General/Icon/components/ShareIcon.d.ts +4 -0
  1384. package/es/General/Icon/components/ShareIcon.js +10 -0
  1385. package/es/General/Icon/components/ShareOutlineIcon.d.ts +4 -0
  1386. package/es/General/Icon/components/ShareOutlineIcon.js +10 -0
  1387. package/es/General/Icon/components/ShareScreenIcon.d.ts +4 -0
  1388. package/es/General/Icon/components/ShareScreenIcon.js +12 -0
  1389. package/es/General/Icon/components/ShieldCheckIcon.d.ts +4 -0
  1390. package/es/General/Icon/components/ShieldCheckIcon.js +10 -0
  1391. package/es/General/Icon/components/SpeakerIcon.d.ts +4 -0
  1392. package/es/General/Icon/components/SpeakerIcon.js +10 -0
  1393. package/es/General/Icon/components/SpeechBubbleIcon.d.ts +4 -0
  1394. package/es/General/Icon/components/SpeechBubbleIcon.js +10 -0
  1395. package/es/General/Icon/components/SpeechBubbleOutlineIcon.d.ts +4 -0
  1396. package/es/General/Icon/components/SpeechBubbleOutlineIcon.js +10 -0
  1397. package/es/General/Icon/components/SpinnerIcon.d.ts +4 -0
  1398. package/es/General/Icon/components/SpinnerIcon.js +10 -0
  1399. package/es/General/Icon/components/StackIcon.d.ts +4 -0
  1400. package/es/General/Icon/components/StackIcon.js +10 -0
  1401. package/es/General/Icon/components/StarCircleIcon.d.ts +4 -0
  1402. package/es/General/Icon/components/StarCircleIcon.js +29 -0
  1403. package/es/General/Icon/components/StarIcon.d.ts +4 -0
  1404. package/es/General/Icon/components/StarIcon.js +10 -0
  1405. package/es/General/Icon/components/StarOutlineIcon.d.ts +4 -0
  1406. package/es/General/Icon/components/StarOutlineIcon.js +10 -0
  1407. package/es/General/Icon/components/TagIcon.d.ts +4 -0
  1408. package/es/General/Icon/components/TagIcon.js +10 -0
  1409. package/es/General/Icon/components/TaskIcon.d.ts +4 -0
  1410. package/es/General/Icon/components/TaskIcon.js +10 -0
  1411. package/es/General/Icon/components/TelegramIcon.d.ts +4 -0
  1412. package/es/General/Icon/components/TelegramIcon.js +10 -0
  1413. package/es/General/Icon/components/ThumbsUpIcon.d.ts +4 -0
  1414. package/es/General/Icon/components/ThumbsUpIcon.js +10 -0
  1415. package/es/General/Icon/components/ThumbsUpOutlineIcon.d.ts +4 -0
  1416. package/es/General/Icon/components/ThumbsUpOutlineIcon.js +10 -0
  1417. package/es/General/Icon/components/TicketSolidIcon.d.ts +4 -0
  1418. package/es/General/Icon/components/TicketSolidIcon.js +10 -0
  1419. package/es/General/Icon/components/TieIcon.d.ts +4 -0
  1420. package/es/General/Icon/components/TieIcon.js +10 -0
  1421. package/es/General/Icon/components/TrashIcon.d.ts +4 -0
  1422. package/es/General/Icon/components/TrashIcon.js +10 -0
  1423. package/es/General/Icon/components/TvPlayIcon.d.ts +4 -0
  1424. package/es/General/Icon/components/TvPlayIcon.js +10 -0
  1425. package/es/General/Icon/components/TwitterIcon.d.ts +4 -0
  1426. package/es/General/Icon/components/TwitterIcon.js +10 -0
  1427. package/es/General/Icon/components/UploadIcon.d.ts +4 -0
  1428. package/es/General/Icon/components/UploadIcon.js +10 -0
  1429. package/es/General/Icon/components/UpvoteIcon.d.ts +4 -0
  1430. package/es/General/Icon/components/UpvoteIcon.js +10 -0
  1431. package/es/General/Icon/components/UserCogIcon.d.ts +4 -0
  1432. package/es/General/Icon/components/UserCogIcon.js +13 -0
  1433. package/es/General/Icon/components/UserIcon.d.ts +4 -0
  1434. package/es/General/Icon/components/UserIcon.js +10 -0
  1435. package/es/General/Icon/components/UserWrenchIcon.d.ts +4 -0
  1436. package/es/General/Icon/components/UserWrenchIcon.js +16 -0
  1437. package/es/General/Icon/components/VideoIcon.d.ts +4 -0
  1438. package/es/General/Icon/components/VideoIcon.js +12 -0
  1439. package/es/General/Icon/components/VideoOffIcon.d.ts +4 -0
  1440. package/es/General/Icon/components/VideoOffIcon.js +15 -0
  1441. package/es/General/Icon/components/ViewIcon.d.ts +4 -0
  1442. package/es/General/Icon/components/ViewIcon.js +10 -0
  1443. package/es/General/Icon/components/VimeoIcon.d.ts +4 -0
  1444. package/es/General/Icon/components/VimeoIcon.js +10 -0
  1445. package/es/General/Icon/components/WarningCircleSolidIcon.d.ts +4 -0
  1446. package/es/General/Icon/components/WarningCircleSolidIcon.js +10 -0
  1447. package/es/General/Icon/components/WarningIcon.d.ts +4 -0
  1448. package/es/General/Icon/components/WarningIcon.js +10 -0
  1449. package/es/General/Icon/components/WarningOutlineIcon.d.ts +4 -0
  1450. package/es/General/Icon/components/WarningOutlineIcon.js +10 -0
  1451. package/es/General/Icon/components/WarningSolidIcon.d.ts +4 -0
  1452. package/es/General/Icon/components/WarningSolidIcon.js +10 -0
  1453. package/es/General/Icon/components/WhatsappIcon.d.ts +4 -0
  1454. package/es/General/Icon/components/WhatsappIcon.js +10 -0
  1455. package/es/General/Icon/components/YoutubeIcon.d.ts +4 -0
  1456. package/es/General/Icon/components/YoutubeIcon.js +10 -0
  1457. package/es/General/Icon/components/ZaloIcon.d.ts +4 -0
  1458. package/es/General/Icon/components/ZaloIcon.js +10 -0
  1459. package/es/General/Icon/components/index.d.ts +177 -0
  1460. package/es/General/Icon/components/index.js +177 -0
  1461. package/es/General/Icon/index.d.ts +3 -0
  1462. package/es/General/Icon/index.js +3 -0
  1463. package/es/General/Loading/Loading.d.ts +5 -0
  1464. package/es/General/Loading/Loading.js +18 -0
  1465. package/es/General/Loading/Loading.stories.d.ts +4 -0
  1466. package/es/General/Loading/Loading.test.d.ts +1 -0
  1467. package/es/General/Loading/LoadingStyle.d.ts +2 -0
  1468. package/es/General/Loading/LoadingStyle.js +12 -0
  1469. package/es/General/Loading/index.d.ts +3 -0
  1470. package/es/General/Loading/index.js +3 -0
  1471. package/es/General/ProfilePicture/ProfilePicture.d.ts +9 -0
  1472. package/es/General/ProfilePicture/ProfilePicture.js +40 -0
  1473. package/es/General/ProfilePicture/ProfilePicture.stories.d.ts +5 -0
  1474. package/es/General/ProfilePicture/ProfilePicture.test.d.ts +2 -0
  1475. package/es/General/ProfilePicture/ProfilePictureStyle.d.ts +9 -0
  1476. package/es/General/ProfilePicture/ProfilePictureStyle.js +20 -0
  1477. package/es/General/ProfilePicture/index.d.ts +3 -0
  1478. package/es/General/ProfilePicture/index.js +3 -0
  1479. package/es/General/Tag/ActionTags/AddTag.d.ts +2 -0
  1480. package/es/General/Tag/ActionTags/AddTag.js +7 -0
  1481. package/es/General/Tag/ActionTags/ResetTag.d.ts +2 -0
  1482. package/es/General/Tag/ActionTags/ResetTag.js +7 -0
  1483. package/es/General/Tag/BasicTag.d.ts +7 -0
  1484. package/es/General/Tag/BasicTag.js +31 -0
  1485. package/es/General/Tag/Tag.d.ts +25 -0
  1486. package/es/General/Tag/Tag.js +42 -0
  1487. package/es/General/Tag/Tag.stories.d.ts +8 -0
  1488. package/es/General/Tag/Tag.test.d.ts +1 -0
  1489. package/es/General/Tag/Tag.variant.test.d.ts +1 -0
  1490. package/es/General/Tag/TagStyle.d.ts +10 -0
  1491. package/es/General/Tag/TagStyle.js +37 -0
  1492. package/es/General/Tag/index.d.ts +3 -0
  1493. package/es/General/Tag/index.js +3 -0
  1494. package/es/General/Typography/Paragraph.d.ts +9 -0
  1495. package/es/General/Typography/Paragraph.js +31 -0
  1496. package/es/General/Typography/Paragraph.stories.d.ts +9 -0
  1497. package/es/General/Typography/Paragraph.test.d.ts +2 -0
  1498. package/es/General/Typography/ParagraphStyles.d.ts +26 -0
  1499. package/es/General/Typography/ParagraphStyles.js +26 -0
  1500. package/es/General/Typography/Title.d.ts +16 -0
  1501. package/es/General/Typography/Title.js +28 -0
  1502. package/es/General/Typography/Title.stories.d.ts +8 -0
  1503. package/es/General/Typography/Title.test.d.ts +2 -0
  1504. package/es/General/Typography/TitleStyles.d.ts +20 -0
  1505. package/es/General/Typography/TitleStyles.js +40 -0
  1506. package/es/General/Typography/Typography.d.ts +12 -0
  1507. package/es/General/Typography/Typography.js +10 -0
  1508. package/es/General/Typography/Typography.test.d.ts +1 -0
  1509. package/es/General/Typography/index.d.ts +3 -0
  1510. package/es/General/Typography/index.js +3 -0
  1511. package/es/Input/Checkbox/Checkbox.d.ts +20 -0
  1512. package/es/Input/Checkbox/Checkbox.js +60 -0
  1513. package/es/Input/Checkbox/Checkbox.stories.d.ts +8 -0
  1514. package/es/Input/Checkbox/Checkbox.test.d.ts +1 -0
  1515. package/es/Input/Checkbox/CheckboxStyle.d.ts +2 -0
  1516. package/es/Input/Checkbox/CheckboxStyle.js +9 -0
  1517. package/es/Input/Checkbox/index.d.ts +3 -0
  1518. package/es/Input/Checkbox/index.js +3 -0
  1519. package/es/Input/Datepicker/Datepicker.d.ts +49 -0
  1520. package/es/Input/Datepicker/Datepicker.js +350 -0
  1521. package/es/Input/Datepicker/DatepickerStyle.d.ts +31 -0
  1522. package/es/Input/Datepicker/DatepickerStyle.js +84 -0
  1523. package/es/Input/Datepicker/index.d.ts +2 -0
  1524. package/es/Input/Datepicker/index.js +2 -0
  1525. package/es/Input/DownshiftSelect/Select.d.ts +101 -0
  1526. package/es/Input/DownshiftSelect/Select.js +242 -0
  1527. package/es/Input/DownshiftSelect/Select.stories.d.ts +31 -0
  1528. package/es/Input/DownshiftSelect/Select.test.d.ts +1 -0
  1529. package/es/Input/DownshiftSelect/SelectStyle.d.ts +18 -0
  1530. package/es/Input/DownshiftSelect/SelectStyle.js +68 -0
  1531. package/es/Input/NumberInput/NumberInput.d.ts +27 -0
  1532. package/es/Input/NumberInput/NumberInput.js +16 -0
  1533. package/es/Input/NumberInput/NumberInput.stories.d.ts +6 -0
  1534. package/es/Input/NumberInput/NumberInput.test.d.ts +1 -0
  1535. package/es/Input/NumberInput/index.d.ts +3 -0
  1536. package/es/Input/NumberInput/index.js +3 -0
  1537. package/es/Input/PhoneNumberInput/PhoneNumberInput.d.ts +29 -0
  1538. package/es/Input/PhoneNumberInput/PhoneNumberInput.js +140 -0
  1539. package/es/Input/PhoneNumberInput/PhoneNumberInput.stories.d.ts +8 -0
  1540. package/es/Input/PhoneNumberInput/PhoneNumberInput.test.d.ts +1 -0
  1541. package/es/Input/PhoneNumberInput/PhoneNumberInputStyles.d.ts +25 -0
  1542. package/es/Input/PhoneNumberInput/PhoneNumberInputStyles.js +88 -0
  1543. package/es/Input/RadioButton/RadioButton.d.ts +23 -0
  1544. package/es/Input/RadioButton/RadioButton.js +58 -0
  1545. package/es/Input/RadioButton/RadioButton.stories.d.ts +8 -0
  1546. package/es/Input/RadioButton/RadioButton.test.d.ts +1 -0
  1547. package/es/Input/RadioButton/RadioButtonStyle.d.ts +12 -0
  1548. package/es/Input/RadioButton/RadioButtonStyle.js +95 -0
  1549. package/es/Input/RadioButton/index.d.ts +3 -0
  1550. package/es/Input/RadioButton/index.js +3 -0
  1551. package/es/Input/SearchFilter/SearchFilterStyle.d.ts +12 -0
  1552. package/es/Input/SearchFilter/SearchFilterStyle.js +35 -0
  1553. package/es/Input/Select/Select.d.ts +51 -0
  1554. package/es/Input/Select/Select.disableTyping.test.d.ts +2 -0
  1555. package/es/Input/Select/Select.js +331 -0
  1556. package/es/Input/Select/Select.noTypeChecking.test.d.ts +2 -0
  1557. package/es/Input/Select/Select.numberChecking.test.d.ts +2 -0
  1558. package/es/Input/Select/Select.stories.d.ts +16 -0
  1559. package/es/Input/Select/Select.test.d.ts +2 -0
  1560. package/es/Input/Select/SelectItem.d.ts +9 -0
  1561. package/es/Input/Select/SelectItem.js +16 -0
  1562. package/es/Input/Select/SelectList.d.ts +18 -0
  1563. package/es/Input/Select/SelectList.js +52 -0
  1564. package/es/Input/Select/SelectStyle.d.ts +28 -0
  1565. package/es/Input/Select/SelectStyle.js +139 -0
  1566. package/es/Input/Select/index.d.ts +2 -0
  1567. package/es/Input/Select/index.js +2 -0
  1568. package/es/Input/Select/select.dynamicOptions.test.d.ts +2 -0
  1569. package/es/Input/TextField/TextField.d.ts +95 -0
  1570. package/es/Input/TextField/TextField.js +106 -0
  1571. package/es/Input/TextField/TextField.stories.d.ts +9 -0
  1572. package/es/Input/TextField/TextField.test.d.ts +1 -0
  1573. package/es/Input/TextField/TextFieldStyle.d.ts +21 -0
  1574. package/es/Input/TextField/TextFieldStyle.js +85 -0
  1575. package/es/Input/TextField/index.d.ts +4 -0
  1576. package/es/Input/TextField/index.js +3 -0
  1577. package/es/Input/Textarea/Textarea.d.ts +22 -0
  1578. package/es/Input/Textarea/Textarea.js +101 -0
  1579. package/es/Input/Textarea/Textarea.stories.d.ts +5 -0
  1580. package/es/Input/Textarea/Textarea.test.d.ts +1 -0
  1581. package/es/Input/Textarea/TextareaStyle.d.ts +14 -0
  1582. package/es/Input/Textarea/TextareaStyle.js +34 -0
  1583. package/es/Input/Textarea/index.d.ts +2 -0
  1584. package/es/Input/Textarea/index.js +2 -0
  1585. package/es/Input/ToggleSwitch/Styles.d.ts +6 -0
  1586. package/es/Input/ToggleSwitch/Styles.js +22 -0
  1587. package/es/Input/ToggleSwitch/ToggleSwitch.d.ts +18 -0
  1588. package/es/Input/ToggleSwitch/ToggleSwitch.js +52 -0
  1589. package/es/Input/ToggleSwitch/ToggleSwitch.stories.d.ts +7 -0
  1590. package/es/Input/ToggleSwitch/ToggleSwitch.test.d.ts +1 -0
  1591. package/es/Input/ToggleSwitch/index.d.ts +2 -0
  1592. package/es/Input/ToggleSwitch/index.js +2 -0
  1593. package/es/Layout/Box/Box.stories.d.ts +5 -0
  1594. package/es/Layout/Box/Box.test.d.ts +1 -0
  1595. package/es/Layout/Box/BoxStoryStyle.d.ts +4 -0
  1596. package/es/Layout/Box/BoxStoryStyle.js +14 -0
  1597. package/es/Layout/Box/constants.d.ts +17 -0
  1598. package/es/Layout/Box/constants.js +33 -0
  1599. package/es/Layout/Box/index.d.ts +4 -0
  1600. package/es/Layout/Box/index.js +31 -0
  1601. package/es/Layout/Box/types.d.ts +42 -0
  1602. package/es/Layout/Box/types.js +1 -0
  1603. package/es/Layout/Flex/Flex.stories.d.ts +4 -0
  1604. package/es/Layout/Flex/Flex.test.d.ts +1 -0
  1605. package/es/Layout/Flex/FlexStoryStyle.d.ts +5 -0
  1606. package/es/Layout/Flex/FlexStoryStyle.js +10 -0
  1607. package/es/Layout/Flex/index.d.ts +11 -0
  1608. package/es/Layout/Flex/index.js +44 -0
  1609. package/es/Layout/Flex/types.d.ts +18 -0
  1610. package/es/Layout/Flex/types.js +7 -0
  1611. package/es/Layout/GlintsContainer/GlintsContainer.d.ts +4 -0
  1612. package/es/Layout/GlintsContainer/GlintsContainer.js +17 -0
  1613. package/es/Layout/Grid/Col.d.ts +12 -0
  1614. package/es/Layout/Grid/Col.js +35 -0
  1615. package/es/Layout/Grid/Grid.test.d.ts +2 -0
  1616. package/es/Layout/Grid/GridStoriesHelpers.d.ts +1 -0
  1617. package/es/Layout/Grid/GridStoriesHelpers.js +6 -0
  1618. package/es/Layout/Grid/GridStyle.d.ts +15 -0
  1619. package/es/Layout/Grid/GridStyle.js +30 -0
  1620. package/es/Layout/Grid/Row.d.ts +10 -0
  1621. package/es/Layout/Grid/Row.js +16 -0
  1622. package/es/Layout/Grid/index.d.ts +9 -0
  1623. package/es/Layout/Grid/index.js +7 -0
  1624. package/es/Layout/Spacing/index.d.ts +14 -0
  1625. package/es/Layout/Spacing/index.js +14 -0
  1626. package/es/Navigation/Breadcrumb/Breadcrumb.d.ts +11 -0
  1627. package/es/Navigation/Breadcrumb/Breadcrumb.js +17 -0
  1628. package/es/Navigation/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
  1629. package/es/Navigation/Breadcrumb/Breadcrumb.test.d.ts +2 -0
  1630. package/es/Navigation/Breadcrumb/BreadcrumbItem.d.ts +7 -0
  1631. package/es/Navigation/Breadcrumb/BreadcrumbItem.js +17 -0
  1632. package/es/Navigation/Breadcrumb/BreadcrumbStyle.d.ts +6 -0
  1633. package/es/Navigation/Breadcrumb/BreadcrumbStyle.js +16 -0
  1634. package/es/Navigation/Breadcrumb/index.d.ts +2 -0
  1635. package/es/Navigation/Breadcrumb/index.js +2 -0
  1636. package/es/Navigation/Drawer/Drawer.d.ts +11 -0
  1637. package/es/Navigation/Drawer/Drawer.js +47 -0
  1638. package/es/Navigation/Drawer/Drawer.stories.d.ts +4 -0
  1639. package/es/Navigation/Drawer/Drawer.test.d.ts +1 -0
  1640. package/es/Navigation/Drawer/DrawerStyle.d.ts +11 -0
  1641. package/es/Navigation/Drawer/DrawerStyle.js +36 -0
  1642. package/es/Navigation/Drawer/index.d.ts +2 -0
  1643. package/es/Navigation/Drawer/index.js +2 -0
  1644. package/es/Navigation/Dropdown/Dropdown.d.ts +36 -0
  1645. package/es/Navigation/Dropdown/Dropdown.js +159 -0
  1646. package/es/Navigation/Dropdown/Dropdown.stories.d.ts +10 -0
  1647. package/es/Navigation/Dropdown/Dropdown.test.d.ts +1 -0
  1648. package/es/Navigation/Dropdown/DropdownItem.d.ts +9 -0
  1649. package/es/Navigation/Dropdown/DropdownItem.js +14 -0
  1650. package/es/Navigation/Dropdown/DropdownItem.test.d.ts +1 -0
  1651. package/es/Navigation/Dropdown/DropdownStyle.d.ts +27 -0
  1652. package/es/Navigation/Dropdown/DropdownStyle.js +97 -0
  1653. package/es/Navigation/Dropdown/index.d.ts +2 -0
  1654. package/es/Navigation/Dropdown/index.js +2 -0
  1655. package/es/Utils/Colors.d.ts +22 -0
  1656. package/es/Utils/Colors.js +22 -0
  1657. package/es/Utils/Colors.test.d.ts +1 -0
  1658. package/es/Utils/ColorsStoriesHelpers.d.ts +10 -0
  1659. package/es/Utils/ColorsStoriesHelpers.js +34 -0
  1660. package/es/Utils/DelayedUnmount.d.ts +7 -0
  1661. package/es/Utils/DelayedUnmount.js +24 -0
  1662. package/es/Utils/DomUtils.d.ts +14 -0
  1663. package/es/Utils/DomUtils.js +33 -0
  1664. package/es/Utils/Icon/IconLibrary.d.ts +180 -0
  1665. package/es/Utils/Icon/IconLibrary.js +776 -0
  1666. package/es/Utils/Icon/generateIcons.d.ts +1 -0
  1667. package/es/Utils/Icon/generateIcons.js +47 -0
  1668. package/es/Utils/Matcher.d.ts +5 -0
  1669. package/es/Utils/Matcher.js +9 -0
  1670. package/es/Utils/Shadow/Shadows.test.d.ts +1 -0
  1671. package/es/Utils/Shadow/ShadowsStoriesHelpers.d.ts +6 -0
  1672. package/es/Utils/Shadow/ShadowsStoriesHelpers.js +16 -0
  1673. package/es/Utils/Shadow/index.d.ts +12 -0
  1674. package/es/Utils/Shadow/index.js +18 -0
  1675. package/es/Utils/StyleConfig.d.ts +59 -0
  1676. package/es/Utils/StyleConfig.js +62 -0
  1677. package/es/Utils/Unit.d.ts +6 -0
  1678. package/es/Utils/Unit.js +25 -0
  1679. package/es/Utils/canWarn.d.ts +1 -0
  1680. package/es/Utils/canWarn.js +1 -0
  1681. package/es/Utils/getReadableColor.d.ts +1 -0
  1682. package/es/Utils/getReadableColor.js +10 -0
  1683. package/es/Utils/useOutsideAlerter.d.ts +5 -0
  1684. package/es/Utils/useOutsideAlerter.js +18 -0
  1685. package/es/helpers/debounce.d.ts +1 -0
  1686. package/es/helpers/debounce.js +16 -0
  1687. package/es/helpers/storybook/Decorators.d.ts +4 -0
  1688. package/es/helpers/storybook/Decorators.js +14 -0
  1689. package/es/helpers/viewPort.d.ts +4 -0
  1690. package/es/helpers/viewPort.js +8 -0
  1691. package/es/index.d.ts +220 -0
  1692. package/es/index.js +227 -0
  1693. package/es/stories/story-components/AriesStatus.d.ts +2 -0
  1694. package/es/stories/story-components/AriesStatus.js +21 -0
  1695. package/es/types/componentAction.d.ts +7 -0
  1696. package/es/types/componentAction.js +1 -0
  1697. package/es/types/componentWithProvider.d.ts +4 -0
  1698. package/es/types/componentWithProvider.js +1 -0
  1699. package/lib/@next/ActionList/ActionItem.d.ts +3 -0
  1700. package/lib/@next/ActionList/ActionItem.js +38 -0
  1701. package/lib/@next/ActionList/ActionList.d.ts +17 -0
  1702. package/lib/@next/ActionList/ActionList.js +43 -0
  1703. package/lib/@next/ActionList/ActionList.stories.d.ts +7 -0
  1704. package/lib/@next/ActionList/ActionListStyle.d.ts +5 -0
  1705. package/lib/@next/ActionList/ActionListStyle.js +37 -0
  1706. package/lib/@next/ActionList/index.d.ts +1 -0
  1707. package/lib/@next/ActionList/index.js +9 -0
  1708. package/lib/@next/Alert/Alert.d.ts +17 -0
  1709. package/lib/@next/Alert/Alert.js +75 -0
  1710. package/lib/@next/Alert/Alert.stories.d.ts +4 -0
  1711. package/lib/@next/Alert/AlertContext.d.ts +6 -0
  1712. package/lib/@next/Alert/AlertContext.js +7 -0
  1713. package/lib/@next/Alert/AlertProvider.d.ts +4 -0
  1714. package/lib/@next/Alert/AlertProvider.js +36 -0
  1715. package/lib/@next/Alert/AlertStyle.d.ts +9 -0
  1716. package/lib/@next/Alert/AlertStyle.js +35 -0
  1717. package/lib/@next/Alert/AlertWithProvider.d.ts +2 -0
  1718. package/lib/@next/Alert/AlertWithProvider.js +33 -0
  1719. package/lib/@next/Alert/AlertWithProvider.stories.d.ts +4 -0
  1720. package/lib/@next/Alert/index.d.ts +5 -0
  1721. package/lib/@next/Alert/index.js +33 -0
  1722. package/lib/@next/Alert/useAlert.d.ts +1 -0
  1723. package/lib/@next/Alert/useAlert.js +14 -0
  1724. package/lib/@next/AuthenticationInput/AuthenticationInput.d.ts +10 -0
  1725. package/lib/@next/AuthenticationInput/AuthenticationInput.js +105 -0
  1726. package/lib/@next/AuthenticationInput/AuthenticationInput.stories.d.ts +4 -0
  1727. package/lib/@next/AuthenticationInput/AuthenticationInputSingle.d.ts +13 -0
  1728. package/lib/@next/AuthenticationInput/AuthenticationInputSingle.js +62 -0
  1729. package/lib/@next/AuthenticationInput/AuthenticationInputStyle.d.ts +1 -0
  1730. package/lib/@next/AuthenticationInput/AuthenticationInputStyle.js +12 -0
  1731. package/lib/@next/AuthenticationInput/index.d.ts +1 -0
  1732. package/lib/@next/AuthenticationInput/index.js +9 -0
  1733. package/lib/@next/Avatar/Avatar.d.ts +12 -0
  1734. package/lib/@next/Avatar/Avatar.js +32 -0
  1735. package/lib/@next/Avatar/Avatar.stories.d.ts +4 -0
  1736. package/lib/@next/Avatar/AvatarStyle.d.ts +2 -0
  1737. package/lib/@next/Avatar/AvatarStyle.js +42 -0
  1738. package/lib/@next/Avatar/index.d.ts +1 -0
  1739. package/lib/@next/Avatar/index.js +9 -0
  1740. package/lib/@next/Badge/Badge.d.ts +11 -0
  1741. package/lib/@next/Badge/Badge.js +36 -0
  1742. package/lib/@next/Badge/Badge.stories.d.ts +5 -0
  1743. package/lib/@next/Badge/BadgeStyle.d.ts +5 -0
  1744. package/lib/@next/Badge/BadgeStyle.js +30 -0
  1745. package/lib/@next/Badge/FloatingBadge.stories.d.ts +4 -0
  1746. package/lib/@next/Badge/FloatingBadgeSyle.d.ts +2 -0
  1747. package/lib/@next/Badge/FloatingBadgeSyle.js +12 -0
  1748. package/lib/@next/Badge/index.d.ts +1 -0
  1749. package/lib/@next/Badge/index.js +9 -0
  1750. package/lib/@next/Banner/Banner.d.ts +16 -0
  1751. package/lib/@next/Banner/Banner.js +94 -0
  1752. package/lib/@next/Banner/Banner.stories.d.ts +8 -0
  1753. package/lib/@next/Banner/BannerStyle.d.ts +5 -0
  1754. package/lib/@next/Banner/BannerStyle.js +37 -0
  1755. package/lib/@next/Banner/FixedBannerStyle.d.ts +5 -0
  1756. package/lib/@next/Banner/FixedBannerStyle.js +35 -0
  1757. package/lib/@next/Banner/index.d.ts +2 -0
  1758. package/lib/@next/Banner/index.js +6 -0
  1759. package/lib/@next/Bar/Bar.d.ts +14 -0
  1760. package/lib/@next/Bar/Bar.js +73 -0
  1761. package/lib/@next/Bar/Bar.stories.d.ts +9 -0
  1762. package/lib/@next/Bar/BarStyle.d.ts +6 -0
  1763. package/lib/@next/Bar/BarStyle.js +41 -0
  1764. package/lib/@next/Bar/index.d.ts +1 -0
  1765. package/lib/@next/Bar/index.js +9 -0
  1766. package/lib/@next/Bar/useWindowSize.d.ts +4 -0
  1767. package/lib/@next/Bar/useWindowSize.js +42 -0
  1768. package/lib/@next/Button/Button.d.ts +14 -0
  1769. package/lib/@next/Button/Button.js +56 -0
  1770. package/lib/@next/Button/Button.stories.d.ts +5 -0
  1771. package/lib/@next/Button/ButtonStyle.d.ts +2 -0
  1772. package/lib/@next/Button/ButtonStyle.js +34 -0
  1773. package/lib/@next/Button/DesctructiveButton.stories.d.ts +4 -0
  1774. package/lib/@next/Button/DesctructiveButtonStyle.d.ts +2 -0
  1775. package/lib/@next/Button/DesctructiveButtonStyle.js +14 -0
  1776. package/lib/@next/Button/DestructivePlainButton.stories.d.ts +4 -0
  1777. package/lib/@next/Button/DestructivePlainButtonStyle.d.ts +2 -0
  1778. package/lib/@next/Button/DestructivePlainButtonStyle.js +13 -0
  1779. package/lib/@next/Button/OutlineButton.stories.d.ts +4 -0
  1780. package/lib/@next/Button/OutlineButtonStyle.d.ts +2 -0
  1781. package/lib/@next/Button/OutlineButtonStyle.js +13 -0
  1782. package/lib/@next/Button/OutlineMonochromeButton.stories.d.ts +4 -0
  1783. package/lib/@next/Button/OutlineMonochromeStyle.d.ts +2 -0
  1784. package/lib/@next/Button/OutlineMonochromeStyle.js +15 -0
  1785. package/lib/@next/Button/PlainButton.stories.d.ts +4 -0
  1786. package/lib/@next/Button/PlainButtonStyle.d.ts +2 -0
  1787. package/lib/@next/Button/PlainButtonStyle.js +13 -0
  1788. package/lib/@next/Button/PrimaryButton.stories.d.ts +4 -0
  1789. package/lib/@next/Button/PrimaryButtonStyle.d.ts +2 -0
  1790. package/lib/@next/Button/PrimaryButtonStyle.js +13 -0
  1791. package/lib/@next/Button/index.d.ts +6 -0
  1792. package/lib/@next/Button/index.js +39 -0
  1793. package/lib/@next/ButtonGroup/ButtonGroup.d.ts +8 -0
  1794. package/lib/@next/ButtonGroup/ButtonGroup.js +23 -0
  1795. package/lib/@next/ButtonGroup/ButtonGroup.stories.d.ts +4 -0
  1796. package/lib/@next/ButtonGroup/ButtonGroupStyle.d.ts +1 -0
  1797. package/lib/@next/ButtonGroup/ButtonGroupStyle.js +14 -0
  1798. package/lib/@next/ButtonGroup/index.d.ts +1 -0
  1799. package/lib/@next/ButtonGroup/index.js +9 -0
  1800. package/lib/@next/Card/Card.d.ts +19 -0
  1801. package/lib/@next/Card/Card.js +76 -0
  1802. package/lib/@next/Card/Card.stories.d.ts +10 -0
  1803. package/lib/@next/Card/CardStyle.d.ts +10 -0
  1804. package/lib/@next/Card/CardStyle.js +62 -0
  1805. package/lib/@next/Card/Section.d.ts +4 -0
  1806. package/lib/@next/Card/Section.js +18 -0
  1807. package/lib/@next/Card/index.d.ts +1 -0
  1808. package/lib/@next/Card/index.js +9 -0
  1809. package/lib/@next/Carousel/Carousel.d.ts +25 -0
  1810. package/lib/@next/Carousel/Carousel.js +115 -0
  1811. package/lib/@next/Carousel/Carousel.stories.d.ts +5 -0
  1812. package/lib/@next/Carousel/CarouselStyle.d.ts +16 -0
  1813. package/lib/@next/Carousel/CarouselStyle.js +75 -0
  1814. package/lib/@next/Carousel/index.d.ts +1 -0
  1815. package/lib/@next/Carousel/index.js +9 -0
  1816. package/lib/@next/Checkbox/Checkbox.d.ts +14 -0
  1817. package/lib/@next/Checkbox/Checkbox.js +114 -0
  1818. package/lib/@next/Checkbox/Checkbox.stories.d.ts +4 -0
  1819. package/lib/@next/Checkbox/CheckboxStyle.d.ts +7 -0
  1820. package/lib/@next/Checkbox/CheckboxStyle.js +43 -0
  1821. package/lib/@next/Checkbox/index.d.ts +1 -0
  1822. package/lib/@next/Checkbox/index.js +9 -0
  1823. package/lib/@next/Collapse/Collapse.d.ts +15 -0
  1824. package/lib/@next/Collapse/Collapse.js +35 -0
  1825. package/lib/@next/Collapse/Collapse.stories.d.ts +4 -0
  1826. package/lib/@next/Collapse/CollapseItem.d.ts +20 -0
  1827. package/lib/@next/Collapse/CollapseItem.js +56 -0
  1828. package/lib/@next/Collapse/CollapseItemStyle.d.ts +10 -0
  1829. package/lib/@next/Collapse/CollapseItemStyle.js +49 -0
  1830. package/lib/@next/Collapse/CollapseStyle.d.ts +1 -0
  1831. package/lib/@next/Collapse/CollapseStyle.js +13 -0
  1832. package/lib/@next/Collapse/index.d.ts +1 -0
  1833. package/lib/@next/Collapse/index.js +9 -0
  1834. package/lib/@next/Combobox/Combobox.d.ts +21 -0
  1835. package/lib/@next/Combobox/Combobox.js +91 -0
  1836. package/lib/@next/Combobox/Combobox.stories.d.ts +5 -0
  1837. package/lib/@next/Combobox/comboboxStoryHelper/ComboboxMultuSelect.d.ts +7 -0
  1838. package/lib/@next/Combobox/comboboxStoryHelper/ComboboxMultuSelect.js +105 -0
  1839. package/lib/@next/Combobox/comboboxStoryHelper/TagStyle.d.ts +2 -0
  1840. package/lib/@next/Combobox/comboboxStoryHelper/TagStyle.js +13 -0
  1841. package/lib/@next/Combobox/components/OptionList/Option.d.ts +13 -0
  1842. package/lib/@next/Combobox/components/OptionList/Option.js +46 -0
  1843. package/lib/@next/Combobox/components/OptionList/OptionList.d.ts +9 -0
  1844. package/lib/@next/Combobox/components/OptionList/OptionList.js +34 -0
  1845. package/lib/@next/Combobox/components/OptionList/OptionListContext.d.ts +15 -0
  1846. package/lib/@next/Combobox/components/OptionList/OptionListContext.js +25 -0
  1847. package/lib/@next/Combobox/components/OptionList/OptionListStyle.d.ts +7 -0
  1848. package/lib/@next/Combobox/components/OptionList/OptionListStyle.js +26 -0
  1849. package/lib/@next/Combobox/components/OptionList/index.d.ts +2 -0
  1850. package/lib/@next/Combobox/components/OptionList/index.js +8 -0
  1851. package/lib/@next/Combobox/components/TextInput/TextInput.d.ts +8 -0
  1852. package/lib/@next/Combobox/components/TextInput/TextInput.js +44 -0
  1853. package/lib/@next/Combobox/components/TextInput/TextInputContext.d.ts +4 -0
  1854. package/lib/@next/Combobox/components/TextInput/TextInputContext.js +15 -0
  1855. package/lib/@next/Combobox/components/TextInput/index.d.ts +1 -0
  1856. package/lib/@next/Combobox/components/TextInput/index.js +6 -0
  1857. package/lib/@next/Combobox/components/index.d.ts +2 -0
  1858. package/lib/@next/Combobox/components/index.js +16 -0
  1859. package/lib/@next/Combobox/index.d.ts +1 -0
  1860. package/lib/@next/Combobox/index.js +9 -0
  1861. package/lib/@next/CurrencyInput/CurrencyInput.d.ts +18 -0
  1862. package/lib/@next/CurrencyInput/CurrencyInput.js +78 -0
  1863. package/lib/@next/CurrencyInput/CurrencyInput.stories.d.ts +4 -0
  1864. package/lib/@next/CurrencyInput/CurrencyInput.test.d.ts +1 -0
  1865. package/lib/@next/CurrencyInput/index.d.ts +1 -0
  1866. package/lib/@next/CurrencyInput/index.js +9 -0
  1867. package/lib/@next/DataTable/DataTable.d.ts +26 -0
  1868. package/lib/@next/DataTable/DataTable.js +108 -0
  1869. package/lib/@next/DataTable/DataTable.stories.d.ts +7 -0
  1870. package/lib/@next/DataTable/DataTableStyle.d.ts +9 -0
  1871. package/lib/@next/DataTable/DataTableStyle.js +59 -0
  1872. package/lib/@next/DataTable/TableCell.d.ts +8 -0
  1873. package/lib/@next/DataTable/TableCell.js +25 -0
  1874. package/lib/@next/DataTable/TableFooter.d.ts +4 -0
  1875. package/lib/@next/DataTable/TableFooter.js +11 -0
  1876. package/lib/@next/DataTable/TableHeader.d.ts +8 -0
  1877. package/lib/@next/DataTable/TableHeader.js +61 -0
  1878. package/lib/@next/DataTable/TableRow.d.ts +6 -0
  1879. package/lib/@next/DataTable/TableRow.js +18 -0
  1880. package/lib/@next/DataTable/index.d.ts +4 -0
  1881. package/lib/@next/DataTable/index.js +27 -0
  1882. package/lib/@next/Divider/Divider.d.ts +3 -0
  1883. package/lib/@next/Divider/Divider.js +14 -0
  1884. package/lib/@next/Divider/Divider.stories.d.ts +4 -0
  1885. package/lib/@next/Divider/DividerStyle.d.ts +2 -0
  1886. package/lib/@next/Divider/DividerStyle.js +12 -0
  1887. package/lib/@next/Divider/index.d.ts +1 -0
  1888. package/lib/@next/Divider/index.js +9 -0
  1889. package/lib/@next/EmptyState/EmptyState.d.ts +20 -0
  1890. package/lib/@next/EmptyState/EmptyState.js +69 -0
  1891. package/lib/@next/EmptyState/EmptyState.stories.d.ts +8 -0
  1892. package/lib/@next/EmptyState/EmptyStateStyle.d.ts +8 -0
  1893. package/lib/@next/EmptyState/EmptyStateStyle.js +45 -0
  1894. package/lib/@next/EmptyState/assets/assets.d.ts +3 -0
  1895. package/lib/@next/EmptyState/assets/assets.js +15 -0
  1896. package/lib/@next/EmptyState/assets/images/emptyCarton.d.ts +2 -0
  1897. package/lib/@next/EmptyState/assets/images/emptyCarton.js +6 -0
  1898. package/lib/@next/EmptyState/assets/images/emptyMailbox.d.ts +2 -0
  1899. package/lib/@next/EmptyState/assets/images/emptyMailbox.js +6 -0
  1900. package/lib/@next/EmptyState/assets/images/index.d.ts +3 -0
  1901. package/lib/@next/EmptyState/assets/images/index.js +11 -0
  1902. package/lib/@next/EmptyState/assets/images/safetyCone.d.ts +2 -0
  1903. package/lib/@next/EmptyState/assets/images/safetyCone.js +6 -0
  1904. package/lib/@next/EmptyState/index.d.ts +1 -0
  1905. package/lib/@next/EmptyState/index.js +9 -0
  1906. package/lib/@next/Icon/Icon.d.ts +6 -0
  1907. package/lib/@next/Icon/Icon.js +16 -0
  1908. package/lib/@next/Icon/Icon.test.d.ts +2 -0
  1909. package/lib/@next/Icon/IconStoriesStyles.d.ts +5 -0
  1910. package/lib/@next/Icon/IconStoriesStyles.js +22 -0
  1911. package/lib/@next/Icon/components/CustomSparklingFill.d.ts +3 -0
  1912. package/lib/@next/Icon/components/CustomSparklingFill.js +27 -0
  1913. package/lib/@next/Icon/components/CustomSparklingLine.d.ts +3 -0
  1914. package/lib/@next/Icon/components/CustomSparklingLine.js +27 -0
  1915. package/lib/@next/Icon/components/RiAccountCircleFill.d.ts +3 -0
  1916. package/lib/@next/Icon/components/RiAccountCircleFill.js +19 -0
  1917. package/lib/@next/Icon/components/RiAccountCircleLine.d.ts +3 -0
  1918. package/lib/@next/Icon/components/RiAccountCircleLine.js +19 -0
  1919. package/lib/@next/Icon/components/RiAdd.d.ts +3 -0
  1920. package/lib/@next/Icon/components/RiAdd.js +19 -0
  1921. package/lib/@next/Icon/components/RiAddCircleFill.d.ts +3 -0
  1922. package/lib/@next/Icon/components/RiAddCircleFill.js +19 -0
  1923. package/lib/@next/Icon/components/RiAddCircleLine.d.ts +3 -0
  1924. package/lib/@next/Icon/components/RiAddCircleLine.js +19 -0
  1925. package/lib/@next/Icon/components/RiAlarmWarningFill.d.ts +3 -0
  1926. package/lib/@next/Icon/components/RiAlarmWarningFill.js +19 -0
  1927. package/lib/@next/Icon/components/RiAlarmWarningLine.d.ts +3 -0
  1928. package/lib/@next/Icon/components/RiAlarmWarningLine.js +19 -0
  1929. package/lib/@next/Icon/components/RiArrowDownFill.d.ts +3 -0
  1930. package/lib/@next/Icon/components/RiArrowDownFill.js +19 -0
  1931. package/lib/@next/Icon/components/RiArrowDownLine.d.ts +3 -0
  1932. package/lib/@next/Icon/components/RiArrowDownLine.js +19 -0
  1933. package/lib/@next/Icon/components/RiArrowGoBackFill.d.ts +3 -0
  1934. package/lib/@next/Icon/components/RiArrowGoBackFill.js +19 -0
  1935. package/lib/@next/Icon/components/RiArrowGoBackLine.d.ts +3 -0
  1936. package/lib/@next/Icon/components/RiArrowGoBackLine.js +19 -0
  1937. package/lib/@next/Icon/components/RiArrowGoForwardFill.d.ts +3 -0
  1938. package/lib/@next/Icon/components/RiArrowGoForwardFill.js +19 -0
  1939. package/lib/@next/Icon/components/RiArrowGoForwardLine.d.ts +3 -0
  1940. package/lib/@next/Icon/components/RiArrowGoForwardLine.js +19 -0
  1941. package/lib/@next/Icon/components/RiArrowLeftFill.d.ts +3 -0
  1942. package/lib/@next/Icon/components/RiArrowLeftFill.js +19 -0
  1943. package/lib/@next/Icon/components/RiArrowLeftLine.d.ts +3 -0
  1944. package/lib/@next/Icon/components/RiArrowLeftLine.js +19 -0
  1945. package/lib/@next/Icon/components/RiArrowLeftRightFill.d.ts +3 -0
  1946. package/lib/@next/Icon/components/RiArrowLeftRightFill.js +19 -0
  1947. package/lib/@next/Icon/components/RiArrowLeftRightLine.d.ts +3 -0
  1948. package/lib/@next/Icon/components/RiArrowLeftRightLine.js +19 -0
  1949. package/lib/@next/Icon/components/RiArrowMDownFill.d.ts +3 -0
  1950. package/lib/@next/Icon/components/RiArrowMDownFill.js +19 -0
  1951. package/lib/@next/Icon/components/RiArrowMDownLine.d.ts +3 -0
  1952. package/lib/@next/Icon/components/RiArrowMDownLine.js +19 -0
  1953. package/lib/@next/Icon/components/RiArrowMLeftFill.d.ts +3 -0
  1954. package/lib/@next/Icon/components/RiArrowMLeftFill.js +19 -0
  1955. package/lib/@next/Icon/components/RiArrowMLeftLine.d.ts +3 -0
  1956. package/lib/@next/Icon/components/RiArrowMLeftLine.js +19 -0
  1957. package/lib/@next/Icon/components/RiArrowMRightFill.d.ts +3 -0
  1958. package/lib/@next/Icon/components/RiArrowMRightFill.js +19 -0
  1959. package/lib/@next/Icon/components/RiArrowMRightLine.d.ts +3 -0
  1960. package/lib/@next/Icon/components/RiArrowMRightLine.js +19 -0
  1961. package/lib/@next/Icon/components/RiArrowMUpFill.d.ts +3 -0
  1962. package/lib/@next/Icon/components/RiArrowMUpFill.js +19 -0
  1963. package/lib/@next/Icon/components/RiArrowMUpLine.d.ts +3 -0
  1964. package/lib/@next/Icon/components/RiArrowMUpLine.js +19 -0
  1965. package/lib/@next/Icon/components/RiArrowRightFill.d.ts +3 -0
  1966. package/lib/@next/Icon/components/RiArrowRightFill.js +19 -0
  1967. package/lib/@next/Icon/components/RiArrowRightLine.d.ts +3 -0
  1968. package/lib/@next/Icon/components/RiArrowRightLine.js +19 -0
  1969. package/lib/@next/Icon/components/RiArrowUpDownFill.d.ts +3 -0
  1970. package/lib/@next/Icon/components/RiArrowUpDownFill.js +19 -0
  1971. package/lib/@next/Icon/components/RiArrowUpDownLine.d.ts +3 -0
  1972. package/lib/@next/Icon/components/RiArrowUpDownLine.js +19 -0
  1973. package/lib/@next/Icon/components/RiArrowUpFill.d.ts +3 -0
  1974. package/lib/@next/Icon/components/RiArrowUpFill.js +19 -0
  1975. package/lib/@next/Icon/components/RiArrowUpLine.d.ts +3 -0
  1976. package/lib/@next/Icon/components/RiArrowUpLine.js +19 -0
  1977. package/lib/@next/Icon/components/RiArrowXsDownFill.d.ts +3 -0
  1978. package/lib/@next/Icon/components/RiArrowXsDownFill.js +19 -0
  1979. package/lib/@next/Icon/components/RiArrowXsUpFill.d.ts +3 -0
  1980. package/lib/@next/Icon/components/RiArrowXsUpFill.js +19 -0
  1981. package/lib/@next/Icon/components/RiAttachmentFill.d.ts +3 -0
  1982. package/lib/@next/Icon/components/RiAttachmentFill.js +19 -0
  1983. package/lib/@next/Icon/components/RiAttachmentLine.d.ts +3 -0
  1984. package/lib/@next/Icon/components/RiAttachmentLine.js +19 -0
  1985. package/lib/@next/Icon/components/RiBankCardFill.d.ts +3 -0
  1986. package/lib/@next/Icon/components/RiBankCardFill.js +19 -0
  1987. package/lib/@next/Icon/components/RiBankCardLine.d.ts +3 -0
  1988. package/lib/@next/Icon/components/RiBankCardLine.js +19 -0
  1989. package/lib/@next/Icon/components/RiBehanceFill.d.ts +3 -0
  1990. package/lib/@next/Icon/components/RiBehanceFill.js +19 -0
  1991. package/lib/@next/Icon/components/RiBookmarkFill.d.ts +3 -0
  1992. package/lib/@next/Icon/components/RiBookmarkFill.js +19 -0
  1993. package/lib/@next/Icon/components/RiBookmarkLine.d.ts +3 -0
  1994. package/lib/@next/Icon/components/RiBookmarkLine.js +19 -0
  1995. package/lib/@next/Icon/components/RiBoxFill.d.ts +3 -0
  1996. package/lib/@next/Icon/components/RiBoxFill.js +19 -0
  1997. package/lib/@next/Icon/components/RiBoxLine.d.ts +3 -0
  1998. package/lib/@next/Icon/components/RiBoxLine.js +19 -0
  1999. package/lib/@next/Icon/components/RiBriefcaseFill.d.ts +3 -0
  2000. package/lib/@next/Icon/components/RiBriefcaseFill.js +19 -0
  2001. package/lib/@next/Icon/components/RiBriefcaseLine.d.ts +3 -0
  2002. package/lib/@next/Icon/components/RiBriefcaseLine.js +19 -0
  2003. package/lib/@next/Icon/components/RiBuildingFill.d.ts +3 -0
  2004. package/lib/@next/Icon/components/RiBuildingFill.js +20 -0
  2005. package/lib/@next/Icon/components/RiBuildingLine.d.ts +3 -0
  2006. package/lib/@next/Icon/components/RiBuildingLine.js +19 -0
  2007. package/lib/@next/Icon/components/RiCalendarCheckFill.d.ts +3 -0
  2008. package/lib/@next/Icon/components/RiCalendarCheckFill.js +19 -0
  2009. package/lib/@next/Icon/components/RiCalendarCheckLine.d.ts +3 -0
  2010. package/lib/@next/Icon/components/RiCalendarCheckLine.js +19 -0
  2011. package/lib/@next/Icon/components/RiCalendarEventFill.d.ts +3 -0
  2012. package/lib/@next/Icon/components/RiCalendarEventFill.js +19 -0
  2013. package/lib/@next/Icon/components/RiCalendarEventLine.d.ts +3 -0
  2014. package/lib/@next/Icon/components/RiCalendarEventLine.js +19 -0
  2015. package/lib/@next/Icon/components/RiCalendarFill.d.ts +3 -0
  2016. package/lib/@next/Icon/components/RiCalendarFill.js +19 -0
  2017. package/lib/@next/Icon/components/RiCalendarLine.d.ts +3 -0
  2018. package/lib/@next/Icon/components/RiCalendarLine.js +19 -0
  2019. package/lib/@next/Icon/components/RiChatQuoteFill.d.ts +3 -0
  2020. package/lib/@next/Icon/components/RiChatQuoteFill.js +19 -0
  2021. package/lib/@next/Icon/components/RiChatQuoteLine.d.ts +3 -0
  2022. package/lib/@next/Icon/components/RiChatQuoteLine.js +19 -0
  2023. package/lib/@next/Icon/components/RiCheck.d.ts +3 -0
  2024. package/lib/@next/Icon/components/RiCheck.js +19 -0
  2025. package/lib/@next/Icon/components/RiCheckDoubleLine.d.ts +3 -0
  2026. package/lib/@next/Icon/components/RiCheckDoubleLine.js +19 -0
  2027. package/lib/@next/Icon/components/RiCheckboxCircleFill.d.ts +3 -0
  2028. package/lib/@next/Icon/components/RiCheckboxCircleFill.js +19 -0
  2029. package/lib/@next/Icon/components/RiCheckboxCircleLine.d.ts +3 -0
  2030. package/lib/@next/Icon/components/RiCheckboxCircleLine.js +19 -0
  2031. package/lib/@next/Icon/components/RiCheckboxFill.d.ts +3 -0
  2032. package/lib/@next/Icon/components/RiCheckboxFill.js +19 -0
  2033. package/lib/@next/Icon/components/RiCheckboxIndeterminateFill.d.ts +3 -0
  2034. package/lib/@next/Icon/components/RiCheckboxIndeterminateFill.js +19 -0
  2035. package/lib/@next/Icon/components/RiCheckboxIndeterminateLine.d.ts +3 -0
  2036. package/lib/@next/Icon/components/RiCheckboxIndeterminateLine.js +19 -0
  2037. package/lib/@next/Icon/components/RiCheckboxLine.d.ts +3 -0
  2038. package/lib/@next/Icon/components/RiCheckboxLine.js +19 -0
  2039. package/lib/@next/Icon/components/RiClose.d.ts +3 -0
  2040. package/lib/@next/Icon/components/RiClose.js +19 -0
  2041. package/lib/@next/Icon/components/RiCloseCircleFill.d.ts +3 -0
  2042. package/lib/@next/Icon/components/RiCloseCircleFill.js +19 -0
  2043. package/lib/@next/Icon/components/RiCloseCircleLine.d.ts +3 -0
  2044. package/lib/@next/Icon/components/RiCloseCircleLine.js +19 -0
  2045. package/lib/@next/Icon/components/RiCodepenFill.d.ts +3 -0
  2046. package/lib/@next/Icon/components/RiCodepenFill.js +19 -0
  2047. package/lib/@next/Icon/components/RiCoinsLine.d.ts +3 -0
  2048. package/lib/@next/Icon/components/RiCoinsLine.js +19 -0
  2049. package/lib/@next/Icon/components/RiContactsFill.d.ts +3 -0
  2050. package/lib/@next/Icon/components/RiContactsFill.js +19 -0
  2051. package/lib/@next/Icon/components/RiContactsLine.d.ts +3 -0
  2052. package/lib/@next/Icon/components/RiContactsLine.js +19 -0
  2053. package/lib/@next/Icon/components/RiContractLeftLine.d.ts +3 -0
  2054. package/lib/@next/Icon/components/RiContractLeftLine.js +19 -0
  2055. package/lib/@next/Icon/components/RiCurrencyFill.d.ts +3 -0
  2056. package/lib/@next/Icon/components/RiCurrencyFill.js +19 -0
  2057. package/lib/@next/Icon/components/RiCurrencyLine.d.ts +3 -0
  2058. package/lib/@next/Icon/components/RiCurrencyLine.js +19 -0
  2059. package/lib/@next/Icon/components/RiCustomExpenseFill.d.ts +3 -0
  2060. package/lib/@next/Icon/components/RiCustomExpenseFill.js +21 -0
  2061. package/lib/@next/Icon/components/RiCustomExpenseLine.d.ts +3 -0
  2062. package/lib/@next/Icon/components/RiCustomExpenseLine.js +21 -0
  2063. package/lib/@next/Icon/components/RiDeleteBinFill.d.ts +3 -0
  2064. package/lib/@next/Icon/components/RiDeleteBinFill.js +19 -0
  2065. package/lib/@next/Icon/components/RiDeleteBinLine.d.ts +3 -0
  2066. package/lib/@next/Icon/components/RiDeleteBinLine.js +19 -0
  2067. package/lib/@next/Icon/components/RiDiscussFill.d.ts +3 -0
  2068. package/lib/@next/Icon/components/RiDiscussFill.js +19 -0
  2069. package/lib/@next/Icon/components/RiDiscussLine.d.ts +3 -0
  2070. package/lib/@next/Icon/components/RiDiscussLine.js +19 -0
  2071. package/lib/@next/Icon/components/RiDownloadLine.d.ts +3 -0
  2072. package/lib/@next/Icon/components/RiDownloadLine.js +19 -0
  2073. package/lib/@next/Icon/components/RiDraggable.d.ts +3 -0
  2074. package/lib/@next/Icon/components/RiDraggable.js +19 -0
  2075. package/lib/@next/Icon/components/RiEqualizerLine.d.ts +3 -0
  2076. package/lib/@next/Icon/components/RiEqualizerLine.js +19 -0
  2077. package/lib/@next/Icon/components/RiErrorWarningFill.d.ts +3 -0
  2078. package/lib/@next/Icon/components/RiErrorWarningFill.js +19 -0
  2079. package/lib/@next/Icon/components/RiErrorWarningLine.d.ts +3 -0
  2080. package/lib/@next/Icon/components/RiErrorWarningLine.js +19 -0
  2081. package/lib/@next/Icon/components/RiExpandRightLine.d.ts +3 -0
  2082. package/lib/@next/Icon/components/RiExpandRightLine.js +19 -0
  2083. package/lib/@next/Icon/components/RiExternalLinkLine.d.ts +3 -0
  2084. package/lib/@next/Icon/components/RiExternalLinkLine.js +19 -0
  2085. package/lib/@next/Icon/components/RiEyeFill.d.ts +3 -0
  2086. package/lib/@next/Icon/components/RiEyeFill.js +19 -0
  2087. package/lib/@next/Icon/components/RiEyeLine.d.ts +3 -0
  2088. package/lib/@next/Icon/components/RiEyeLine.js +22 -0
  2089. package/lib/@next/Icon/components/RiEyeOffFill.d.ts +3 -0
  2090. package/lib/@next/Icon/components/RiEyeOffFill.js +19 -0
  2091. package/lib/@next/Icon/components/RiEyeOffLine.d.ts +3 -0
  2092. package/lib/@next/Icon/components/RiEyeOffLine.js +22 -0
  2093. package/lib/@next/Icon/components/RiFacebookCircleFill.d.ts +3 -0
  2094. package/lib/@next/Icon/components/RiFacebookCircleFill.js +19 -0
  2095. package/lib/@next/Icon/components/RiFacebookCircleLine.d.ts +3 -0
  2096. package/lib/@next/Icon/components/RiFacebookCircleLine.js +19 -0
  2097. package/lib/@next/Icon/components/RiFileCopy2Line.d.ts +3 -0
  2098. package/lib/@next/Icon/components/RiFileCopy2Line.js +19 -0
  2099. package/lib/@next/Icon/components/RiFileCopyFill.d.ts +3 -0
  2100. package/lib/@next/Icon/components/RiFileCopyFill.js +19 -0
  2101. package/lib/@next/Icon/components/RiFileCopyLine.d.ts +3 -0
  2102. package/lib/@next/Icon/components/RiFileCopyLine.js +19 -0
  2103. package/lib/@next/Icon/components/RiFileDownloadLine.d.ts +3 -0
  2104. package/lib/@next/Icon/components/RiFileDownloadLine.js +20 -0
  2105. package/lib/@next/Icon/components/RiFileFill.d.ts +3 -0
  2106. package/lib/@next/Icon/components/RiFileFill.js +19 -0
  2107. package/lib/@next/Icon/components/RiFileHistoryFill.d.ts +3 -0
  2108. package/lib/@next/Icon/components/RiFileHistoryFill.js +19 -0
  2109. package/lib/@next/Icon/components/RiFileHistoryLine.d.ts +3 -0
  2110. package/lib/@next/Icon/components/RiFileHistoryLine.js +19 -0
  2111. package/lib/@next/Icon/components/RiFileLine.d.ts +3 -0
  2112. package/lib/@next/Icon/components/RiFileLine.js +19 -0
  2113. package/lib/@next/Icon/components/RiFileList3Fill.d.ts +3 -0
  2114. package/lib/@next/Icon/components/RiFileList3Fill.js +19 -0
  2115. package/lib/@next/Icon/components/RiFileListFill.d.ts +3 -0
  2116. package/lib/@next/Icon/components/RiFileListFill.js +19 -0
  2117. package/lib/@next/Icon/components/RiFileListLine.d.ts +3 -0
  2118. package/lib/@next/Icon/components/RiFileListLine.js +19 -0
  2119. package/lib/@next/Icon/components/RiFlagFill.d.ts +3 -0
  2120. package/lib/@next/Icon/components/RiFlagFill.js +19 -0
  2121. package/lib/@next/Icon/components/RiFlagLine.d.ts +3 -0
  2122. package/lib/@next/Icon/components/RiFlagLine.js +19 -0
  2123. package/lib/@next/Icon/components/RiFlashlightFill.d.ts +3 -0
  2124. package/lib/@next/Icon/components/RiFlashlightFill.js +19 -0
  2125. package/lib/@next/Icon/components/RiFlashlightLine.d.ts +3 -0
  2126. package/lib/@next/Icon/components/RiFlashlightLine.js +19 -0
  2127. package/lib/@next/Icon/components/RiFolderUserFill.d.ts +3 -0
  2128. package/lib/@next/Icon/components/RiFolderUserFill.js +19 -0
  2129. package/lib/@next/Icon/components/RiGithubFill.d.ts +3 -0
  2130. package/lib/@next/Icon/components/RiGithubFill.js +19 -0
  2131. package/lib/@next/Icon/components/RiGlintsLogoFill.d.ts +3 -0
  2132. package/lib/@next/Icon/components/RiGlintsLogoFill.js +19 -0
  2133. package/lib/@next/Icon/components/RiGlobalLine.d.ts +3 -0
  2134. package/lib/@next/Icon/components/RiGlobalLine.js +19 -0
  2135. package/lib/@next/Icon/components/RiGraduationFill.d.ts +3 -0
  2136. package/lib/@next/Icon/components/RiGraduationFill.js +19 -0
  2137. package/lib/@next/Icon/components/RiGraduationLine.d.ts +3 -0
  2138. package/lib/@next/Icon/components/RiGraduationLine.js +19 -0
  2139. package/lib/@next/Icon/components/RiGroup2Fill.d.ts +3 -0
  2140. package/lib/@next/Icon/components/RiGroup2Fill.js +19 -0
  2141. package/lib/@next/Icon/components/RiGroup2Line.d.ts +3 -0
  2142. package/lib/@next/Icon/components/RiGroup2Line.js +19 -0
  2143. package/lib/@next/Icon/components/RiGroupFill.d.ts +3 -0
  2144. package/lib/@next/Icon/components/RiGroupFill.js +19 -0
  2145. package/lib/@next/Icon/components/RiGroupLine.d.ts +3 -0
  2146. package/lib/@next/Icon/components/RiGroupLine.js +19 -0
  2147. package/lib/@next/Icon/components/RiHandCoinFill.d.ts +3 -0
  2148. package/lib/@next/Icon/components/RiHandCoinFill.js +19 -0
  2149. package/lib/@next/Icon/components/RiHandCoinLine.d.ts +3 -0
  2150. package/lib/@next/Icon/components/RiHandCoinLine.js +19 -0
  2151. package/lib/@next/Icon/components/RiHourglassFill.d.ts +3 -0
  2152. package/lib/@next/Icon/components/RiHourglassFill.js +19 -0
  2153. package/lib/@next/Icon/components/RiHourglassLine.d.ts +3 -0
  2154. package/lib/@next/Icon/components/RiHourglassLine.js +19 -0
  2155. package/lib/@next/Icon/components/RiInfinity.d.ts +3 -0
  2156. package/lib/@next/Icon/components/RiInfinity.js +19 -0
  2157. package/lib/@next/Icon/components/RiInformationFill.d.ts +3 -0
  2158. package/lib/@next/Icon/components/RiInformationFill.js +19 -0
  2159. package/lib/@next/Icon/components/RiInformationLine.d.ts +3 -0
  2160. package/lib/@next/Icon/components/RiInformationLine.js +19 -0
  2161. package/lib/@next/Icon/components/RiInstagramFill.d.ts +3 -0
  2162. package/lib/@next/Icon/components/RiInstagramFill.js +19 -0
  2163. package/lib/@next/Icon/components/RiInstagramLine.d.ts +3 -0
  2164. package/lib/@next/Icon/components/RiInstagramLine.js +19 -0
  2165. package/lib/@next/Icon/components/RiLinkedInLine.d.ts +3 -0
  2166. package/lib/@next/Icon/components/RiLinkedInLine.js +19 -0
  2167. package/lib/@next/Icon/components/RiLinkedinFill.d.ts +3 -0
  2168. package/lib/@next/Icon/components/RiLinkedinFill.js +19 -0
  2169. package/lib/@next/Icon/components/RiLoader.d.ts +3 -0
  2170. package/lib/@next/Icon/components/RiLoader.js +20 -0
  2171. package/lib/@next/Icon/components/RiLockFill.d.ts +3 -0
  2172. package/lib/@next/Icon/components/RiLockFill.js +19 -0
  2173. package/lib/@next/Icon/components/RiLockLine.d.ts +3 -0
  2174. package/lib/@next/Icon/components/RiLockLine.js +19 -0
  2175. package/lib/@next/Icon/components/RiLogoutCircleLine.d.ts +3 -0
  2176. package/lib/@next/Icon/components/RiLogoutCircleLine.js +19 -0
  2177. package/lib/@next/Icon/components/RiMailFill.d.ts +3 -0
  2178. package/lib/@next/Icon/components/RiMailFill.js +19 -0
  2179. package/lib/@next/Icon/components/RiMailLine.d.ts +3 -0
  2180. package/lib/@next/Icon/components/RiMailLine.js +19 -0
  2181. package/lib/@next/Icon/components/RiMailSendFill.d.ts +3 -0
  2182. package/lib/@next/Icon/components/RiMailSendFill.js +19 -0
  2183. package/lib/@next/Icon/components/RiMapFill.d.ts +3 -0
  2184. package/lib/@next/Icon/components/RiMapFill.js +19 -0
  2185. package/lib/@next/Icon/components/RiMapLine.d.ts +3 -0
  2186. package/lib/@next/Icon/components/RiMapLine.js +19 -0
  2187. package/lib/@next/Icon/components/RiMegaphoneFill.d.ts +3 -0
  2188. package/lib/@next/Icon/components/RiMegaphoneFill.js +19 -0
  2189. package/lib/@next/Icon/components/RiMegaphoneLine.d.ts +3 -0
  2190. package/lib/@next/Icon/components/RiMegaphoneLine.js +19 -0
  2191. package/lib/@next/Icon/components/RiMenuLine.d.ts +3 -0
  2192. package/lib/@next/Icon/components/RiMenuLine.js +19 -0
  2193. package/lib/@next/Icon/components/RiMessageFill.d.ts +3 -0
  2194. package/lib/@next/Icon/components/RiMessageFill.js +19 -0
  2195. package/lib/@next/Icon/components/RiMessageLine.d.ts +3 -0
  2196. package/lib/@next/Icon/components/RiMessageLine.js +19 -0
  2197. package/lib/@next/Icon/components/RiMinus.d.ts +3 -0
  2198. package/lib/@next/Icon/components/RiMinus.js +19 -0
  2199. package/lib/@next/Icon/components/RiMoneyDollarCircleFill.d.ts +3 -0
  2200. package/lib/@next/Icon/components/RiMoneyDollarCircleFill.js +19 -0
  2201. package/lib/@next/Icon/components/RiMoneyDollarCircleLine.d.ts +3 -0
  2202. package/lib/@next/Icon/components/RiMoneyDollarCircleLine.js +19 -0
  2203. package/lib/@next/Icon/components/RiMore.d.ts +3 -0
  2204. package/lib/@next/Icon/components/RiMore.js +19 -0
  2205. package/lib/@next/Icon/components/RiPencilFill.d.ts +3 -0
  2206. package/lib/@next/Icon/components/RiPencilFill.js +19 -0
  2207. package/lib/@next/Icon/components/RiPencilLine.d.ts +3 -0
  2208. package/lib/@next/Icon/components/RiPencilLine.js +19 -0
  2209. package/lib/@next/Icon/components/RiPhoneFill.d.ts +3 -0
  2210. package/lib/@next/Icon/components/RiPhoneFill.js +19 -0
  2211. package/lib/@next/Icon/components/RiPhoneLine.d.ts +3 -0
  2212. package/lib/@next/Icon/components/RiPhoneLine.js +19 -0
  2213. package/lib/@next/Icon/components/RiPhoneLockFill.d.ts +3 -0
  2214. package/lib/@next/Icon/components/RiPhoneLockFill.js +19 -0
  2215. package/lib/@next/Icon/components/RiPhoneLockLine.d.ts +3 -0
  2216. package/lib/@next/Icon/components/RiPhoneLockLine.js +19 -0
  2217. package/lib/@next/Icon/components/RiQuestionFill.d.ts +3 -0
  2218. package/lib/@next/Icon/components/RiQuestionFill.js +19 -0
  2219. package/lib/@next/Icon/components/RiQuestionLine.d.ts +3 -0
  2220. package/lib/@next/Icon/components/RiQuestionLine.js +19 -0
  2221. package/lib/@next/Icon/components/RiQuestionnaireFill.d.ts +3 -0
  2222. package/lib/@next/Icon/components/RiQuestionnaireFill.js +19 -0
  2223. package/lib/@next/Icon/components/RiQuestionnaireLine.d.ts +3 -0
  2224. package/lib/@next/Icon/components/RiQuestionnaireLine.js +19 -0
  2225. package/lib/@next/Icon/components/RiReplyFill.d.ts +3 -0
  2226. package/lib/@next/Icon/components/RiReplyFill.js +19 -0
  2227. package/lib/@next/Icon/components/RiReplyLine.d.ts +3 -0
  2228. package/lib/@next/Icon/components/RiReplyLine.js +19 -0
  2229. package/lib/@next/Icon/components/RiSearch.d.ts +3 -0
  2230. package/lib/@next/Icon/components/RiSearch.js +19 -0
  2231. package/lib/@next/Icon/components/RiSendPlaneFill.d.ts +3 -0
  2232. package/lib/@next/Icon/components/RiSendPlaneFill.js +19 -0
  2233. package/lib/@next/Icon/components/RiSendPlaneLine.d.ts +3 -0
  2234. package/lib/@next/Icon/components/RiSendPlaneLine.js +19 -0
  2235. package/lib/@next/Icon/components/RiSettingsFill.d.ts +3 -0
  2236. package/lib/@next/Icon/components/RiSettingsFill.js +19 -0
  2237. package/lib/@next/Icon/components/RiSettingsLine.d.ts +3 -0
  2238. package/lib/@next/Icon/components/RiSettingsLine.js +19 -0
  2239. package/lib/@next/Icon/components/RiShakeHandsFill.d.ts +3 -0
  2240. package/lib/@next/Icon/components/RiShakeHandsFill.js +19 -0
  2241. package/lib/@next/Icon/components/RiShakeHandsLine.d.ts +3 -0
  2242. package/lib/@next/Icon/components/RiShakeHandsLine.js +19 -0
  2243. package/lib/@next/Icon/components/RiShieldCheck.d.ts +3 -0
  2244. package/lib/@next/Icon/components/RiShieldCheck.js +19 -0
  2245. package/lib/@next/Icon/components/RiShieldCheckLine.d.ts +3 -0
  2246. package/lib/@next/Icon/components/RiShieldCheckLine.js +19 -0
  2247. package/lib/@next/Icon/components/RiShining2Fill.d.ts +3 -0
  2248. package/lib/@next/Icon/components/RiShining2Fill.js +19 -0
  2249. package/lib/@next/Icon/components/RiShining2Line.d.ts +3 -0
  2250. package/lib/@next/Icon/components/RiShining2Line.js +19 -0
  2251. package/lib/@next/Icon/components/RiSparkling2Fill.d.ts +3 -0
  2252. package/lib/@next/Icon/components/RiSparkling2Fill.js +19 -0
  2253. package/lib/@next/Icon/components/RiSparkling2Line.d.ts +3 -0
  2254. package/lib/@next/Icon/components/RiSparkling2Line.js +19 -0
  2255. package/lib/@next/Icon/components/RiSuitcase3Fill.d.ts +3 -0
  2256. package/lib/@next/Icon/components/RiSuitcase3Fill.js +20 -0
  2257. package/lib/@next/Icon/components/RiSuitcase3Line.d.ts +3 -0
  2258. package/lib/@next/Icon/components/RiSuitcase3Line.js +19 -0
  2259. package/lib/@next/Icon/components/RiSurveyFill.d.ts +3 -0
  2260. package/lib/@next/Icon/components/RiSurveyFill.js +19 -0
  2261. package/lib/@next/Icon/components/RiSurveyLine.d.ts +3 -0
  2262. package/lib/@next/Icon/components/RiSurveyLine.js +19 -0
  2263. package/lib/@next/Icon/components/RiTiktokFill.d.ts +3 -0
  2264. package/lib/@next/Icon/components/RiTiktokFill.js +19 -0
  2265. package/lib/@next/Icon/components/RiTiktokLine.d.ts +3 -0
  2266. package/lib/@next/Icon/components/RiTiktokLine.js +19 -0
  2267. package/lib/@next/Icon/components/RiTimer3Fill.d.ts +3 -0
  2268. package/lib/@next/Icon/components/RiTimer3Fill.js +19 -0
  2269. package/lib/@next/Icon/components/RiTimer3Line.d.ts +3 -0
  2270. package/lib/@next/Icon/components/RiTimer3Line.js +19 -0
  2271. package/lib/@next/Icon/components/RiTwitterLine.d.ts +3 -0
  2272. package/lib/@next/Icon/components/RiTwitterLine.js +19 -0
  2273. package/lib/@next/Icon/components/RiTwitterXFill.d.ts +3 -0
  2274. package/lib/@next/Icon/components/RiTwitterXFill.js +19 -0
  2275. package/lib/@next/Icon/components/RiUnlockFill.d.ts +3 -0
  2276. package/lib/@next/Icon/components/RiUnlockFill.js +19 -0
  2277. package/lib/@next/Icon/components/RiUnlockLine.d.ts +3 -0
  2278. package/lib/@next/Icon/components/RiUnlockLine.js +19 -0
  2279. package/lib/@next/Icon/components/RiUploadFill.d.ts +3 -0
  2280. package/lib/@next/Icon/components/RiUploadFill.js +19 -0
  2281. package/lib/@next/Icon/components/RiUploadLine.d.ts +3 -0
  2282. package/lib/@next/Icon/components/RiUploadLine.js +19 -0
  2283. package/lib/@next/Icon/components/RiUser5Fill.d.ts +3 -0
  2284. package/lib/@next/Icon/components/RiUser5Fill.js +20 -0
  2285. package/lib/@next/Icon/components/RiUser5Line.d.ts +3 -0
  2286. package/lib/@next/Icon/components/RiUser5Line.js +19 -0
  2287. package/lib/@next/Icon/components/RiUserAddFill.d.ts +3 -0
  2288. package/lib/@next/Icon/components/RiUserAddFill.js +19 -0
  2289. package/lib/@next/Icon/components/RiUserAddLine.d.ts +3 -0
  2290. package/lib/@next/Icon/components/RiUserAddLine.js +19 -0
  2291. package/lib/@next/Icon/components/RiUserFill.d.ts +3 -0
  2292. package/lib/@next/Icon/components/RiUserFill.js +19 -0
  2293. package/lib/@next/Icon/components/RiUserLine.d.ts +3 -0
  2294. package/lib/@next/Icon/components/RiUserLine.js +19 -0
  2295. package/lib/@next/Icon/components/RiUserUnfollowLine.d.ts +3 -0
  2296. package/lib/@next/Icon/components/RiUserUnfollowLine.js +19 -0
  2297. package/lib/@next/Icon/components/RiVimeoFill.d.ts +3 -0
  2298. package/lib/@next/Icon/components/RiVimeoFill.js +19 -0
  2299. package/lib/@next/Icon/components/RiWhatsappFill.d.ts +3 -0
  2300. package/lib/@next/Icon/components/RiWhatsappFill.js +19 -0
  2301. package/lib/@next/Icon/components/RiWhatsappLine.d.ts +3 -0
  2302. package/lib/@next/Icon/components/RiWhatsappLine.js +19 -0
  2303. package/lib/@next/Icon/components/RiYoutubeFill.d.ts +3 -0
  2304. package/lib/@next/Icon/components/RiYoutubeFill.js +19 -0
  2305. package/lib/@next/Icon/components/index.d.ts +197 -0
  2306. package/lib/@next/Icon/components/index.js +400 -0
  2307. package/lib/@next/Icon/icons/icons.d.ts +8 -0
  2308. package/lib/@next/Icon/icons/icons.js +12 -0
  2309. package/lib/@next/Icon/index.d.ts +1 -0
  2310. package/lib/@next/Icon/index.js +9 -0
  2311. package/lib/@next/IndexTable/IndexTable.d.ts +14 -0
  2312. package/lib/@next/IndexTable/IndexTable.js +57 -0
  2313. package/lib/@next/IndexTable/IndexTable.stories.d.ts +5 -0
  2314. package/lib/@next/IndexTable/IndexTableStyle.d.ts +1 -0
  2315. package/lib/@next/IndexTable/IndexTableStyle.js +13 -0
  2316. package/lib/@next/IndexTable/components/Checkbox/Checkbox.d.ts +2 -0
  2317. package/lib/@next/IndexTable/components/Checkbox/Checkbox.js +29 -0
  2318. package/lib/@next/IndexTable/components/Checkbox/CheckboxStyle.d.ts +2 -0
  2319. package/lib/@next/IndexTable/components/Checkbox/CheckboxStyle.js +17 -0
  2320. package/lib/@next/IndexTable/components/Checkbox/index.d.ts +1 -0
  2321. package/lib/@next/IndexTable/components/Checkbox/index.js +9 -0
  2322. package/lib/@next/IndexTable/components/LoadingState/LoadingState.d.ts +7 -0
  2323. package/lib/@next/IndexTable/components/LoadingState/LoadingState.js +25 -0
  2324. package/lib/@next/IndexTable/components/LoadingState/LoadingStateStyle.d.ts +2 -0
  2325. package/lib/@next/IndexTable/components/LoadingState/LoadingStateStyle.js +17 -0
  2326. package/lib/@next/IndexTable/components/LoadingState/index.d.ts +1 -0
  2327. package/lib/@next/IndexTable/components/LoadingState/index.js +9 -0
  2328. package/lib/@next/IndexTable/components/Row/Row.d.ts +3 -0
  2329. package/lib/@next/IndexTable/components/Row/Row.js +19 -0
  2330. package/lib/@next/IndexTable/components/Row/index.d.ts +1 -0
  2331. package/lib/@next/IndexTable/components/Row/index.js +8 -0
  2332. package/lib/@next/IndexTable/index.d.ts +1 -0
  2333. package/lib/@next/IndexTable/index.js +9 -0
  2334. package/lib/@next/IndexTable/indexTableStoryHelper/IndexTableStoryStyle.d.ts +4 -0
  2335. package/lib/@next/IndexTable/indexTableStoryHelper/IndexTableStoryStyle.js +23 -0
  2336. package/lib/@next/InlineError/InlineError.d.ts +5 -0
  2337. package/lib/@next/InlineError/InlineError.js +25 -0
  2338. package/lib/@next/InlineError/InlineError.stories.d.ts +5 -0
  2339. package/lib/@next/InlineError/InlineErrorStyle.d.ts +3 -0
  2340. package/lib/@next/InlineError/InlineErrorStyle.js +20 -0
  2341. package/lib/@next/InlineError/index.d.ts +1 -0
  2342. package/lib/@next/InlineError/index.js +9 -0
  2343. package/lib/@next/Input/Input.d.ts +8 -0
  2344. package/lib/@next/Input/Input.js +65 -0
  2345. package/lib/@next/Input/InputStyle.d.ts +9 -0
  2346. package/lib/@next/Input/InputStyle.js +37 -0
  2347. package/lib/@next/Link/Link.d.ts +10 -0
  2348. package/lib/@next/Link/Link.js +38 -0
  2349. package/lib/@next/Link/Link.stories.d.ts +5 -0
  2350. package/lib/@next/Link/LinkStyle.d.ts +2 -0
  2351. package/lib/@next/Link/LinkStyle.js +17 -0
  2352. package/lib/@next/Link/index.d.ts +1 -0
  2353. package/lib/@next/Link/index.js +9 -0
  2354. package/lib/@next/Menu/Menu.d.ts +25 -0
  2355. package/lib/@next/Menu/Menu.js +106 -0
  2356. package/lib/@next/Menu/Menu.stories.d.ts +6 -0
  2357. package/lib/@next/Menu/MenuStyle.d.ts +6 -0
  2358. package/lib/@next/Menu/MenuStyle.js +34 -0
  2359. package/lib/@next/Menu/components/MenuOption.d.ts +12 -0
  2360. package/lib/@next/Menu/components/MenuOption.js +29 -0
  2361. package/lib/@next/Menu/components/MenuOptionCheckbox.d.ts +6 -0
  2362. package/lib/@next/Menu/components/MenuOptionCheckbox.js +18 -0
  2363. package/lib/@next/Menu/components/MenuOptionLabel.d.ts +7 -0
  2364. package/lib/@next/Menu/components/MenuOptionLabel.js +30 -0
  2365. package/lib/@next/Menu/components/MenuOptionLabelStyle.d.ts +3 -0
  2366. package/lib/@next/Menu/components/MenuOptionLabelStyle.js +11 -0
  2367. package/lib/@next/Menu/components/index.d.ts +4 -0
  2368. package/lib/@next/Menu/components/index.js +10 -0
  2369. package/lib/@next/Menu/index.d.ts +2 -0
  2370. package/lib/@next/Menu/index.js +15 -0
  2371. package/lib/@next/Menu/menuStoryHelper/PopoverMenu.d.ts +7 -0
  2372. package/lib/@next/Menu/menuStoryHelper/PopoverMenu.js +60 -0
  2373. package/lib/@next/Modal/Modal.d.ts +34 -0
  2374. package/lib/@next/Modal/Modal.js +144 -0
  2375. package/lib/@next/Modal/Modal.stories.d.ts +11 -0
  2376. package/lib/@next/Modal/ModalContext.d.ts +6 -0
  2377. package/lib/@next/Modal/ModalContext.js +7 -0
  2378. package/lib/@next/Modal/ModalProvider.d.ts +4 -0
  2379. package/lib/@next/Modal/ModalProvider.js +36 -0
  2380. package/lib/@next/Modal/ModalStyle.d.ts +11 -0
  2381. package/lib/@next/Modal/ModalStyle.js +64 -0
  2382. package/lib/@next/Modal/ModalWithProvider.d.ts +2 -0
  2383. package/lib/@next/Modal/ModalWithProvider.js +28 -0
  2384. package/lib/@next/Modal/ModalWithProvider.stories.d.ts +5 -0
  2385. package/lib/@next/Modal/index.d.ts +5 -0
  2386. package/lib/@next/Modal/index.js +33 -0
  2387. package/lib/@next/Modal/modalStoryHelper/ModalStoryStyle.d.ts +3 -0
  2388. package/lib/@next/Modal/modalStoryHelper/ModalStoryStyle.js +17 -0
  2389. package/lib/@next/Modal/useModal.d.ts +1 -0
  2390. package/lib/@next/Modal/useModal.js +14 -0
  2391. package/lib/@next/NumberInput/NumberInput.d.ts +4 -0
  2392. package/lib/@next/NumberInput/NumberInput.js +20 -0
  2393. package/lib/@next/NumberInput/NumberInput.stories.d.ts +4 -0
  2394. package/lib/@next/NumberInput/index.d.ts +1 -0
  2395. package/lib/@next/NumberInput/index.js +9 -0
  2396. package/lib/@next/Pagination/IconPagination.d.ts +3 -0
  2397. package/lib/@next/Pagination/IconPagination.js +31 -0
  2398. package/lib/@next/Pagination/IconPagination.stories.d.ts +5 -0
  2399. package/lib/@next/Pagination/PageButton.d.ts +8 -0
  2400. package/lib/@next/Pagination/PageButton.js +29 -0
  2401. package/lib/@next/Pagination/Pagination.d.ts +3 -0
  2402. package/lib/@next/Pagination/Pagination.js +130 -0
  2403. package/lib/@next/Pagination/Pagination.stories.d.ts +4 -0
  2404. package/lib/@next/Pagination/PaginationStyle.d.ts +11 -0
  2405. package/lib/@next/Pagination/PaginationStyle.js +59 -0
  2406. package/lib/@next/Pagination/SimplePagination.d.ts +3 -0
  2407. package/lib/@next/Pagination/SimplePagination.js +89 -0
  2408. package/lib/@next/Pagination/SimplePagination.stories.d.ts +4 -0
  2409. package/lib/@next/Pagination/Stepper.d.ts +4 -0
  2410. package/lib/@next/Pagination/Stepper.js +25 -0
  2411. package/lib/@next/Pagination/index.d.ts +4 -0
  2412. package/lib/@next/Pagination/index.js +21 -0
  2413. package/lib/@next/Pagination/paginationUtils.d.ts +22 -0
  2414. package/lib/@next/Pagination/paginationUtils.js +23 -0
  2415. package/lib/@next/PasswordInput/PasswordInput.d.ts +9 -0
  2416. package/lib/@next/PasswordInput/PasswordInput.js +44 -0
  2417. package/lib/@next/PasswordInput/PasswordInput.stories.d.ts +4 -0
  2418. package/lib/@next/PasswordInput/PasswordInputStyle.d.ts +1 -0
  2419. package/lib/@next/PasswordInput/PasswordInputStyle.js +11 -0
  2420. package/lib/@next/PasswordInput/index.d.ts +1 -0
  2421. package/lib/@next/PasswordInput/index.js +9 -0
  2422. package/lib/@next/Popover/Popover.d.ts +10 -0
  2423. package/lib/@next/Popover/Popover.js +23 -0
  2424. package/lib/@next/Popover/Popover.stories.d.ts +4 -0
  2425. package/lib/@next/Popover/PopoverFilter.stories.d.ts +4 -0
  2426. package/lib/@next/Popover/PopoverStyle.d.ts +1 -0
  2427. package/lib/@next/Popover/PopoverStyle.js +11 -0
  2428. package/lib/@next/Popover/index.d.ts +1 -0
  2429. package/lib/@next/Popover/index.js +9 -0
  2430. package/lib/@next/Popover/popoverStoryHelper/CheckboxGroup.d.ts +8 -0
  2431. package/lib/@next/Popover/popoverStoryHelper/CheckboxGroup.js +67 -0
  2432. package/lib/@next/Popover/popoverStoryHelper/SalarySelector.d.ts +7 -0
  2433. package/lib/@next/Popover/popoverStoryHelper/SalarySelector.js +30 -0
  2434. package/lib/@next/Portal/Portal.d.ts +4 -0
  2435. package/lib/@next/Portal/Portal.js +14 -0
  2436. package/lib/@next/Portal/index.d.ts +1 -0
  2437. package/lib/@next/Portal/index.js +9 -0
  2438. package/lib/@next/RadioButton/RadioButton.d.ts +14 -0
  2439. package/lib/@next/RadioButton/RadioButton.js +56 -0
  2440. package/lib/@next/RadioButton/RadioButton.stories.d.ts +6 -0
  2441. package/lib/@next/RadioButton/RadioButtonStyle.d.ts +3 -0
  2442. package/lib/@next/RadioButton/RadioButtonStyle.js +24 -0
  2443. package/lib/@next/RadioButton/index.d.ts +1 -0
  2444. package/lib/@next/RadioButton/index.js +9 -0
  2445. package/lib/@next/Select/Select.d.ts +57 -0
  2446. package/lib/@next/Select/Select.js +203 -0
  2447. package/lib/@next/Select/Select.stories.d.ts +20 -0
  2448. package/lib/@next/Select/SelectStyle.d.ts +6 -0
  2449. package/lib/@next/Select/SelectStyle.js +19 -0
  2450. package/lib/@next/Select/components/Activator/ActivatorSelect.d.ts +18 -0
  2451. package/lib/@next/Select/components/Activator/ActivatorSelect.js +97 -0
  2452. package/lib/@next/Select/components/Activator/ActivatorStyle.d.ts +13 -0
  2453. package/lib/@next/Select/components/Activator/ActivatorStyle.js +61 -0
  2454. package/lib/@next/Select/components/Activator/ActivatorTextInput.d.ts +22 -0
  2455. package/lib/@next/Select/components/Activator/ActivatorTextInput.js +97 -0
  2456. package/lib/@next/Select/components/Activator/index.d.ts +2 -0
  2457. package/lib/@next/Select/components/Activator/index.js +8 -0
  2458. package/lib/@next/Select/components/Label/Label.d.ts +4 -0
  2459. package/lib/@next/Select/components/Label/Label.js +17 -0
  2460. package/lib/@next/Select/components/OptionList/OptionList.d.ts +20 -0
  2461. package/lib/@next/Select/components/OptionList/OptionList.js +87 -0
  2462. package/lib/@next/Select/components/OptionList/OptionListStyle.d.ts +6 -0
  2463. package/lib/@next/Select/components/OptionList/OptionListStyle.js +19 -0
  2464. package/lib/@next/Select/components/OptionList/index.d.ts +1 -0
  2465. package/lib/@next/Select/components/OptionList/index.js +6 -0
  2466. package/lib/@next/Select/components/SearchableSelectInput/ClearSelected.d.ts +9 -0
  2467. package/lib/@next/Select/components/SearchableSelectInput/ClearSelected.js +29 -0
  2468. package/lib/@next/Select/components/SearchableSelectInput/SearchableSelectInput.d.ts +38 -0
  2469. package/lib/@next/Select/components/SearchableSelectInput/SearchableSelectInput.js +156 -0
  2470. package/lib/@next/Select/components/SearchableSelectInput/SearchableSelectInputStyle.d.ts +5 -0
  2471. package/lib/@next/Select/components/SearchableSelectInput/SearchableSelectInputStyle.js +46 -0
  2472. package/lib/@next/Select/components/index.d.ts +2 -0
  2473. package/lib/@next/Select/components/index.js +18 -0
  2474. package/lib/@next/Select/index.d.ts +2 -0
  2475. package/lib/@next/Select/index.js +15 -0
  2476. package/lib/@next/Select/selectStoryHelper/NonSearchableMultiSelect.d.ts +3 -0
  2477. package/lib/@next/Select/selectStoryHelper/NonSearchableMultiSelect.js +48 -0
  2478. package/lib/@next/Select/selectStoryHelper/NonSearchableSingleSelect.d.ts +3 -0
  2479. package/lib/@next/Select/selectStoryHelper/NonSearchableSingleSelect.js +35 -0
  2480. package/lib/@next/Select/selectStoryHelper/Searchable.d.ts +7 -0
  2481. package/lib/@next/Select/selectStoryHelper/Searchable.js +73 -0
  2482. package/lib/@next/Select/selectStoryHelper/SearchableSingleSelect.d.ts +10 -0
  2483. package/lib/@next/Select/selectStoryHelper/SearchableSingleSelect.js +196 -0
  2484. package/lib/@next/Select/selectStoryHelper/SelectStoryStyle.d.ts +2 -0
  2485. package/lib/@next/Select/selectStoryHelper/SelectStoryStyle.js +13 -0
  2486. package/lib/@next/SideSheet/SideSheet.d.ts +17 -0
  2487. package/lib/@next/SideSheet/SideSheet.js +112 -0
  2488. package/lib/@next/SideSheet/SideSheet.stories.d.ts +6 -0
  2489. package/lib/@next/SideSheet/SideSheetStyle.d.ts +9 -0
  2490. package/lib/@next/SideSheet/SideSheetStyle.js +55 -0
  2491. package/lib/@next/SideSheet/index.d.ts +1 -0
  2492. package/lib/@next/SideSheet/index.js +9 -0
  2493. package/lib/@next/Skeleton/SkeletonStyle.d.ts +1 -0
  2494. package/lib/@next/Skeleton/SkeletonStyle.js +7 -0
  2495. package/lib/@next/Skeleton/components/SkeletonImage/SkeletonImageCircle.d.ts +6 -0
  2496. package/lib/@next/Skeleton/components/SkeletonImage/SkeletonImageCircle.js +15 -0
  2497. package/lib/@next/Skeleton/components/SkeletonImage/SkeletonImageCircle.stories.d.ts +4 -0
  2498. package/lib/@next/Skeleton/components/SkeletonImage/SkeletonImageSquare.d.ts +6 -0
  2499. package/lib/@next/Skeleton/components/SkeletonImage/SkeletonImageSquare.js +18 -0
  2500. package/lib/@next/Skeleton/components/SkeletonImage/SkeletonImageSquare.stories.d.ts +4 -0
  2501. package/lib/@next/Skeleton/components/SkeletonImage/SkeletonImageStyle.d.ts +5 -0
  2502. package/lib/@next/Skeleton/components/SkeletonImage/SkeletonImageStyle.js +31 -0
  2503. package/lib/@next/Skeleton/components/SkeletonText/SkeletonText.d.ts +12 -0
  2504. package/lib/@next/Skeleton/components/SkeletonText/SkeletonText.js +28 -0
  2505. package/lib/@next/Skeleton/components/SkeletonText/SkeletonText.stories.d.ts +5 -0
  2506. package/lib/@next/Skeleton/components/SkeletonText/SkeletonTextStyle.d.ts +8 -0
  2507. package/lib/@next/Skeleton/components/SkeletonText/SkeletonTextStyle.js +39 -0
  2508. package/lib/@next/Skeleton/components/index.d.ts +6 -0
  2509. package/lib/@next/Skeleton/components/index.js +10 -0
  2510. package/lib/@next/Skeleton/index.d.ts +1 -0
  2511. package/lib/@next/Skeleton/index.js +9 -0
  2512. package/lib/@next/Spinner/Spinner.d.ts +8 -0
  2513. package/lib/@next/Spinner/Spinner.js +30 -0
  2514. package/lib/@next/Spinner/Spinner.stories.d.ts +5 -0
  2515. package/lib/@next/Spinner/SpinnerStyle.d.ts +3 -0
  2516. package/lib/@next/Spinner/SpinnerStyle.js +18 -0
  2517. package/lib/@next/Spinner/index.d.ts +1 -0
  2518. package/lib/@next/Spinner/index.js +9 -0
  2519. package/lib/@next/Steps/Step.d.ts +12 -0
  2520. package/lib/@next/Steps/Step.js +78 -0
  2521. package/lib/@next/Steps/StepStyle.d.ts +8 -0
  2522. package/lib/@next/Steps/StepStyle.js +50 -0
  2523. package/lib/@next/Steps/Steps.d.ts +17 -0
  2524. package/lib/@next/Steps/Steps.js +43 -0
  2525. package/lib/@next/Steps/Steps.stories.d.ts +4 -0
  2526. package/lib/@next/Steps/index.d.ts +2 -0
  2527. package/lib/@next/Steps/index.js +6 -0
  2528. package/lib/@next/Switch/Switch.d.ts +12 -0
  2529. package/lib/@next/Switch/Switch.js +62 -0
  2530. package/lib/@next/Switch/Switch.stories.d.ts +7 -0
  2531. package/lib/@next/Switch/SwitchStyle.d.ts +7 -0
  2532. package/lib/@next/Switch/SwitchStyle.js +31 -0
  2533. package/lib/@next/Switch/index.d.ts +1 -0
  2534. package/lib/@next/Switch/index.js +9 -0
  2535. package/lib/@next/Tabs/Tab.d.ts +9 -0
  2536. package/lib/@next/Tabs/Tab.js +37 -0
  2537. package/lib/@next/Tabs/TabStyle.d.ts +6 -0
  2538. package/lib/@next/Tabs/TabStyle.js +41 -0
  2539. package/lib/@next/Tabs/Tabs.d.ts +24 -0
  2540. package/lib/@next/Tabs/Tabs.js +124 -0
  2541. package/lib/@next/Tabs/Tabs.stories.d.ts +7 -0
  2542. package/lib/@next/Tabs/TabsStoriesStyle.d.ts +4 -0
  2543. package/lib/@next/Tabs/TabsStoriesStyle.js +28 -0
  2544. package/lib/@next/Tabs/index.d.ts +2 -0
  2545. package/lib/@next/Tabs/index.js +15 -0
  2546. package/lib/@next/Tag/Tag.d.ts +14 -0
  2547. package/lib/@next/Tag/Tag.js +67 -0
  2548. package/lib/@next/Tag/Tag.stories.d.ts +8 -0
  2549. package/lib/@next/Tag/TagStyle.d.ts +7 -0
  2550. package/lib/@next/Tag/TagStyle.js +35 -0
  2551. package/lib/@next/Tag/index.d.ts +1 -0
  2552. package/lib/@next/Tag/index.js +9 -0
  2553. package/lib/@next/TextArea/TextArea.d.ts +31 -0
  2554. package/lib/@next/TextArea/TextArea.js +83 -0
  2555. package/lib/@next/TextArea/TextArea.stories.d.ts +4 -0
  2556. package/lib/@next/TextArea/TextAreaStyle.d.ts +7 -0
  2557. package/lib/@next/TextArea/TextAreaStyle.js +26 -0
  2558. package/lib/@next/TextArea/index.d.ts +1 -0
  2559. package/lib/@next/TextArea/index.js +9 -0
  2560. package/lib/@next/TextInput/TextInput.d.ts +10 -0
  2561. package/lib/@next/TextInput/TextInput.js +57 -0
  2562. package/lib/@next/TextInput/TextInput.stories.d.ts +5 -0
  2563. package/lib/@next/TextInput/index.d.ts +1 -0
  2564. package/lib/@next/TextInput/index.js +9 -0
  2565. package/lib/@next/Tooltip/Tooltip.d.ts +17 -0
  2566. package/lib/@next/Tooltip/Tooltip.js +185 -0
  2567. package/lib/@next/Tooltip/Tooltip.stories.d.ts +4 -0
  2568. package/lib/@next/Tooltip/TooltipAdaptiveBottom.stories.d.ts +6 -0
  2569. package/lib/@next/Tooltip/TooltipAdaptiveLeft.stories.d.ts +6 -0
  2570. package/lib/@next/Tooltip/TooltipAdaptiveRight.stories.d.ts +6 -0
  2571. package/lib/@next/Tooltip/TooltipAdaptiveTop.stories.d.ts +6 -0
  2572. package/lib/@next/Tooltip/TooltipStyle.d.ts +5 -0
  2573. package/lib/@next/Tooltip/TooltipStyle.js +34 -0
  2574. package/lib/@next/Tooltip/index.d.ts +1 -0
  2575. package/lib/@next/Tooltip/index.js +9 -0
  2576. package/lib/@next/Tooltip/positionResolver.d.ts +6 -0
  2577. package/lib/@next/Tooltip/positionResolver.js +189 -0
  2578. package/lib/@next/Tooltip/positionResolverHelper.d.ts +37 -0
  2579. package/lib/@next/Tooltip/positionResolverHelper.js +130 -0
  2580. package/lib/@next/Typography/Typography.d.ts +16 -0
  2581. package/lib/@next/Typography/Typography.js +31 -0
  2582. package/lib/@next/Typography/Typography.stories.d.ts +6 -0
  2583. package/lib/@next/Typography/Typography.test.d.ts +1 -0
  2584. package/lib/@next/Typography/TypographyStyles.d.ts +19 -0
  2585. package/lib/@next/Typography/TypographyStyles.js +47 -0
  2586. package/lib/@next/Typography/index.d.ts +1 -0
  2587. package/lib/@next/Typography/index.js +9 -0
  2588. package/lib/@next/Upload/Upload.d.ts +12 -0
  2589. package/lib/@next/Upload/Upload.js +125 -0
  2590. package/lib/@next/Upload/Upload.stories.d.ts +4 -0
  2591. package/lib/@next/Upload/UploadStyle.d.ts +12 -0
  2592. package/lib/@next/Upload/UploadStyle.js +62 -0
  2593. package/lib/@next/Upload/index.d.ts +1 -0
  2594. package/lib/@next/Upload/index.js +9 -0
  2595. package/lib/@next/index.d.ts +88 -0
  2596. package/lib/@next/index.js +123 -0
  2597. package/lib/@next/utilities/borderRadius/BorderRadius.d.ts +22 -0
  2598. package/lib/@next/utilities/borderRadius/BorderRadius.js +37 -0
  2599. package/lib/@next/utilities/borderRadius/index.d.ts +1 -0
  2600. package/lib/@next/utilities/borderRadius/index.js +9 -0
  2601. package/lib/@next/utilities/breakpoints/Breakpoints.d.ts +1 -0
  2602. package/lib/@next/utilities/breakpoints/Breakpoints.js +6 -0
  2603. package/lib/@next/utilities/breakpoints/index.d.ts +1 -0
  2604. package/lib/@next/utilities/breakpoints/index.js +9 -0
  2605. package/lib/@next/utilities/colors/blue.d.ts +7 -0
  2606. package/lib/@next/utilities/colors/blue.js +18 -0
  2607. package/lib/@next/utilities/colors/green.d.ts +5 -0
  2608. package/lib/@next/utilities/colors/green.js +14 -0
  2609. package/lib/@next/utilities/colors/index.d.ts +7 -0
  2610. package/lib/@next/utilities/colors/index.js +18 -0
  2611. package/lib/@next/utilities/colors/neutral.d.ts +10 -0
  2612. package/lib/@next/utilities/colors/neutral.js +24 -0
  2613. package/lib/@next/utilities/colors/orange.d.ts +6 -0
  2614. package/lib/@next/utilities/colors/orange.js +16 -0
  2615. package/lib/@next/utilities/colors/red.d.ts +6 -0
  2616. package/lib/@next/utilities/colors/red.js +16 -0
  2617. package/lib/@next/utilities/colors/yellow.d.ts +6 -0
  2618. package/lib/@next/utilities/colors/yellow.js +16 -0
  2619. package/lib/@next/utilities/dropShadow/DropShadow.d.ts +14 -0
  2620. package/lib/@next/utilities/dropShadow/DropShadow.js +32 -0
  2621. package/lib/@next/utilities/dropShadow/index.d.ts +1 -0
  2622. package/lib/@next/utilities/dropShadow/index.js +9 -0
  2623. package/lib/@next/utilities/fonts/Fonts.d.ts +2 -0
  2624. package/lib/@next/utilities/fonts/Fonts.js +8 -0
  2625. package/lib/@next/utilities/fonts/index.d.ts +1 -0
  2626. package/lib/@next/utilities/fonts/index.js +9 -0
  2627. package/lib/@next/utilities/spacing/Spacing.d.ts +30 -0
  2628. package/lib/@next/utilities/spacing/Spacing.js +49 -0
  2629. package/lib/@next/utilities/spacing/index.d.ts +1 -0
  2630. package/lib/@next/utilities/spacing/index.js +9 -0
  2631. package/lib/Display/Accordion/Accordion.d.ts +19 -0
  2632. package/lib/Display/Accordion/Accordion.js +54 -0
  2633. package/lib/Display/Accordion/Accordion.stories.d.ts +6 -0
  2634. package/lib/Display/Accordion/Accordion.test.d.ts +1 -0
  2635. package/lib/Display/Accordion/AccordionPanel.d.ts +13 -0
  2636. package/lib/Display/Accordion/AccordionPanel.js +57 -0
  2637. package/lib/Display/Accordion/AccordionStyle.d.ts +23 -0
  2638. package/lib/Display/Accordion/AccordionStyle.js +75 -0
  2639. package/lib/Display/Accordion/index.d.ts +2 -0
  2640. package/lib/Display/Accordion/index.js +8 -0
  2641. package/lib/Display/Collapsible/Collapsible.d.ts +7 -0
  2642. package/lib/Display/Collapsible/Collapsible.js +52 -0
  2643. package/lib/Display/Collapsible/Collapsible.stories.d.ts +4 -0
  2644. package/lib/Display/Collapsible/Collapsible.test.d.ts +1 -0
  2645. package/lib/Display/Collapsible/CollapsibleStyle.d.ts +6 -0
  2646. package/lib/Display/Collapsible/CollapsibleStyle.js +34 -0
  2647. package/lib/Display/Collapsible/index.d.ts +2 -0
  2648. package/lib/Display/Collapsible/index.js +8 -0
  2649. package/lib/Display/Gallery/Gallery.d.ts +18 -0
  2650. package/lib/Display/Gallery/Gallery.js +109 -0
  2651. package/lib/Display/Gallery/Gallery.stories.d.ts +5 -0
  2652. package/lib/Display/Gallery/Gallery.test.d.ts +2 -0
  2653. package/lib/Display/Gallery/GalleryStyle.d.ts +12 -0
  2654. package/lib/Display/Gallery/GalleryStyle.js +46 -0
  2655. package/lib/Display/Gallery/index.d.ts +3 -0
  2656. package/lib/Display/Gallery/index.js +9 -0
  2657. package/lib/Display/Modal/Modal.d.ts +28 -0
  2658. package/lib/Display/Modal/Modal.js +169 -0
  2659. package/lib/Display/Modal/Modal.stories.d.ts +8 -0
  2660. package/lib/Display/Modal/Modal.test.d.ts +1 -0
  2661. package/lib/Display/Modal/ModalStyle.d.ts +20 -0
  2662. package/lib/Display/Modal/ModalStyle.js +108 -0
  2663. package/lib/Display/Modal/index.d.ts +2 -0
  2664. package/lib/Display/Modal/index.js +8 -0
  2665. package/lib/Display/Modal/utils.d.ts +2 -0
  2666. package/lib/Display/Modal/utils.js +22 -0
  2667. package/lib/Display/PointingModal/PointingModal.d.ts +17 -0
  2668. package/lib/Display/PointingModal/PointingModal.js +39 -0
  2669. package/lib/Display/PointingModal/PointingModal.stories.d.ts +4 -0
  2670. package/lib/Display/PointingModal/PointingModal.test.d.ts +1 -0
  2671. package/lib/Display/PointingModal/PointingModalBody.d.ts +7 -0
  2672. package/lib/Display/PointingModal/PointingModalBody.js +24 -0
  2673. package/lib/Display/PointingModal/PointingModalFooter.d.ts +7 -0
  2674. package/lib/Display/PointingModal/PointingModalFooter.js +23 -0
  2675. package/lib/Display/PointingModal/PointingModalHeader.d.ts +7 -0
  2676. package/lib/Display/PointingModal/PointingModalHeader.js +24 -0
  2677. package/lib/Display/PointingModal/PointingModalItem.d.ts +7 -0
  2678. package/lib/Display/PointingModal/PointingModalItem.js +23 -0
  2679. package/lib/Display/PointingModal/PointingModalStyle.d.ts +6 -0
  2680. package/lib/Display/PointingModal/PointingModalStyle.js +38 -0
  2681. package/lib/Display/PointingModal/index.d.ts +2 -0
  2682. package/lib/Display/PointingModal/index.js +8 -0
  2683. package/lib/Display/Popover/Popover.d.ts +9 -0
  2684. package/lib/Display/Popover/Popover.js +41 -0
  2685. package/lib/Display/Popover/Popover.stories.d.ts +4 -0
  2686. package/lib/Display/Popover/Popover.test.d.ts +2 -0
  2687. package/lib/Display/Popover/PopoverStyle.d.ts +6 -0
  2688. package/lib/Display/Popover/PopoverStyle.js +38 -0
  2689. package/lib/Display/Popover/index.d.ts +3 -0
  2690. package/lib/Display/Popover/index.js +9 -0
  2691. package/lib/Display/Slider/LeftArrow.d.ts +9 -0
  2692. package/lib/Display/Slider/LeftArrow.js +27 -0
  2693. package/lib/Display/Slider/RightArrow.d.ts +10 -0
  2694. package/lib/Display/Slider/RightArrow.js +28 -0
  2695. package/lib/Display/Slider/Slider.d.ts +27 -0
  2696. package/lib/Display/Slider/Slider.js +178 -0
  2697. package/lib/Display/Slider/Slider.stories.d.ts +12 -0
  2698. package/lib/Display/Slider/Slider.test.d.ts +2 -0
  2699. package/lib/Display/Slider/SliderItem.d.ts +6 -0
  2700. package/lib/Display/Slider/SliderItem.js +16 -0
  2701. package/lib/Display/Slider/SliderStyle.d.ts +14 -0
  2702. package/lib/Display/Slider/SliderStyle.js +54 -0
  2703. package/lib/Display/Slider/index.d.ts +2 -0
  2704. package/lib/Display/Slider/index.js +8 -0
  2705. package/lib/Display/Slider/utils.d.ts +1 -0
  2706. package/lib/Display/Slider/utils.js +10 -0
  2707. package/lib/Display/Swipeable/Swipeable.d.ts +12 -0
  2708. package/lib/Display/Swipeable/Swipeable.js +23 -0
  2709. package/lib/Display/Swipeable/Swipeable.stories.d.ts +4 -0
  2710. package/lib/Display/Swipeable/Swipeable.test.d.ts +1 -0
  2711. package/lib/Display/Swipeable/SwipeableItem.d.ts +7 -0
  2712. package/lib/Display/Swipeable/SwipeableItem.js +23 -0
  2713. package/lib/Display/Swipeable/SwipeableStyle.d.ts +3 -0
  2714. package/lib/Display/Swipeable/SwipeableStyle.js +24 -0
  2715. package/lib/Display/Swipeable/index.d.ts +2 -0
  2716. package/lib/Display/Swipeable/index.js +8 -0
  2717. package/lib/Display/Tabs/TabPane.d.ts +10 -0
  2718. package/lib/Display/Tabs/TabPane.js +22 -0
  2719. package/lib/Display/Tabs/Tabs.d.ts +21 -0
  2720. package/lib/Display/Tabs/Tabs.js +75 -0
  2721. package/lib/Display/Tabs/Tabs.stories.d.ts +7 -0
  2722. package/lib/Display/Tabs/Tabs.test.d.ts +2 -0
  2723. package/lib/Display/Tabs/TabsStyle.d.ts +10 -0
  2724. package/lib/Display/Tabs/TabsStyle.js +59 -0
  2725. package/lib/Display/Tabs/index.d.ts +2 -0
  2726. package/lib/Display/Tabs/index.js +8 -0
  2727. package/lib/Display/Tooltip/Tooltip.d.ts +22 -0
  2728. package/lib/Display/Tooltip/Tooltip.js +71 -0
  2729. package/lib/Display/Tooltip/Tooltip.stories.d.ts +6 -0
  2730. package/lib/Display/Tooltip/Tooltip.test.d.ts +2 -0
  2731. package/lib/Display/Tooltip/TooltipStyle.d.ts +3 -0
  2732. package/lib/Display/Tooltip/TooltipStyle.js +34 -0
  2733. package/lib/Display/Tooltip/index.d.ts +3 -0
  2734. package/lib/Display/Tooltip/index.js +9 -0
  2735. package/lib/General/Alert/Alert.d.ts +18 -0
  2736. package/lib/General/Alert/Alert.js +110 -0
  2737. package/lib/General/Alert/Alert.stories.d.ts +4 -0
  2738. package/lib/General/Alert/Alert.test.d.ts +1 -0
  2739. package/lib/General/Alert/AlertStyle.d.ts +4 -0
  2740. package/lib/General/Alert/AlertStyle.js +31 -0
  2741. package/lib/General/Alert/index.d.ts +3 -0
  2742. package/lib/General/Alert/index.js +9 -0
  2743. package/lib/General/Badge/Badge.d.ts +11 -0
  2744. package/lib/General/Badge/Badge.js +32 -0
  2745. package/lib/General/Badge/Badge.stories.d.ts +6 -0
  2746. package/lib/General/Badge/Badge.test.d.ts +2 -0
  2747. package/lib/General/Badge/BadgeStyle.d.ts +5 -0
  2748. package/lib/General/Badge/BadgeStyle.js +26 -0
  2749. package/lib/General/Badge/BadgeVariant.d.ts +6 -0
  2750. package/lib/General/Badge/BadgeVariant.js +11 -0
  2751. package/lib/General/Badge/index.d.ts +3 -0
  2752. package/lib/General/Badge/index.js +9 -0
  2753. package/lib/General/Brand/Brand.d.ts +15 -0
  2754. package/lib/General/Brand/Brand.js +53 -0
  2755. package/lib/General/Brand/Brand.stories.d.ts +5 -0
  2756. package/lib/General/Brand/Brand.test.d.ts +1 -0
  2757. package/lib/General/Brand/BrandStyle.d.ts +2 -0
  2758. package/lib/General/Brand/BrandStyle.js +16 -0
  2759. package/lib/General/Brand/index.d.ts +3 -0
  2760. package/lib/General/Brand/index.js +9 -0
  2761. package/lib/General/Button/Button.d.ts +30 -0
  2762. package/lib/General/Button/Button.js +109 -0
  2763. package/lib/General/Button/Button.stories.d.ts +11 -0
  2764. package/lib/General/Button/Button.test.d.ts +1 -0
  2765. package/lib/General/Button/ButtonStyle.d.ts +47 -0
  2766. package/lib/General/Button/ButtonStyle.js +232 -0
  2767. package/lib/General/Button/GhostButton.d.ts +41 -0
  2768. package/lib/General/Button/GhostButton.js +49 -0
  2769. package/lib/General/Button/LinkButton.d.ts +33 -0
  2770. package/lib/General/Button/LinkButton.js +33 -0
  2771. package/lib/General/Button/SolidButton.d.ts +41 -0
  2772. package/lib/General/Button/SolidButton.js +49 -0
  2773. package/lib/General/Button/SolidShadowButton.d.ts +39 -0
  2774. package/lib/General/Button/SolidShadowButton.js +50 -0
  2775. package/lib/General/Button/index.d.ts +3 -0
  2776. package/lib/General/Button/index.js +9 -0
  2777. package/lib/General/Divider/Divider.d.ts +11 -0
  2778. package/lib/General/Divider/Divider.js +28 -0
  2779. package/lib/General/Divider/Divider.stories.d.ts +5 -0
  2780. package/lib/General/Divider/Divider.test.d.ts +2 -0
  2781. package/lib/General/Divider/DividerStyle.d.ts +1 -0
  2782. package/lib/General/Divider/DividerStyle.js +28 -0
  2783. package/lib/General/Divider/index.d.ts +3 -0
  2784. package/lib/General/Divider/index.js +9 -0
  2785. package/lib/General/Heading/Heading.d.ts +7 -0
  2786. package/lib/General/Heading/Heading.js +31 -0
  2787. package/lib/General/Heading/Heading.stories.d.ts +4 -0
  2788. package/lib/General/Heading/Heading.test.d.ts +1 -0
  2789. package/lib/General/Heading/HeadingStyle.d.ts +2 -0
  2790. package/lib/General/Heading/HeadingStyle.js +18 -0
  2791. package/lib/General/Heading/index.d.ts +3 -0
  2792. package/lib/General/Heading/index.js +9 -0
  2793. package/lib/General/Icon/Icon.d.ts +22 -0
  2794. package/lib/General/Icon/Icon.js +47 -0
  2795. package/lib/General/Icon/Icon.test.d.ts +1 -0
  2796. package/lib/General/Icon/IconStoriesHelpers.d.ts +6 -0
  2797. package/lib/General/Icon/IconStoriesHelpers.js +81 -0
  2798. package/lib/General/Icon/IconStyle.d.ts +1 -0
  2799. package/lib/General/Icon/IconStyle.js +11 -0
  2800. package/lib/General/Icon/LegacyIcon.d.ts +7 -0
  2801. package/lib/General/Icon/LegacyIcon.js +29 -0
  2802. package/lib/General/Icon/components/AddCircleOutlineIcon.d.ts +4 -0
  2803. package/lib/General/Icon/components/AddCircleOutlineIcon.js +19 -0
  2804. package/lib/General/Icon/components/AddCircleSolidIcon.d.ts +4 -0
  2805. package/lib/General/Icon/components/AddCircleSolidIcon.js +19 -0
  2806. package/lib/General/Icon/components/AddIcon.d.ts +4 -0
  2807. package/lib/General/Icon/components/AddIcon.js +19 -0
  2808. package/lib/General/Icon/components/ArrowBackDoubleIcon.d.ts +4 -0
  2809. package/lib/General/Icon/components/ArrowBackDoubleIcon.js +19 -0
  2810. package/lib/General/Icon/components/ArrowBackIcon.d.ts +4 -0
  2811. package/lib/General/Icon/components/ArrowBackIcon.js +19 -0
  2812. package/lib/General/Icon/components/ArrowBackSolidIcon.d.ts +4 -0
  2813. package/lib/General/Icon/components/ArrowBackSolidIcon.js +19 -0
  2814. package/lib/General/Icon/components/ArrowDownCircleOutlineIcon.d.ts +4 -0
  2815. package/lib/General/Icon/components/ArrowDownCircleOutlineIcon.js +19 -0
  2816. package/lib/General/Icon/components/ArrowDownIcon.d.ts +4 -0
  2817. package/lib/General/Icon/components/ArrowDownIcon.js +19 -0
  2818. package/lib/General/Icon/components/ArrowDownSolidIcon.d.ts +4 -0
  2819. package/lib/General/Icon/components/ArrowDownSolidIcon.js +19 -0
  2820. package/lib/General/Icon/components/ArrowNextDoubleIcon.d.ts +4 -0
  2821. package/lib/General/Icon/components/ArrowNextDoubleIcon.js +19 -0
  2822. package/lib/General/Icon/components/ArrowNextIcon.d.ts +4 -0
  2823. package/lib/General/Icon/components/ArrowNextIcon.js +19 -0
  2824. package/lib/General/Icon/components/ArrowNextSolidIcon.d.ts +4 -0
  2825. package/lib/General/Icon/components/ArrowNextSolidIcon.js +19 -0
  2826. package/lib/General/Icon/components/ArrowRoundBackIcon.d.ts +4 -0
  2827. package/lib/General/Icon/components/ArrowRoundBackIcon.js +19 -0
  2828. package/lib/General/Icon/components/ArrowRoundForwardIcon.d.ts +4 -0
  2829. package/lib/General/Icon/components/ArrowRoundForwardIcon.js +19 -0
  2830. package/lib/General/Icon/components/ArrowUpIcon.d.ts +4 -0
  2831. package/lib/General/Icon/components/ArrowUpIcon.js +19 -0
  2832. package/lib/General/Icon/components/ArrowUpSolidIcon.d.ts +4 -0
  2833. package/lib/General/Icon/components/ArrowUpSolidIcon.js +19 -0
  2834. package/lib/General/Icon/components/AsteriskSolidIcon.d.ts +4 -0
  2835. package/lib/General/Icon/components/AsteriskSolidIcon.js +19 -0
  2836. package/lib/General/Icon/components/AttachmentIcon.d.ts +4 -0
  2837. package/lib/General/Icon/components/AttachmentIcon.js +19 -0
  2838. package/lib/General/Icon/components/BehanceIcon.d.ts +4 -0
  2839. package/lib/General/Icon/components/BehanceIcon.js +20 -0
  2840. package/lib/General/Icon/components/BellIcon.d.ts +4 -0
  2841. package/lib/General/Icon/components/BellIcon.js +21 -0
  2842. package/lib/General/Icon/components/BookmarkIcon.d.ts +4 -0
  2843. package/lib/General/Icon/components/BookmarkIcon.js +19 -0
  2844. package/lib/General/Icon/components/BookmarkOutlineIcon.d.ts +4 -0
  2845. package/lib/General/Icon/components/BookmarkOutlineIcon.js +19 -0
  2846. package/lib/General/Icon/components/BookmarkRoundedOutlineIcon.d.ts +4 -0
  2847. package/lib/General/Icon/components/BookmarkRoundedOutlineIcon.js +19 -0
  2848. package/lib/General/Icon/components/BoxWithHandleSolidIcon.d.ts +4 -0
  2849. package/lib/General/Icon/components/BoxWithHandleSolidIcon.js +19 -0
  2850. package/lib/General/Icon/components/BriefcaseSolidIcon.d.ts +4 -0
  2851. package/lib/General/Icon/components/BriefcaseSolidIcon.js +19 -0
  2852. package/lib/General/Icon/components/BuildingSolidIcon.d.ts +4 -0
  2853. package/lib/General/Icon/components/BuildingSolidIcon.js +19 -0
  2854. package/lib/General/Icon/components/BulletListIcon.d.ts +4 -0
  2855. package/lib/General/Icon/components/BulletListIcon.js +19 -0
  2856. package/lib/General/Icon/components/CalendarIcon.d.ts +4 -0
  2857. package/lib/General/Icon/components/CalendarIcon.js +19 -0
  2858. package/lib/General/Icon/components/CameraIcon.d.ts +4 -0
  2859. package/lib/General/Icon/components/CameraIcon.js +19 -0
  2860. package/lib/General/Icon/components/ChecklistIcon.d.ts +4 -0
  2861. package/lib/General/Icon/components/ChecklistIcon.js +19 -0
  2862. package/lib/General/Icon/components/CheckmarkIcon.d.ts +4 -0
  2863. package/lib/General/Icon/components/CheckmarkIcon.js +19 -0
  2864. package/lib/General/Icon/components/CheckmarkSolidIcon.d.ts +4 -0
  2865. package/lib/General/Icon/components/CheckmarkSolidIcon.js +19 -0
  2866. package/lib/General/Icon/components/CheckmarkThickIcon.d.ts +4 -0
  2867. package/lib/General/Icon/components/CheckmarkThickIcon.js +19 -0
  2868. package/lib/General/Icon/components/CircleAndCheckIcon.d.ts +4 -0
  2869. package/lib/General/Icon/components/CircleAndCheckIcon.js +35 -0
  2870. package/lib/General/Icon/components/CircleIcon.d.ts +4 -0
  2871. package/lib/General/Icon/components/CircleIcon.js +19 -0
  2872. package/lib/General/Icon/components/ClipboardCheckOutlineIcon.d.ts +4 -0
  2873. package/lib/General/Icon/components/ClipboardCheckOutlineIcon.js +19 -0
  2874. package/lib/General/Icon/components/ClipboardIcon.d.ts +4 -0
  2875. package/lib/General/Icon/components/ClipboardIcon.js +21 -0
  2876. package/lib/General/Icon/components/ClockIcon.d.ts +4 -0
  2877. package/lib/General/Icon/components/ClockIcon.js +19 -0
  2878. package/lib/General/Icon/components/CloseCircleSolidIcon.d.ts +4 -0
  2879. package/lib/General/Icon/components/CloseCircleSolidIcon.js +19 -0
  2880. package/lib/General/Icon/components/CloseIcon.d.ts +4 -0
  2881. package/lib/General/Icon/components/CloseIcon.js +19 -0
  2882. package/lib/General/Icon/components/CloudDownloadIcon.d.ts +4 -0
  2883. package/lib/General/Icon/components/CloudDownloadIcon.js +19 -0
  2884. package/lib/General/Icon/components/CloudUploadIcon.d.ts +4 -0
  2885. package/lib/General/Icon/components/CloudUploadIcon.js +19 -0
  2886. package/lib/General/Icon/components/CodepenIcon.d.ts +4 -0
  2887. package/lib/General/Icon/components/CodepenIcon.js +19 -0
  2888. package/lib/General/Icon/components/CommunityIcon.d.ts +4 -0
  2889. package/lib/General/Icon/components/CommunityIcon.js +19 -0
  2890. package/lib/General/Icon/components/CompassIcon.d.ts +4 -0
  2891. package/lib/General/Icon/components/CompassIcon.js +19 -0
  2892. package/lib/General/Icon/components/ConnectionIcon.d.ts +4 -0
  2893. package/lib/General/Icon/components/ConnectionIcon.js +29 -0
  2894. package/lib/General/Icon/components/CopyIcon.d.ts +4 -0
  2895. package/lib/General/Icon/components/CopyIcon.js +19 -0
  2896. package/lib/General/Icon/components/CopyLinkIcon.d.ts +4 -0
  2897. package/lib/General/Icon/components/CopyLinkIcon.js +19 -0
  2898. package/lib/General/Icon/components/CopyOutlinedIcon.d.ts +4 -0
  2899. package/lib/General/Icon/components/CopyOutlinedIcon.js +19 -0
  2900. package/lib/General/Icon/components/CurrencyIcon.d.ts +4 -0
  2901. package/lib/General/Icon/components/CurrencyIcon.js +19 -0
  2902. package/lib/General/Icon/components/DeleteIcon.d.ts +4 -0
  2903. package/lib/General/Icon/components/DeleteIcon.js +19 -0
  2904. package/lib/General/Icon/components/DiscountSolidIcon.d.ts +4 -0
  2905. package/lib/General/Icon/components/DiscountSolidIcon.js +19 -0
  2906. package/lib/General/Icon/components/DocumentCheckIcon.d.ts +4 -0
  2907. package/lib/General/Icon/components/DocumentCheckIcon.js +21 -0
  2908. package/lib/General/Icon/components/DotIcon.d.ts +4 -0
  2909. package/lib/General/Icon/components/DotIcon.js +21 -0
  2910. package/lib/General/Icon/components/DoubleCheckmarkIcon.d.ts +4 -0
  2911. package/lib/General/Icon/components/DoubleCheckmarkIcon.js +19 -0
  2912. package/lib/General/Icon/components/DoveIcon.d.ts +4 -0
  2913. package/lib/General/Icon/components/DoveIcon.js +19 -0
  2914. package/lib/General/Icon/components/DownloadIcon.d.ts +4 -0
  2915. package/lib/General/Icon/components/DownloadIcon.js +19 -0
  2916. package/lib/General/Icon/components/DragArrowIcon.d.ts +4 -0
  2917. package/lib/General/Icon/components/DragArrowIcon.js +19 -0
  2918. package/lib/General/Icon/components/DragStripesIcon.d.ts +4 -0
  2919. package/lib/General/Icon/components/DragStripesIcon.js +19 -0
  2920. package/lib/General/Icon/components/EditIcon.d.ts +4 -0
  2921. package/lib/General/Icon/components/EditIcon.js +19 -0
  2922. package/lib/General/Icon/components/EditOutlineIcon.d.ts +4 -0
  2923. package/lib/General/Icon/components/EditOutlineIcon.js +19 -0
  2924. package/lib/General/Icon/components/ExclamationIcon.d.ts +4 -0
  2925. package/lib/General/Icon/components/ExclamationIcon.js +19 -0
  2926. package/lib/General/Icon/components/ExitFullScreenIcon.d.ts +4 -0
  2927. package/lib/General/Icon/components/ExitFullScreenIcon.js +21 -0
  2928. package/lib/General/Icon/components/ExternalLinkIcon.d.ts +4 -0
  2929. package/lib/General/Icon/components/ExternalLinkIcon.js +19 -0
  2930. package/lib/General/Icon/components/EyeIcon.d.ts +4 -0
  2931. package/lib/General/Icon/components/EyeIcon.js +19 -0
  2932. package/lib/General/Icon/components/EyeSlashedIcon.d.ts +4 -0
  2933. package/lib/General/Icon/components/EyeSlashedIcon.js +19 -0
  2934. package/lib/General/Icon/components/EyeSolidIcon.d.ts +4 -0
  2935. package/lib/General/Icon/components/EyeSolidIcon.js +19 -0
  2936. package/lib/General/Icon/components/FacebookIcon.d.ts +4 -0
  2937. package/lib/General/Icon/components/FacebookIcon.js +19 -0
  2938. package/lib/General/Icon/components/FileAlternateIcon.d.ts +4 -0
  2939. package/lib/General/Icon/components/FileAlternateIcon.js +19 -0
  2940. package/lib/General/Icon/components/FileIcon.d.ts +4 -0
  2941. package/lib/General/Icon/components/FileIcon.js +19 -0
  2942. package/lib/General/Icon/components/FilePreviewIcon.d.ts +4 -0
  2943. package/lib/General/Icon/components/FilePreviewIcon.js +19 -0
  2944. package/lib/General/Icon/components/FileSolidIcon.d.ts +4 -0
  2945. package/lib/General/Icon/components/FileSolidIcon.js +19 -0
  2946. package/lib/General/Icon/components/FilterIcon.d.ts +4 -0
  2947. package/lib/General/Icon/components/FilterIcon.js +19 -0
  2948. package/lib/General/Icon/components/FlagIcon.d.ts +4 -0
  2949. package/lib/General/Icon/components/FlagIcon.js +19 -0
  2950. package/lib/General/Icon/components/FolderIcon.d.ts +4 -0
  2951. package/lib/General/Icon/components/FolderIcon.js +19 -0
  2952. package/lib/General/Icon/components/FullScreenIcon.d.ts +4 -0
  2953. package/lib/General/Icon/components/FullScreenIcon.js +27 -0
  2954. package/lib/General/Icon/components/GithubIcon.d.ts +4 -0
  2955. package/lib/General/Icon/components/GithubIcon.js +19 -0
  2956. package/lib/General/Icon/components/GlobeIcon.d.ts +4 -0
  2957. package/lib/General/Icon/components/GlobeIcon.js +19 -0
  2958. package/lib/General/Icon/components/GraduationHatIcon.d.ts +4 -0
  2959. package/lib/General/Icon/components/GraduationHatIcon.js +19 -0
  2960. package/lib/General/Icon/components/GroupIcon.d.ts +4 -0
  2961. package/lib/General/Icon/components/GroupIcon.js +19 -0
  2962. package/lib/General/Icon/components/GuaranteeIcon.d.ts +4 -0
  2963. package/lib/General/Icon/components/GuaranteeIcon.js +19 -0
  2964. package/lib/General/Icon/components/HandIcon.d.ts +4 -0
  2965. package/lib/General/Icon/components/HandIcon.js +19 -0
  2966. package/lib/General/Icon/components/HandShakeIcon.d.ts +4 -0
  2967. package/lib/General/Icon/components/HandShakeIcon.js +22 -0
  2968. package/lib/General/Icon/components/HeartIcon.d.ts +4 -0
  2969. package/lib/General/Icon/components/HeartIcon.js +19 -0
  2970. package/lib/General/Icon/components/HeartSolidIcon.d.ts +4 -0
  2971. package/lib/General/Icon/components/HeartSolidIcon.js +19 -0
  2972. package/lib/General/Icon/components/HelpIcon.d.ts +4 -0
  2973. package/lib/General/Icon/components/HelpIcon.js +19 -0
  2974. package/lib/General/Icon/components/HomeIcon.d.ts +4 -0
  2975. package/lib/General/Icon/components/HomeIcon.js +19 -0
  2976. package/lib/General/Icon/components/HourglassIcon.d.ts +4 -0
  2977. package/lib/General/Icon/components/HourglassIcon.js +19 -0
  2978. package/lib/General/Icon/components/ImageIcon.d.ts +4 -0
  2979. package/lib/General/Icon/components/ImageIcon.js +20 -0
  2980. package/lib/General/Icon/components/InfoIcon.d.ts +4 -0
  2981. package/lib/General/Icon/components/InfoIcon.js +19 -0
  2982. package/lib/General/Icon/components/InfoSolidIcon.d.ts +4 -0
  2983. package/lib/General/Icon/components/InfoSolidIcon.js +19 -0
  2984. package/lib/General/Icon/components/InstagramIcon.d.ts +4 -0
  2985. package/lib/General/Icon/components/InstagramIcon.js +25 -0
  2986. package/lib/General/Icon/components/JobOutlineIcon.d.ts +4 -0
  2987. package/lib/General/Icon/components/JobOutlineIcon.js +25 -0
  2988. package/lib/General/Icon/components/JobSearchIcon.d.ts +4 -0
  2989. package/lib/General/Icon/components/JobSearchIcon.js +19 -0
  2990. package/lib/General/Icon/components/LightbulbIcon.d.ts +4 -0
  2991. package/lib/General/Icon/components/LightbulbIcon.js +19 -0
  2992. package/lib/General/Icon/components/LightningOutlineIcon.d.ts +4 -0
  2993. package/lib/General/Icon/components/LightningOutlineIcon.js +22 -0
  2994. package/lib/General/Icon/components/LineIcon.d.ts +4 -0
  2995. package/lib/General/Icon/components/LineIcon.js +19 -0
  2996. package/lib/General/Icon/components/LinkedinIcon.d.ts +4 -0
  2997. package/lib/General/Icon/components/LinkedinIcon.js +19 -0
  2998. package/lib/General/Icon/components/LoadingIcon.d.ts +4 -0
  2999. package/lib/General/Icon/components/LoadingIcon.js +19 -0
  3000. package/lib/General/Icon/components/LocationIcon.d.ts +4 -0
  3001. package/lib/General/Icon/components/LocationIcon.js +19 -0
  3002. package/lib/General/Icon/components/LockSolidIcon.d.ts +4 -0
  3003. package/lib/General/Icon/components/LockSolidIcon.js +19 -0
  3004. package/lib/General/Icon/components/MailIcon.d.ts +4 -0
  3005. package/lib/General/Icon/components/MailIcon.js +19 -0
  3006. package/lib/General/Icon/components/MailSolidIcon.d.ts +4 -0
  3007. package/lib/General/Icon/components/MailSolidIcon.js +19 -0
  3008. package/lib/General/Icon/components/MedalIcon.d.ts +4 -0
  3009. package/lib/General/Icon/components/MedalIcon.js +117 -0
  3010. package/lib/General/Icon/components/MenuHalfIcon.d.ts +4 -0
  3011. package/lib/General/Icon/components/MenuHalfIcon.js +19 -0
  3012. package/lib/General/Icon/components/MenuIcon.d.ts +4 -0
  3013. package/lib/General/Icon/components/MenuIcon.js +19 -0
  3014. package/lib/General/Icon/components/MessageOutlineIcon.d.ts +4 -0
  3015. package/lib/General/Icon/components/MessageOutlineIcon.js +21 -0
  3016. package/lib/General/Icon/components/MessageOutlineIncomingIcon.d.ts +4 -0
  3017. package/lib/General/Icon/components/MessageOutlineIncomingIcon.js +27 -0
  3018. package/lib/General/Icon/components/MicIcon.d.ts +4 -0
  3019. package/lib/General/Icon/components/MicIcon.js +27 -0
  3020. package/lib/General/Icon/components/MicOffIcon.d.ts +4 -0
  3021. package/lib/General/Icon/components/MicOffIcon.js +26 -0
  3022. package/lib/General/Icon/components/MinusCircleIcon.d.ts +4 -0
  3023. package/lib/General/Icon/components/MinusCircleIcon.js +19 -0
  3024. package/lib/General/Icon/components/MinusCircleSolidIcon.d.ts +4 -0
  3025. package/lib/General/Icon/components/MinusCircleSolidIcon.js +19 -0
  3026. package/lib/General/Icon/components/MinusIcon.d.ts +4 -0
  3027. package/lib/General/Icon/components/MinusIcon.js +19 -0
  3028. package/lib/General/Icon/components/MoreHorizontalIcon.d.ts +4 -0
  3029. package/lib/General/Icon/components/MoreHorizontalIcon.js +19 -0
  3030. package/lib/General/Icon/components/MoreIcon.d.ts +4 -0
  3031. package/lib/General/Icon/components/MoreIcon.js +19 -0
  3032. package/lib/General/Icon/components/NameTagIcon.d.ts +4 -0
  3033. package/lib/General/Icon/components/NameTagIcon.js +22 -0
  3034. package/lib/General/Icon/components/NotificationIcon.d.ts +4 -0
  3035. package/lib/General/Icon/components/NotificationIcon.js +19 -0
  3036. package/lib/General/Icon/components/NumberListIcon.d.ts +4 -0
  3037. package/lib/General/Icon/components/NumberListIcon.js +19 -0
  3038. package/lib/General/Icon/components/OnlineIcon.d.ts +4 -0
  3039. package/lib/General/Icon/components/OnlineIcon.js +19 -0
  3040. package/lib/General/Icon/components/PdfIcon.d.ts +4 -0
  3041. package/lib/General/Icon/components/PdfIcon.js +19 -0
  3042. package/lib/General/Icon/components/PdfOutlineIcon.d.ts +4 -0
  3043. package/lib/General/Icon/components/PdfOutlineIcon.js +19 -0
  3044. package/lib/General/Icon/components/PhoneIcon.d.ts +4 -0
  3045. package/lib/General/Icon/components/PhoneIcon.js +19 -0
  3046. package/lib/General/Icon/components/PowerIcon.d.ts +4 -0
  3047. package/lib/General/Icon/components/PowerIcon.js +19 -0
  3048. package/lib/General/Icon/components/PuzzleIcon.d.ts +4 -0
  3049. package/lib/General/Icon/components/PuzzleIcon.js +19 -0
  3050. package/lib/General/Icon/components/QuestionOutlineIcon.d.ts +4 -0
  3051. package/lib/General/Icon/components/QuestionOutlineIcon.js +25 -0
  3052. package/lib/General/Icon/components/QuotationIcon.d.ts +4 -0
  3053. package/lib/General/Icon/components/QuotationIcon.js +19 -0
  3054. package/lib/General/Icon/components/RefreshSolidIcon.d.ts +4 -0
  3055. package/lib/General/Icon/components/RefreshSolidIcon.js +19 -0
  3056. package/lib/General/Icon/components/ReplyIcon.d.ts +4 -0
  3057. package/lib/General/Icon/components/ReplyIcon.js +19 -0
  3058. package/lib/General/Icon/components/ResumeOutlineIcon.d.ts +4 -0
  3059. package/lib/General/Icon/components/ResumeOutlineIcon.js +25 -0
  3060. package/lib/General/Icon/components/RotateIcon.d.ts +4 -0
  3061. package/lib/General/Icon/components/RotateIcon.js +19 -0
  3062. package/lib/General/Icon/components/RssIcon.d.ts +4 -0
  3063. package/lib/General/Icon/components/RssIcon.js +19 -0
  3064. package/lib/General/Icon/components/SalaryIcon.d.ts +4 -0
  3065. package/lib/General/Icon/components/SalaryIcon.js +22 -0
  3066. package/lib/General/Icon/components/SaveSolidIcon.d.ts +4 -0
  3067. package/lib/General/Icon/components/SaveSolidIcon.js +19 -0
  3068. package/lib/General/Icon/components/SearchIcon.d.ts +4 -0
  3069. package/lib/General/Icon/components/SearchIcon.js +19 -0
  3070. package/lib/General/Icon/components/SendIcon.d.ts +4 -0
  3071. package/lib/General/Icon/components/SendIcon.js +19 -0
  3072. package/lib/General/Icon/components/SettingIcon.d.ts +4 -0
  3073. package/lib/General/Icon/components/SettingIcon.js +19 -0
  3074. package/lib/General/Icon/components/SettingSolidIcon.d.ts +4 -0
  3075. package/lib/General/Icon/components/SettingSolidIcon.js +19 -0
  3076. package/lib/General/Icon/components/ShareArrowIcon.d.ts +4 -0
  3077. package/lib/General/Icon/components/ShareArrowIcon.js +19 -0
  3078. package/lib/General/Icon/components/ShareArrowOutlineIcon.d.ts +4 -0
  3079. package/lib/General/Icon/components/ShareArrowOutlineIcon.js +19 -0
  3080. package/lib/General/Icon/components/ShareIcon.d.ts +4 -0
  3081. package/lib/General/Icon/components/ShareIcon.js +19 -0
  3082. package/lib/General/Icon/components/ShareOutlineIcon.d.ts +4 -0
  3083. package/lib/General/Icon/components/ShareOutlineIcon.js +19 -0
  3084. package/lib/General/Icon/components/ShareScreenIcon.d.ts +4 -0
  3085. package/lib/General/Icon/components/ShareScreenIcon.js +21 -0
  3086. package/lib/General/Icon/components/ShieldCheckIcon.d.ts +4 -0
  3087. package/lib/General/Icon/components/ShieldCheckIcon.js +19 -0
  3088. package/lib/General/Icon/components/SpeakerIcon.d.ts +4 -0
  3089. package/lib/General/Icon/components/SpeakerIcon.js +19 -0
  3090. package/lib/General/Icon/components/SpeechBubbleIcon.d.ts +4 -0
  3091. package/lib/General/Icon/components/SpeechBubbleIcon.js +19 -0
  3092. package/lib/General/Icon/components/SpeechBubbleOutlineIcon.d.ts +4 -0
  3093. package/lib/General/Icon/components/SpeechBubbleOutlineIcon.js +19 -0
  3094. package/lib/General/Icon/components/SpinnerIcon.d.ts +4 -0
  3095. package/lib/General/Icon/components/SpinnerIcon.js +19 -0
  3096. package/lib/General/Icon/components/StackIcon.d.ts +4 -0
  3097. package/lib/General/Icon/components/StackIcon.js +19 -0
  3098. package/lib/General/Icon/components/StarCircleIcon.d.ts +4 -0
  3099. package/lib/General/Icon/components/StarCircleIcon.js +38 -0
  3100. package/lib/General/Icon/components/StarIcon.d.ts +4 -0
  3101. package/lib/General/Icon/components/StarIcon.js +19 -0
  3102. package/lib/General/Icon/components/StarOutlineIcon.d.ts +4 -0
  3103. package/lib/General/Icon/components/StarOutlineIcon.js +19 -0
  3104. package/lib/General/Icon/components/TagIcon.d.ts +4 -0
  3105. package/lib/General/Icon/components/TagIcon.js +19 -0
  3106. package/lib/General/Icon/components/TaskIcon.d.ts +4 -0
  3107. package/lib/General/Icon/components/TaskIcon.js +19 -0
  3108. package/lib/General/Icon/components/TelegramIcon.d.ts +4 -0
  3109. package/lib/General/Icon/components/TelegramIcon.js +19 -0
  3110. package/lib/General/Icon/components/ThumbsUpIcon.d.ts +4 -0
  3111. package/lib/General/Icon/components/ThumbsUpIcon.js +19 -0
  3112. package/lib/General/Icon/components/ThumbsUpOutlineIcon.d.ts +4 -0
  3113. package/lib/General/Icon/components/ThumbsUpOutlineIcon.js +19 -0
  3114. package/lib/General/Icon/components/TicketSolidIcon.d.ts +4 -0
  3115. package/lib/General/Icon/components/TicketSolidIcon.js +19 -0
  3116. package/lib/General/Icon/components/TieIcon.d.ts +4 -0
  3117. package/lib/General/Icon/components/TieIcon.js +19 -0
  3118. package/lib/General/Icon/components/TrashIcon.d.ts +4 -0
  3119. package/lib/General/Icon/components/TrashIcon.js +19 -0
  3120. package/lib/General/Icon/components/TvPlayIcon.d.ts +4 -0
  3121. package/lib/General/Icon/components/TvPlayIcon.js +19 -0
  3122. package/lib/General/Icon/components/TwitterIcon.d.ts +4 -0
  3123. package/lib/General/Icon/components/TwitterIcon.js +19 -0
  3124. package/lib/General/Icon/components/UploadIcon.d.ts +4 -0
  3125. package/lib/General/Icon/components/UploadIcon.js +19 -0
  3126. package/lib/General/Icon/components/UpvoteIcon.d.ts +4 -0
  3127. package/lib/General/Icon/components/UpvoteIcon.js +19 -0
  3128. package/lib/General/Icon/components/UserCogIcon.d.ts +4 -0
  3129. package/lib/General/Icon/components/UserCogIcon.js +22 -0
  3130. package/lib/General/Icon/components/UserIcon.d.ts +4 -0
  3131. package/lib/General/Icon/components/UserIcon.js +19 -0
  3132. package/lib/General/Icon/components/UserWrenchIcon.d.ts +4 -0
  3133. package/lib/General/Icon/components/UserWrenchIcon.js +25 -0
  3134. package/lib/General/Icon/components/VideoIcon.d.ts +4 -0
  3135. package/lib/General/Icon/components/VideoIcon.js +21 -0
  3136. package/lib/General/Icon/components/VideoOffIcon.d.ts +4 -0
  3137. package/lib/General/Icon/components/VideoOffIcon.js +24 -0
  3138. package/lib/General/Icon/components/ViewIcon.d.ts +4 -0
  3139. package/lib/General/Icon/components/ViewIcon.js +19 -0
  3140. package/lib/General/Icon/components/VimeoIcon.d.ts +4 -0
  3141. package/lib/General/Icon/components/VimeoIcon.js +19 -0
  3142. package/lib/General/Icon/components/WarningCircleSolidIcon.d.ts +4 -0
  3143. package/lib/General/Icon/components/WarningCircleSolidIcon.js +19 -0
  3144. package/lib/General/Icon/components/WarningIcon.d.ts +4 -0
  3145. package/lib/General/Icon/components/WarningIcon.js +19 -0
  3146. package/lib/General/Icon/components/WarningOutlineIcon.d.ts +4 -0
  3147. package/lib/General/Icon/components/WarningOutlineIcon.js +19 -0
  3148. package/lib/General/Icon/components/WarningSolidIcon.d.ts +4 -0
  3149. package/lib/General/Icon/components/WarningSolidIcon.js +19 -0
  3150. package/lib/General/Icon/components/WhatsappIcon.d.ts +4 -0
  3151. package/lib/General/Icon/components/WhatsappIcon.js +19 -0
  3152. package/lib/General/Icon/components/YoutubeIcon.d.ts +4 -0
  3153. package/lib/General/Icon/components/YoutubeIcon.js +19 -0
  3154. package/lib/General/Icon/components/ZaloIcon.d.ts +4 -0
  3155. package/lib/General/Icon/components/ZaloIcon.js +19 -0
  3156. package/lib/General/Icon/components/index.d.ts +177 -0
  3157. package/lib/General/Icon/components/index.js +360 -0
  3158. package/lib/General/Icon/index.d.ts +3 -0
  3159. package/lib/General/Icon/index.js +9 -0
  3160. package/lib/General/Loading/Loading.d.ts +5 -0
  3161. package/lib/General/Loading/Loading.js +24 -0
  3162. package/lib/General/Loading/Loading.stories.d.ts +4 -0
  3163. package/lib/General/Loading/Loading.test.d.ts +1 -0
  3164. package/lib/General/Loading/LoadingStyle.d.ts +2 -0
  3165. package/lib/General/Loading/LoadingStyle.js +20 -0
  3166. package/lib/General/Loading/index.d.ts +3 -0
  3167. package/lib/General/Loading/index.js +9 -0
  3168. package/lib/General/ProfilePicture/ProfilePicture.d.ts +9 -0
  3169. package/lib/General/ProfilePicture/ProfilePicture.js +48 -0
  3170. package/lib/General/ProfilePicture/ProfilePicture.stories.d.ts +5 -0
  3171. package/lib/General/ProfilePicture/ProfilePicture.test.d.ts +2 -0
  3172. package/lib/General/ProfilePicture/ProfilePictureStyle.d.ts +9 -0
  3173. package/lib/General/ProfilePicture/ProfilePictureStyle.js +27 -0
  3174. package/lib/General/ProfilePicture/index.d.ts +3 -0
  3175. package/lib/General/ProfilePicture/index.js +9 -0
  3176. package/lib/General/Tag/ActionTags/AddTag.d.ts +2 -0
  3177. package/lib/General/Tag/ActionTags/AddTag.js +13 -0
  3178. package/lib/General/Tag/ActionTags/ResetTag.d.ts +2 -0
  3179. package/lib/General/Tag/ActionTags/ResetTag.js +13 -0
  3180. package/lib/General/Tag/BasicTag.d.ts +7 -0
  3181. package/lib/General/Tag/BasicTag.js +39 -0
  3182. package/lib/General/Tag/Tag.d.ts +25 -0
  3183. package/lib/General/Tag/Tag.js +50 -0
  3184. package/lib/General/Tag/Tag.stories.d.ts +8 -0
  3185. package/lib/General/Tag/Tag.test.d.ts +1 -0
  3186. package/lib/General/Tag/Tag.variant.test.d.ts +1 -0
  3187. package/lib/General/Tag/TagStyle.d.ts +10 -0
  3188. package/lib/General/Tag/TagStyle.js +46 -0
  3189. package/lib/General/Tag/index.d.ts +3 -0
  3190. package/lib/General/Tag/index.js +9 -0
  3191. package/lib/General/Typography/Paragraph.d.ts +9 -0
  3192. package/lib/General/Typography/Paragraph.js +40 -0
  3193. package/lib/General/Typography/Paragraph.stories.d.ts +9 -0
  3194. package/lib/General/Typography/Paragraph.test.d.ts +2 -0
  3195. package/lib/General/Typography/ParagraphStyles.d.ts +26 -0
  3196. package/lib/General/Typography/ParagraphStyles.js +35 -0
  3197. package/lib/General/Typography/Title.d.ts +16 -0
  3198. package/lib/General/Typography/Title.js +37 -0
  3199. package/lib/General/Typography/Title.stories.d.ts +8 -0
  3200. package/lib/General/Typography/Title.test.d.ts +2 -0
  3201. package/lib/General/Typography/TitleStyles.d.ts +20 -0
  3202. package/lib/General/Typography/TitleStyles.js +48 -0
  3203. package/lib/General/Typography/Typography.d.ts +12 -0
  3204. package/lib/General/Typography/Typography.js +18 -0
  3205. package/lib/General/Typography/Typography.test.d.ts +1 -0
  3206. package/lib/General/Typography/index.d.ts +3 -0
  3207. package/lib/General/Typography/index.js +9 -0
  3208. package/lib/Input/Checkbox/Checkbox.d.ts +20 -0
  3209. package/lib/Input/Checkbox/Checkbox.js +69 -0
  3210. package/lib/Input/Checkbox/Checkbox.stories.d.ts +8 -0
  3211. package/lib/Input/Checkbox/Checkbox.test.d.ts +1 -0
  3212. package/lib/Input/Checkbox/CheckboxStyle.d.ts +2 -0
  3213. package/lib/Input/Checkbox/CheckboxStyle.js +15 -0
  3214. package/lib/Input/Checkbox/index.d.ts +3 -0
  3215. package/lib/Input/Checkbox/index.js +9 -0
  3216. package/lib/Input/Datepicker/Datepicker.d.ts +49 -0
  3217. package/lib/Input/Datepicker/Datepicker.js +359 -0
  3218. package/lib/Input/Datepicker/DatepickerStyle.d.ts +31 -0
  3219. package/lib/Input/Datepicker/DatepickerStyle.js +101 -0
  3220. package/lib/Input/Datepicker/index.d.ts +2 -0
  3221. package/lib/Input/Datepicker/index.js +8 -0
  3222. package/lib/Input/DownshiftSelect/Select.d.ts +101 -0
  3223. package/lib/Input/DownshiftSelect/Select.js +251 -0
  3224. package/lib/Input/DownshiftSelect/Select.stories.d.ts +31 -0
  3225. package/lib/Input/DownshiftSelect/Select.test.d.ts +1 -0
  3226. package/lib/Input/DownshiftSelect/SelectStyle.d.ts +18 -0
  3227. package/lib/Input/DownshiftSelect/SelectStyle.js +89 -0
  3228. package/lib/Input/NumberInput/NumberInput.d.ts +27 -0
  3229. package/lib/Input/NumberInput/NumberInput.js +25 -0
  3230. package/lib/Input/NumberInput/NumberInput.stories.d.ts +6 -0
  3231. package/lib/Input/NumberInput/NumberInput.test.d.ts +1 -0
  3232. package/lib/Input/NumberInput/index.d.ts +3 -0
  3233. package/lib/Input/NumberInput/index.js +9 -0
  3234. package/lib/Input/PhoneNumberInput/PhoneNumberInput.d.ts +29 -0
  3235. package/lib/Input/PhoneNumberInput/PhoneNumberInput.js +147 -0
  3236. package/lib/Input/PhoneNumberInput/PhoneNumberInput.stories.d.ts +8 -0
  3237. package/lib/Input/PhoneNumberInput/PhoneNumberInput.test.d.ts +1 -0
  3238. package/lib/Input/PhoneNumberInput/PhoneNumberInputStyles.d.ts +25 -0
  3239. package/lib/Input/PhoneNumberInput/PhoneNumberInputStyles.js +112 -0
  3240. package/lib/Input/RadioButton/RadioButton.d.ts +23 -0
  3241. package/lib/Input/RadioButton/RadioButton.js +66 -0
  3242. package/lib/Input/RadioButton/RadioButton.stories.d.ts +8 -0
  3243. package/lib/Input/RadioButton/RadioButton.test.d.ts +1 -0
  3244. package/lib/Input/RadioButton/RadioButtonStyle.d.ts +12 -0
  3245. package/lib/Input/RadioButton/RadioButtonStyle.js +105 -0
  3246. package/lib/Input/RadioButton/index.d.ts +3 -0
  3247. package/lib/Input/RadioButton/index.js +9 -0
  3248. package/lib/Input/SearchFilter/SearchFilterStyle.d.ts +12 -0
  3249. package/lib/Input/SearchFilter/SearchFilterStyle.js +47 -0
  3250. package/lib/Input/Select/Select.d.ts +51 -0
  3251. package/lib/Input/Select/Select.disableTyping.test.d.ts +2 -0
  3252. package/lib/Input/Select/Select.js +340 -0
  3253. package/lib/Input/Select/Select.noTypeChecking.test.d.ts +2 -0
  3254. package/lib/Input/Select/Select.numberChecking.test.d.ts +2 -0
  3255. package/lib/Input/Select/Select.stories.d.ts +16 -0
  3256. package/lib/Input/Select/Select.test.d.ts +2 -0
  3257. package/lib/Input/Select/SelectItem.d.ts +9 -0
  3258. package/lib/Input/Select/SelectItem.js +24 -0
  3259. package/lib/Input/Select/SelectList.d.ts +18 -0
  3260. package/lib/Input/Select/SelectList.js +60 -0
  3261. package/lib/Input/Select/SelectStyle.d.ts +28 -0
  3262. package/lib/Input/Select/SelectStyle.js +151 -0
  3263. package/lib/Input/Select/index.d.ts +2 -0
  3264. package/lib/Input/Select/index.js +8 -0
  3265. package/lib/Input/Select/select.dynamicOptions.test.d.ts +2 -0
  3266. package/lib/Input/TextField/TextField.d.ts +95 -0
  3267. package/lib/Input/TextField/TextField.js +116 -0
  3268. package/lib/Input/TextField/TextField.stories.d.ts +9 -0
  3269. package/lib/Input/TextField/TextField.test.d.ts +1 -0
  3270. package/lib/Input/TextField/TextFieldStyle.d.ts +21 -0
  3271. package/lib/Input/TextField/TextFieldStyle.js +96 -0
  3272. package/lib/Input/TextField/index.d.ts +4 -0
  3273. package/lib/Input/TextField/index.js +9 -0
  3274. package/lib/Input/Textarea/Textarea.d.ts +22 -0
  3275. package/lib/Input/Textarea/Textarea.js +108 -0
  3276. package/lib/Input/Textarea/Textarea.stories.d.ts +5 -0
  3277. package/lib/Input/Textarea/Textarea.test.d.ts +1 -0
  3278. package/lib/Input/Textarea/TextareaStyle.d.ts +14 -0
  3279. package/lib/Input/Textarea/TextareaStyle.js +42 -0
  3280. package/lib/Input/Textarea/index.d.ts +2 -0
  3281. package/lib/Input/Textarea/index.js +8 -0
  3282. package/lib/Input/ToggleSwitch/Styles.d.ts +6 -0
  3283. package/lib/Input/ToggleSwitch/Styles.js +28 -0
  3284. package/lib/Input/ToggleSwitch/ToggleSwitch.d.ts +18 -0
  3285. package/lib/Input/ToggleSwitch/ToggleSwitch.js +61 -0
  3286. package/lib/Input/ToggleSwitch/ToggleSwitch.stories.d.ts +7 -0
  3287. package/lib/Input/ToggleSwitch/ToggleSwitch.test.d.ts +1 -0
  3288. package/lib/Input/ToggleSwitch/index.d.ts +2 -0
  3289. package/lib/Input/ToggleSwitch/index.js +8 -0
  3290. package/lib/Layout/Box/Box.stories.d.ts +5 -0
  3291. package/lib/Layout/Box/Box.test.d.ts +1 -0
  3292. package/lib/Layout/Box/BoxStoryStyle.d.ts +4 -0
  3293. package/lib/Layout/Box/BoxStoryStyle.js +22 -0
  3294. package/lib/Layout/Box/constants.d.ts +17 -0
  3295. package/lib/Layout/Box/constants.js +39 -0
  3296. package/lib/Layout/Box/index.d.ts +4 -0
  3297. package/lib/Layout/Box/index.js +40 -0
  3298. package/lib/Layout/Box/types.d.ts +42 -0
  3299. package/lib/Layout/Box/types.js +1 -0
  3300. package/lib/Layout/Flex/Flex.stories.d.ts +4 -0
  3301. package/lib/Layout/Flex/Flex.test.d.ts +1 -0
  3302. package/lib/Layout/Flex/FlexStoryStyle.d.ts +5 -0
  3303. package/lib/Layout/Flex/FlexStoryStyle.js +17 -0
  3304. package/lib/Layout/Flex/index.d.ts +11 -0
  3305. package/lib/Layout/Flex/index.js +53 -0
  3306. package/lib/Layout/Flex/types.d.ts +18 -0
  3307. package/lib/Layout/Flex/types.js +12 -0
  3308. package/lib/Layout/GlintsContainer/GlintsContainer.d.ts +4 -0
  3309. package/lib/Layout/GlintsContainer/GlintsContainer.js +27 -0
  3310. package/lib/Layout/Grid/Col.d.ts +12 -0
  3311. package/lib/Layout/Grid/Col.js +44 -0
  3312. package/lib/Layout/Grid/Grid.test.d.ts +2 -0
  3313. package/lib/Layout/Grid/GridStoriesHelpers.d.ts +1 -0
  3314. package/lib/Layout/Grid/GridStoriesHelpers.js +12 -0
  3315. package/lib/Layout/Grid/GridStyle.d.ts +15 -0
  3316. package/lib/Layout/Grid/GridStyle.js +37 -0
  3317. package/lib/Layout/Grid/Row.d.ts +10 -0
  3318. package/lib/Layout/Grid/Row.js +24 -0
  3319. package/lib/Layout/Grid/index.d.ts +9 -0
  3320. package/lib/Layout/Grid/index.js +13 -0
  3321. package/lib/Layout/Spacing/index.d.ts +14 -0
  3322. package/lib/Layout/Spacing/index.js +19 -0
  3323. package/lib/Navigation/Breadcrumb/Breadcrumb.d.ts +11 -0
  3324. package/lib/Navigation/Breadcrumb/Breadcrumb.js +26 -0
  3325. package/lib/Navigation/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
  3326. package/lib/Navigation/Breadcrumb/Breadcrumb.test.d.ts +2 -0
  3327. package/lib/Navigation/Breadcrumb/BreadcrumbItem.d.ts +7 -0
  3328. package/lib/Navigation/Breadcrumb/BreadcrumbItem.js +25 -0
  3329. package/lib/Navigation/Breadcrumb/BreadcrumbStyle.d.ts +6 -0
  3330. package/lib/Navigation/Breadcrumb/BreadcrumbStyle.js +23 -0
  3331. package/lib/Navigation/Breadcrumb/index.d.ts +2 -0
  3332. package/lib/Navigation/Breadcrumb/index.js +8 -0
  3333. package/lib/Navigation/Drawer/Drawer.d.ts +11 -0
  3334. package/lib/Navigation/Drawer/Drawer.js +55 -0
  3335. package/lib/Navigation/Drawer/Drawer.stories.d.ts +4 -0
  3336. package/lib/Navigation/Drawer/Drawer.test.d.ts +1 -0
  3337. package/lib/Navigation/Drawer/DrawerStyle.d.ts +11 -0
  3338. package/lib/Navigation/Drawer/DrawerStyle.js +44 -0
  3339. package/lib/Navigation/Drawer/index.d.ts +2 -0
  3340. package/lib/Navigation/Drawer/index.js +8 -0
  3341. package/lib/Navigation/Dropdown/Dropdown.d.ts +36 -0
  3342. package/lib/Navigation/Dropdown/Dropdown.js +168 -0
  3343. package/lib/Navigation/Dropdown/Dropdown.stories.d.ts +10 -0
  3344. package/lib/Navigation/Dropdown/Dropdown.test.d.ts +1 -0
  3345. package/lib/Navigation/Dropdown/DropdownItem.d.ts +9 -0
  3346. package/lib/Navigation/Dropdown/DropdownItem.js +22 -0
  3347. package/lib/Navigation/Dropdown/DropdownItem.test.d.ts +1 -0
  3348. package/lib/Navigation/Dropdown/DropdownStyle.d.ts +27 -0
  3349. package/lib/Navigation/Dropdown/DropdownStyle.js +108 -0
  3350. package/lib/Navigation/Dropdown/index.d.ts +2 -0
  3351. package/lib/Navigation/Dropdown/index.js +8 -0
  3352. package/lib/Utils/Colors.d.ts +22 -0
  3353. package/lib/Utils/Colors.js +29 -0
  3354. package/lib/Utils/Colors.test.d.ts +1 -0
  3355. package/lib/Utils/ColorsStoriesHelpers.d.ts +10 -0
  3356. package/lib/Utils/ColorsStoriesHelpers.js +41 -0
  3357. package/lib/Utils/DelayedUnmount.d.ts +7 -0
  3358. package/lib/Utils/DelayedUnmount.js +31 -0
  3359. package/lib/Utils/DomUtils.d.ts +14 -0
  3360. package/lib/Utils/DomUtils.js +38 -0
  3361. package/lib/Utils/Icon/IconLibrary.d.ts +180 -0
  3362. package/lib/Utils/Icon/IconLibrary.js +783 -0
  3363. package/lib/Utils/Icon/generateIcons.d.ts +1 -0
  3364. package/lib/Utils/Icon/generateIcons.js +52 -0
  3365. package/lib/Utils/Matcher.d.ts +5 -0
  3366. package/lib/Utils/Matcher.js +13 -0
  3367. package/lib/Utils/Shadow/Shadows.test.d.ts +1 -0
  3368. package/lib/Utils/Shadow/ShadowsStoriesHelpers.d.ts +6 -0
  3369. package/lib/Utils/Shadow/ShadowsStoriesHelpers.js +25 -0
  3370. package/lib/Utils/Shadow/index.d.ts +12 -0
  3371. package/lib/Utils/Shadow/index.js +23 -0
  3372. package/lib/Utils/StyleConfig.d.ts +59 -0
  3373. package/lib/Utils/StyleConfig.js +75 -0
  3374. package/lib/Utils/Unit.d.ts +6 -0
  3375. package/lib/Utils/Unit.js +30 -0
  3376. package/lib/Utils/canWarn.d.ts +1 -0
  3377. package/lib/Utils/canWarn.js +6 -0
  3378. package/lib/Utils/getReadableColor.d.ts +1 -0
  3379. package/lib/Utils/getReadableColor.js +15 -0
  3380. package/lib/Utils/useOutsideAlerter.d.ts +5 -0
  3381. package/lib/Utils/useOutsideAlerter.js +22 -0
  3382. package/lib/helpers/debounce.d.ts +1 -0
  3383. package/lib/helpers/debounce.js +21 -0
  3384. package/lib/helpers/storybook/Decorators.d.ts +4 -0
  3385. package/lib/helpers/storybook/Decorators.js +22 -0
  3386. package/lib/helpers/viewPort.d.ts +4 -0
  3387. package/lib/helpers/viewPort.js +13 -0
  3388. package/lib/index.d.ts +220 -0
  3389. package/lib/index.js +448 -0
  3390. package/lib/stories/story-components/AriesStatus.d.ts +2 -0
  3391. package/lib/stories/story-components/AriesStatus.js +28 -0
  3392. package/lib/types/componentAction.d.ts +7 -0
  3393. package/lib/types/componentAction.js +1 -0
  3394. package/lib/types/componentWithProvider.d.ts +4 -0
  3395. package/lib/types/componentWithProvider.js +1 -0
  3396. package/package.json +1 -1
@@ -0,0 +1,776 @@
1
+ import * as React from 'react';
2
+ export var ICONS = {
3
+ ADD: /*#__PURE__*/React.createElement("path", {
4
+ d: "M100 56.563H56.562V100H43.438V56.562H0V43.438h43.438V0h13.124v43.438H100z"
5
+ }),
6
+ ADD_CIRCLE_OUTLINE: /*#__PURE__*/React.createElement("path", {
7
+ d: "M75.098 6.738C82.78 11.165 88.85 17.22 93.31 24.902 97.77 32.585 100 40.95 100 50s-2.23 17.415-6.69 25.098C88.85 82.78 82.78 88.85 75.099 93.31 67.415 97.77 59.05 100 50 100s-17.415-2.23-25.098-6.69C17.22 88.85 11.15 82.78 6.69 75.099 2.23 67.415 0 59.05 0 50s2.23-17.415 6.69-25.098C11.15 17.22 17.22 11.15 24.901 6.69 32.585 2.23 40.95 0 50 0s17.415 2.246 25.098 6.738zm5.273 73.633A43.47 43.47 0 0 0 89.648 66.7c2.214-5.273 3.32-10.84 3.32-16.699 0-5.86-1.139-11.426-3.417-16.7-2.149-5.142-5.209-9.7-9.18-13.671A43.47 43.47 0 0 0 66.7 10.352C61.426 8.138 55.86 7.032 50 7.032c-5.86 0-11.426 1.139-16.7 3.417-5.142 2.149-9.7 5.209-13.671 9.18A43.47 43.47 0 0 0 10.352 33.3C8.138 38.574 7.032 44.14 7.032 50c0 5.86 1.139 11.426 3.417 16.7 2.149 5.142 5.209 9.7 9.18 13.671A43.47 43.47 0 0 0 33.3 89.648c5.273 2.214 10.84 3.32 16.699 3.32 5.86 0 11.426-1.139 16.7-3.417 5.142-2.149 9.7-5.209 13.671-9.18zm-8.887-33.887c.977 0 1.807.358 2.49 1.075C74.659 48.275 75 49.089 75 50c0 .977-.342 1.807-1.025 2.49-.684.684-1.514 1.026-2.49 1.026h-17.97v17.87c0 .977-.341 1.807-1.025 2.491-.683.684-1.513 1.025-2.49 1.025-.911 0-1.725-.341-2.441-1.025-.717-.684-1.075-1.514-1.075-2.49V53.516H28.516c-.977 0-1.807-.342-2.49-1.026C25.341 51.807 25 50.977 25 50c0-.911.342-1.725 1.025-2.441.684-.717 1.514-1.075 2.49-1.075h17.97v-17.87c0-.977.357-1.807 1.074-2.491.716-.684 1.53-1.025 2.441-1.025.977 0 1.807.341 2.49 1.025.684.684 1.026 1.514 1.026 2.49v17.871h17.968z"
8
+ }),
9
+ ADD_CIRCLE_SOLID: /*#__PURE__*/React.createElement("path", {
10
+ d: "M79.167 54.167v-8.334c0-2.278-1.888-4.166-4.167-4.166H58.333V25c0-2.279-1.888-4.167-4.166-4.167h-8.334c-2.278 0-4.166 1.888-4.166 4.167v16.667H25c-2.279 0-4.167 1.888-4.167 4.166v8.334c0 2.278 1.888 4.166 4.167 4.166h16.667V75c0 2.279 1.888 4.167 4.166 4.167h8.334c2.278 0 4.166-1.888 4.166-4.167V58.333H75c2.279 0 4.167-1.888 4.167-4.166zM100 50c0 27.604-22.396 50-50 50S0 77.604 0 50 22.396 0 50 0s50 22.396 50 50z"
11
+ }),
12
+ ARROW_BACK: /*#__PURE__*/React.createElement("path", {
13
+ d: "M81 88.4L42.6 50 81 11.8 69.2 0l-50 50 50 50z"
14
+ }),
15
+ ARROW_BACK_SOLID: /*#__PURE__*/React.createElement("polygon", {
16
+ points: "75 0 25 50 75 100"
17
+ }),
18
+ ARROW_BACK_DOUBLE: /*#__PURE__*/React.createElement("path", {
19
+ d: "M61.8,88.4 L50,100 L-6.03961325e-13,50 L50,0 L61.8,11.8 L23.4,50 L61.8,88.4 Z M99.8,88.4 L88,100 L38,50 L88,0 L99.8,11.8 L61.4,50 L99.8,88.4 Z"
20
+ }),
21
+ ARROW_DOWN: /*#__PURE__*/React.createElement("polygon", {
22
+ points: "11.7984725 19 49.9935275 57.3950291 88.1885825 19 99.987055 30.7984725 49.9935275 80.792 0 30.7984725"
23
+ }),
24
+ ARROW_DOWN_CIRCLE_OUTLINE: /*#__PURE__*/React.createElement("path", {
25
+ d: "M50 100C22.386 100 0 77.614 0 50S22.386 0 50 0s50 22.386 50 50-22.386 50-50 50zm0-2c26.51 0 48-21.49 48-48S76.51 2 50 2 2 23.49 2 50s21.49 48 48 48z M53.549 28.568v32.713l12.049-12.31c.502-.532 1.1-.798 1.795-.798.695 0 1.304.237 1.825.712.521.475.782 1.055.782 1.738 0 .684-.232 1.292-.695 1.824L52.854 69.202c-.502.532-1.11.798-1.825.798-.714 0-1.323-.266-1.825-.798L32.695 52.333c-.463-.494-.695-1.064-.695-1.71 0-.721.27-1.33.811-1.823a2.373 2.373 0 0 1 1.796-.713 2.578 2.578 0 0 1 1.795.77l12.05 12.31V28.51c0-.645.23-1.215.694-1.71a2.423 2.423 0 0 1 1.68-.797c.734-.038 1.371.2 1.912.712.54.513.81 1.13.81 1.852z"
26
+ }),
27
+ ARROW_DOWN_SOLID: /*#__PURE__*/React.createElement("path", {
28
+ d: "M100 25L50 75 0 25z"
29
+ }),
30
+ ARROW_UP_SOLID: /*#__PURE__*/React.createElement("polygon", {
31
+ points: "0 75 50 25 100 75"
32
+ }),
33
+ ARROW_NEXT: /*#__PURE__*/React.createElement("path", {
34
+ d: "M19 88.4L57.4 50 19 11.8 30.8 0l50 50-50 50z"
35
+ }),
36
+ ARROW_NEXT_DOUBLE: /*#__PURE__*/React.createElement("path", {
37
+ d: "M-6.75015599e-13,88.4 L38.4,50 L-6.75015599e-13,11.8 L11.8,0 L61.8,50 L11.8,100 L-6.75015599e-13,88.4 Z M38,88.4 L76.4,50 L38,11.8 L49.8,0 L99.8,50 L49.8,100 L38,88.4 Z"
38
+ }),
39
+ ARROW_NEXT_SOLID: /*#__PURE__*/React.createElement("path", {
40
+ d: "M25 0l50 50-50 50z"
41
+ }),
42
+ ARROW_UP: /*#__PURE__*/React.createElement("polygon", {
43
+ points: "11.8 80.8 0 69 50 19 100 69 88.2 80.8 50 42.4"
44
+ }),
45
+ ARROW_ROUND_BACK: /*#__PURE__*/React.createElement("path", {
46
+ d: "M44.4445384,14.4136913 C46.3088655,16.2047467 46.3348588,19.0376358 44.5493022,20.8577331 L44.3581284,21.042322 L17.28125,45.8125003 L95,45.8125003 C97.7614237,45.8125003 100,47.9111654 100,50.5 C100,53.0103851 97.8950394,55.0598578 95.2495504,55.181763 L95,55.1874997 L17.2825,55.1874997 L44.3581284,79.957678 C46.3344655,81.7657537 46.3731526,84.7334928 44.4445384,86.5863087 C42.5802114,88.3773641 39.5600005,88.4709575 37.5755066,86.8419789 L37.3739986,86.6673181 L1.35397574,53.7076563 L1.19577613,53.5423419 L0.988206348,53.298847 L0.791063226,53.0320733 L0.664855445,52.8379905 L0.485863456,52.5186041 L0.394668241,52.3285308 L0.28580122,52.0659218 L0.192052855,51.7910737 L0.127333688,51.5557599 L0.0397400368,51.0938255 L0.029857344,51.0127309 C0.0100422107,50.8445883 0,50.6733936 0,50.5 L0.00764071294,50.2386425 L0.037414119,49.9236877 L0.0780119804,49.6731392 L0.145923522,49.3714693 L0.216143076,49.1333391 L0.289453829,48.9245495 L0.401207047,48.657022 L0.50245861,48.449107 L0.697722405,48.1093139 L0.833335592,47.907155 L1.02364647,47.6571629 L1.19470294,47.4588352 L1.42152509,47.2261893 L37.3739986,14.3326819 C39.3503357,12.5246062 42.5159242,12.5608753 44.4445384,14.4136913 Z"
47
+ }),
48
+ ARROW_ROUND_FORWARD: /*#__PURE__*/React.createElement("path", {
49
+ d: "M5.83742757,43.7842786 L80.1831175,43.7842786 L52.2063422,16.8436802 C50.9974631,15.7211497 50.3930327,14.3827679 50.3930327,12.8284949 C50.3930327,11.2742218 50.9327027,9.91425326 52.012059,8.74854846 C53.0914153,7.58284366 54.4082103,7 55.9624833,7 C57.5167564,7 58.8983117,7.51808325 60.1071908,8.55426529 L98.1866905,45.3385439 C99.3955695,46.4610745 100,47.821043 100,49.4184903 C100,51.0159376 99.3955695,52.3759062 98.1866905,53.4984367 L59.8481466,90.4122375 C58.725616,91.4484195 57.4304079,91.9665028 55.9624833,91.9665028 C54.3218618,91.9665028 52.9403064,91.3620723 51.8177759,90.1531933 C50.6952453,89.0306627 50.1555753,87.692281 50.1987495,86.1380079 C50.2419238,84.5837349 50.8247674,83.2453531 51.947298,82.1228226 L79.9240733,55.1822241 L5.70790546,55.1822241 C4.2399809,55.1822241 2.94477277,54.6641409 1.82224222,53.6279588 C0.699711677,52.5917768 0.0952812177,51.3397423 0.00893271403,49.8718177 C-0.0774157896,48.2311961 0.462254263,46.8064672 1.62795906,45.5975881 C2.79366386,44.3887091 4.196806,43.7842786 5.83742757,43.7842786 Z"
50
+ }),
51
+ ASTERISK_SOLID: /*#__PURE__*/React.createElement("polygon", {
52
+ points: "100 42.8571429 100 57.1428571 58.4821429 54.9107143 81.6964286 92.8571429 69.1964286 100 50 60.7142857 30.8035714 100 18.3035714 92.8571429 41.5178571 54.9107143 0 57.1428571 0 42.8571429 41.7410714 44.4196429 17.4107143 7.14285714 30.8035714 0 50 39.2857143 69.1964286 0 82.5892857 7.14285714 58.2589286 44.4196429"
53
+ }),
54
+ ATTACHMENT: /*#__PURE__*/React.createElement("path", {
55
+ d: "M51.934 9.887c3.907-3.396 8.384-5.572 13.432-6.529 5.049-.956 9.988-.593 14.82 1.09 4.832 1.684 8.977 4.515 12.436 8.494 3.46 3.98 5.686 8.479 6.68 13.498.995 5.019.668 9.961-.982 14.827s-4.428 8.997-8.335 12.394L72.403 68.944l-7.282-8.378 17.581-15.283c2.373-2.062 4.074-4.614 5.105-7.655a18.01 18.01 0 0 0 .647-9.295c-.6-3.156-1.931-5.92-3.994-8.295-2.064-2.373-4.616-4.077-7.658-5.11a18.01 18.01 0 0 0-9.295-.653c-3.155.598-5.919 1.928-8.29 3.99L41.633 33.549l-7.282-8.378L51.934 9.887zM36.455 70.29l-7.872-9.057L62.545 31.71l7.872 9.057L36.455 70.29zM15.54 80.962c2.064 2.373 4.616 4.077 7.658 5.11a18.01 18.01 0 0 0 9.295.653c3.155-.598 5.919-1.928 8.29-3.99l17.583-15.284 7.282 8.378-17.582 15.284c-3.907 3.396-8.384 5.572-13.432 6.529-5.049.956-9.988.593-14.82-1.09-4.832-1.684-8.977-4.515-12.436-8.494-3.46-3.98-5.686-8.479-6.68-13.498-.995-5.019-.668-9.961.982-14.827s4.428-8.997 8.335-12.394l17.582-15.283 7.282 8.378-17.581 15.283c-2.373 2.062-4.074 4.614-5.105 7.655a18.01 18.01 0 0 0-.647 9.295c.6 3.156 1.931 5.92 3.994 8.295z"
56
+ }),
57
+ BEHANCE: /*#__PURE__*/React.createElement("path", {
58
+ id: "a",
59
+ d: "M65 23h25v6H65v-6zm13.196 21c-5.882 0-9.804 3.462-10.196 9h20c-.54-5.585-3.627-9-9.804-9zm.746 27.815c3.67 0 8.404-2.003 9.563-5.814h10.674C95.895 76.212 89.085 81 78.555 81 64.645 81 56 71.473 56 57.598 56 44.21 65.128 34 78.555 34 92.37 34 100 44.993 100 58.184c0 .782-.048 1.563-.097 2.296h-31.78c0 7.133 3.719 11.335 10.819 11.335zM14 70h14.18c5.413 0 9.82-1.96 9.82-8.182C38 55.498 34.311 53 28.467 53H14v17zm-1-27h13.738C31.578 43 35 40.952 35 35.857 35 30.333 30.6 29 25.711 29H13v14zM0 19h28.715c10.441 0 19.481 2.953 19.481 15.105 0 6.148-2.852 10.118-8.314 12.732C47.374 48.967 51 54.632 51 62.281 51 74.675 40.607 80 29.536 80H0V19z"
60
+ }),
61
+ BELL: /*#__PURE__*/React.createElement("g", {
62
+ transform: "scale(8, 8)"
63
+ }, /*#__PURE__*/React.createElement("path", {
64
+ d: "M6.96411 13.4055C7.98094 13.4055 8.81027 12.5762 8.81027 11.5593H12.041C12.5458 11.5593 12.9641 11.1411 12.9641 10.6363C11.8968 9.73483 10.6564 8.11944 10.6564 4.63627C10.6564 3.25165 9.50978 1.73723 7.59873 1.45598C7.63478 1.36944 7.65642 1.27569 7.65642 1.17473C7.65642 0.792518 7.34632 0.482422 6.96411 0.482422C6.5819 0.482422 6.2718 0.792518 6.2718 1.17473C6.2718 1.27569 6.29344 1.36944 6.3295 1.45598C4.41844 1.73723 3.2718 3.25165 3.2718 4.63627C3.2718 8.11944 2.03142 9.73483 0.964111 10.6363C0.964111 11.1411 1.38238 11.5593 1.88719 11.5593H5.11796C5.11796 12.5762 5.94728 13.4055 6.96411 13.4055ZM11.6516 10.6361H2.27661C3.56748 9.17942 4.19488 7.20346 4.19488 4.63615C4.19488 3.70586 5.07469 2.32846 6.96411 2.32846C8.85353 2.32846 9.73334 3.70586 9.73334 4.63615C9.73334 7.20346 10.3607 9.17942 11.6516 10.6361ZM5.69506 11.5597C5.69506 12.2592 6.26478 12.8289 6.9643 12.8289C7.0292 12.8289 7.07968 12.7785 7.07968 12.7136C7.07968 12.6486 7.0292 12.5982 6.9643 12.5982C6.39458 12.5982 5.92583 12.1294 5.92583 11.5597C5.92583 11.4948 5.87535 11.4443 5.81045 11.4443C5.74555 11.4443 5.69506 11.4948 5.69506 11.5597Z"
65
+ })),
66
+ BOOKMARK: /*#__PURE__*/React.createElement("polygon", {
67
+ points: "12 0 12 100 50 71.6603516 88 100 88 0"
68
+ }),
69
+ BOOKMARK_OUTLINE: /*#__PURE__*/React.createElement("path", {
70
+ d: "M88,0 L88,100 L50,71.6603516 L12,100 L12,0 L88,0 Z M82,6.36363636 L18,6.36363636 L18,87 L50,64.5990754 L82,87 L82,6.36363636 Z"
71
+ }),
72
+ BOOKMARK_ROUNDED_OUTLINE: /*#__PURE__*/React.createElement("path", {
73
+ d: "M77.1407 93.5547C76.2096 93.548 75.2893 93.3545 74.4344 92.9854C73.5796 92.6163 72.8075 92.0793 72.1641 91.4063L49.9376 68.3594L27.8438 91.3047C26.8773 92.2885 25.6428 92.9664 24.294 93.2539C22.9452 93.5415 21.5416 93.426 20.2579 92.9219C18.9733 92.4091 17.8728 91.5216 17.0995 90.3749C16.3262 89.2282 15.9159 87.8753 15.9219 86.4922V18.0547C15.924 14.901 17.1772 11.877 19.4064 9.64627C21.6357 7.41555 24.6589 6.16039 27.8126 6.15625H72.1876C75.3412 6.16039 78.3644 7.41555 80.5937 9.64627C82.823 11.877 84.0761 14.901 84.0782 18.0547V86.6172C84.0761 88.4565 83.3445 90.2199 82.044 91.5205C80.7434 92.821 78.98 93.5526 77.1407 93.5547V93.5547ZM49.9376 62.6328C50.254 62.632 50.5674 62.6952 50.8588 62.8187C51.1501 62.9423 51.4135 63.1235 51.6329 63.3516L75.5391 88.1719C75.8484 88.4963 76.2481 88.7203 76.6863 88.8146C77.1246 88.9089 77.581 88.8692 77.9964 88.7007C78.4117 88.5322 78.7668 88.2426 79.0155 87.8697C79.2641 87.4967 79.3949 87.0576 79.3907 86.6094V18.0547C79.3886 16.1442 78.6293 14.3125 77.2791 12.9608C75.929 11.6092 74.098 10.8479 72.1876 10.8438H27.8126C25.9015 10.8458 24.0693 11.6065 22.7187 12.9585C21.3681 14.3106 20.6094 16.1436 20.6094 18.0547V86.4922C20.6053 86.9404 20.736 87.3795 20.9847 87.7525C21.2333 88.1254 21.5884 88.415 22.0038 88.5835C22.4191 88.752 22.8756 88.7917 23.3138 88.6974C23.752 88.6031 24.1517 88.3791 24.461 88.0547L48.2501 63.3516C48.4686 63.1245 48.7306 62.9438 49.0206 62.8203C49.3105 62.6968 49.6224 62.633 49.9376 62.6328V62.6328Z"
74
+ }),
75
+ BOX_WITH_HANDLE_SOLID: /*#__PURE__*/React.createElement("path", {
76
+ d: "M93.9453125,35.296875 L93.9453125,93.890625 L6.0546875,93.890625 L6.0546875,35.296875 L93.9453125,35.296875 Z M61.71875,41.15625 L38.28125,41.15625 C33.4355469,41.15625 29.4921875,45.0996094 29.4921875,49.9453125 C29.4921875,54.7910156 33.4355469,58.734375 38.28125,58.734375 L38.28125,58.734375 L61.71875,58.734375 C66.5644531,58.734375 70.5078125,54.7910156 70.5078125,49.9453125 C70.5078125,45.0996094 66.5644531,41.15625 61.71875,41.15625 L61.71875,41.15625 Z M61.71875,47.015625 C63.3339844,47.015625 64.6484375,48.3300781 64.6484375,49.9453125 C64.6484375,51.5605469 63.3339844,52.875 61.71875,52.875 L38.28125,52.875 C36.6660156,52.875 35.3515625,51.5605469 35.3515625,49.9453125 C35.3515625,48.3300781 36.6660156,47.015625 38.28125,47.015625 L61.71875,47.015625 Z M100,6 L100,29.4375 L0,29.4375 L0,6 L100,6 Z"
77
+ }),
78
+ BRIEFCASE_SOLID: /*#__PURE__*/React.createElement("path", {
79
+ d: "M37.4726562,59.9636719 L37.4726562,68.8853516 C37.4726562,69.8521484 37.8257812,70.6894531 38.5320313,71.3945313 C39.1841346,72.0473558 39.9467409,72.3982942 40.8209256,72.4484219 L41.0417969,72.4546875 L58.8857422,72.4546875 C59.8523437,72.4546875 60.6892578,72.1017578 61.3957031,71.3945313 C62.0470853,70.7435096 62.3985785,69.979988 62.4488,69.106117 L62.4550781,68.8853516 L62.4550781,59.9636719 L99.9271484,59.9636719 L99.9271484,86.7300781 C99.9271484,89.1832031 99.0542969,91.2832031 97.3064453,93.0302734 C95.6386009,94.6981179 93.6488261,95.5699457 91.3378006,95.6457568 L91.0054688,95.6511719 L8.92226563,95.6511719 C6.46855469,95.6511719 4.36777344,94.7775391 2.62070312,93.0302734 C0.95267223,91.3626154 0.0811918905,89.373383 0.0054127499,87.0624064 L0,86.7300781 L0,59.9636719 L37.4726562,59.9636719 Z M57.1019531,59.9636719 L57.1019531,67.1013672 L42.8253906,67.1013672 L42.8253906,59.9636719 L57.1019531,59.9636719 Z M66.0236328,5 C67.5101562,5 68.7748047,5.52070312 69.8148437,6.56113281 C70.8560547,7.60214844 71.3761719,8.86582031 71.3761719,10.3529297 L71.3761719,10.3529297 L71.3761719,21.2753906 L91.0052734,21.2753906 C93.4583984,21.2753906 95.5591797,22.1486328 97.30625,23.8960938 C99.0542969,25.6433594 99.9269531,27.7429688 99.9269531,30.1966797 L99.9269531,30.1966797 L99.9269531,51.6099609 L0,51.6099609 L0,30.1966797 C0,27.7429688 0.873242188,25.6433594 2.62070313,23.8960938 C4.36796875,22.1486328 6.46875,21.2753906 8.92226563,21.2753906 L8.92226563,21.2753906 L28.5509766,21.2753906 L28.5509766,10.3529297 C28.5509766,8.865625 29.0710938,7.6015625 30.1123047,6.56113281 C31.1535156,5.52070312 32.4173828,5 33.9041016,5 L33.9041016,5 Z M64.2390625,12.1373047 L35.6884766,12.1373047 L35.6884766,21.2753906 L64.2390625,21.2753906 L64.2390625,12.1373047 Z"
80
+ }),
81
+ BUILDING_SOLID: /*#__PURE__*/React.createElement("path", {
82
+ d: "M100,0 L100,100 L73.9128906,100 L73.9128906,69.5652344 L56.5216797,69.5652344 L56.5216797,100 L0,100 L0,36.9564453 L30.4347656,36.9564453 L30.4347656,0 L100,0 Z M30.4347656,43.4783203 L6.52167969,43.4783203 L6.52167969,93.4783203 L30.4347656,93.4783203 L30.4347656,43.4783203 Z M23.9130859,69.5652344 L23.9130859,78.2609375 L13.0435547,78.2609375 L13.0435547,69.5652344 L23.9130859,69.5652344 Z M50,69.5652344 L41.3042969,69.5652344 L41.3042969,78.2609375 L50,78.2609375 L50,69.5652344 Z M89.1304688,69.5652344 L80.4347656,69.5652344 L80.4347656,78.2609375 L89.1304688,78.2609375 L89.1304688,69.5652344 Z M23.9130859,52.1738281 L23.9130859,60.8695312 L13.0435547,60.8695312 L13.0435547,52.1738281 L23.9130859,52.1738281 Z M50,52.1738281 L41.3042969,52.1738281 L41.3042969,60.8695312 L50,60.8695312 L50,52.1738281 Z M69.5652344,52.1738281 L60.8695312,52.1738281 L60.8695312,60.8695312 L69.5652344,60.8695312 L69.5652344,52.1738281 Z M89.1304688,52.1738281 L80.4347656,52.1738281 L80.4347656,60.8695312 L89.1304688,60.8695312 L89.1304688,52.1738281 Z M50,34.7826172 L41.3042969,34.7826172 L41.3042969,43.4783203 L50,43.4783203 L50,34.7826172 Z M69.5652344,34.7826172 L60.8695312,34.7826172 L60.8695312,43.4783203 L69.5652344,43.4783203 L69.5652344,34.7826172 Z M89.1304688,34.7826172 L80.4347656,34.7826172 L80.4347656,43.4783203 L89.1304688,43.4783203 L89.1304688,34.7826172 Z M50,17.3914063 L41.3042969,17.3914063 L41.3042969,26.0869141 L50,26.0869141 L50,17.3914063 Z M69.5652344,17.3914063 L60.8695312,17.3914063 L60.8695312,26.0869141 L69.5652344,26.0869141 L69.5652344,17.3914063 Z M89.1304688,17.3914063 L80.4347656,17.3914063 L80.4347656,26.0869141 L89.1304688,26.0869141 L89.1304688,17.3914063 Z"
83
+ }),
84
+ BULLET_LIST: /*#__PURE__*/React.createElement("path", {
85
+ d: "M24.254 11.853H100V22.49H24.254V11.853zm0 43.061V44.28H100v10.635H24.254zm0 32.426V76.704H100V87.34H24.254zM8.042 73.85c2.248 0 4.172.822 5.771 2.465 1.6 1.643 2.4 3.545 2.4 5.707s-.822 4.042-2.465 5.642c-1.643 1.6-3.545 2.4-5.706 2.4-2.162 0-4.043-.8-5.643-2.4C.8 86.064 0 84.184 0 82.022c0-2.162.778-4.064 2.335-5.707 1.556-1.643 3.458-2.464 5.707-2.464zm0-64.85c2.248 0 4.172.8 5.771 2.4 1.6 1.6 2.4 3.523 2.4 5.771 0 2.248-.8 4.15-2.4 5.707-1.6 1.557-3.523 2.335-5.771 2.335-2.249 0-4.15-.778-5.707-2.335C.778 21.322 0 19.42 0 17.171 0 14.923.778 13 2.335 11.4 3.89 9.8 5.793 9 8.042 9zm0 32.425c2.248 0 4.172.8 5.771 2.4 1.6 1.6 2.4 3.523 2.4 5.772 0 2.248-.8 4.15-2.4 5.707-1.6 1.556-3.523 2.334-5.771 2.334-2.249 0-4.15-.778-5.707-2.334C.778 53.747 0 51.844 0 49.597c0-2.249.778-4.172 2.335-5.772 1.556-1.6 3.458-2.4 5.707-2.4z"
86
+ }),
87
+ CALENDAR: /*#__PURE__*/React.createElement("path", {
88
+ d: "M7.683 93.137h16.072V77.066H7.683v16.071zm19.643 0h17.857V77.066H27.326v16.071zM7.683 73.494h16.072V55.637H7.683v17.857zm19.643 0h17.857V55.637H27.326v17.857zM7.683 52.066h16.072V35.994H7.683v16.072zm41.072 41.071h17.857V77.066H48.755v16.071zM27.326 52.066h17.857V35.994H27.326v16.072zm42.857 41.071h16.072V77.066H70.183v16.071zM48.755 73.494h17.857V55.637H48.755v17.857zM29.112 25.28V9.209c0-.95-.837-1.786-1.786-1.786h-3.571c-.949 0-1.786.837-1.786 1.786V25.28c0 .949.837 1.786 1.786 1.786h3.571c.949 0 1.786-.837 1.786-1.786zm41.071 48.214h16.072V55.637H70.183v17.857zM48.755 52.066h17.857V35.994H48.755v16.072zm21.428 0h16.072V35.994H70.183v16.072zM71.97 25.28V9.209c0-.95-.837-1.786-1.786-1.786h-3.571c-.949 0-1.786.837-1.786 1.786V25.28c0 .949.837 1.786 1.786 1.786h3.571c.95 0 1.786-.837 1.786-1.786zm21.429-3.571v71.428c0 3.906-3.237 7.143-7.143 7.143H7.683c-3.906 0-7.142-3.237-7.142-7.143V21.71c0-3.907 3.236-7.143 7.142-7.143h7.143V9.209c0-4.911 4.018-8.929 8.929-8.929h3.571c4.911 0 8.929 4.018 8.929 8.929v5.357h21.428V9.209c0-4.911 4.018-8.929 8.929-8.929h3.571c4.911 0 8.929 4.018 8.929 8.929v5.357h7.143c3.906 0 7.143 3.236 7.143 7.143z"
89
+ }),
90
+ CAMERA: /*#__PURE__*/React.createElement("path", {
91
+ d: "M51.786 39.286A1.763 1.763 0 0 0 50 37.5c-4.91 0-8.929 4.018-8.929 8.929 0 1.004.782 1.785 1.786 1.785a1.763 1.763 0 0 0 1.786-1.785c0-2.958 2.4-5.358 5.357-5.358a1.763 1.763 0 0 0 1.786-1.785zm12.5 7.254c0 7.868-6.418 14.286-14.286 14.286-7.868 0-14.286-6.418-14.286-14.286 0-7.868 6.418-14.286 14.286-14.286 7.868 0 14.286 6.418 14.286 14.286zM7.143 78.571h85.714V71.43H7.143v7.142zm64.286-32.03c0-11.831-9.599-21.43-21.429-21.43-11.83 0-21.429 9.599-21.429 21.43 0 11.83 9.599 21.428 21.429 21.428 11.83 0 21.429-9.598 21.429-21.429zM14.286 10.713h21.428V3.571H14.286v7.143zM7.143 21.43h85.714V7.143H46.652l-3.572 7.143H7.143v7.143zM100 7.143V78.57a7.121 7.121 0 0 1-7.143 7.143H7.143A7.121 7.121 0 0 1 0 78.571V7.143A7.121 7.121 0 0 1 7.143 0h85.714A7.121 7.121 0 0 1 100 7.143z"
92
+ }),
93
+ CHECKLIST: /*#__PURE__*/React.createElement("path", {
94
+ d: "M29.831 43.661L42.91 57.202l37.07-45.97c1.249-1.467 3.415-1.64 4.831-.432 1.416 1.294 1.583 3.536.417 5.002L45.825 64.706A3.762 3.762 0 0 1 43.326 66h-.166a3.28 3.28 0 0 1-2.416-1.035L25 48.664c-1.333-1.38-1.333-3.623 0-5.003a3.337 3.337 0 0 1 4.831 0zM76.4 7.64c1.637 1.033 2.154 3.185 1.12 4.82-1.034 1.636-3.189 2.152-4.826 1.119C55.63 2.99 33.826 5.487 19.52 19.69 2.8 36.389 2.8 63.675 19.52 80.374c16.72 16.7 44.039 16.7 60.758 0 14.306-14.289 16.805-36.152 6.033-53.196-1.035-1.635-.517-3.787 1.12-4.82 1.637-1.033 3.792-.517 4.826 1.119 12.496 19.798 9.652 45.277-6.98 61.89A49.965 49.965 0 0 1 49.941 100a49.965 49.965 0 0 1-35.334-14.633c-19.477-19.454-19.477-51.216 0-70.67C31.155-1.83 56.578-4.757 76.4 7.639z"
95
+ }),
96
+ CHECKMARK: /*#__PURE__*/React.createElement("path", {
97
+ d: "M31.6 72.202L91.664 12l8.036 8.036L31.6 88.138 0 56.538l7.9-8.035z"
98
+ }),
99
+ CHECKMARK_SOLID: /*#__PURE__*/React.createElement("path", {
100
+ d: "M50 100C22.386 100 0 77.614 0 50S22.386 0 50 0s50 22.386 50 50-22.386 50-50 50zM38.823 63.644L23.206 48.038 18 53.329l20.823 20.809 44.878-44.846L78.406 24 38.823 63.644z"
101
+ }),
102
+ CHECKMARK_THICK: /*#__PURE__*/React.createElement("path", {
103
+ d: "M100 27.037a6.3 6.3 0 0 1-1.806 4.407L42.71 87.185A6.242 6.242 0 0 1 38.323 89a6.242 6.242 0 0 1-4.388-1.815L1.806 54.907A6.3 6.3 0 0 1 0 50.5a6.3 6.3 0 0 1 1.806-4.407l8.775-8.815a6.242 6.242 0 0 1 4.387-1.815c1.613 0 3.226.648 4.387 1.815l18.968 19.12 42.322-42.583A6.242 6.242 0 0 1 85.032 12c1.613 0 3.226.648 4.387 1.815l8.775 8.815A6.3 6.3 0 0 1 100 27.037z"
104
+ }),
105
+ CIRCLE: /*#__PURE__*/React.createElement("path", {
106
+ d: "M 50 96 C 75.40625 96 96 75.40625 96 50 C 96 24.59375 75.40625 4 50 4 C 24.59375 4 4 24.59375 4 50 C 4 75.40625 24.59375 96 50 96 Z M 50 88 C 29.011719 88 12 70.988281 12 50 C 12 29.011719 29.011719 12 50 12 C 70.988281 12 88 29.011719 88 50 C 88 70.988281 70.988281 88 50 88 Z M 50 88"
107
+ }),
108
+ CIRCLE_AND_CHECK: /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
109
+ d: "M6.31027 44.2626C6.31027 57.1097 12.693 68.466 22.4602 75.3332C24.1814 76.544 24.2729 79.0579 22.6196 80.3594L22.5731 80.396C21.4935 81.246 19.9799 81.3024 18.8553 80.5128C7.45316 72.505 0 59.2535 0 44.2626C0 19.947 20.1271 0.207519 44.3939 0L44.3939 6.31178C23.6099 6.51777 6.31027 23.4306 6.31027 44.2626L6.31027 44.2626Z",
110
+ transform: "translate(5.2734375 5.8308105)"
111
+ }), /*#__PURE__*/React.createElement("path", {
112
+ d: "M1.67389 0.188423L13.2706 8.12068C13.8916 8.54564 13.8916 9.46192 13.2706 9.88688L1.67389 17.8191C0.963592 18.3051 0 17.7963 0 16.9364L0 1.0719C0 0.211311 0.963592 -0.296805 1.67389 0.188423L1.67389 0.188423Z",
113
+ transform: "translate(49.154297 0)"
114
+ }), /*#__PURE__*/React.createElement("path", {
115
+ d: "M38.0508 36.8084C38.0508 23.9613 31.6673 12.605 21.9002 5.73776C20.179 4.52698 20.0874 2.0131 21.7407 0.711531L21.7873 0.67491C22.8668 -0.175002 24.3805 -0.231459 25.5051 0.558181C36.908 8.56597 44.3604 21.8174 44.3604 36.8084C44.3604 61.124 24.2676 80.8634 0 81.071L0 74.7592C20.784 74.5532 38.0508 57.6412 38.0508 36.8084L38.0508 36.8084Z",
116
+ transform: "translate(50.308594 13.098145)"
117
+ }), /*#__PURE__*/React.createElement("path", {
118
+ d: "M12.0624 17.8195L0.465774 9.88723C-0.155258 9.46228 -0.155258 8.54599 0.465774 8.12103L12.0624 0.188768C12.772 -0.297224 13.7363 0.211656 13.7363 1.07149L13.7363 16.936C13.7363 17.7966 12.772 18.3055 12.0624 17.8195L12.0624 17.8195Z",
119
+ transform: "translate(37.052734 81.99463)"
120
+ }), /*#__PURE__*/React.createElement("path", {
121
+ d: "M41.1923 8.91429L22.1966 24.6674L17.4076 28.6393C16.2793 29.5739 14.851 30.0812 13.3984 30.0812C13.1565 30.0812 12.9147 30.0675 12.6706 30.0393C10.9761 29.8401 9.41662 28.9414 8.39352 27.575L1.00674 17.7285C-0.661042 15.5045 -0.210145 12.3475 2.01459 10.6767C4.24084 9.00889 7.39788 9.45979 9.06643 11.6845L14.053 18.3335L14.0934 18.3007L34.763 1.15903C36.9046 -0.615565 40.0799 -0.319546 41.8553 1.82202C43.6306 3.96359 43.3338 7.13893 41.1923 8.91429L41.1923 8.91429Z",
122
+ transform: "translate(28.466797 36.169434)"
123
+ }), /*#__PURE__*/React.createElement("path", {
124
+ d: "M27.0989 8.91428L8.10318 24.6674C4.99649 23.1164 2.26441 20.9725 0 18.3007L20.6696 1.15903C22.8111 -0.615565 25.9865 -0.319546 27.7619 1.82202C29.5372 3.96358 29.2404 7.13893 27.0989 8.91428L27.0989 8.91428Z",
125
+ transform: "translate(42.554688 36.169434)"
126
+ })),
127
+ CLIPBOARD: /*#__PURE__*/React.createElement("g", {
128
+ transform: "scale(5)"
129
+ }, /*#__PURE__*/React.createElement("path", {
130
+ d: "M6 13H13V8H9.75C9.33594 8 9 7.66406 9 7.25V4H6V13ZM8 1.75V1.25C8 1.11719 7.88281 1 7.75 1H2.25C2.11719 1 2 1.11719 2 1.25V1.75C2 1.88281 2.11719 2 2.25 2H7.75C7.88281 2 8 1.88281 8 1.75ZM10 7H12.3359L10 4.66406V7ZM14 8V13.25C14 13.6641 13.6641 14 13.25 14H5.75C5.33594 14 5 13.6641 5 13.25V12H0.75C0.335938 12 0 11.6641 0 11.25V0.75C0 0.335938 0.335938 0 0.75 0H9.25C9.66406 0 10 0.335938 10 0.75V3.3125C10.1016 3.375 10.1953 3.44531 10.2812 3.53125L13.4688 6.71875C13.7656 7.01562 14 7.58594 14 8Z"
131
+ })),
132
+ CLIPBOARD_CHECK_OUTLINE: /*#__PURE__*/React.createElement("path", {
133
+ d: "M79.1667 12.5H61.75C60 7.66667 55.4167 4.16667 50 4.16667C44.5833 4.16667 40 7.66667 38.25 12.5H20.8333C18.6232 12.5 16.5036 13.378 14.9408 14.9408C13.378 16.5036 12.5 18.6232 12.5 20.8333V79.1667C12.5 81.3768 13.378 83.4964 14.9408 85.0592C16.5036 86.622 18.6232 87.5 20.8333 87.5H79.1667C81.3768 87.5 83.4964 86.622 85.0592 85.0592C86.622 83.4964 87.5 81.3768 87.5 79.1667V20.8333C87.5 18.6232 86.622 16.5036 85.0592 14.9408C83.4964 13.378 81.3768 12.5 79.1667 12.5ZM50 12.5C51.1051 12.5 52.1649 12.939 52.9463 13.7204C53.7277 14.5018 54.1667 15.5616 54.1667 16.6667C54.1667 17.7717 53.7277 18.8316 52.9463 19.613C52.1649 20.3944 51.1051 20.8333 50 20.8333C48.8949 20.8333 47.8351 20.3944 47.0537 19.613C46.2723 18.8316 45.8333 17.7717 45.8333 16.6667C45.8333 15.5616 46.2723 14.5018 47.0537 13.7204C47.8351 12.939 48.8949 12.5 50 12.5V12.5ZM29.1667 29.1667H70.8333V20.8333H79.1667V79.1667H20.8333V20.8333H29.1667V29.1667ZM31.25 56.25L37.5 50L45.8333 58.3333L64.5833 39.5833L70.8333 45.8333L45.8333 70.8333L31.25 56.25Z"
134
+ }),
135
+ CLOCK: /*#__PURE__*/React.createElement("path", {
136
+ d: "M49.571 0c27.334 0 49.572 22.238 49.572 49.571 0 27.334-22.238 49.572-49.572 49.572C22.238 99.143 0 76.905 0 49.57 0 22.238 22.238 0 49.571 0zm0 88.595c21.518 0 39.025-17.505 39.025-39.024 0-21.518-17.507-39.023-39.025-39.023-21.517 0-39.024 17.505-39.024 39.023 0 21.519 17.507 39.024 39.024 39.024zM75.406 48.04a4.082 4.082 0 0 1 0 8.163h-26.36a4.082 4.082 0 0 1-4.08-4.082V21.255a4.082 4.082 0 0 1 8.163 0v26.786h22.277z"
137
+ }),
138
+ CLOSE: /*#__PURE__*/React.createElement("path", {
139
+ d: "M100 10L90 0 50 40 10 0 0 10l40 40L0 90l10 10 40-40 40 40 10-10-40-40z"
140
+ }),
141
+ CLOSE_CIRCLE_SOLID: /*#__PURE__*/React.createElement("path", {
142
+ d: "M14.509 14.732C24.33 4.911 36.16 0 50 0c13.84 0 25.632 4.873 35.38 14.62C95.126 24.369 100 36.16 100 50c0 13.84-4.873 25.632-14.62 35.38C75.631 95.126 63.84 100 50 100c-13.84 0-25.632-4.873-35.38-14.62C4.874 75.631 0 63.84 0 50c0-13.84 4.836-25.595 14.509-35.268zm59.598 52.01L57.367 50 74.33 33.259c.893-.893.893-1.786 0-2.679l-4.91-4.687c-.447-.447-.893-.67-1.34-.67-.297 0-.67.223-1.116.67L50 42.41 33.036 25.893c-.447-.447-.819-.67-1.116-.67-.447 0-.893.223-1.34.67l-4.687 4.687c-.893.893-.893 1.786 0 2.679L42.857 50 25.893 66.964c-.298.15-.447.521-.447 1.116 0 .596.15 1.042.447 1.34l4.687 4.91c.298.298.744.447 1.34.447.595 0 1.041-.149 1.339-.447L50 57.366l16.964 16.741c.447.447.819.67 1.116.67.447 0 .893-.223 1.34-.67l4.687-4.687c.447-.298.67-.744.67-1.34 0-.446-.223-.892-.67-1.339z"
143
+ }),
144
+ CLOUD_DOWNLOAD: /*#__PURE__*/React.createElement("path", {
145
+ d: "M95.7964602,46.7345133 C98.5988341,51.0118208 100,55.7315376 100,60.8938053 C100,64.5073927 99.3362898,67.8996892 98.0088496,71.0707965 C96.6814093,74.2419038 94.6902788,77.1179812 92.0353982,79.699115 C89.4542644,82.2802489 86.5413142,84.2345066 83.2964602,85.5619469 C80.0516062,86.8156405 76.5855642,87.4424779 72.8982301,87.4424779 L24.2256637,87.4424779 C20.9070631,87.4424779 17.8097489,86.8709497 14.9336283,85.7278761 C12.0575077,84.5848025 9.43953982,82.8702179 7.07964602,80.5840708 C4.71975221,78.2979237 2.94985841,75.7168285 1.7699115,72.840708 C0.589964602,69.9645874 0,66.904146 0,63.659292 C0,58.0545442 1.76989381,53.0767179 5.30973451,48.7256637 C7.15340155,46.5132633 9.21827765,44.7064967 11.5044248,43.3053097 C11.4306781,42.7153363 11.3938053,42.0516261 11.3938053,41.3141593 C11.3938053,38.8067721 11.8731515,36.4469137 12.8318584,34.2345133 C13.7168186,32.0958595 15.0811117,30.1416018 16.9247788,28.3716814 C18.6946991,26.6755077 20.6858296,25.3849602 22.8982301,24.5 C25.1106305,23.6150398 27.4704889,23.1725664 29.9778761,23.1725664 C31.5265564,23.1725664 33.0752135,23.3569303 34.6238938,23.7256637 C36.6150542,21.1445299 39.0117854,18.8952898 41.8141593,16.9778761 C46.8289336,13.6592754 52.4335973,12 58.6283186,12 C62.6843861,12 66.4822832,12.700583 70.0221239,14.1017699 C73.6357113,15.5767035 76.8805166,17.7153252 79.7566372,20.5176991 C82.6327577,23.320073 84.8082522,26.4911327 86.2831858,30.0309735 C87.5368794,32.907094 88.2743352,35.9306626 88.4955752,39.1017699 C91.3716958,41.0929303 93.768427,43.5265343 95.6858407,46.4026549 L95.7964602,46.6238938 L95.7964602,46.7345133 Z M9.07079646,69.7433628 L9.18141593,69.9646018 C9.91888274,71.7345221 11.0619392,73.3937976 12.6106195,74.9424779 C14.3067931,76.4911582 16.0766869,77.6342146 17.920354,78.3716814 C19.8377677,79.1828949 21.9395166,79.5884956 24.2256637,79.5884956 L72.8982301,79.5884956 C75.5531106,79.5884956 78.0235874,79.1091493 80.3097345,78.1504425 C82.522135,77.2654823 84.5685747,75.9196256 86.449115,74.1128319 C88.3296554,72.3060382 89.7492577,70.2964712 90.7079646,68.0840708 C91.6666715,65.8716704 92.1460177,63.4749392 92.1460177,60.8938053 C92.1460177,59.0501383 91.8879082,57.2986809 91.3716814,55.6393805 C90.8554546,53.9800802 90.0811261,52.3761139 89.0486726,50.8274336 L88.8274336,50.4955752 C87.4262467,48.5044148 85.7300985,46.8451394 83.7389381,45.5176991 L80.7522124,43.5265487 L80.6415929,40.0973451 C80.4940996,37.589958 79.9410077,35.2669723 78.9823009,33.1283186 C77.9498473,30.6209314 76.3643175,28.2979458 74.2256637,26.159292 C72.08701,24.094385 69.6902788,22.5457279 67.0353982,21.5132743 C64.4542644,20.4070741 61.6150597,19.8539823 58.5176991,19.8539823 C54.0191515,19.8539823 49.9262721,21.0707843 46.2389381,23.5044248 C44.0265376,25.0531051 42.1460254,26.8229989 40.5973451,28.8141593 L37.7212389,32.7964602 L32.9646018,31.4690265 C32.0058949,31.1740398 30.9734569,31.0265487 29.8672566,31.0265487 C28.4660697,31.0265487 27.1386493,31.2846582 25.8849558,31.800885 C24.6312622,32.3171117 23.4882058,33.0545675 22.4557522,34.0132743 C21.4232987,34.9719812 20.6489701,36.041292 20.1327434,37.2212389 L20.1327434,37.3318584 C19.6165166,38.585552 19.3584071,39.9129723 19.3584071,41.3141593 C19.3584071,41.9041327 19.3952799,42.383479 19.4690265,42.7522124 L20.1327434,47.5088496 L15.9292035,49.9424779 C14.2330299,50.9011847 12.7581184,52.1917323 11.5044248,53.8141593 L11.3938053,53.8141593 C10.2138584,55.2890929 9.3289115,56.83775 8.73893805,58.460177 C8.1489646,60.082604 7.8539823,61.815625 7.8539823,63.659292 C7.8539823,65.8716925 8.25958296,67.8996958 9.07079646,69.7433628 Z M42.2013274,54.090708 C42.9756676,53.3163678 43.8974873,52.9292035 44.9668142,52.9292035 C46.036141,52.9292035 46.9763971,53.3348042 47.7876106,54.1460177 L55.3097345,61.6681416 L55.3097345,34.4557522 C55.3097345,33.349552 55.6968988,32.4092959 56.4712389,31.6349558 C57.2455791,30.8606156 58.1858352,30.4734513 59.2920354,30.4734513 C60.3982356,30.4734513 61.3384917,30.8606156 62.1128319,31.6349558 C62.887172,32.4092959 63.2743363,33.349552 63.2743363,34.4557522 L63.2743363,61.6681416 L70.9070796,54.1460177 C71.6445465,53.3348042 72.5663662,52.9292035 73.6725664,52.9292035 C74.7787666,52.9292035 75.7190227,53.3163678 76.4933628,54.090708 C77.267703,54.8650481 77.6548673,55.8053042 77.6548673,56.9115044 C77.6548673,58.0177046 77.2492666,58.9395243 76.4380531,59.6769912 L62.1681416,74.0575221 C61.3569281,74.7949889 60.3982356,75.1637168 59.2920354,75.1637168 C58.1858352,75.1637168 57.2640155,74.7949889 56.5265487,74.0575221 L42.1460177,59.6769912 C41.4085509,58.9395243 41.039823,58.0177046 41.039823,56.9115044 C41.039823,55.8053042 41.4269873,54.8650481 42.2013274,54.090708 Z"
146
+ }),
147
+ CLOUD_UPLOAD: /*#__PURE__*/React.createElement("path", {
148
+ d: "M74.512 24.848c3.515.39 6.82 1.367 9.912 2.93 3.092 1.562 5.794 3.564 8.105 6.005a27.915 27.915 0 0 1 5.469 8.399C99.333 45.339 100 48.708 100 52.289c0 3.385-.52 6.77-1.563 10.156-1.041 3.386-2.555 6.43-4.54 9.131-1.986 2.702-4.46 4.932-7.422 6.69-2.963 1.757-6.397 2.701-10.303 2.832h-7.129c-.846 0-1.579-.31-2.197-.928-.619-.619-.928-1.351-.928-2.197 0-.847.31-1.58.928-2.198.618-.618 1.35-.927 2.197-.927h7.129c2.67 0 5.094-.684 7.275-2.051s4.053-3.125 5.615-5.274c1.563-2.148 2.767-4.557 3.614-7.226.846-2.67 1.27-5.339 1.27-8.008 0-2.93-.587-5.68-1.758-8.252a21.537 21.537 0 0 0-4.786-6.738 23.823 23.823 0 0 0-6.933-4.59C77.865 31.569 75.098 31 72.168 31l-2.246-.098-.684-2.148c-1.627-5.208-4.248-9.261-7.861-12.158-3.613-2.897-8.512-4.346-14.697-4.346-3.907 0-7.422.667-10.547 2.002-3.125 1.335-5.81 3.19-8.057 5.566-2.246 2.377-3.971 5.209-5.176 8.496-1.204 3.288-1.806 6.82-1.806 10.596h.097l.196 2.93-2.832.488c-3.45.586-6.38 2.442-8.79 5.567-2.408 3.125-3.613 6.64-3.613 10.546 0 4.428 1.481 8.269 4.444 11.524 2.962 3.255 6.461 4.883 10.498 4.883h8.984c.912 0 1.66.309 2.246.927.586.619.88 1.351.88 2.198 0 .846-.294 1.578-.88 2.197-.586.618-1.334.928-2.246.928h-8.984c-2.865 0-5.567-.603-8.106-1.807a21.63 21.63 0 0 1-6.69-4.932c-1.92-2.083-3.45-4.492-4.589-7.226C.569 64.398 0 61.5 0 58.44c0-5.013 1.4-9.537 4.2-13.574 2.799-4.036 6.38-6.738 10.741-8.105.26-4.362 1.221-8.415 2.881-12.158 1.66-3.744 3.874-7 6.64-9.766 2.768-2.767 6.023-4.932 9.767-6.494C37.972 6.78 42.122 6 46.679 6c3.516 0 6.739.44 9.669 1.318 2.93.88 5.566 2.133 7.91 3.76a25.048 25.048 0 0 1 6.055 5.957c1.692 2.344 3.092 4.948 4.199 7.813zM52.344 49.75l11.523 12.695c.456.456.684.993.684 1.612 0 .618-.228 1.188-.684 1.709l-.781.488c-.39.456-.895.635-1.514.537a2.861 2.861 0 0 1-1.611-.83l-6.836-7.617v31.445c0 .912-.31 1.66-.928 2.246a3.087 3.087 0 0 1-2.197.88c-.911 0-1.66-.294-2.246-.88-.586-.586-.879-1.334-.879-2.246V58.344l-6.64 7.422a2.861 2.861 0 0 1-1.612.83c-.618.097-1.156-.082-1.611-.537l-.782-.489c-.455-.52-.683-1.09-.683-1.709 0-.618.228-1.155.683-1.611l11.329-12.5v-.098l.78-.78c.196-.261.44-.44.733-.538.293-.098.57-.146.83-.146.326 0 .619.048.88.146.26.098.52.277.78.537l.782.781v.098z"
149
+ }),
150
+ CODEPEN: /*#__PURE__*/React.createElement("path", {
151
+ d: "M12.054 65.234l33.65 22.433V67.634L27.063 55.19l-15.01 10.044zM8.594 57.2L19.364 50l-10.77-7.199V57.2zm45.703 30.468l33.65-22.433L72.934 55.19 54.297 67.634v20.033zM50 60.157L65.179 50 50 39.844 34.821 50 50 60.156zM27.065 44.81l18.638-12.444V12.333l-33.65 22.433L27.066 44.81zM80.636 50l10.77 7.199V42.8L80.636 50zm-7.7-5.19l15.01-10.044-33.65-22.433v20.033l18.64 12.444zM100 34.766v30.468c0 1.395-.725 2.79-1.897 3.572L52.4 99.275c-.726.446-1.563.725-2.4.725s-1.674-.279-2.4-.725L1.897 68.805C.725 68.026 0 66.63 0 65.236v-30.47c0-1.394.725-2.79 1.897-3.57L47.6.724C48.326.28 49.163 0 50 0s1.674.279 2.4.725l45.703 30.47c1.172.78 1.897 2.176 1.897 3.57z"
152
+ }),
153
+ COMPASS: /*#__PURE__*/React.createElement("path", {
154
+ d: "M45.982 46.205c1.19-1.19 2.53-1.785 4.018-1.785s2.79.558 3.906 1.674C55.022 47.21 55.58 48.512 55.58 50s-.558 2.79-1.674 3.906C52.79 55.022 51.488 55.58 50 55.58s-2.79-.558-3.906-1.674C44.978 52.79 44.42 51.488 44.42 50s.52-2.753 1.562-3.795zm-31.25-31.473C24.554 4.911 36.31 0 50 0c13.69 0 25.446 4.91 35.268 14.732C95.089 24.554 100 36.31 100 50c0 13.69-4.91 25.446-14.732 35.268C75.446 95.089 63.69 100 50 100c-13.69 0-25.446-4.91-35.268-14.732C4.911 75.446 0 63.69 0 50c0-13.69 4.91-25.446 14.732-35.268zm46.206 46.206L79.91 20.089 39.062 39.063 20.09 79.91l40.849-18.974z"
155
+ }),
156
+ COMMUNITY: /*#__PURE__*/React.createElement("path", {
157
+ d: "M22 46C26.4125 46 30 42.4125 30 38C30 33.5875 26.4125 30 22 30C17.5875 30 14 33.5875 14 38C14 42.4125 17.5875 46 22 46ZM78 46C82.4125 46 86 42.4125 86 38C86 33.5875 82.4125 30 78 30C73.5875 30 70 33.5875 70 38C70 42.4125 73.5875 46 78 46ZM82 50H74C71.8 50 69.8125 50.8875 68.3625 52.325C73.4 55.0875 76.975 60.075 77.75 66H86C88.2125 66 90 64.2125 90 62V58C90 53.5875 86.4125 50 82 50ZM50 50C57.7375 50 64 43.7375 64 36C64 28.2625 57.7375 22 50 22C42.2625 22 36 28.2625 36 36C36 43.7375 42.2625 50 50 50ZM59.6 54H58.5625C55.9625 55.25 53.075 56 50 56C46.925 56 44.05 55.25 41.4375 54H40.4C32.45 54 26 60.45 26 68.4V72C26 75.3125 28.6875 78 32 78H68C71.3125 78 74 75.3125 74 72V68.4C74 60.45 67.55 54 59.6 54ZM31.6375 52.325C30.1875 50.8875 28.2 50 26 50H18C13.5875 50 10 53.5875 10 58V62C10 64.2125 11.7875 66 14 66H22.2375C23.025 60.075 26.6 55.0875 31.6375 52.325Z"
158
+ }),
159
+ CONNECTION: /*#__PURE__*/React.createElement("g", {
160
+ transform: "translate(2.000000, 8.000000)"
161
+ }, /*#__PURE__*/React.createElement("path", {
162
+ d: "M76.3246829,53.5768455 L72.4222439,53.5768455 L72.4222439,49.6744065 C72.4222439,47.5192195 70.6749919,45.7719675 68.5198049,45.7719675 C66.3646179,45.7719675 64.6173659,47.5192195 64.6173659,49.6744065 L64.6173659,53.5768455 L60.7149268,53.5768455 C58.5597398,53.5768455 56.8124878,55.3240976 56.8124878,57.4792846 C56.8124878,59.6344715 58.5597398,61.3817236 60.7149268,61.3817236 L64.6173659,61.3817236 L64.6173659,65.2841626 C64.6173659,67.4393496 66.3646179,69.1866016 68.5198049,69.1866016 C70.6749919,69.1866016 72.4222439,67.4393496 72.4222439,65.2841626 L72.4222439,61.3817236 L76.3246829,61.3817236 C78.4798699,61.3817236 80.227122,59.6344715 80.227122,57.4792846 C80.227122,55.3240976 78.4798699,53.5768455 76.3246829,53.5768455 Z"
163
+ }), /*#__PURE__*/React.createElement("path", {
164
+ d: "M68.5198049,30.1622114 C59.5480976,30.1622114 51.572813,34.5103089 46.5899187,41.2094959 C44.5988943,40.7906341 42.536065,40.5687154 40.4222439,40.5687154 C38.1736585,40.5687154 35.9828293,40.8197724 33.875252,41.2922276 C23.9575935,43.5147967 15.8852683,50.675252 12.3842602,60.0478699 C11.169561,63.2999024 10.5035447,66.8173008 10.5035447,70.4874146 C10.5035447,72.6426016 12.2507967,74.3898537 14.4059837,74.3898537 L47.0813659,74.3898537 C52.0884553,80.7242927 59.8371382,84.7963577 68.5198049,84.7963577 C83.5826992,84.7963577 95.836878,72.5421789 95.836878,57.4792846 C95.836878,42.4163902 83.5826992,30.1622114 68.5198049,30.1622114 Z M68.5198049,76.9914797 C64.9836748,76.9914797 61.6673821,76.0413659 58.8042927,74.3898537 C52.9558374,71.0163252 49.0076098,64.702439 49.0076098,57.4792846 C49.0076098,52.2734309 51.060813,47.5413333 54.3950569,44.0387642 C57.9514797,40.3030894 62.966374,37.9670894 68.5198049,37.9670894 C79.2788293,37.9670894 88.032,46.7202602 88.032,57.4792846 C88.032,68.2383089 79.2788293,76.9914797 68.5198049,76.9914797 Z"
165
+ }), /*#__PURE__*/React.createElement("path", {
166
+ d: "M8.48702439,16.4388943 C8.48702439,22.5959024 13.2654309,27.6542439 19.3082276,28.1090081 C17.3877073,24.6483252 16.2919024,20.6693984 16.2919024,16.4388943 C16.2919024,12.2083902 17.3877073,8.22920325 19.3082276,4.76878049 C13.2654309,5.22328455 8.48702439,10.2818862 8.48702439,16.4388943 Z"
167
+ }), /*#__PURE__*/React.createElement("path", {
168
+ d: "M24.3223415,36.3772358 C22.9773008,36.0970407 21.5953171,35.9508293 20.1943415,35.9508293 C9.05912195,35.9508293 0,45.0102114 0,56.1454309 C0,58.3006179 1.74725203,60.0478699 3.90243902,60.0478699 L4.16910569,60.0478699 C7.1875122,49.5820488 14.6258211,40.9722276 24.3223415,36.3772358 Z"
169
+ }), /*#__PURE__*/React.createElement("path", {
170
+ d: "M27.1131057,7.00227642 C25.2167805,9.66894309 24.0967805,12.9246179 24.0967805,16.4386341 C24.0967805,19.9526504 25.2167805,23.2083252 27.1131057,25.8749919 C30.0745366,30.0391545 34.9348943,32.7635772 40.4222439,32.7635772 C49.4241301,32.7635772 56.7474472,25.4402602 56.7474472,16.438374 C56.7474472,7.4364878 49.4241301,0.113170732 40.4222439,0.113170732 C34.9346341,0.113691057 30.0745366,2.83811382 27.1131057,7.00227642 Z"
171
+ })),
172
+ COPY: /*#__PURE__*/React.createElement("path", {
173
+ d: "M83.0152505,18.3006536 C85.4843987,18.3006536 87.6267157,19.1721046 89.4422658,20.9150327 C91.2578159,22.6579608 92.1655773,24.7639673 92.1655773,27.2331155 L92.1655773,90.8496732 C92.1655773,93.3188214 91.2578159,95.4611383 89.4422658,97.2766885 C87.6267157,99.0922386 85.4843987,100 83.0152505,100 L33.2331155,100 C30.7639673,100 28.6216503,99.0922386 26.8061002,97.2766885 C24.9905501,95.4611383 24.0827887,93.3188214 24.0827887,90.8496732 L24.0827887,27.2331155 C24.0827887,24.7639673 24.9905501,22.6579608 26.8061002,20.9150327 C28.6216503,19.1721046 30.7639673,18.3006536 33.2331155,18.3006536 L83.0152505,18.3006536 Z M69.3986928,0 L69.3986928,11.1503268 L16.9324619,11.1503268 L16.9324619,72.7668845 L6,72.7668845 L6,9.1503268 C6,6.68117865 6.87145098,4.53886166 8.61437908,2.72331155 C10.3573072,0.907761438 12.4633137,0 14.9324619,0 L69.3986928,0 Z"
174
+ }),
175
+ COPY_OUTLINED: /*#__PURE__*/React.createElement("path", {
176
+ d: "M81.0152505,88.8496732 L81.0152505,29.2331155 L35.2331155,29.2331155 L35.2331155,88.8496732 L81.0152505,88.8496732 Z M83.0152505,18.3006536 C85.4843987,18.3006536 87.6267157,19.1721046 89.4422658,20.9150327 C91.2578159,22.6579608 92.1655773,24.7639673 92.1655773,27.2331155 L92.1655773,90.8496732 C92.1655773,93.3188214 91.2578159,95.4611383 89.4422658,97.2766885 C87.6267157,99.0922386 85.4843987,100 83.0152505,100 L33.2331155,100 C30.7639673,100 28.6216503,99.0922386 26.8061002,97.2766885 C24.9905501,95.4611383 24.0827887,93.3188214 24.0827887,90.8496732 L24.0827887,27.2331155 C24.0827887,24.7639673 24.9905501,22.6579608 26.8061002,20.9150327 C28.6216503,19.1721046 30.7639673,18.3006536 33.2331155,18.3006536 L83.0152505,18.3006536 Z M69.3986928,0 L69.3986928,11.1503268 L16.9324619,11.1503268 L16.9324619,72.7668845 L6,72.7668845 L6,9.1503268 C6,6.68117865 6.87145098,4.53886166 8.61437908,2.72331155 C10.3573072,0.907761438 12.4633137,0 14.9324619,0 L69.3986928,0 Z"
177
+ }),
178
+ COPY_LINK: /*#__PURE__*/React.createElement("path", {
179
+ d: "M44.4315886,32.0884101 C48.8832455,32.0884101 53.2415301,33.3640838 56.990458,35.7646686 C58.4058576,36.6646686 59.7169687,37.7190546 60.8994248,38.9085283 C62.2479629,40.2601852 62.9506919,42.1262671 62.8292494,44.0317251 C62.7144346,45.6262671 62.0294443,47.1260721 60.8996198,48.2568713 C58.2736938,50.7284113 54.1773976,50.7284113 51.5512767,48.2568713 C47.6545905,44.3650585 41.3421149,44.3650585 37.4454287,48.2568713 L37.4454287,48.2568713 L16.2035184,69.4820175 C12.3037133,73.3818226 12.3037133,79.7046296 16.2035184,83.6044347 C20.1033235,87.5042398 26.4261305,87.5042398 30.3259356,83.6044347 L30.3259356,83.6044347 L42.884805,71.0289961 C43.3592689,70.5514133 44.0750584,70.4067739 44.6978654,70.6631092 C48.0779823,72.037768 51.6945515,72.7385478 55.3436744,72.7256823 L55.3436744,72.7256823 L56.0089765,72.7256823 C56.9276899,72.7204191 57.6768128,73.46077 57.6820759,74.3794834 C57.68461,74.8262671 57.507417,75.2555068 57.1900681,75.5701267 L57.1900681,75.5701267 L39.7241812,93.0360136 C35.3643371,97.4009259 29.4421149,99.8442008 23.2729141,99.8228982 C10.4113157,99.8145712 -0.00817749721,89.3816277 4.81581128e-06,76.5200292 C0.00390827278,70.3566764 2.45108176,64.4461501 6.80507786,60.0837719 L6.80507786,60.0837719 L27.9637523,38.9085283 C32.3251558,34.5319201 38.2528361,32.0769493 44.4315886,32.0884101 Z M60.0510818,6.82119883 C69.1460135,-2.27373294 83.8918225,-2.27373294 92.9867543,6.82119883 C102.081686,15.9161306 102.081686,30.6619396 92.9861695,39.7568713 L92.9861695,39.7568713 L71.8109258,60.932115 C68.8323683,63.9116472 65.1013742,66.0272417 61.0154092,67.0535575 L61.0154092,67.0535575 L60.8323683,67.0535575 L59.867651,67.2531676 L59.3352923,67.3529727 L58.187534,67.5192495 L57.6220369,67.5192495 C57.1894833,67.5192495 56.8068322,67.6024854 56.4409453,67.6190546 L56.4409453,67.6190546 L55.4428946,67.7354288 L54.1787621,67.7354288 C53.3489375,67.7022904 52.5216471,67.6245127 51.7002046,67.5024854 C51.0183332,67.3861111 50.3528361,67.2529727 49.687534,67.0866959 L49.687534,67.0866959 L48.7060525,66.820614 C48.3567348,66.720809 47.9908478,66.6044347 47.6415301,66.4712963 C47.2922124,66.3381579 46.9263254,66.2217836 46.5770077,66.072076 C46.2276899,65.9223684 45.8783722,65.78923 45.5290545,65.6229532 C43.0534209,64.4757797 40.8007894,62.8989766 38.8754482,60.9654483 C37.5269102,59.6135965 36.8241812,57.7475146 36.9458186,55.8420565 C37.0528361,54.2360136 37.7384112,52.7231481 38.8754482,51.5837719 C41.5013742,49.112232 45.5976705,49.112232 48.2237913,51.5837719 C52.1204775,55.4755848 58.4329531,55.4755848 62.3296393,51.5837719 L62.3296393,51.5837719 L67.7855847,46.1609649 L67.9187231,46.0112573 L83.5216471,30.4250975 C87.4214521,26.5252924 87.4214521,20.2024854 83.5216471,16.3026803 C79.621842,12.4028752 73.299035,12.4028752 69.3992299,16.3026803 L69.3992299,16.3026803 L56.8736938,28.8116472 C56.3992299,29.28923 55.6834404,29.4338694 55.0606334,29.1775341 C51.6869492,27.797807 48.076228,27.0915692 44.4313937,27.0981969 L44.4313937,27.0981969 L43.815994,27.0981969 C43.1364619,27.1112573 42.5173586,26.7095029 42.2524463,26.083577 C41.9844151,25.4594055 42.1226217,24.7352339 42.601764,24.2537524 L42.601764,24.2537524 Z"
180
+ }),
181
+ CURRENCY: /*#__PURE__*/React.createElement("path", {
182
+ d: "M78.0608911,60.8349609 C77.5722412,59.2007812 76.979375,57.7785156 76.2830835,56.5707031 C75.5871875,55.3617187 74.5905078,54.1824219 73.2910669,53.0289062 C71.993208,51.8759766 70.8256689,50.9474609 69.7904272,50.2416016 C68.7557788,49.5351562 67.3345215,48.7453125 65.5274463,47.8710937 C63.7219531,46.9970703 62.2914014,46.3466797 61.2383618,45.9189453 C60.183938,45.4917969 58.6586621,44.90625 56.6635229,44.1626953 C54.8946143,43.4939453 53.5775732,42.9826172 52.7110156,42.6296875 C51.8454468,42.2763672 50.7071753,41.7748047 49.2956079,41.1238281 C47.8846338,40.4738281 46.8306055,39.8972656 46.1341162,39.3957031 C45.4378247,38.8941406 44.6946655,38.2808594 43.9040454,37.5560547 C43.1134253,36.83125 42.5583301,36.0597656 42.2381665,35.2419922 C41.9187939,34.4240234 41.7586133,33.5316406 41.7586133,32.5650391 C41.7586133,30.0376953 42.8873926,27.9738281 45.1457422,26.3757812 C47.4042896,24.7777344 50.3217529,23.9783203 53.8977368,23.9783203 C55.4777905,23.9783203 57.0886938,24.1917969 58.7249097,24.6197266 C60.3611255,25.0476562 61.7633984,25.5296875 62.9303442,26.0691406 C64.0982788,26.6085937 65.1987793,27.2035156 66.2342188,27.8537109 C67.2694604,28.5044922 68.0031274,28.9966797 68.4364063,29.33125 C68.8692896,29.6660156 69.1435742,29.8888672 69.2553052,30.0005859 C69.7453394,30.3722656 70.2521826,30.5021484 70.7791968,30.3910156 C71.3435864,30.3539062 71.7768652,30.0560547 72.0786377,29.4990234 L76.6526855,21.3576172 C77.1041577,20.6144531 77.0108179,19.9080078 76.3704907,19.2384766 C76.1442603,19.0154297 75.8630542,18.7554687 75.5219287,18.4578125 C75.184165,18.1601562 74.4499048,17.6212891 73.3197412,16.8402344 C72.1907642,16.0597656 70.9957373,15.3626953 69.7356494,14.7492187 C68.4741772,14.1363281 66.8363794,13.5132812 64.8224536,12.8816406 C62.8097144,12.2490234 60.729541,11.821875 58.5835156,11.5990234 L58.5835156,1.784375 C58.5835156,1.26425781 58.414436,0.836523437 58.0766724,0.501757812 C57.7381177,0.167773437 57.3050366,0 56.7772314,0 L49.1546094,0 C48.6653662,0 48.2419751,0.176367187 47.884436,0.5296875 C47.526897,0.883007812 47.3481274,1.30097656 47.3481274,1.784375 L47.3481274,11.8216797 C41.4384497,12.9365234 36.6393579,15.4273437 32.9506543,19.2935547 C29.2623462,23.1599609 27.4175,27.6574219 27.4175,32.7880859 C27.4175,34.3121094 27.5780762,35.7619141 27.898042,37.1367187 C28.2176123,38.5126953 28.6131201,39.7488281 29.0837744,40.8453125 C29.5540332,41.9425781 30.2224414,43.0203125 31.0880103,44.0800781 C31.9535791,45.1394531 32.772478,46.0503906 33.543916,46.8121094 C34.3157495,47.5736328 35.3227124,48.3638672 36.5644092,49.1814453 C37.806897,49.9998047 38.8702197,50.6601562 39.7549707,51.1617187 C40.6399194,51.6617187 41.8159619,52.2398437 43.2834937,52.8888672 C44.7514209,53.5398437 45.90927,54.0318359 46.75625,54.3671875 C47.60323,54.7013672 48.7604858,55.1666016 50.2290063,55.7601562 C52.2613232,56.5408203 53.7672192,57.1451172 54.7457056,57.5728516 C55.7249829,58.0005859 56.9666797,58.5953125 58.4731689,59.3574219 C59.9782739,60.11875 61.0787744,60.8160156 61.7756592,61.4482422 C62.4719507,62.0804687 63.1021924,62.8611328 63.6671753,63.7902344 C64.2321582,64.7193359 64.515144,65.7044922 64.515144,66.7458984 C64.515144,69.6828125 63.3576904,71.95 61.0421899,73.5472656 C58.7276782,75.1462891 56.0449487,75.9455078 52.9965723,75.9455078 C51.6051758,75.9455078 50.2114063,75.7976562 48.8192188,75.5003906 C43.9259961,74.5326172 39.352937,72.2091797 35.099646,68.5291016 L34.9867285,68.4175781 C34.6477783,68.0097656 34.1959106,67.8421875 33.6319165,67.9169922 C33.0295581,67.9912109 32.5964771,68.2144531 32.3332666,68.5869141 L26.5177197,76.1142578 C25.9529346,76.8576172 25.9911011,77.6195312 26.630835,78.4001953 C26.8192944,78.6234375 27.1485547,78.9587891 27.6188135,79.4041016 C28.0902588,79.8511719 28.9655176,80.5470703 30.2445898,81.496875 C31.5240576,82.4453125 32.9168384,83.3363281 34.4227344,84.1738281 C35.9284326,85.0099609 37.8383398,85.8367187 40.1536426,86.6548828 C42.4689453,87.4716797 44.8678979,88.0476562 47.3522803,88.3820312 L47.3522803,98.1404297 C47.3522803,98.6244141 47.5312476,99.0421875 47.8885889,99.3957031 C48.2463257,99.7494141 48.669519,99.9251953 49.1587622,99.9251953 L56.7813843,99.9251953 C57.3091895,99.9251953 57.7422705,99.7582031 58.0806274,99.4240234 C58.4189844,99.0898437 58.5874707,98.6621094 58.5874707,98.140625 L58.5874707,88.3822266 C64.5732837,87.4158203 69.4382275,84.8785156 73.1828955,80.7705078 C76.927959,76.6625 78.801084,71.7646484 78.801084,66.0773437 C78.7991064,64.2189453 78.5548804,62.4716797 78.0608911,60.8349609 Z"
183
+ }),
184
+ DELETE: /*#__PURE__*/React.createElement("path", {
185
+ d: "M6,16.40625 L6,10.9375 C6,9.63541567 6.45572817,8.52864683 7.3671875,7.6171875 C8.27864683,6.70572817 9.38541567,6.25 10.6875,6.25 L32.5625,6.25 L34.3203125,2.5390625 C34.7109375,1.7578125 35.296875,1.13932192 36.078125,0.68359375 C36.859375,0.227865577 37.7057282,0 38.6171875,0 L60.8828125,0 C61.7942718,0 62.640625,0.227865577 63.421875,0.68359375 C64.203125,1.13932192 64.7890625,1.7578125 65.1796875,2.5390625 L66.9375,6.25 L88.8125,6.25 C90.1145843,6.25 91.2213532,6.70572817 92.1328125,7.6171875 C93.0442718,8.52864683 93.5,9.63541567 93.5,10.9375 L93.5,16.40625 C93.5,17.0572907 93.2721344,17.6106781 92.8164062,18.0664062 C92.3606781,18.5221344 91.8072907,18.75 91.15625,18.75 L8.34375,18.75 C7.69270933,18.75 7.13932192,18.5221344 6.68359375,18.0664062 C6.22786558,17.6106781 6,17.0572907 6,16.40625 Z M87.25,27.34375 L87.25,90.625 C87.25,93.2291657 86.3385407,95.4427093 84.515625,97.265625 C82.6927093,99.0885407 80.4791657,100 77.875,100 L21.625,100 C19.0208343,100 16.8072907,99.0885407 14.984375,97.265625 C13.1614593,95.4427093 12.25,93.2291657 12.25,90.625 L12.25,27.34375 C12.25,26.6927093 12.4778656,26.1393219 12.9335938,25.6835938 C13.3893219,25.2278656 13.9427093,25 14.59375,25 L84.90625,25 C85.5572907,25 86.1106781,25.2278656 86.5664062,25.6835938 C87.0221344,26.1393219 87.25,26.6927093 87.25,27.34375 Z M34.125,40.625 C34.125,39.7135407 33.8320312,38.9648438 33.2460938,38.3789062 C32.6601562,37.7929688 31.9114593,37.5 31,37.5 C30.0885407,37.5 29.3398438,37.7929688 28.7539062,38.3789062 C28.1679688,38.9648438 27.875,39.7135407 27.875,40.625 L27.875,84.375 C27.875,85.2864593 28.1679688,86.0351562 28.7539062,86.6210938 C29.3398438,87.2070312 30.0885407,87.5 31,87.5 C31.9114593,87.5 32.6601562,87.2070312 33.2460938,86.6210938 C33.8320312,86.0351562 34.125,85.2864593 34.125,84.375 L34.125,40.625 Z M52.875,40.625 C52.875,39.7135407 52.5820312,38.9648438 51.9960938,38.3789062 C51.4101562,37.7929688 50.6614593,37.5 49.75,37.5 C48.8385407,37.5 48.0898438,37.7929688 47.5039062,38.3789062 C46.9179688,38.9648438 46.625,39.7135407 46.625,40.625 L46.625,84.375 C46.625,85.2864593 46.9179688,86.0351562 47.5039062,86.6210938 C48.0898438,87.2070312 48.8385407,87.5 49.75,87.5 C50.6614593,87.5 51.4101562,87.2070312 51.9960938,86.6210938 C52.5820312,86.0351562 52.875,85.2864593 52.875,84.375 L52.875,40.625 Z M71.625,40.625 C71.625,39.7135407 71.3320312,38.9648438 70.7460938,38.3789062 C70.1601562,37.7929688 69.4114593,37.5 68.5,37.5 C67.5885407,37.5 66.8398438,37.7929688 66.2539062,38.3789062 C65.6679688,38.9648438 65.375,39.7135407 65.375,40.625 L65.375,84.375 C65.375,85.2864593 65.6679688,86.0351562 66.2539062,86.6210938 C66.8398438,87.2070312 67.5885407,87.5 68.5,87.5 C69.4114593,87.5 70.1601562,87.2070312 70.7460938,86.6210938 C71.3320312,86.0351562 71.625,85.2864593 71.625,84.375 L71.625,40.625 Z"
186
+ }),
187
+ DISCOUNT_SOLID: /*#__PURE__*/React.createElement("path", {
188
+ d: "M50,0 C77.6142375,0 100,22.3857625 100,50 C100,77.6142375 77.6142375,100 50,100 C22.3857625,100 0,77.6142375 0,50 C0,22.3857625 22.3857625,0 50,0 Z M62.8472222,50.6944444 C56.1378762,50.6944444 50.6944444,56.1378762 50.6944444,62.8472222 C50.6944444,69.5565683 56.1378762,75 62.8472222,75 C69.5565683,75 75,69.5565683 75,62.8472222 C75,56.1378762 69.5565683,50.6944444 62.8472222,50.6944444 Z M69.2418981,25.6944444 L64.1782407,25.6944444 L64.0065434,25.7021959 C63.4377855,25.7535553 62.9094493,26.0569563 62.5641999,26.5172888 L62.5641999,26.5172888 L29.1440611,71.077474 L29.0415515,71.230454 C28.8488963,71.5437955 28.7326389,71.9003183 28.7326389,72.2800926 C28.7326389,73.3877677 29.6504268,74.3055556 30.7581019,74.3055556 L30.7581019,74.3055556 L35.8217593,74.3055556 L35.9934566,74.2978041 C36.5622145,74.2464447 37.0905507,73.9430437 37.4358001,73.4827112 L37.4358001,73.4827112 L70.8559389,28.922526 L70.9584485,28.769546 C71.1511037,28.4562045 71.2673611,28.0996817 71.2673611,27.7199074 C71.2673611,26.6122323 70.3495732,25.6944444 69.2418981,25.6944444 L69.2418981,25.6944444 Z M62.8472222,58.7962963 C65.0625723,58.7962963 66.8981481,60.6318721 66.8981481,62.8472222 C66.8981481,65.0625723 65.0625723,66.8981481 62.8472222,66.8981481 C60.6318721,66.8981481 58.7962963,65.0625723 58.7962963,62.8472222 C58.7962963,60.6318721 60.6318721,58.7962963 62.8472222,58.7962963 Z M37.1527778,25 C30.4434317,25 25,30.4434317 25,37.1527778 C25,43.8621238 30.4434317,49.3055556 37.1527778,49.3055556 C43.8621238,49.3055556 49.3055556,43.8621238 49.3055556,37.1527778 C49.3055556,30.4434317 43.8621238,25 37.1527778,25 Z M37.1527778,33.1018519 C39.3681279,33.1018519 41.2037037,34.9374277 41.2037037,37.1527778 C41.2037037,39.3681279 39.3681279,41.2037037 37.1527778,41.2037037 C34.9374277,41.2037037 33.1018519,39.3681279 33.1018519,37.1527778 C33.1018519,34.9374277 34.9374277,33.1018519 37.1527778,33.1018519 Z"
189
+ }),
190
+ DOCUMENT_CHECK: /*#__PURE__*/React.createElement("g", {
191
+ transform: "scale(5)"
192
+ }, /*#__PURE__*/React.createElement("path", {
193
+ d: "M0.666992 1.66665C0.666992 1.31302 0.807468 0.973886 1.05752 0.723837C1.30756 0.473789 1.6467 0.333313 2.00033 0.333313H7.33366C7.51045 0.333351 7.68 0.403613 7.80499 0.528646L11.1383 3.86198C11.2634 3.98697 11.3336 4.15652 11.3337 4.33331V12.3333C11.3337 12.6869 11.1932 13.0261 10.9431 13.2761C10.6931 13.5262 10.3539 13.6666 10.0003 13.6666H2.00033C1.6467 13.6666 1.30756 13.5262 1.05752 13.2761C0.807468 13.0261 0.666992 12.6869 0.666992 12.3333V1.66665ZM9.72432 4.33331L7.33366 1.94265V4.33331H9.72432ZM6.00032 1.66665H2.00033V12.3333H10.0003V5.66665H6.66699C6.49018 5.66665 6.32061 5.59641 6.19559 5.47138C6.07056 5.34636 6.00032 5.17679 6.00032 4.99998V1.66665ZM8.47166 7.19531C8.59664 7.32033 8.66685 7.48987 8.66685 7.66665C8.66685 7.84342 8.59664 8.01296 8.47166 8.13798L5.80499 10.8046C5.67997 10.9296 5.51043 10.9998 5.33366 10.9998C5.15688 10.9998 4.98734 10.9296 4.86233 10.8046L3.52899 9.47131C3.46532 9.40981 3.41453 9.33625 3.37959 9.25492C3.34465 9.17358 3.32626 9.0861 3.32549 8.99758C3.32472 8.90906 3.34159 8.82127 3.37511 8.73934C3.40863 8.65741 3.45813 8.58298 3.52073 8.52038C3.58332 8.45779 3.65776 8.40829 3.73969 8.37477C3.82162 8.34124 3.90941 8.32438 3.99793 8.32515C4.08645 8.32592 4.17393 8.34431 4.25526 8.37925C4.3366 8.41418 4.41016 8.46497 4.47166 8.52865L5.33366 9.39065L7.52899 7.19531C7.65401 7.07033 7.82355 7.00012 8.00032 7.00012C8.1771 7.00012 8.34664 7.07033 8.47166 7.19531Z"
194
+ })),
195
+ DOT: /*#__PURE__*/React.createElement("circle", {
196
+ cx: "50",
197
+ cy: "50",
198
+ r: "50"
199
+ }),
200
+ DOUBLE_CHECKMARK: /*#__PURE__*/React.createElement("path", {
201
+ d: "M75.781 27.055L48.437 54.203l-6.054-6.055L69.727 21l6.054 6.055zM93.945 21L100 27.055 48.437 78.422 24.61 54.398l5.86-6.054 17.968 17.773L93.946 21zM0 54.398l6.25-6.054 23.828 24.023-6.055 6.055L0 54.398z"
202
+ }),
203
+ DOVE: /*#__PURE__*/React.createElement("path", {
204
+ d: "M94.140625,28.1539062 L94.1410156,23.2630859 C94.1416016,16.7283203 90.0197266,11.0185547 84.1179688,9.37792969 C77.7353516,7.60390625 70.965625,10.5865234 68.0160156,16.4720703 L60.8527344,30.4845703 C50.6080078,25.8076172 43.0472656,16.7923828 40.3994141,5.92246094 C40.1148438,4.75449219 39.1457031,3.87890625 37.9548828,3.71386719 C36.7632813,3.5484375 35.5933594,4.128125 35.0021484,5.17480469 C31.625,11.1527344 29.9324219,17.7355469 30.0050781,24.4658203 C23.9771484,21.3152344 18.4171875,17.2738281 13.5822266,12.4390625 L5.00117187,3.85820312 C4.16328125,3.02011719 2.90292969,2.76972656 1.80839844,3.22304687 C0.713867188,3.6765625 0,4.74472656 0,5.9296875 L0,24.0427734 C0,37.7011719 7.69941406,50.1244141 19.7953125,56.2458984 L22.2142578,61.4999903 C23.4251953,64.1302734 23.2240234,67.0373047 21.6623047,69.4753906 C20.1005859,71.9140625 17.5439453,73.3125 14.6484375,73.3125 L8.7890625,73.3125 C7.17109375,73.3125 5.859375,74.6242187 5.859375,76.2421875 C5.859375,87.5501953 15.0591797,96.75 26.3671875,96.75 L32.2265625,96.75 C33.8445312,96.75 35.15625,95.4382812 35.15625,93.8203125 L35.15625,82.1015625 C35.15625,80.4861328 36.4705078,79.171875 38.0859375,79.171875 C62.3402344,79.171875 82.421875,59.5501953 82.421875,35.2265625 L82.421875,32.296875 L89.9974609,32.296875 L94.9986328,37.2980469 C96.1425781,38.4421875 97.9976563,38.4423828 99.1417969,37.2980469 C100.285937,36.1539062 100.285937,34.2990234 99.1417969,33.1548828 L94.140625,28.1539062 Z M37.2589844,14.675 C39.0306641,18.5664062 41.4011719,22.2011719 44.2847656,25.4162109 C46.2841797,27.6455078 48.5183594,29.659375 50.934375,31.4240234 C45.8128906,30.5970703 40.8042969,29.1917969 36.0185547,27.2501953 C35.6021484,22.9714844 36.0246094,18.7257812 37.2589844,14.675 Z M79.4921875,26.4375 C77.8742188,26.4375 76.5625,27.7492187 76.5625,29.3671875 L76.5625,35.2265625 C76.5625,56.2271484 59.3019531,73.3125 38.0859375,73.3125 C33.2396484,73.3125 29.296875,77.2552734 29.296875,82.1015625 L29.296875,90.890625 L26.3671875,90.890625 C19.2931641,90.890625 13.3742188,85.8498047 12.0130859,79.171875 L14.6484375,79.171875 C19.5085938,79.171875 23.975,76.7285156 26.5962891,72.6359375 C29.2048828,68.5630859 29.565625,63.5132812 27.5658203,59.1134766 C28.6912109,59.3871094 29.8328125,59.6074219 30.9880859,59.7724609 C39.7654297,61.0269531 48.9943359,58.9494141 56.3080078,54.0736328 C57.6544922,53.1759766 58.0181641,51.3570312 57.1205078,50.0109375 C56.2228516,48.6646484 54.4041016,48.3009766 53.0578125,49.1982422 C46.928125,53.2847656 39.1863281,55.0246094 31.8166016,53.9720703 C17.0185547,51.8580078 5.859375,38.9912109 5.859375,24.0429687 L5.859375,13.0027344 L9.4390625,16.5822266 C23.3183594,30.4619141 42.2462891,38.15625 61.71875,38.15625 C62.8191406,38.15625 63.8265625,37.5398437 64.3273438,36.5601562 C72.8736328,19.8417969 73.2339844,19.1376953 73.2503906,19.1046875 C74.9734375,15.6583984 78.7974609,13.9802734 82.5484375,15.0232422 C85.8707031,15.946875 88.2816406,19.4119141 88.2816406,23.2626953 L88.2816406,26.4375 L79.4921875,26.4375 Z"
205
+ }),
206
+ DOWNLOAD: /*#__PURE__*/React.createElement("path", {
207
+ d: "M10 88h80v12H10V88zm80-52.88L50 76 10 35.12h22.818V0h34.364v35.12H90z"
208
+ }),
209
+ DRAG_STRIPES: /*#__PURE__*/React.createElement("path", {
210
+ d: "M0 34.25V28h100v6.25H0zM0 53v-6.25h100V53H0zm0 18.75V65.5h100v6.25H0z"
211
+ }),
212
+ DRAG_ARROW: /*#__PURE__*/React.createElement("path", {
213
+ d: "M99.315 48.532c.261.196.44.424.538.685.098.261.147.555.147.88 0 .262-.049.539-.147.833a1.493 1.493 0 0 1-.538.733l-.783.783-.098.098-12.426 11.252a2.265 2.265 0 0 1-1.664.685 2.265 2.265 0 0 1-1.663-.685l-.587-.782c-.457-.457-.636-.995-.538-1.615a2.43 2.43 0 0 1 .831-1.516l7.535-6.752H53.425v36.595l6.751-7.534c.457-.457.979-.734 1.566-.832.587-.098 1.109.082 1.565.538l.783.587c.457.457.685 1.011.685 1.664 0 .652-.228 1.207-.685 1.663L52.544 98.434v.098h-.098l-.783.783a1.53 1.53 0 0 1-.685.538c-.26.098-.554.147-.88.147-.261 0-.538-.049-.832-.147a1.493 1.493 0 0 1-.734-.538l-.782-.783-.098-.098-11.253-12.426a2.265 2.265 0 0 1-.685-1.664c0-.652.229-1.206.685-1.663l.783-.587c.457-.457.995-.636 1.614-.538a2.43 2.43 0 0 1 1.517.831l6.752 7.535v-36.79H9.98l7.633 6.75c.456.392.733.898.831 1.517.098.62-.081 1.158-.538 1.615l-.587.782a2.265 2.265 0 0 1-1.663.685 2.265 2.265 0 0 1-1.664-.685L1.566 52.544l-.098-.098-.783-.783c-.261-.195-.44-.44-.538-.733A2.634 2.634 0 0 1 0 50.098c0-.326.049-.62.147-.88.098-.262.277-.49.538-.686l.098-.195c.13-.261.31-.49.538-.685.228-.196.473-.36.734-.49l12.133-11.056a2.265 2.265 0 0 1 1.663-.685c.653 0 1.207.228 1.664.685l.587.782c.456.457.636.979.538 1.566-.098.587-.375 1.109-.832 1.566l-7.534 6.751h36.79V10.078l-6.75 7.535a2.43 2.43 0 0 1-1.518.831c-.62.098-1.157-.081-1.614-.538l-.783-.587a2.265 2.265 0 0 1-.685-1.663c0-.653.229-1.207.685-1.664L47.652 1.566l.098-.098.782-.783c.196-.261.44-.44.734-.538.294-.098.57-.147.832-.147.326 0 .62.049.88.147.261.098.49.277.685.538l.196.098c.261.13.49.31.685.538.196.228.359.473.49.734L64.09 14.188c.457.456.685 1.011.685 1.663 0 .653-.228 1.207-.685 1.664l-.783.587c-.456.456-.978.636-1.565.538-.587-.098-1.11-.375-1.566-.832l-6.85-7.534v36.595h36.4l-7.534-6.85c-.457-.456-.734-.978-.832-1.565-.098-.587.082-1.109.538-1.566l.587-.782a2.265 2.265 0 0 1 1.664-.685c.652 0 1.207.228 1.663.685l12.622 11.546h.098v.098l.783.782z"
214
+ }),
215
+ EDIT: /*#__PURE__*/React.createElement("path", {
216
+ d: "M0 79.22l61.299-61.298 20.779 20.78L20.779 100H0V79.22zm98.182-56.623l-10.39 10.39-20.779-20.78 10.39-10.389c2.424-2.424 4.935-2.424 7.532 0l13.247 13.247c2.424 2.597 2.424 5.108 0 7.532z"
217
+ }),
218
+ EDIT_OUTLINE: /*#__PURE__*/React.createElement("path", {
219
+ d: "M95.982 91.964c1.116 0 2.065.39 2.846 1.172.781.781 1.172 1.73 1.172 2.846s-.39 2.065-1.172 2.846c-.781.781-1.73 1.172-2.846 1.172H4.018c-1.116 0-2.065-.39-2.846-1.172C.39 98.047 0 97.098 0 95.982s.39-2.065 1.172-2.846c.781-.781 1.73-1.172 2.846-1.172h91.964zm-70.09-13.17c-1.487.596-2.79.335-3.905-.78-1.116-1.117-1.377-2.419-.782-3.907L32.366 47.88c.149-.446.41-.855.781-1.227L77.455 2.344C79.018.78 80.915 0 83.147 0s4.13.781 5.692 2.344l8.817 8.817C99.22 12.723 100 14.62 100 16.853s-.781 4.13-2.344 5.692l-44.308 44.42a4.44 4.44 0 0 1-1.116.669l-26.34 11.16zM83.148 8.037l-6.92 6.92 8.818 8.816 6.92-6.92-8.818-8.816zm-43.75 43.75l-6.473 15.29 15.29-6.473 31.139-31.139-8.817-8.817-31.139 31.139z"
220
+ }),
221
+ EXCLAMATION: /*#__PURE__*/React.createElement("path", {
222
+ d: "M62.92,2.61A2,2,0,0,0,61.49,2H39.09a2,2,0,0,0-1.44.61,1.94,1.94,0,0,0-.56,1.45l1.68,60.79a2,2,0,0,0,2,2h19a2,2,0,0,0,2-2L63.49,4.06A2,2,0,0,0,62.92,2.61Z M59.77,77h-19a2,2,0,0,0-2,2V96.57a2,2,0,0,0,2,2h19a2,2,0,0,0,2-2V79A2,2,0,0,0,59.77,77Z"
223
+ }),
224
+ EXIT_FULL_SCREEN: /*#__PURE__*/React.createElement("g", {
225
+ transform: "scale(5)"
226
+ }, /*#__PURE__*/React.createElement("path", {
227
+ d: "M5.80019 0.199951C6.01237 0.199951 6.21585 0.284237 6.36588 0.434266C6.51591 0.584295 6.60019 0.787778 6.60019 0.999951V5.79995C6.60019 6.01212 6.51591 6.21561 6.36588 6.36564C6.21585 6.51567 6.01237 6.59995 5.80019 6.59995H1.0002C0.788022 6.59995 0.584539 6.51567 0.43451 6.36564C0.284481 6.21561 0.200195 6.01212 0.200195 5.79995C0.200195 5.58778 0.284481 5.38429 0.43451 5.23427C0.584539 5.08424 0.788022 4.99995 1.0002 4.99995H5.0002V0.999951C5.0002 0.787778 5.08448 0.584295 5.23451 0.434266C5.38454 0.284237 5.58802 0.199951 5.80019 0.199951ZM12.2002 0.199951C12.4124 0.199951 12.6159 0.284237 12.7659 0.434266C12.9159 0.584295 13.0002 0.787778 13.0002 0.999951V4.99995H17.0002C17.2124 4.99995 17.4159 5.08424 17.5659 5.23427C17.7159 5.38429 17.8002 5.58778 17.8002 5.79995C17.8002 6.01212 17.7159 6.21561 17.5659 6.36564C17.4159 6.51567 17.2124 6.59995 17.0002 6.59995H12.2002C11.988 6.59995 11.7845 6.51567 11.6345 6.36564C11.4845 6.21561 11.4002 6.01212 11.4002 5.79995V0.999951C11.4002 0.787778 11.4845 0.584295 11.6345 0.434266C11.7845 0.284237 11.988 0.199951 12.2002 0.199951ZM0.200195 12.2C0.200195 11.9878 0.284481 11.7843 0.43451 11.6343C0.584539 11.4842 0.788022 11.4 1.0002 11.4H5.80019C6.01237 11.4 6.21585 11.4842 6.36588 11.6343C6.51591 11.7843 6.60019 11.9878 6.60019 12.2V17C6.60019 17.2121 6.51591 17.4156 6.36588 17.5656C6.21585 17.7157 6.01237 17.7999 5.80019 17.7999C5.58802 17.7999 5.38454 17.7157 5.23451 17.5656C5.08448 17.4156 5.0002 17.2121 5.0002 17V13H1.0002C0.788022 13 0.584539 12.9157 0.43451 12.7656C0.284481 12.6156 0.200195 12.4121 0.200195 12.2ZM11.4002 12.2C11.4002 11.9878 11.4845 11.7843 11.6345 11.6343C11.7845 11.4842 11.988 11.4 12.2002 11.4H17.0002C17.2124 11.4 17.4159 11.4842 17.5659 11.6343C17.7159 11.7843 17.8002 11.9878 17.8002 12.2C17.8002 12.4121 17.7159 12.6156 17.5659 12.7656C17.4159 12.9157 17.2124 13 17.0002 13H13.0002V17C13.0002 17.2121 12.9159 17.4156 12.7659 17.5656C12.6159 17.7157 12.4124 17.7999 12.2002 17.7999C11.988 17.7999 11.7845 17.7157 11.6345 17.5656C11.4845 17.4156 11.4002 17.2121 11.4002 17V12.2Z"
228
+ })),
229
+ EXTERNAL_LINK: /*#__PURE__*/React.createElement("path", {
230
+ d: "M78.5714286,58.7857143 L78.5714286,76.6428571 C78.5714286,85.515625 71.3727679,92.7142857 62.5,92.7142857 L16.0714286,92.7142857 C7.19866071,92.7142857 0,85.515625 0,76.6428571 L0,30.2142857 C0,21.3415179 7.19866071,14.1428571 16.0714286,14.1428571 L55.3571429,14.1428571 C56.3616071,14.1428571 57.1428571,14.9241071 57.1428571,15.9285714 L57.1428571,19.5 C57.1428571,20.5044643 56.3616071,21.2857143 55.3571429,21.2857143 L16.0714286,21.2857143 C11.1607143,21.2857143 7.14285714,25.3035714 7.14285714,30.2142857 L7.14285714,76.6428571 C7.14285714,81.5535714 11.1607143,85.5714286 16.0714286,85.5714286 L62.5,85.5714286 C67.4107143,85.5714286 71.4285714,81.5535714 71.4285714,76.6428571 L71.4285714,58.7857143 C71.4285714,57.78125 72.2098214,57 73.2142857,57 L76.7857143,57 C77.7901786,57 78.5714286,57.78125 78.5714286,58.7857143 Z M100,10.5714286 L100,39.1428571 C100,41.0959821 98.3816964,42.7142857 96.4285714,42.7142857 C95.4799107,42.7142857 94.5870536,42.3236607 93.9174107,41.6540179 L84.0959821,31.8325893 L47.7120536,68.2165179 C47.3772321,68.5513393 46.875,68.7745536 46.4285714,68.7745536 C45.9821429,68.7745536 45.4799107,68.5513393 45.1450893,68.2165179 L38.7834821,61.8549107 C38.4486607,61.5200893 38.2254464,61.0178571 38.2254464,60.5714286 C38.2254464,60.125 38.4486607,59.6227679 38.7834821,59.2879464 L75.1674107,22.9040179 L65.3459821,13.0825893 C64.6763393,12.4129464 64.2857143,11.5200893 64.2857143,10.5714286 C64.2857143,8.61830357 65.9040179,7 67.8571429,7 L96.4285714,7 C98.3816964,7 100,8.61830357 100,10.5714286 Z"
231
+ }),
232
+ EYE: /*#__PURE__*/React.createElement("path", {
233
+ d: "M92.857 49.143c-5.301-8.203-12.556-15.235-21.261-19.699A24.802 24.802 0 0 1 75 42c0 13.783-11.217 25-25 25S25 55.783 25 42c0-4.408 1.172-8.761 3.404-12.556-8.705 4.464-15.96 11.496-21.261 19.699 9.542 14.732 24.944 25 42.857 25s33.315-10.268 42.857-25zM52.68 27.714c0-1.45-1.228-2.678-2.679-2.678-9.32 0-16.964 7.645-16.964 16.964 0 1.45 1.227 2.679 2.678 2.679 1.451 0 2.679-1.228 2.679-2.679 0-6.362 5.245-11.607 11.607-11.607 1.45 0 2.679-1.228 2.679-2.679zM100 49.143c0 1.395-.446 2.678-1.116 3.85C88.616 69.902 69.81 81.286 50 81.286S11.384 69.846 1.116 52.993C.446 51.821 0 50.538 0 49.143s.446-2.679 1.116-3.85C11.384 28.44 30.19 17 50 17s38.616 11.44 48.884 28.292c.67 1.172 1.116 2.456 1.116 3.85z"
234
+ }),
235
+ EYE_SOLID: /*#__PURE__*/React.createElement("path", {
236
+ d: "M50 36.454c2.397 0 4.648.617 6.754 1.85a13.805 13.805 0 0 1 5.01 5.005c1.235 2.103 1.853 4.352 1.853 6.745 0 2.394-.618 4.643-1.852 6.746a13.805 13.805 0 0 1-5.011 5.005c-2.106 1.233-4.357 1.85-6.754 1.85-2.397 0-4.648-.617-6.754-1.85a13.805 13.805 0 0 1-5.01-5.005c-1.235-2.103-1.853-4.352-1.853-6.746 0-2.393.618-4.642 1.852-6.745a13.805 13.805 0 0 1 5.011-5.005c2.106-1.233 4.357-1.85 6.754-1.85zm0 36.34c4.14 0 7.952-1.016 11.438-3.047 3.486-2.03 6.245-4.787 8.279-8.269 2.033-3.481 3.05-7.29 3.05-11.424 0-4.134-1.017-7.942-3.05-11.424-2.034-3.481-4.793-6.237-8.28-8.268C57.953 28.33 54.14 27.315 50 27.315c-4.14 0-7.952 1.016-11.438 3.047-3.486 2.03-6.245 4.787-8.279 8.268-2.033 3.482-3.05 7.29-3.05 11.424 0 4.135 1.017 7.943 3.05 11.424 2.034 3.482 4.793 6.238 8.28 8.27 3.485 2.03 7.298 3.046 11.437 3.046zM50 16c7.48 0 14.597 1.45 21.35 4.352 6.537 2.829 12.292 6.818 17.267 11.968A53.225 53.225 0 0 1 100 50.054c-2.614 6.673-6.409 12.567-11.383 17.68A53.523 53.523 0 0 1 71.35 79.648C64.597 82.549 57.48 84 50 84c-7.48 0-14.597-1.45-21.35-4.352a53.523 53.523 0 0 1-17.267-11.914C6.41 62.621 2.614 56.727 0 50.054A53.225 53.225 0 0 1 11.383 32.32c4.975-5.15 10.73-9.14 17.266-11.968C35.403 17.451 42.52 16 50 16z"
237
+ }),
238
+ EYE_SLASHED: /*#__PURE__*/React.createElement("path", {
239
+ d: "M30.823 70.148l4.332-7.83a24.865 24.865 0 0 1-10.274-20.105c0-4.388 1.166-8.72 3.388-12.496-8.664 4.443-15.884 11.44-21.16 19.604 5.776 8.942 13.94 16.44 23.714 20.827zm21.605-42.153c0-1.444-1.222-2.666-2.666-2.666-9.275 0-16.884 7.609-16.884 16.884 0 1.444 1.222 2.665 2.666 2.665s2.666-1.221 2.666-2.665c0-6.387 5.22-11.552 11.552-11.552 1.444 0 2.666-1.222 2.666-2.666zm20.16-10.608c0 .111 0 .389-.056.5-11.718 20.938-23.325 41.987-35.044 62.924l-2.721 4.943a1.84 1.84 0 0 1-1.555.889c-1 0-6.276-3.221-7.442-3.888a1.773 1.773 0 0 1-.89-1.555c0-.888 1.89-3.888 2.445-4.832C16.55 71.481 7.498 63.15 1.11 53.154A7.028 7.028 0 0 1 0 49.32c0-1.332.389-2.72 1.11-3.832 10.997-16.883 28.158-28.157 48.652-28.157 3.332 0 6.72.333 9.997.944l2.999-5.387A1.773 1.773 0 0 1 64.313 12c1 0 6.22 3.221 7.386 3.888.556.333.889.888.889 1.5zm2.055 24.826c0 10.33-6.387 19.549-15.995 23.214l15.55-27.88c.278 1.555.445 3.11.445 4.666zm24.88 7.108c0 1.444-.388 2.61-1.11 3.833-1.722 2.832-3.888 5.553-6.054 8.053C81.474 73.703 66.48 81.31 49.762 81.31l4.11-7.33c16.161-1.39 29.879-11.22 38.543-24.66-4.11-6.386-9.386-11.996-15.662-16.328l3.5-6.22c6.886 4.61 13.828 11.552 18.16 18.716.722 1.222 1.11 2.388 1.11 3.832z"
240
+ }),
241
+ FACEBOOK: /*#__PURE__*/React.createElement("path", {
242
+ d: "M36.375 19.367v13.768H26V49.97h10.375V100h21.312V49.972H71.99s1.34-8.073 1.989-16.9h-16.21v-11.51c0-1.72 2.324-4.035 4.62-4.035H74V0H58.212C35.848-.001 36.375 16.851 36.375 19.367z"
243
+ }),
244
+ FILE: /*#__PURE__*/React.createElement("path", {
245
+ d: "M88.9196429,21.2053571 C90.984375,23.2700893 92.7142857,27.3995536 92.7142857,30.3571429 L92.7142857,94.6428571 C92.7142857,97.6004464 90.3147321,100 87.3571429,100 L12.3571429,100 C9.39955357,100 7,97.6004464 7,94.6428571 L7,5.35714286 C7,2.39955357 9.39955357,0 12.3571429,0 L62.3571429,0 C65.3147321,0 69.4441964,1.72991071 71.5089286,3.79464286 L88.9196429,21.2053571 Z M64.1428571,7.58928571 L64.1428571,28.5714286 L85.125,28.5714286 C84.7901786,27.6227679 84.2879464,26.6741071 83.8973214,26.2834821 L66.4308036,8.81696429 C66.0401786,8.42633929 65.0915179,7.92410714 64.1428571,7.58928571 Z M85.5714286,92.8571429 L85.5714286,35.7142857 L62.3571429,35.7142857 C59.3995536,35.7142857 57,33.3147321 57,30.3571429 L57,7.14285714 L14.1428571,7.14285714 L14.1428571,92.8571429 L85.5714286,92.8571429 Z M28.4285714,44.6428571 C28.4285714,43.6383929 29.2098214,42.8571429 30.2142857,42.8571429 L69.5,42.8571429 C70.5044643,42.8571429 71.2857143,43.6383929 71.2857143,44.6428571 L71.2857143,48.2142857 C71.2857143,49.21875 70.5044643,50 69.5,50 L30.2142857,50 C29.2098214,50 28.4285714,49.21875 28.4285714,48.2142857 L28.4285714,44.6428571 Z M69.5,57.1428571 C70.5044643,57.1428571 71.2857143,57.9241071 71.2857143,58.9285714 L71.2857143,62.5 C71.2857143,63.5044643 70.5044643,64.2857143 69.5,64.2857143 L30.2142857,64.2857143 C29.2098214,64.2857143 28.4285714,63.5044643 28.4285714,62.5 L28.4285714,58.9285714 C28.4285714,57.9241071 29.2098214,57.1428571 30.2142857,57.1428571 L69.5,57.1428571 Z M69.5,71.4285714 C70.5044643,71.4285714 71.2857143,72.2098214 71.2857143,73.2142857 L71.2857143,76.7857143 C71.2857143,77.7901786 70.5044643,78.5714286 69.5,78.5714286 L30.2142857,78.5714286 C29.2098214,78.5714286 28.4285714,77.7901786 28.4285714,76.7857143 L28.4285714,73.2142857 C28.4285714,72.2098214 29.2098214,71.4285714 30.2142857,71.4285714 L69.5,71.4285714 Z"
246
+ }),
247
+ FILE_ALTERNATE: /*#__PURE__*/React.createElement("path", {
248
+ d: "M 85.667969 20.582031 L 66.917969 1.832031 C 65.746094 0.660156 64.15625 0 62.5 0 L 18.75 0 C 15.296875 0 12.5 2.796875 12.5 6.25 L 12.5 93.75 C 12.5 97.203125 15.296875 100 18.75 100 L 81.25 100 C 84.703125 100 87.5 97.203125 87.5 93.75 L 87.5 25 C 87.5 23.34375 86.839844 21.753906 85.667969 20.582031 Z M 50 75 L 31.25 75 L 31.25 62.5 L 50 62.5 Z M 68.75 56.25 L 31.25 56.25 L 31.25 43.75 L 68.75 43.75 Z M 68.75 25 C 65.296875 25 62.5 22.203125 62.5 18.75 L 62.5 6.25 L 81.25 25 Z M 68.75 25 "
249
+ }),
250
+ FILE_PREVIEW: /*#__PURE__*/React.createElement("path", {
251
+ d: "M 68.421875 76.070312 C 71.367188 76.070312 73.683594 78.152344 73.683594 80.808594 C 73.683594 83.460938 71.367188 85.546875 68.421875 85.546875 C 65.472656 85.546875 63.15625 83.460938 63.15625 80.808594 C 63.15625 78.152344 65.472656 76.070312 68.421875 76.070312 M 68.421875 61.847656 C 54.050781 61.847656 41.789062 69.71875 36.84375 80.808594 C 41.789062 91.898438 54.050781 99.765625 68.421875 99.765625 C 82.789062 99.765625 95.050781 91.898438 100 80.808594 C 95.050781 69.71875 82.789062 61.847656 68.421875 61.847656 M 68.421875 92.65625 C 61.15625 92.65625 55.261719 87.351562 55.261719 80.808594 C 55.261719 74.265625 61.15625 68.960938 68.421875 68.960938 C 75.6875 68.960938 81.578125 74.265625 81.578125 80.808594 C 81.578125 87.351562 75.6875 92.65625 68.421875 92.65625 M 27.738281 85.546875 L 10.527344 85.546875 L 10.527344 9.710938 L 47.367188 9.710938 L 47.367188 33.410156 L 73.683594 33.410156 L 73.683594 52.703125 C 77.367188 53.082031 80.84375 53.886719 84.210938 55.023438 L 84.210938 28.671875 L 52.632812 0.234375 L 10.527344 0.234375 C 4.714844 0.234375 0 4.476562 0 9.710938 L 0 85.546875 C 0 90.785156 4.714844 95.027344 10.527344 95.027344 L 34.210938 95.027344 C 31.554688 92.164062 29.375 88.972656 27.738281 85.546875 Z M 27.738281 85.546875 "
252
+ }),
253
+ FILE_SOLID: /*#__PURE__*/React.createElement("path", {
254
+ d: "M54.072 34.976h27.765L54.072 7.452v27.524zM19.096 0H59.24l30.048 30.048v60.096c0 2.725-1.001 5.048-3.004 6.971C84.28 99.038 81.917 100 79.192 100H19.096c-2.724 0-5.088-.962-7.091-2.885C10.002 95.192 9 92.87 9 90.145l.24-80.29c0-2.724.962-5.047 2.885-6.97C14.048.962 16.372 0 19.096 0z"
255
+ }),
256
+ FILTER: /*#__PURE__*/React.createElement("path", {
257
+ d: "M75,70 C78.3137085,70 81,72.6862915 81,76 L81,79.357 L100,79.3571429 L100,90.5 L81,90.499 L81,94 C81,97.3137085 78.3137085,100 75,100 L68,100 C64.6862915,100 62,97.3137085 62,94 L62,90.499 L0,90.5 L0,79.3571429 L62,79.357 L62,76 C62,72.6862915 64.6862915,70 68,70 L75,70 Z M32,35 C35.3137085,35 38,37.6862915 38,41 L38,44.357 L100,44.3571429 L100,55.5 L38,55.499 L38,59 C38,62.3137085 35.3137085,65 32,65 L25,65 C21.6862915,65 19,62.3137085 19,59 L19,55.499 L0,55.5 L0,44.3571429 L19,44.357 L19,41 C19,37.6862915 21.6862915,35 25,35 L32,35 Z M75,0 C78.3137085,0 81,2.6862915 81,6 L81,9.357 L100,9.35714286 L100,20.5 L81,20.5 L81,24 C81,27.3137085 78.3137085,30 75,30 L68,30 C64.6862915,30 62,27.3137085 62,24 L62,20.5 L0,20.5 L0,9.35714286 L62,9.357 L62,6 C62,2.6862915 64.6862915,0 68,0 L75,0 Z"
258
+ }),
259
+ FLAG: /*#__PURE__*/React.createElement("path", {
260
+ d: "M65.618 15.636c5.728 0 12.824-1.823 21.286-5.468 2.083-.911 4.134-1.074 6.152-.488 2.018.586 3.677 1.692 4.98 3.32 1.301 1.627 1.952 3.547 1.952 5.76v46.87c0 1.562-.39 3.026-1.171 4.393a10.461 10.461 0 0 1-3.125 3.418c-7.942 5.208-16.274 7.811-24.997 7.811-3.255 0-6.574-.39-9.96-1.171-2.082-.39-4.947-1.172-8.592-2.344-2.994-.911-5.208-1.562-6.64-1.953-2.343-.52-4.491-.78-6.444-.78-5.208 0-9.83.52-13.866 1.562-3.254.78-6.965 2.148-11.131 4.1v16.21c0 .91-.293 1.66-.879 2.245-.586.586-1.334.879-2.246.879H7.813c-.912 0-1.66-.293-2.246-.879-.586-.586-.879-1.334-.879-2.246V17.59a10.378 10.378 0 0 1-3.417-3.515A9.048 9.048 0 0 1 0 9.387c0-2.734.977-5.013 2.93-6.835C4.883.729 7.227-.118 9.96.013c2.213.13 4.166.976 5.859 2.539 1.692 1.562 2.668 3.45 2.929 5.663.13 1.432 0 2.8-.39 4.101 5.077-1.953 10.284-2.93 15.622-2.93 3.255 0 6.575.391 9.96 1.173 2.083.39 4.947 1.171 8.593 2.343 2.994.911 5.207 1.562 6.64 1.953 2.343.52 4.49.781 6.444.781zm24.997 49.993V18.761c-3.516 1.692-7.421 3.06-11.718 4.1-4.947 1.433-9.374 2.149-13.28 2.149-2.603 0-5.337-.326-8.201-.977-1.693-.39-4.199-1.106-7.519-2.148-3.32-1.041-5.891-1.757-7.714-2.148-2.864-.65-5.598-.976-8.202-.976-3.775 0-7.55.65-11.326 1.952-3.255 1.172-6.12 2.604-8.593 4.297v45.306c2.994-1.432 6.835-2.57 11.522-3.417 4.687-.846 9.178-1.27 13.475-1.27 2.604 0 5.338.326 8.202.977 1.692.39 4.198 1.107 7.518 2.148 3.32 1.042 5.891 1.758 7.714 2.148 2.864.651 5.598.977 8.202.977 3.776 0 7.551-.651 11.327-1.953 3.255-1.172 6.119-2.604 8.593-4.297z"
261
+ }),
262
+ FOLDER: /*#__PURE__*/React.createElement("path", {
263
+ d: "M93.2949188,55.0639078 C93.2949188,53.5971713 91.671032,53.2304872 90.5185961,53.2304872 L33.525406,53.2304872 C30.7490833,53.2304872 27.082242,54.9591409 25.3012048,57.1068622 L9.90047145,76.1220534 C9.42902043,76.7506548 8.95756941,77.4316396 8.95756941,78.2173913 C8.95756941,79.6841278 10.5814563,80.0508119 11.7338921,80.0508119 L68.7270822,80.0508119 C71.5034049,80.0508119 75.1702462,78.3221582 76.9512834,76.1220534 L92.3520168,57.1068622 C92.8234678,56.5306443 93.2949188,55.8496595 93.2949188,55.0639078 Z M33.525406,46.525406 L73.7558931,46.525406 L73.7558931,38.1440545 C73.7558931,35.3677318 71.5034049,33.1152436 68.7270822,33.1152436 L38.5542169,33.1152436 C35.7778942,33.1152436 33.525406,30.8627554 33.525406,28.0864327 L33.525406,24.7338921 C33.525406,21.9575694 31.2729178,19.7050812 28.4965951,19.7050812 L11.7338921,19.7050812 C8.95756941,19.7050812 6.70508119,21.9575694 6.70508119,24.7338921 L6.70508119,69.4169722 L20.1152436,52.9161865 C23.1534835,49.1969618 28.7585123,46.525406 33.525406,46.525406 Z M100,55.0639078 C100,57.3687795 99.0047145,59.5688842 97.5903614,61.3499214 L82.1372446,80.3651126 C79.1513882,84.0319539 73.4415925,86.7558931 68.7270822,86.7558931 L11.7338921,86.7558931 C5.29072813,86.7558931 0,81.465165 0,75.022001 L0,24.7338921 C0,18.2907281 5.29072813,13 11.7338921,13 L28.4965951,13 C34.939759,13 40.2304872,18.2907281 40.2304872,24.7338921 L40.2304872,26.4101624 L68.7270822,26.4101624 C75.1702462,26.4101624 80.4609743,31.7008905 80.4609743,38.1440545 L80.4609743,46.525406 L90.5185961,46.525406 C94.0806705,46.525406 97.6427449,48.1492928 99.2142483,51.5018334 C99.7380828,52.6018858 100,53.8067051 100,55.0639078 Z"
264
+ }),
265
+ FULL_SCREEN: /*#__PURE__*/React.createElement("g", {
266
+ transform: "scale(5)"
267
+ }, /*#__PURE__*/React.createElement("path", {
268
+ d: "M1.5 2.75C1.5 2.06 2.06 1.5 2.75 1.5H4.75C4.94891 1.5 5.13968 1.42098 5.28033 1.28033C5.42098 1.13968 5.5 0.948912 5.5 0.75C5.5 0.551088 5.42098 0.360322 5.28033 0.21967C5.13968 0.0790175 4.94891 0 4.75 0H2.75C2.02065 0 1.32118 0.289731 0.805456 0.805456C0.289731 1.32118 0 2.02065 0 2.75V4.75C0 4.94891 0.0790175 5.13968 0.21967 5.28033C0.360322 5.42098 0.551088 5.5 0.75 5.5C0.948912 5.5 1.13968 5.42098 1.28033 5.28033C1.42098 5.13968 1.5 4.94891 1.5 4.75V2.75Z"
269
+ }), /*#__PURE__*/React.createElement("path", {
270
+ d: "M1.5 15.25C1.5 15.94 2.06 16.5 2.75 16.5H4.75C4.94891 16.5 5.13968 16.579 5.28033 16.7197C5.42098 16.8603 5.5 17.0511 5.5 17.25C5.5 17.4489 5.42098 17.6397 5.28033 17.7803C5.13968 17.921 4.94891 18 4.75 18H2.75C2.02065 18 1.32118 17.7103 0.805456 17.1945C0.289731 16.6788 0 15.9793 0 15.25V13.25C0 13.0511 0.0790175 12.8603 0.21967 12.7197C0.360322 12.579 0.551088 12.5 0.75 12.5C0.948912 12.5 1.13968 12.579 1.28033 12.7197C1.42098 12.8603 1.5 13.0511 1.5 13.25V15.25Z"
271
+ }), /*#__PURE__*/React.createElement("path", {
272
+ d: "M15.2501 1.5C15.9401 1.5 16.5001 2.06 16.5001 2.75V4.75C16.5001 4.94891 16.5791 5.13968 16.7197 5.28033C16.8604 5.42098 17.0512 5.5 17.2501 5.5C17.449 5.5 17.6398 5.42098 17.7804 5.28033C17.9211 5.13968 18.0001 4.94891 18.0001 4.75V2.75C18.0001 2.02065 17.7103 1.32118 17.1946 0.805456C16.6789 0.289731 15.9794 0 15.2501 0H13.2501C13.0512 0 12.8604 0.0790175 12.7198 0.21967C12.5791 0.360322 12.5001 0.551088 12.5001 0.75C12.5001 0.948912 12.5791 1.13968 12.7198 1.28033C12.8604 1.42098 13.0512 1.5 13.2501 1.5H15.2501Z"
273
+ }), /*#__PURE__*/React.createElement("path", {
274
+ d: "M16.5001 15.25C16.5001 15.94 15.9401 16.5 15.2501 16.5H13.2501C13.0512 16.5 12.8604 16.579 12.7198 16.7197C12.5791 16.8603 12.5001 17.0511 12.5001 17.25C12.5001 17.4489 12.5791 17.6397 12.7198 17.7803C12.8604 17.921 13.0512 18 13.2501 18H15.2501C15.9794 18 16.6789 17.7103 17.1946 17.1945C17.7103 16.6788 18.0001 15.9793 18.0001 15.25V13.25C18.0001 13.0511 17.9211 12.8603 17.7804 12.7197C17.6398 12.579 17.449 12.5 17.2501 12.5C17.0512 12.5 16.8604 12.579 16.7197 12.7197C16.5791 12.8603 16.5001 13.0511 16.5001 13.25V15.25Z"
275
+ })),
276
+ GLOBE: /*#__PURE__*/React.createElement("path", {
277
+ d: "M64.105 13.04a54.42 54.42 0 0 1 4.316 7.381h-15.79V2c3.11 1.63 7.406 5.212 11.474 11.04zm30.14 15.276C97.602 34.77 99.57 41.919 100 49.368H79.563c-.246-7.28-1.354-14.396-3.247-21.052h17.929zm-24.175 0c2.107 6.581 3.342 13.717 3.614 21.052H52.632V28.316H70.07zm-64.315 0h17.93c-1.894 6.656-3.003 13.772-3.248 21.052H0c.429-7.449 2.398-14.597 5.755-21.052zm14.682 26.316c.246 7.28 1.354 14.396 3.247 21.052H5.755C2.398 69.23.43 62.081 0 54.632h20.437zm10.786 37.047c1.76 2.915 3.666 5.505 5.62 7.69-8.064-2.196-15.455-6.524-21.514-12.711a49.459 49.459 0 0 1-4.803-5.71h15.521c1.443 3.81 3.173 7.413 5.176 10.731zm53.448-76.968a49.494 49.494 0 0 1 4.803 5.71H73.953C72.51 16.61 70.78 13.008 68.777 9.69c-1.76-2.915-3.666-5.505-5.62-7.689 8.064 2.196 15.456 6.524 21.514 12.71zm-48.777-1.672C39.963 7.212 44.26 3.63 47.368 2v18.421h-15.79a54.364 54.364 0 0 1 4.316-7.382zM15.33 14.711C21.387 8.524 28.78 4.196 36.842 2c-1.953 2.184-3.86 4.774-5.619 7.69-2.004 3.318-3.734 6.92-5.176 10.731h-15.52a49.46 49.46 0 0 1 4.802-5.71zm37.303 39.92h21.052c-.272 7.336-1.507 14.472-3.614 21.053H52.632V54.632zm26.93 0H100c-.429 7.45-2.398 14.598-5.755 21.053h-17.93c1.894-6.656 3.003-13.772 3.248-21.052zm-5.61 26.317h15.522a49.48 49.48 0 0 1-4.803 5.71c-6.059 6.187-13.45 10.515-21.513 12.71 1.953-2.183 3.86-4.774 5.619-7.689 2.004-3.318 3.734-6.92 5.176-10.731zm-42.373 0h15.79v18.42c-3.11-1.63-7.406-5.212-11.475-11.039a54.387 54.387 0 0 1-4.315-7.382zm21.053 0h15.79a54.365 54.365 0 0 1-4.316 7.381c-4.069 5.827-8.365 9.41-11.474 11.04V80.946zM26.316 54.631h21.052v21.052H29.93c-2.107-6.581-3.342-13.717-3.614-21.052zm3.614-26.316h17.438v21.052H26.316c.272-7.335 1.507-14.47 3.614-21.052z"
278
+ }),
279
+ GRADUATION_HAT: /*#__PURE__*/React.createElement("path", {
280
+ d: "M50.8331418,0.121215831 L51.0353139,0.189399736 L98.1056215,17.9628354 C99.2469788,18.3938961 100.002289,19.4879512 100.000005,20.7086542 C99.9978319,21.8651097 99.3163978,22.9058436 98.272915,23.3748166 L98.0957033,23.4476065 L94.1406256,24.9246571 L94.1406256,65.1529244 C97.5509647,66.3621835 100.000005,69.6184085 100.000005,73.4376831 C100.000005,75.6868284 99.1500856,77.7406612 97.7546694,79.2970575 C99.0795899,80.775634 99.913577,82.703147 99.9936634,84.8205627 L100.000005,85.1564319 L100.000005,97.0704932 C100.000005,98.6308949 98.7805127,99.9061111 97.2424714,99.9952077 L97.0703128,100.00018 L85.351564,100.00018 C83.7911623,100.00018 82.5159461,98.7806928 82.4268495,97.2426518 L82.4218768,97.0704932 L82.4218768,85.1564319 C82.4218768,82.9072867 83.2725543,80.8534539 84.6672074,79.2970575 C83.2725543,77.7406612 82.4218768,75.6868284 82.4218768,73.4376831 C82.4218768,69.7138904 84.7507164,66.5253467 88.0273559,65.2474337 L88.2812512,65.1529244 L88.2812512,27.1127673 L82.2265643,29.3741196 L82.2265643,50.7326074 C82.2265643,51.9304221 81.4971943,53.0076927 80.3848286,53.4524862 C70.6779511,57.3358477 60.4545635,59.3042313 50.0000052,59.3042313 C39.5454469,59.3042313 29.3220593,57.3358477 19.6151818,53.4524862 C18.5613616,53.0311029 17.8512827,52.042067 17.7794568,50.9206596 L17.773446,50.7326074 L17.773446,29.3741196 L1.90506993,23.4476065 C0.761423955,23.0211235 0.00229918977,21.9293572 5.16918902e-06,20.7086542 C-0.00215827468,19.5521988 0.674938975,18.5094106 1.71797741,18.0363291 L1.89515177,17.9628354 L48.9654594,0.189399736 C49.5655876,-0.0378799472 50.2213338,-0.0606079156 50.8331418,0.121215831 Z M91.2109384,82.2267447 C89.6534795,82.2267447 88.3755307,83.44907 88.2862352,84.9845774 L88.2812512,85.1564319 L88.2812512,94.140806 L94.1406256,94.140806 L94.1406256,85.1564319 C94.1406256,83.5412893 92.826081,82.2267447 91.2109384,82.2267447 Z M91.2109384,70.507996 C89.5957958,70.507996 88.2812512,71.8225405 88.2812512,73.4376831 C88.2812512,75.0535888 89.5957958,76.3673703 91.2109384,76.3673703 C92.826081,76.3673703 94.1406256,75.0535888 94.1406256,73.4376831 C94.1406256,71.8225405 92.826081,70.507996 91.2109384,70.507996 Z M76.3671899,31.5622297 L51.0253957,41.0264928 C50.4374237,41.245541 49.7970068,41.2698797 49.1979162,41.0995088 L48.9753775,41.0264928 L23.6328204,31.5622297 L23.6328204,48.7222621 C40.4747706,54.964452 58.7723166,55.0511491 75.6547,48.9823533 L76.3671899,48.7222621 L76.3671899,31.5622297 Z M50.0000052,6.06174405 L11.2632844,20.6880548 C14.0434355,21.7264153 48.7098746,34.6727337 50.0000052,35.1541483 C51.6911443,34.5227091 86.3187305,21.5914171 88.675261,20.7110198 L88.736726,20.6880548 L50.0000052,6.06174405 Z M50.0000052,17.7736264 C51.6181995,17.7736264 52.9296924,19.0851193 52.9296924,20.7033136 C52.9296924,22.321508 51.6181995,23.6330008 50.0000052,23.6330008 C48.3818108,23.6330008 47.070318,22.321508 47.070318,20.7033136 C47.070318,19.0851193 48.3818108,17.7736264 50.0000052,17.7736264 Z"
281
+ }),
282
+ GROUP: /*#__PURE__*/React.createElement("path", {
283
+ d: "M13.705618,20.5988764 C14.8,21.4337079 16.3617978,21.2235955 17.1977528,20.1303371 C24.5460674,10.5033708 35.6898876,4.98314607 47.7741573,4.98314607 C59.858427,4.98314607 71.0022472,10.5044944 78.3505618,20.1303371 C78.8404494,20.7730337 79.5820225,21.1101124 80.3325843,21.1101124 C80.8595506,21.1101124 81.3910112,20.9438202 81.841573,20.5988764 C82.9348315,19.7640449 83.1449438,18.2011236 82.3101124,17.1067416 C74.011236,6.23483146 61.4235955,0 47.7741573,0 C34.1247191,0 21.5359551,6.23483146 13.2370787,17.1067416 C12.4033708,18.2011236 12.6123596,19.7640449 13.705618,20.5988764 Z M74.252809,33.8865169 C74.252809,38.1764045 77.7426966,41.6662921 82.0325843,41.6662921 C86.3224719,41.6662921 89.8123596,38.1764045 89.8123596,33.8865169 C89.8123596,29.5966292 86.3224719,26.1067416 82.0325843,26.1067416 C77.7426966,26.1067416 74.252809,29.5966292 74.252809,33.8865169 Z M89.994382,44.2483146 C89.9764045,44.2426966 88.0157303,43.6404494 88.0157303,43.6404494 C87.305618,43.4235955 86.5348315,43.5573034 85.9404494,44.0022472 L82.0314607,46.9292135 L78.1224719,44.0022472 C77.5280899,43.5573034 76.7561798,43.4235955 76.047191,43.6404494 C76.047191,43.6404494 74.0865169,44.241573 74.0685393,44.2483146 C70.9146067,45.3 68.7955056,48.2404494 68.7955056,51.5640449 L68.7955056,63.3258427 C68.7955056,63.7797753 68.9280899,64.2235955 69.1775281,64.6022472 L73.1224719,70.605618 L73.1224719,86.3696629 C73.1224719,87.6539326 74.1629213,88.694382 75.447191,88.694382 L88.6146067,88.694382 C89.8988764,88.694382 90.9393258,87.6539326 90.9393258,86.3696629 L90.9393258,70.605618 L94.8842697,64.6022472 C95.1337079,64.2235955 95.2662921,63.7797753 95.2662921,63.3258427 L95.2662921,51.5640449 C95.2685393,48.2393258 93.1494382,45.3 89.994382,44.2483146 Z M13.5146067,41.6662921 C17.8044944,41.6662921 21.294382,38.1764045 21.294382,33.8865169 C21.294382,29.5966292 17.8044944,26.1067416 13.5146067,26.1067416 C9.2247191,26.1067416 5.73483146,29.5966292 5.73483146,33.8865169 C5.73483146,38.1764045 9.2247191,41.6662921 13.5146067,41.6662921 Z M21.4764045,44.2483146 C21.458427,44.2426966 19.4977528,43.6404494 19.4977528,43.6404494 C18.7876404,43.4235955 18.0168539,43.5573034 17.4224719,44.0022472 L13.5134831,46.9292135 L9.60449438,44.0022472 C9.01011236,43.5573034 8.23820225,43.4235955 7.52921348,43.6404494 C7.52921348,43.6404494 5.56853933,44.241573 5.5505618,44.2483146 C2.39662921,45.3 0.27752809,48.2404494 0.27752809,51.5640449 L0.27752809,63.3258427 C0.27752809,63.7797753 0.41011236,64.2235955 0.659550562,64.6022472 L4.60449438,70.605618 L4.60449438,86.3696629 C4.60449438,87.6539326 5.64494382,88.694382 6.92921348,88.694382 L20.0966292,88.694382 C21.3808989,88.694382 22.4213483,87.6539326 22.4213483,86.3696629 L22.4213483,70.605618 L26.3662921,64.6022472 C26.6157303,64.2235955 26.7483146,63.7797753 26.7483146,63.3258427 L26.7483146,51.5640449 C26.7494382,48.2393258 24.6303371,45.3 21.4764045,44.2483146 Z M57.8078652,22.9213483 C57.8078652,17.388764 53.305618,12.8865169 47.7730337,12.8865169 C42.2404494,12.8865169 37.7382022,17.388764 37.7382022,22.9213483 C37.7382022,28.4550562 42.2404494,32.9561798 47.7730337,32.9561798 C53.305618,32.9561798 57.8078652,28.4550562 57.8078652,22.9213483 Z M58.7955056,37.8202247 L58.7786517,37.8146067 L55.9146067,36.9359551 C55.4629213,36.7966292 54.9797753,37.0359551 54.8179775,37.4820225 L48.7955056,54.0067416 C48.4483146,54.9595506 47.1,54.9595506 46.752809,54.0067416 L40.7303371,37.4820225 C40.5988764,37.1224719 40.2595506,36.8966292 39.8955056,36.8966292 C39.8089888,36.8966292 36.7730337,37.8134831 36.7730337,37.8134831 C33.1146067,39.0325843 30.6696629,42.4247191 30.6696629,46.2595506 L30.6696629,63.7393258 C30.6696629,63.9123596 30.7202247,64.0820225 30.8157303,64.2280899 L37.1,73.7910112 L37.1,97.9876404 C37.1,98.4786517 37.4977528,98.8775281 37.9898876,98.8775281 L57.5595506,98.8775281 C58.0505618,98.8775281 58.4494382,98.4797753 58.4494382,97.9876404 L58.4494382,73.7898876 L64.7337079,64.2269663 C64.8292135,64.0820225 64.8797753,63.9123596 64.8797753,63.7382022 L64.8797753,46.2134831 C64.8786517,42.394382 62.4247191,39.0089888 58.7955056,37.8202247 Z M50.1269663,37.4719101 C49.8786517,37.2011236 49.5146067,37.0640449 49.1460674,37.0640449 L46.4011236,37.0640449 C46.0337079,37.0640449 45.6696629,37.2 45.4202247,37.4719101 C45.0348315,37.8921348 44.9786517,38.4977528 45.252809,38.9719101 L46.7202247,41.1842697 L46.0337079,46.9786517 L47.3865169,50.5764045 C47.5179775,50.9382022 48.0303371,50.9382022 48.1617978,50.5764045 L49.5146067,46.9786517 L48.8280899,41.1842697 L50.2955056,38.9719101 C50.5674157,38.4977528 50.5123596,37.8921348 50.1269663,37.4719101 Z"
284
+ }),
285
+ GUARANTEE: /*#__PURE__*/React.createElement("path", {
286
+ d: "M98.8010753,55.083871 C98.2483871,53.0817204 97.727957,51.1892473 97.727957,49.4623656 C97.727957,47.7354839 98.2483871,45.8430108 98.8010753,43.8408602 C99.6806452,40.6537634 100.588172,37.3569892 99.5021505,34.1526882 C98.3752688,30.8193548 95.5666667,28.6408602 92.8505376,26.5376344 C91.2225806,25.2752688 89.6849462,24.083871 88.6870968,22.772043 C87.672043,21.4344086 86.9537634,19.6494624 86.1967742,17.7591398 C84.9473118,14.6537634 83.6569892,11.4408602 80.7666667,9.42365591 C77.9236559,7.43655914 74.3752688,7.24516129 70.9505376,7.06236559 C68.8129032,6.9483871 66.7913978,6.83870968 65.0989247,6.31182796 C63.516129,5.81935484 61.8774194,4.79784946 60.144086,3.71612903 C57.3569892,1.97419355 54.1935484,0 50.5354839,0 C46.8774194,0 43.7139785,1.97419355 40.9258065,3.71827957 C39.1924731,4.8 37.5580645,5.82365591 35.9731183,6.31397849 C34.2784946,6.84086022 32.2580645,6.95053763 30.1204301,7.06451613 C26.6924731,7.24946237 23.1494624,7.43870968 20.3043011,9.42580645 C17.4139785,11.4430108 16.1236559,14.6537634 14.8741935,17.7591398 C14.1129032,19.6494624 13.3946237,21.4365591 12.3795699,22.7741935 C11.3817204,24.0903226 9.84408602,25.2817204 8.21612903,26.5462366 C5.50215054,28.6516129 2.69784946,30.8258065 1.57096774,34.1548387 C0.484946237,37.3612903 1.39247312,40.655914 2.26989247,43.8451613 C2.82258065,45.8473118 3.34301075,47.7376344 3.34301075,49.4645161 C3.34301075,51.1913978 2.82258065,53.083871 2.26989247,55.0860215 C1.39247312,58.2731183 0.484946237,61.5698925 1.57096774,64.7784946 C2.69784946,68.1075269 5.50430108,70.2860215 8.21827957,72.3892473 C9.84623656,73.6494624 11.383871,74.8430108 12.3795699,76.1548387 C13.3967742,77.4924731 14.1150538,79.2774194 14.8741935,81.1698925 C16.1236559,84.2752688 17.416129,87.488172 20.3086022,89.5096774 C23.1494624,91.4924731 26.6956989,91.6817204 30.1204301,91.8645161 C32.2580645,91.9784946 34.2795699,92.088172 35.972043,92.6150538 C37.5548387,93.1075269 39.1913978,94.1290323 40.9225806,95.2086022 C43.7129032,96.9483871 46.8763441,98.9247312 50.5354839,98.9247312 C54.1956989,98.9247312 57.3612903,96.9483871 60.1537634,95.2064516 C61.8849462,94.1268817 63.5193548,93.1053763 65.1043011,92.6129032 C66.7967742,92.0860215 68.8182796,91.9763441 70.955914,91.8623656 C74.383871,91.6795699 77.9268817,91.4903226 80.7677419,89.5075269 C83.6645161,87.4860215 84.9548387,84.2688172 86.2043011,81.1612903 C86.9634409,79.2731183 87.6795699,77.488172 88.6903226,76.1548387 C89.688172,74.8430108 91.2258065,73.6494624 92.8537634,72.3892473 C95.5698925,70.283871 98.3763441,68.1075269 99.5053763,64.7763441 C100.590323,61.5677419 99.6806452,58.2731183 98.8010753,55.083871 Z M95.4290323,63.3978495 C94.7172043,65.5010753 92.5301075,67.1956989 90.216129,68.9892473 C88.4419355,70.3655914 86.6053763,71.7892473 85.2634409,73.5526882 C83.9021505,75.3505376 83.0419355,77.488172 82.2096774,79.5591398 C81.1494624,82.2 80.1473118,84.6924731 78.3043011,85.9784946 C76.4677419,87.2602151 73.6784946,87.4086022 70.7247312,87.5655914 C68.4172043,87.688172 66.027957,87.8150538 63.8225806,88.5032258 C61.7129032,89.1634409 59.7602151,90.3784946 57.8741935,91.5569892 C55.3483871,93.1354839 52.9634409,94.6236559 50.5354839,94.6236559 C48.1075269,94.6236559 45.7247312,93.1354839 43.1989247,91.5569892 C41.3150538,90.3806452 39.3645161,89.1634409 37.2526882,88.5032258 C35.0462366,87.8172043 32.6569892,87.688172 30.3494624,87.5655914 C27.3946237,87.4086022 24.6032258,87.2580645 22.7698925,85.9784946 C20.9290323,84.6924731 19.9247312,82.2 18.8645161,79.5612903 C18.0322581,77.4903226 17.1698925,75.3505376 15.8064516,73.5526882 C14.4666667,71.7892473 12.6301075,70.3655914 10.8537634,68.9870968 C8.54193548,67.1935484 6.35698925,65.5010753 5.64516129,63.3978495 C4.98064516,61.4387097 5.67956989,58.9053763 6.4172043,56.2258065 C7.01935484,54.0344086 7.64301075,51.772043 7.64301075,49.4602151 C7.64301075,47.1483871 7.01935484,44.888172 6.4172043,42.6967742 C5.67741935,40.0172043 4.98064516,37.4860215 5.64516129,35.5268817 C6.35698925,33.4236559 8.53978495,31.7311828 10.8516129,29.9376344 C12.627957,28.5591398 14.4666667,27.1333333 15.8043011,25.3677419 C17.172043,23.5698925 18.0322581,21.427957 18.8666667,19.3569892 C19.9247312,16.7182796 20.9268817,14.227957 22.7655914,12.9462366 C24.6021505,11.6623656 27.3956989,11.5139785 30.3516129,11.3569892 C32.6569892,11.2322581 35.0462366,11.1053763 37.2505376,10.4172043 C39.3645161,9.75913978 41.3172043,8.53978495 43.2053763,7.36129032 C45.7268817,5.78924731 48.1096774,4.30107527 50.5354839,4.30107527 C52.9612903,4.30107527 55.3462366,5.78924731 57.8698925,7.3655914 C59.7580645,8.54623656 61.7086022,9.76344086 63.8225806,10.4215054 C66.0268817,11.1075269 68.4139785,11.2344086 70.7215054,11.3591398 C73.6784946,11.516129 76.4698925,11.6688172 78.3053763,12.9505376 C80.1462366,14.2365591 81.1483871,16.7268817 82.2064516,19.3612903 C83.0408602,21.4344086 83.8989247,23.5741935 85.2666667,25.372043 C86.6064516,27.1354839 88.4430108,28.5591398 90.2172043,29.9354839 C92.5311828,31.7311828 94.7182796,33.4258065 95.4301075,35.5333333 C96.0946237,37.488172 95.3935484,40.0193548 94.655914,42.6989247 C94.0516129,44.8903226 93.427957,47.1526882 93.427957,49.4645161 C93.427957,51.7763441 94.0494624,54.0387097 94.655914,56.227957 C95.3946237,58.9075269 96.0935484,61.4387097 95.4290323,63.3978495 Z M50.5376344,17.2043011 C32.7505376,17.2043011 18.2795699,31.6752688 18.2795699,49.4623656 C18.2795699,67.2494624 32.7505376,81.7204301 50.5376344,81.7204301 C68.3247312,81.7204301 82.7956989,67.2494624 82.7956989,49.4623656 C82.7956989,31.6752688 68.3247312,17.2043011 50.5376344,17.2043011 Z M50.5376344,77.4193548 C35.1225806,77.4193548 22.5806452,64.8774194 22.5806452,49.4623656 C22.5806452,34.0473118 35.1225806,21.5053763 50.5376344,21.5053763 C58.488172,21.5053763 65.655914,24.8580645 70.7526882,30.2043011 L50.2580645,59.0451613 L39.1548387,47.9419355 C38.3139785,47.1010753 36.9548387,47.1010753 36.1139785,47.9419355 C35.2731183,48.7827957 35.2731183,50.1419355 36.1139785,50.9827957 L49.0172043,63.8860215 C49.4215054,64.2924731 49.9698925,64.516129 50.5376344,64.516129 C50.5956989,64.516129 50.6580645,64.5139785 50.7182796,64.5075269 C51.3483871,64.455914 51.9247312,64.1268817 52.2903226,63.6107527 L73.5741935,33.6580645 C76.6709677,38.1569892 78.4946237,43.5978495 78.4946237,49.4623656 C78.4946237,64.8774194 65.9526882,77.4193548 50.5376344,77.4193548 Z"
287
+ }),
288
+ GITHUB: /*#__PURE__*/React.createElement("path", {
289
+ d: "M50 1c27.604 0 50 22.501 50 50.235 0 22.174-14.323 41.012-34.18 47.684-2.539.458-3.45-1.112-3.45-2.42 0-1.636.065-7.065.065-13.802 0-4.71-1.563-7.718-3.386-9.288 11.133-1.243 22.852-5.495 22.852-24.79 0-5.495-1.953-9.943-5.143-13.475.52-1.308 2.213-6.41-.521-13.344C72.07 20.492 62.5 26.968 62.5 26.968a46.87 46.87 0 0 0-12.5-1.7 46.87 46.87 0 0 0-12.5 1.7s-9.57-6.476-13.737-5.168c-2.734 6.934-1.042 12.036-.52 13.344-3.19 3.532-5.144 7.98-5.144 13.474 0 19.231 11.654 23.548 22.786 24.79-1.432 1.31-2.734 3.533-3.19 6.738-2.864 1.308-10.156 3.532-14.518-4.186-2.734-4.775-7.682-5.168-7.682-5.168-4.883-.065-.326 3.075-.326 3.075 3.255 1.504 5.534 7.326 5.534 7.326 2.93 8.96 16.862 5.952 16.862 5.952 0 4.186.065 8.11.065 9.354 0 1.308-.911 2.878-3.45 2.42C14.323 92.247 0 73.409 0 51.235 0 23.5 22.396 1 50 1zM18.058 72.76c-.112.223-.446.278-.725.111-.335-.167-.503-.446-.391-.67.112-.167.39-.223.725-.111.335.167.503.446.391.67zm3.944 2.27c-.223.223-.614.112-.893-.167-.279-.335-.334-.726-.111-.893.223-.223.614-.112.893.167.279.335.334.726.111.893zm.972 3.185c-.223.168-.67 0-.948-.39-.28-.391-.28-.837 0-1.005.279-.223.725-.056.948.335.28.39.28.837 0 1.06zm2.215 3.899c-.223.279-.725.223-1.116-.168-.39-.334-.502-.837-.223-1.06.223-.279.725-.223 1.116.168.335.334.446.837.223 1.06zm3.204.65c-.112.334-.614.502-1.06.334-.503-.111-.837-.502-.726-.837.112-.335.614-.502 1.06-.39.503.167.837.558.726.892zm6.028-.264c0 .335-.39.614-.893.614-.558.056-.949-.223-.949-.614 0-.335.39-.614.893-.614.502-.056.949.223.949.614zm2.972-.15c.056.335-.28.67-.781.781-.503.112-.95-.111-1.005-.446-.056-.39.28-.725.781-.837.503-.056.95.167 1.005.502z"
290
+ }),
291
+ HAND: /*#__PURE__*/React.createElement("path", {
292
+ d: "M 51 41 L 51 6.5 C 51 5.308594 50.527344 4.160156 49.683594 3.316406 C 48.839844 2.472656 47.695312 2 46.5 2 C 45.308594 2 44.164062 2.472656 43.320312 3.316406 C 42.476562 4.160156 42 5.308594 42 6.5 L 42 41 C 42 41.796875 41.683594 42.558594 41.121094 43.121094 C 40.558594 43.683594 39.796875 44 39 44 C 38.203125 44 37.441406 43.683594 36.878906 43.121094 C 36.316406 42.558594 36 41.796875 36 41 L 36 12.5 C 36 11.308594 35.527344 10.160156 34.683594 9.316406 C 33.839844 8.472656 32.695312 8 31.5 8 C 30.308594 8 29.164062 8.472656 28.320312 9.316406 C 27.476562 10.160156 27 11.308594 27 12.5 L 27 51.5 C 23.027344 48.945312 18.648438 47 15 47 C 9.175781 47 4.277344 48.945312 3.097656 53.695312 C 3.03125 53.980469 2.996094 54.269531 3 54.558594 C 3 55.460938 3.421875 56.3125 4.148438 56.851562 L 12.019531 62.761719 C 18.398438 67.539062 24.402344 73.953125 28.589844 80.691406 C 30.851562 84.339844 32.898438 88.113281 34.910156 91.898438 C 37.070312 95.964844 38.4375 98 45 98 L 63.277344 98 C 69 98 71.179688 94.800781 75 86 C 78.824219 77.199219 81 68.335938 81 65 L 81 21.5 C 81 20.308594 80.527344 19.160156 79.683594 18.316406 C 78.839844 17.472656 77.695312 17 76.5 17 C 75.308594 17 74.164062 17.472656 73.320312 18.316406 C 72.476562 19.160156 72 20.308594 72 21.5 L 72 44 C 72 44.796875 71.683594 45.558594 71.121094 46.121094 C 70.558594 46.683594 69.796875 47 69 47 C 68.203125 47 67.441406 46.683594 66.878906 46.121094 C 66.316406 45.558594 66 44.796875 66 44 L 66 12.5 C 66 11.308594 65.527344 10.160156 64.683594 9.316406 C 63.839844 8.472656 62.695312 8 61.5 8 C 60.308594 8 59.164062 8.472656 58.320312 9.316406 C 57.476562 10.160156 57 11.308594 57 12.5 L 57 41 C 57 41.796875 56.683594 42.558594 56.121094 43.121094 C 55.558594 43.683594 54.796875 44 54 44 C 53.203125 44 52.441406 43.683594 51.878906 43.121094 C 51.316406 42.558594 51 41.796875 51 41 Z M 51 41 "
293
+ }),
294
+ HAND_SHAKE: /*#__PURE__*/React.createElement("g", {
295
+ transform: "scale(4, 4)"
296
+ }, /*#__PURE__*/React.createElement("path", {
297
+ d: "M19.47 5.19703L17.685 3.41203C17.2899 3.02046 16.7562 2.80078 16.2 2.80078H7.695C7.14 2.80078 6.60375 3.02203 6.21 3.41203L4.425 5.19703H0V14.7858H2.4C3.06 14.7858 3.5925 14.2533 3.59625 13.597H3.9375L7.11 16.462C8.26875 17.4033 9.8775 17.4258 11.07 16.6045C11.5388 17.0095 12.045 17.2008 12.6112 17.2008C13.2937 17.2008 13.935 16.9233 14.4413 16.3008C15.27 16.627 16.2488 16.3983 16.8413 15.6708L17.8237 14.4595C18.0338 14.2008 18.165 13.9045 18.2325 13.597H20.4037C20.4075 14.2533 20.9438 14.7858 21.6 14.7858H24V5.19703H19.47ZM1.8 13.5858C1.47 13.5858 1.2 13.3158 1.2 12.9858C1.2 12.6558 1.47 12.3858 1.8 12.3858C2.13 12.3858 2.4 12.6558 2.4 12.9858C2.4 13.3195 2.13 13.5858 1.8 13.5858ZM16.425 13.327L15.4462 14.5345C15.3413 14.662 15.1538 14.6845 15.0225 14.5795L14.1263 13.852L13.0013 15.2208C12.7763 15.4945 12.4388 15.4008 12.3263 15.3108L10.9462 14.1295L10.3612 14.8495C9.84 15.4908 8.89125 15.5883 8.2875 15.097L4.63875 11.797H3.6V6.99328H5.17125L7.485 4.68328C7.56 4.65328 7.62375 4.62703 7.69875 4.59703H9.825L8.37375 5.92828C7.27125 6.93703 7.2075 8.63953 8.20875 9.72703C8.76375 10.3345 10.5037 11.272 12.015 9.89203L12.3225 9.61078L16.38 12.9033C16.5075 13.0083 16.5263 13.1995 16.425 13.327ZM20.4 11.797H17.805C17.7188 11.692 17.6213 11.5945 17.5163 11.5083L13.665 8.38078L14.1337 7.95328C14.3775 7.72828 14.3963 7.34953 14.1713 7.10578L13.7625 6.66703C13.5375 6.42328 13.1588 6.40828 12.915 6.62953L10.845 8.52703C10.4888 8.85328 9.88125 8.87953 9.5475 8.52703C9.19875 8.15578 9.22875 7.58578 9.5925 7.25578L12.0525 5.00203C12.33 4.74703 12.69 4.60828 13.065 4.60828L16.2038 4.60078C16.2825 4.60078 16.3575 4.63078 16.41 4.68703L18.7238 6.99703H20.4V11.797ZM22.2 13.5858C21.87 13.5858 21.6 13.3158 21.6 12.9858C21.6 12.6558 21.87 12.3858 22.2 12.3858C22.53 12.3858 22.8 12.6558 22.8 12.9858C22.8 13.3195 22.53 13.5858 22.2 13.5858Z",
298
+ fill: "black"
299
+ })),
300
+ HEART_SOLID: /*#__PURE__*/React.createElement("path", {
301
+ d: "M70.2671869,0.00578367886 C62.0106821,0.175011122 55.4322004,10.2969694 50.4088079,16.435491 L50,16.9444444 L49.9473203,16.8777242 C44.7675037,10.3413509 37.8875775,0 29.1666667,0 C20.75813,0 13.073799,3.91809096 7.65730922,10.8745703 C2.68904933,17.2560771 0,25.6552217 0,34.5443523 C0,44.1861136 3.30837693,53.107339 10.1835034,62.3625372 L10.6449783,62.979175 C15.3433819,69.2098498 20.3273045,74.3553258 32.9055337,86.4981639 L39.0029262,92.392972 C40.6072023,93.9512441 41.9342835,95.2502154 43.3420659,96.6399723 L44.372271,97.6590137 C45.8867126,99.1598747 47.8968307,100 50,100 C52.1029582,100 54.1126808,99.1598703 55.6251181,97.6616018 L59.6743735,93.6802846 C60.9359859,92.4498326 62.327744,91.1007809 64.0784565,89.4093382 L68.8964742,84.7561171 C80.5502276,73.4710873 85.2058091,68.5697661 89.8165953,62.3624042 C96.6916862,53.1070362 100,44.1860352 100,34.5443523 C100,25.6551677 97.3109198,17.2560325 92.3426895,10.874595 C86.926321,3.91799614 79.2419783,0 70.8333333,0 L70.2671869,0.00578367886 Z"
302
+ }),
303
+ HEART: /*#__PURE__*/React.createElement("path", {
304
+ d: "M92.342 8.645C87.429 3.07 80.613 0 73.15 0 62.655 0 56.01 6.268 52.284 11.527a38.193 38.193 0 0 0-2.48 4.02 38.16 38.16 0 0 0-2.479-4.02C43.599 6.268 36.955 0 26.459 0 18.996 0 12.18 3.07 7.267 8.645 2.581 13.963 0 21.085 0 28.699c0 8.288 3.236 15.997 10.184 24.26 6.21 7.385 15.142 14.998 25.487 23.812 3.854 3.285 7.84 6.682 12.084 10.395l.127.112c.55.481 1.237.722 1.923.722.686 0 1.372-.24 1.922-.722l.127-.112c4.244-3.713 8.23-7.11 12.085-10.395 10.344-8.814 19.277-16.427 25.486-23.812C96.373 44.696 99.61 36.987 99.61 28.7c0-7.614-2.58-14.736-7.267-20.054zM60.153 72.329a1351.73 1351.73 0 0 0-10.348 8.88 1358.657 1358.657 0 0 0-10.35-8.88C19.211 55.077 5.836 43.68 5.836 28.699c0-6.193 2.064-11.944 5.81-16.195 3.79-4.3 9.05-6.668 14.813-6.668 8.001 0 13.174 4.93 16.104 9.065 2.628 3.71 4 7.448 4.467 8.883a2.918 2.918 0 0 0 5.55 0c.467-1.435 1.838-5.174 4.466-8.883 2.93-4.135 8.103-9.065 16.104-9.065 5.763 0 11.024 2.368 14.813 6.668 3.746 4.25 5.81 10.002 5.81 16.195 0 14.982-13.375 26.378-33.62 43.63z"
305
+ }),
306
+ HELP: /*#__PURE__*/React.createElement("path", {
307
+ d: "M100 50c0 9.005-2.251 17.339-6.754 25C88.743 82.661 82.661 88.743 75 93.246 67.339 97.749 59.005 100 50 100s-17.339-2.251-25-6.754C17.339 88.743 11.257 82.661 6.754 75 2.251 67.339 0 59.005 0 50s2.251-17.339 6.754-25C11.257 17.339 17.339 11.257 25 6.754 32.661 2.251 40.995 0 50 0s17.339 2.251 25 6.754C82.661 11.257 88.743 17.339 93.246 25 97.749 32.661 100 40.995 100 50zM51.411 16.532c-5.376 0-10.013 1.143-13.911 3.428-3.629 2.016-6.855 5.174-9.677 9.475-.404.538-.538 1.11-.404 1.714.135.605.47 1.11 1.008 1.512l7.057 5.242c.403.403.94.571 1.613.504a2.208 2.208 0 0 0 1.613-.907c2.15-2.554 3.83-4.301 5.04-5.242 1.882-1.344 4.032-2.016 6.452-2.016 2.285 0 4.401.638 6.35 1.915 1.95 1.277 2.924 2.856 2.924 4.738 0 1.479-.605 2.756-1.815 3.83-.806.673-2.352 1.68-4.637 3.025l-.403.202c-3.36 1.881-5.712 3.561-7.056 5.04-2.42 2.554-3.63 5.578-3.63 9.073v.806c0 .672.236 1.243.706 1.714.47.47 1.042.705 1.714.705h11.29c.672 0 1.243-.235 1.714-.705.47-.47.706-1.042.706-1.714v-.202c0-1.075.537-2.016 1.612-2.822.672-.538 1.95-1.344 3.831-2.42 3.495-2.15 5.981-4.032 7.46-5.645 2.554-2.822 3.83-6.384 3.83-10.685 0-3.764-1.142-7.225-3.427-10.383-2.285-3.159-5.242-5.645-8.871-7.46-3.629-1.814-7.325-2.722-11.089-2.722zm-1.411 50c-2.554 0-4.738.908-6.552 2.722-1.815 1.815-2.722 3.999-2.722 6.552 0 2.554.907 4.738 2.722 6.553 1.814 1.814 3.998 2.722 6.552 2.722 2.554 0 4.738-.908 6.552-2.722 1.815-1.815 2.722-3.999 2.722-6.553 0-2.553-.907-4.737-2.722-6.552-1.814-1.814-3.998-2.722-6.552-2.722z"
308
+ }),
309
+ HOME: /*#__PURE__*/React.createElement("path", {
310
+ d: "M41,100 L35,100 L9.59311267,100 L9.59311267,36.9487547 L5.40637495,40.3302244 C4.75726508,40.9144233 4.01079993,41.2227458 3.1669571,41.2552013 C2.32311427,41.2876568 1.57664912,41.0117893 0.927539248,40.4275904 C0.343340365,39.7784805 0.0350178024,39.0320154 0.00256230898,38.1881725 C-0.0298931845,37.3443297 0.245974372,36.5978646 0.830173254,35.9487547 C6.70572104,31.5790425 11.4213144,28.0720017 14.9769534,25.4276323 L14.976102,3.50210135 C14.976102,1.63353795 16.4403796,0.106974903 18.2840668,0.00728021506 L18.476102,0.00210135233 L32.476102,0.00210135233 C34.3446654,0.00210135233 35.8712284,1.46637895 35.9709231,3.31006615 L35.976102,3.50210135 L35.9760699,9.81034883 C38.9540872,7.59556331 42.9147132,4.65000035 47.8579481,0.973659936 C48.1825031,0.649105001 48.5395081,0.405692451 48.9289741,0.243414984 C49.31844,0.0811375166 49.7079001,0 50.097366,0 C50.5517429,0 50.973658,0.0811375166 51.3631239,0.243414984 C51.6876788,0.378646207 51.9671533,0.570221237 52.201553,0.8181443 L52.3367838,0.973659936 L99.1698267,35.9487547 C99.7540256,36.5978646 100.029893,37.3443297 99.9974377,38.1881725 C99.9649822,39.0320154 99.6566596,39.7784805 99.0724608,40.4275904 C98.7479058,40.6872343 98.4071282,40.8981919 98.0501178,41.0604694 C97.6931074,41.2227468 97.3198748,41.3038843 96.9304089,41.3038843 C96.476032,41.3038843 96.0541169,41.2227468 95.664651,41.0604694 C95.340096,40.9252381 95.0606216,40.7336631 94.8262219,40.48574 L94.690991,40.3302244 L90.5042533,37.9487547 L90.5042533,100 L66,100 L60,100 L41,100 Z M50.097366,7.69191349 L29.9615419,22.5779219 L29.9615419,14.3524447 L20.976,20.966 L20.976102,27.2814488 L20.904,27.281 L20.9040213,28.5194723 L15.7271703,32.5225991 C15.7271703,32.6091471 15.7343825,32.6956942 15.7488071,32.7822416 L15.7758533,32.9120631 L15.8123656,33.1067951 L15.8245363,33.3015271 L15.8245363,93.7685764 L35,93.768 L35,60 L66,60 L66,93.768 L84.2728297,93.7685764 L84.2728297,33.9120631 C84.2728297,33.8146966 84.2910857,33.7173312 84.327598,33.6199653 L84.3701957,33.5225991 L50.097366,7.69191349 Z M60,66 L41,66 L41,93.768 L60,93.768 L60,66 Z M29.976102,6.00210135 L20.976102,6.00210135 L20.976,20.965 L21.4447059,20.6174907 C21.7998518,20.3533646 22.1443771,20.0971372 22.4782817,19.8488085 L22.971173,19.4822396 C24.9513529,18.0095572 27.2860384,16.2732248 29.9752295,14.2732426 L29.976102,6.00210135 Z"
311
+ }),
312
+ HOURGLASS: /*#__PURE__*/React.createElement("path", {
313
+ d: "M22.125,0 L78.375,0 C80.1007691,0 81.5,1.39923086 81.5,3.125 C81.5,4.79125986 80.1956041,6.15311305 78.552319,6.24505267 L78.375,6.25 L75.25,6.25 L75.25,28.125 C75.25,28.8845063 74.973053,29.6158049 74.4755741,30.1837347 L74.3344727,30.3344727 L54.6689453,50 L74.3344727,69.6655273 C74.871582,70.2026367 75.1932882,70.9154022 75.2431759,71.6686628 L75.25,71.875 L75.25,93.75 L78.375,93.75 C80.1007691,93.75 81.5,95.1492309 81.5,96.875 C81.5,98.5412599 80.1956041,99.903113 78.552319,99.9950527 L78.375,100 L22.125,100 C20.3992309,100 19,98.6007691 19,96.875 C19,95.2087401 20.3043959,93.846887 21.947681,93.7549473 L22.125,93.75 L25.25,93.75 L25.25,71.875 C25.25,71.1154937 25.526947,70.3841951 26.0244259,69.8162653 L26.1655273,69.6655273 L45.8310547,50 L26.1655273,30.3344727 C25.628418,29.7973633 25.3067118,29.0845978 25.2568241,28.3313372 L25.25,28.125 L25.25,6.25 L22.125,6.25 C20.3992309,6.25 19,4.85076914 19,3.125 C19,1.45874014 20.3043959,0.0968869538 21.947681,0.00494732839 L22.125,0 L78.375,0 Z M50.25,54.4189453 L31.5,73.1689453 L31.5,93.75 L69,93.75 L69,73.1689453 L50.25,54.4189453 Z M50.25,59.375 C51.9757691,59.375 53.375,60.7742309 53.375,62.5 L53.375,75 C53.375,76.7257691 51.9757691,78.125 50.25,78.125 C48.5242309,78.125 47.125,76.7257691 47.125,75 L47.125,62.5 C47.125,60.7742309 48.5242309,59.375 50.25,59.375 Z M69,6.25 L31.5,6.25 L31.5,26.8310547 L50.25,45.5810547 L69,26.8310547 L69,6.25 Z M63.3756104,15.625 C65.1013793,15.625 66.5006104,17.0242309 66.5006104,18.75 L66.5006104,24.3743896 C66.5006104,25.2029418 66.1710205,25.9979248 65.585083,26.5838623 L52.4587098,39.7094727 C51.8491211,40.3198242 51.0495605,40.625 50.25,40.625 C49.4504395,40.625 48.6508789,40.3198242 48.0405273,39.7094727 L34.914917,26.5838623 C34.3289795,25.9979248 33.9993896,25.2029418 33.9993896,24.3743896 L33.9993896,18.75 C33.9993896,17.0242309 35.3986207,15.625 37.1243896,15.625 L63.3756104,15.625 Z M60.2506104,21.875 L40.2493896,21.875 L40.2493896,23.0804443 L50.25,33.0810547 L60.2506104,23.0804443 L60.2506104,21.875 Z"
314
+ }),
315
+ JOB_SEARCH: /*#__PURE__*/React.createElement("path", {
316
+ d: "M15.827,32.038c0.429-0.545,0.867-1.081,1.325-1.598c0.584-0.672,1.198-1.335,1.841-1.968c2.309-2.309,4.861-4.286,7.637-5.932v-0.643c0-1.5-1.218-2.708-2.708-2.708h-3.01c-0.536,0-1.033,0.253-1.335,0.692l-4.442,6.283l-1.081-2.279l1.724-3.624c0.234-0.497-0.127-1.072-0.672-1.072h-3.448c-0.545,0-0.916,0.575-0.672,1.072l1.724,3.624l-1.062,2.24l-4.335-6.224c-0.302-0.438-0.808-0.711-1.344-0.711H2.803c-1.5,0-2.708,1.218-2.708,2.708v18.011h10.978C12.35,37.093,13.937,34.463,15.827,32.038z M4.625,8.728c0,4.812,3.916,8.728,8.728,8.728s8.728-3.916,8.728-8.728S18.165,0,13.353,0S4.625,3.916,4.625,8.728z M86.916,19.19c-0.536,0-1.033,0.253-1.335,0.692l-4.442,6.283l-1.081-2.279l1.724-3.624c0.234-0.497-0.127-1.072-0.672-1.072h-3.448c-0.545,0-0.916,0.575-0.672,1.072l1.724,3.624l-1.062,2.24l-4.325-6.224c-0.302-0.438-0.808-0.711-1.344-0.711h-3.166c-1.5,0-2.708,1.218-2.708,2.708v0.692c2.737,1.627,5.26,3.594,7.539,5.874c0.662,0.662,1.296,1.344,1.899,2.036c0.429,0.497,0.857,1.013,1.257,1.529c1.89,2.425,3.487,5.056,4.754,7.871h11.075V21.898c0-1.5-1.218-2.708-2.708-2.708H86.916z M70.639,8.728c0,4.812,3.916,8.728,8.728,8.728c4.812,0,8.728-3.916,8.728-8.728S84.179,0,79.367,0C74.555,0,70.639,3.916,70.639,8.728z M91.202,85.253l-11.972-9.176c-1.568,2.552-3.439,4.909-5.582,7.052c-0.175,0.175-0.36,0.351-0.545,0.526l12.166,9.322c0.886,0.682,1.929,1.003,2.961,1.003c1.461,0,2.913-0.653,3.867-1.909C93.735,89.948,93.336,86.889,91.202,85.253z M59.622,55.621c0-1.5-1.218-2.708-2.708-2.708h-3.01c-0.536,0-1.033,0.253-1.335,0.692l-4.442,6.283l-1.081-2.279l1.724-3.624c0.234-0.497-0.127-1.072-0.672-1.072h-3.448c-0.546,0-0.916,0.575-0.672,1.072l1.724,3.624l-1.062,2.24l-4.315-6.224c-0.302-0.438-0.808-0.711-1.344-0.711h-3.166c-1.5,0-2.708,1.218-2.708,2.708v18.011h26.525V55.621H59.622z M46.365,51.189c4.812,0,8.728-3.916,8.728-8.728c0-4.812-3.916-8.728-8.728-8.728s-8.728,3.916-8.728,8.728C37.637,47.273,41.553,51.189,46.365,51.189z M32.221,89.168c4.471,1.89,9.215,2.844,14.095,2.844c4.89,0,9.634-0.955,14.095-2.844c3.984-1.685,7.588-4.042,10.735-7.004c0.263-0.244,0.526-0.497,0.779-0.75c2.065-2.065,3.857-4.354,5.358-6.819c0.906-1.51,1.714-3.068,2.396-4.695c1.89-4.471,2.844-9.215,2.844-14.095s-0.955-9.634-2.844-14.095c-0.253-0.604-0.526-1.208-0.818-1.792c-1.753-3.594-4.081-6.858-6.945-9.721c-1.783-1.783-3.731-3.361-5.815-4.724c-1.802-1.179-3.702-2.192-5.698-3.039c-4.471-1.89-9.215-2.844-14.095-2.844c-4.89,0-9.634,0.955-14.095,2.844c-1.958,0.828-3.828,1.822-5.601,2.971c-2.124,1.373-4.101,2.971-5.913,4.783c-2.854,2.854-5.182,6.117-6.945,9.721c-0.282,0.584-0.565,1.188-0.818,1.792c-1.89,4.471-2.844,9.215-2.844,14.095s0.955,9.634,2.844,14.095c1.822,4.315,4.432,8.182,7.764,11.514C24.029,84.727,27.906,87.337,32.221,89.168z M26.026,39.909c0.195-0.244,0.39-0.487,0.594-0.721c0.468-0.555,0.955-1.091,1.481-1.607c4.87-4.87,11.338-7.549,18.225-7.549s13.355,2.679,18.216,7.549c0.555,0.555,1.081,1.13,1.578,1.724c0.166,0.205,0.331,0.399,0.497,0.614c3.555,4.52,5.474,10.053,5.474,15.887c0,6.887-2.679,13.355-7.549,18.225c-4.87,4.87-11.338,7.549-18.216,7.549c-6.877,0-13.355-2.679-18.216-7.549c-4.87-4.87-7.549-11.338-7.549-18.225C20.551,49.961,22.48,44.428,26.026,39.909z"
317
+ }),
318
+ JOB_OUTLINE: /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
319
+ d: "M50.4664 55.6434L10.3627 41.1042C9.25036 40.701 8.02045 41.2722 7.6156 42.3802C7.21075 43.4881 7.78427 44.7132 8.89658 45.1165L49.0003 59.6557C50.1126 60.0589 51.3425 59.4877 51.7474 58.3797C52.1522 57.2718 51.5787 56.0467 50.4664 55.6434Z"
320
+ }), /*#__PURE__*/React.createElement("path", {
321
+ d: "M50.6754 59.6616L90.7791 45.1224C91.8914 44.7192 92.4649 43.4941 92.0601 42.3862C91.6552 41.2782 90.4253 40.707 89.313 41.1102L49.2093 55.6494C48.097 56.0527 47.5235 57.2777 47.9283 58.3857C48.3332 59.4936 49.5631 60.0649 50.6754 59.6616Z"
322
+ }), /*#__PURE__*/React.createElement("path", {
323
+ d: "M84.0506 83H15.9494C13.577 82.9965 11.3027 82.0562 9.62516 80.3852C7.9476 78.7142 7.00358 76.4489 7.00002 74.0858V33.9986C6.99737 32.826 7.22685 31.6643 7.67533 30.5801C8.12381 29.4959 8.78249 28.5104 9.61369 27.68C10.4449 26.8496 11.4323 26.1905 12.5194 25.7406C13.6066 25.2906 14.7721 25.0585 15.9494 25.0577H84.0506C85.2279 25.0585 86.3934 25.2906 87.4805 25.7406C88.5677 26.1905 89.5551 26.8496 90.3863 27.68C91.2175 28.5104 91.8762 29.4959 92.3247 30.5801C92.7731 31.6643 93.0026 32.826 93 33.9986V74.1527C92.9805 76.5047 92.0292 78.7539 90.3532 80.4109C88.6772 82.0678 86.412 82.9983 84.0506 83ZM15.9494 29.0396C15.2965 29.0396 14.6501 29.168 14.0472 29.4175C13.4443 29.6669 12.8968 30.0325 12.4361 30.4933C11.9754 30.954 11.6106 31.5009 11.3626 32.1024C11.1146 32.704 10.9883 33.3484 10.991 33.9986V74.1527C10.9945 75.4603 11.5185 76.7131 12.448 77.6364C13.3775 78.5598 14.6367 79.0783 15.9494 79.0783H84.0506C85.3627 79.0783 86.6212 78.5596 87.5496 77.636C88.4781 76.7125 89.0005 75.4597 89.0023 74.1527V33.9986C89.0005 32.6917 88.4781 31.4389 87.5496 30.5153C86.6212 29.5918 85.3627 29.0731 84.0506 29.0731L15.9494 29.0396Z"
324
+ }), /*#__PURE__*/React.createElement("path", {
325
+ d: "M62.7656 28.4841H35.8906V22.9027C35.8924 21.3389 36.5164 19.8395 37.6259 18.7332C38.7354 17.6268 40.2399 17.0035 41.8098 17H56.8665C58.433 17.0088 59.9323 17.6344 61.0375 18.7402C62.1426 19.846 62.7638 21.3423 62.7656 22.9027V28.4841ZM39.9219 24.4687H58.7343V22.9027C58.7344 22.4033 58.5357 21.9243 58.1818 21.5705C57.8279 21.2168 57.3477 21.0172 56.8464 21.0154H41.7964C41.2974 21.0207 40.8206 21.2219 40.4697 21.5752C40.1187 21.9286 39.9218 22.4056 39.9219 22.9027V24.4687Z"
326
+ })),
327
+ IMAGE: /*#__PURE__*/React.createElement("path", {
328
+ d: "M82.5892857,39.5892857 C80.505942,41.6726295 77.9762054,42.7142857 75,42.7142857 C72.0237946,42.7142857 69.494058,41.6726295 67.4107143,39.5892857 C65.3273705,37.505942 64.2857143,34.9762054 64.2857143,32 C64.2857143,29.0237946 65.3273705,26.494058 67.4107143,24.4107143 C69.494058,22.3273705 72.0237946,21.2857143 75,21.2857143 C77.9762054,21.2857143 80.505942,22.3273705 82.5892857,24.4107143 C84.6726295,26.494058 85.7142857,29.0237946 85.7142857,32 C85.7142857,34.9762054 84.6726295,37.505942 82.5892857,39.5892857 Z M93.75,7 C95.5357232,7 97.0238036,7.59523214 98.2142857,8.78571429 C99.4047679,9.97619643 100,11.4642768 100,13.25 L100,86.4642857 C100,88.2500089 99.4047679,89.7380893 98.2142857,90.9285714 C97.0238036,92.1190536 95.5357232,92.7142857 93.75,92.7142857 L6.25,92.7142857 C4.46427679,92.7142857 2.97619643,92.1190536 1.78571429,90.9285714 C0.595232143,89.7380893 0,88.2500089 0,86.4642857 L0,13.25 C0,11.4642768 0.595232143,9.97619643 1.78571429,8.78571429 C2.97619643,7.59523214 4.46427679,7 6.25,7 L93.75,7 Z M70.7589286,51.1964286 L92.8571429,74.8571429 L92.8571429,16.8214286 C92.8571429,15.0357054 91.8898906,14.1428571 89.9553571,14.1428571 L10.0446429,14.1428571 C8.40772991,14.1428571 7.44047768,15.0357054 7.14285714,16.8214286 L7.14285714,74.8571429 L35.2678571,40.9285714 C36.4583393,39.7380893 37.7232076,39.1428571 39.0625,39.1428571 C40.6994129,39.1428571 41.9642813,39.6636853 42.8571429,40.7053571 L54.9107143,53.875 L55.8035714,54.7678571 C56.696433,55.3630982 57.5148772,55.6607143 58.2589286,55.6607143 C59.0029799,55.6607143 59.8958281,55.2886942 60.9375,54.5446429 L64.9553571,50.9732143 C65.997029,50.2291629 66.9642812,49.8571429 67.8571429,49.8571429 C69.047625,49.8571429 70.0148772,50.303567 70.7589286,51.1964286 Z",
329
+ id: "path-1"
330
+ }),
331
+ INFO: /*#__PURE__*/React.createElement("path", {
332
+ d: "M49.038 33.615c-3.205 0-4.807-1.602-4.807-4.807S45.833 24 49.038 24c3.206 0 4.808 1.603 4.808 4.808s-1.602 4.807-4.808 4.807zm4.808 36.539h3.846v1.923H42.308v-1.923h3.846V41.308h-3.846v-1.923h11.538v30.769zm-39.183-56.49C24.44 3.887 36.218-1 50-1c13.782 0 25.56 4.888 35.337 14.663C95.112 23.44 100 35.218 100 49c0 13.782-4.888 25.56-14.663 35.337C75.56 94.112 63.782 99 50 99c-13.782 0-25.56-4.888-35.337-14.663C4.888 74.56 0 62.782 0 49c0-13.782 4.888-25.56 14.663-35.337zm2.885 67.788C26.522 90.426 37.34 94.913 50 94.913c12.66 0 23.478-4.487 32.452-13.461C91.426 72.478 95.913 61.66 95.913 49c0-12.66-4.487-23.478-13.461-32.452C73.478 7.574 62.66 3.087 50 3.087c-12.66 0-23.478 4.487-32.452 13.461C8.574 25.522 4.087 36.34 4.087 49c0 12.66 4.487 23.478 13.461 32.452z"
333
+ }),
334
+ INFO_SOLID: /*#__PURE__*/React.createElement("path", {
335
+ d: "M99.997 49.33c.148 13.839-4.576 25.668-14.174 35.49-9.597 9.82-21.315 14.879-35.153 15.177-13.839.148-25.668-4.576-35.49-14.174C5.36 76.226.302 64.508.004 50.67-.145 36.83 4.58 25.002 14.177 15.18 23.774 5.36 35.492.302 49.33.004 63.17-.145 74.998 4.58 84.82 14.177c9.82 9.597 14.879 21.315 15.177 35.153zM55.134 19.868c-1.34-1.34-3.05-2.009-5.134-2.009-2.083 0-3.794.67-5.134 2.01-1.339 1.338-2.008 3.05-2.008 5.133s.67 3.794 2.008 5.133c1.34 1.34 3.05 2.01 5.134 2.01 2.083 0 3.794-.67 5.134-2.01 1.339-1.339 2.008-3.05 2.008-5.133s-.67-3.795-2.008-5.134zm4.687 61.157v-2.456h-4.91V40.18H40.178v2.679h4.91v35.711h-4.91v2.456h19.642z"
336
+ }),
337
+ INSTAGRAM: /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
338
+ d: "M68.75 0h-37.5C13.994 0 0 13.994 0 31.25v37.5C0 86.006 13.994 100 31.25 100h37.5C86.006 100 100 86.006 100 68.75v-37.5C100 13.994 86.006 0 68.75 0zm21.875 68.75c0 12.063-9.813 21.875-21.875 21.875h-37.5c-12.063 0-21.875-9.813-21.875-21.875v-37.5c0-12.063 9.813-21.875 21.875-21.875h37.5c12.063 0 21.875 9.813 21.875 21.875v37.5z"
339
+ }), ' ', /*#__PURE__*/React.createElement("path", {
340
+ d: "M52 26c-14.358 0-26 11.642-26 26 0 14.359 11.642 26 26 26 14.359 0 26-11.641 26-26 0-14.358-11.641-26-26-26zm0 42.25c-8.957 0-16.25-7.293-16.25-16.25 0-8.964 7.293-16.25 16.25-16.25S68.25 43.036 68.25 52c0 8.957-7.293 16.25-16.25 16.25z"
341
+ }), /*#__PURE__*/React.createElement("circle", {
342
+ cx: "77",
343
+ cy: "23",
344
+ r: "3"
345
+ })),
346
+ LIGHTBULB: /*#__PURE__*/React.createElement("path", {
347
+ d: "M65.02 83.54v3.812c0 3.035-2.228 5.559-5.128 5.989l-.94 3.464A4.311 4.311 0 0 1 54.79 100h-9.318a4.311 4.311 0 0 1-4.162-3.195l-.913-3.464a6.075 6.075 0 0 1-5.156-6.015v-3.813a3.667 3.667 0 0 1 3.679-3.68h22.422a3.707 3.707 0 0 1 3.679 3.706zm17.267-51.397a31.988 31.988 0 0 1-9.023 22.315 29.482 29.482 0 0 0-7.894 16.004 5.316 5.316 0 0 1-5.263 4.485H40.155c-2.604 0-4.86-1.88-5.236-4.458-.94-5.988-3.706-11.68-7.948-16.058-5.478-5.693-8.889-13.426-8.97-21.938A32.056 32.056 0 0 1 49.93 0c17.857-.134 32.357 14.312 32.357 32.142zM53.769 12.675a3.627 3.627 0 0 0-3.625-3.625c-12.781 0-23.2 10.392-23.2 23.2a3.627 3.627 0 0 0 3.625 3.626 3.627 3.627 0 0 0 3.625-3.625c0-8.808 7.17-15.95 15.95-15.95a3.61 3.61 0 0 0 3.626-3.626zM15.453 37.984a2.766 2.766 0 0 1-2.778 2.777H2.942a2.78 2.78 0 0 1-2.777-2.777 2.78 2.78 0 0 1 2.777-2.778h9.733a2.78 2.78 0 0 1 2.778 2.778zm82.222-2.769a2.78 2.78 0 0 1 2.778 2.778 2.78 2.78 0 0 1-2.778 2.778h-9.733a2.78 2.78 0 0 1-2.777-2.778 2.78 2.78 0 0 1 2.777-2.778h9.733zM21.11 61.111a2.745 2.745 0 0 1 3.91 0 2.77 2.77 0 0 1 0 3.93l-6.893 6.893a2.774 2.774 0 0 1-1.955.803 2.77 2.77 0 0 1-1.955-4.733l6.893-6.893zm64.12-45.432c-.72 0-1.42-.267-1.976-.802a2.77 2.77 0 0 1 0-3.93l6.893-6.894a2.77 2.77 0 0 1 3.93 0 2.77 2.77 0 0 1 0 3.93l-6.893 6.894a2.774 2.774 0 0 1-1.955.802zm-74.12-.823L4.198 7.963a2.77 2.77 0 0 1 0-3.93 2.77 2.77 0 0 1 3.93 0l6.893 6.893a2.77 2.77 0 0 1-1.955 4.732c-.7 0-1.42-.267-1.955-.802zm67.074 46.255l6.873 6.893a2.77 2.77 0 0 1-1.955 4.733c-.7 0-1.42-.268-1.955-.803l-6.893-6.893a2.77 2.77 0 0 1 0-3.93 2.77 2.77 0 0 1 3.93 0z"
348
+ }),
349
+ LIGHTNING_OUTLINE: /*#__PURE__*/React.createElement("g", {
350
+ transform: "scale(5)"
351
+ }, /*#__PURE__*/React.createElement("path", {
352
+ d: "M3.04391 9.85663L2.78474 10.2842L3.04391 9.85662C2.99699 9.82818 2.95876 9.78741 2.93339 9.73875C2.90802 9.69009 2.89649 9.6354 2.90004 9.58064C2.9036 9.52588 2.9221 9.47315 2.95355 9.42817L8.55332 1.4285C8.58992 1.37624 8.64224 1.33701 8.70266 1.3165C8.76308 1.296 8.82847 1.2953 8.88932 1.3145L8.91021 1.32109C8.96256 1.34182 9.00816 1.37692 9.04164 1.42255C9.07941 1.47402 9.09977 1.5362 9.09977 1.60004V1.60007V5.60007V6.10007H9.59977H12.7998H12.8C12.8549 6.10005 12.9087 6.11508 12.9556 6.14352C13.0026 6.17197 13.0408 6.21274 13.0661 6.2614C13.0915 6.31006 13.103 6.36474 13.0995 6.4195C13.0959 6.47427 13.0774 6.527 13.046 6.57197L7.44615 14.5717L7.44577 14.5723C7.40922 14.6247 7.35692 14.664 7.29647 14.6846C7.23602 14.7052 7.17058 14.7059 7.10968 14.6867C7.04877 14.6676 6.99557 14.6294 6.95782 14.5779C6.92006 14.5265 6.89973 14.4642 6.89977 14.4004V14.4001V10.4001V9.90007H6.39977H3.19977H3.19955C3.14467 9.9001 3.09084 9.88507 3.04391 9.85663Z",
353
+ stroke: "#666666"
354
+ })),
355
+ LINE: /*#__PURE__*/React.createElement("path", {
356
+ d: "M80.6781 39.0969C81.0311 39.0847 81.3829 39.1437 81.7126 39.2704C82.0422 39.3971 82.343 39.5888 82.597 39.8342C82.851 40.0796 83.053 40.3736 83.191 40.6987C83.3289 41.0238 83.4 41.3734 83.4 41.7266C83.4 42.0797 83.3289 42.4293 83.191 42.7544C83.053 43.0795 82.851 43.3735 82.597 43.6189C82.343 43.8643 82.0422 44.0561 81.7126 44.1827C81.3829 44.3094 81.0311 44.3684 80.6781 44.3563H73.3688V49.0438H80.6781C81.0332 49.0264 81.3881 49.0814 81.7213 49.2053C82.0545 49.3292 82.3591 49.5196 82.6165 49.7647C82.8739 50.0099 83.0789 50.3048 83.2189 50.6316C83.359 50.9583 83.4312 51.3101 83.4312 51.6656C83.4312 52.0211 83.359 52.3729 83.2189 52.6997C83.0789 53.0264 82.8739 53.3213 82.6165 53.5665C82.3591 53.8117 82.0545 54.002 81.7213 54.1259C81.3881 54.2499 81.0332 54.3048 80.6781 54.2875H70.75C70.056 54.285 69.3912 54.0078 68.901 53.5165C68.4108 53.0251 68.1352 52.3597 68.1344 51.6656V31.7906C68.1344 30.3438 69.3062 29.1563 70.75 29.1563H80.6969C81.3717 29.1911 82.0072 29.4842 82.4718 29.9749C82.9363 30.4656 83.1943 31.1161 83.1923 31.7918C83.1903 32.4675 82.9285 33.1165 82.461 33.6044C81.9935 34.0923 81.3562 34.3817 80.6813 34.4125H73.3719V39.1L80.6781 39.0969ZM64.6344 51.6625C64.6286 52.3585 64.3483 53.0241 63.8544 53.5145C63.3605 54.0049 62.6929 54.2805 61.9969 54.2813C61.5848 54.2853 61.1774 54.1933 60.8069 54.0127C60.4365 53.8321 60.1132 53.5678 59.8625 53.2406L49.6906 39.4063V51.6594C49.6906 52.3547 49.4144 53.0216 48.9227 53.5133C48.431 54.005 47.7641 54.2813 47.0688 54.2813C46.3734 54.2813 45.7065 54.005 45.2148 53.5133C44.7231 53.0216 44.4469 52.3547 44.4469 51.6594V31.7844C44.4469 30.6625 45.1812 29.6563 46.2375 29.2969C46.4983 29.2047 46.7734 29.1593 47.05 29.1625C47.8625 29.1625 48.6125 29.6031 49.1156 30.2219L59.3687 44.0875V31.7844C59.3687 30.3375 60.5406 29.15 61.9906 29.15C63.4406 29.15 64.6281 30.3375 64.6281 31.7844L64.6344 51.6625ZM40.7094 51.6625C40.7061 52.3596 40.4266 53.0269 39.9323 53.5183C39.4379 54.0097 38.7689 54.2852 38.0719 54.2844C37.38 54.2786 36.7184 53.9999 36.2309 53.509C35.7435 53.018 35.4696 52.3544 35.4688 51.6625V31.7875C35.4688 30.3406 36.6406 29.1531 38.0906 29.1531C39.5375 29.1531 40.7125 30.3406 40.7125 31.7875L40.7094 51.6625ZM30.4375 54.2844H20.4906C19.7943 54.2828 19.1268 54.0065 18.6329 53.5156C18.1391 53.0247 17.8589 52.3588 17.8531 51.6625V31.7875C17.8531 30.3406 19.0406 29.1531 20.4906 29.1531C21.9406 29.1531 23.1125 30.3406 23.1125 31.7875V49.0406H30.4375C31.1329 49.0406 31.7997 49.3169 32.2914 49.8086C32.7831 50.3003 33.0594 50.9671 33.0594 51.6625C33.0594 52.3579 32.7831 53.0248 32.2914 53.5164C31.7997 54.0081 31.1329 54.2844 30.4375 54.2844V54.2844ZM100 40.9656C100 18.5875 77.5531 0.375008 50 0.375008C22.4469 0.375008 0 18.5875 0 40.9656C0 61.0188 17.7906 77.8156 41.8125 81.0063C43.4406 81.3469 45.6531 82.0813 46.225 83.4656C46.7281 84.7156 46.55 86.6531 46.3875 87.975L45.7031 92.2219C45.5062 93.475 44.6937 97.1562 50.0656 94.9094C55.4531 92.6625 78.8906 77.9188 89.3875 65.8375C96.5656 57.9781 100 49.9031 100 40.9656Z"
357
+ }),
358
+ LINKEDIN: /*#__PURE__*/React.createElement("path", {
359
+ d: "M100 60.639V97H78.558V63.057c0-8.534-3.091-14.334-10.85-14.334-5.933 0-9.433 3.927-10.996 7.706-.562 1.36-.733 3.267-.733 5.148v35.419h-21.42s.287-57.467 0-63.418h21.424v8.988c-.029.074-.091.136-.12.218h.12v-.218c2.863-4.32 7.934-10.476 19.321-10.476C89.438 32.09 100 41.152 100 60.639zM12.13 3C4.8 3 0 7.73 0 13.969c0 6.07 4.658 10.96 11.854 10.96h.13c7.49 0 12.133-4.89 12.133-10.96C23.97 7.73 19.475 3 12.129 3zM1.28 97h21.428V33.574H1.28V97z"
360
+ }),
361
+ LOADING: /*#__PURE__*/React.createElement("path", {
362
+ d: "M 85.351562 14.648438 C 76 5.238281 63.269531 -0.0351562 50 0 C 36.730469 -0.0351562 24 5.238281 14.648438 14.648438 C 5.238281 24.003906 -0.0351562 36.730469 0 50 C -0.0351562 63.269531 5.238281 76 14.648438 85.351562 C 24 94.761719 36.730469 100.035156 50 100 C 63.351562 100 75.914062 94.800781 85.351562 85.351562 C 94.761719 75.996094 100.035156 63.269531 100 50 C 100 36.648438 94.800781 24.085938 85.351562 14.648438 Z M 82.140625 17.859375 C 90.691406 26.367188 95.484375 37.9375 95.453125 50 L 85.152344 50 C 85.140625 40.089844 80.949219 30.640625 73.609375 23.980469 C 66.269531 17.320312 56.460938 14.066406 46.59375 15.011719 L 46.59375 4.671875 C 59.804688 3.640625 72.800781 8.460938 82.140625 17.859375 Z M 50 80.601562 C 33.109375 80.578125 19.421875 66.890625 19.398438 50 C 19.398438 33.125 33.125 19.398438 50 19.398438 C 66.875 19.398438 80.601562 33.125 80.601562 50 C 80.601562 66.875 66.875 80.601562 50 80.601562 Z M 50 80.601562"
363
+ }),
364
+ LOCATION: /*#__PURE__*/React.createElement("path", {
365
+ d: "M24.491 10.268C31.485 3.423 39.893 0 49.714 0c9.822 0 18.23 3.423 25.224 10.268 6.994 6.845 10.49 15.104 10.49 24.777 0 7.738-2.976 17.038-8.928 27.901-5.952 10.864-11.905 19.792-17.857 26.786L49.714 100c-1.041-1.042-2.343-2.493-3.906-4.353-1.562-1.86-4.39-5.468-8.482-10.826-4.092-5.357-7.701-10.565-10.826-15.625-3.125-5.06-5.99-10.788-8.594-17.187C15.302 45.61 14 39.955 14 35.045c0-9.673 3.497-17.932 10.491-24.777zm16.072 33.705c2.53 2.381 5.58 3.572 9.151 3.572 3.572 0 6.585-1.228 9.04-3.683 2.456-2.456 3.684-5.395 3.684-8.817 0-3.423-1.228-6.362-3.684-8.817-2.455-2.456-5.468-3.683-9.04-3.683-3.571 0-6.585 1.227-9.04 3.683-2.455 2.455-3.683 5.394-3.683 8.817 0 3.422 1.19 6.398 3.571 8.928z"
366
+ }),
367
+ LOCK_SOLID: /*#__PURE__*/React.createElement("path", {
368
+ d: "M49.9090909,0 C67.3806818,0 81.7272727,14.3465909 81.7272727,31.8181439 L81.7272727,45.4545455 L86,45.4545455 C89.7642045,45.4545455 92.8181818,48.5085227 92.8181818,52.2727273 L92.8181818,93.1818182 C92.8181818,96.9460227 89.7642045,100 86,100 L13.8181818,100 C10.0539773,100 7,96.9460227 7,93.1818182 L7,52.2727273 C7,48.5085227 10.0539773,45.4545455 13.8181818,45.4545455 L18.0909091,45.4545455 L18.0909091,31.8181439 C18.0909091,14.3465909 32.4375,0 49.9090909,0 Z M49.9090909,13.6363636 C39.8948864,13.6363636 31.7272727,21.8039773 31.7272727,31.8181818 L31.7272727,31.8181818 L31.7272727,45.4545075 L68.0909091,45.4545075 L68.0909091,31.8181818 C68.0909091,21.8039773 59.9232955,13.6363636 49.9090909,13.6363636 Z"
369
+ }),
370
+ MAIL: /*#__PURE__*/React.createElement("path", {
371
+ d: "M86.768 8H13.232C5.936 8 0 14.11 0 21.618v56.764C0 85.89 5.936 92 13.232 92h73.536C94.064 92 100 85.89 100 78.382V21.618C100 14.11 94.064 8 86.768 8zm5.153 70.382c0 2.924-2.312 5.303-5.153 5.303H13.232c-2.841 0-5.153-2.38-5.153-5.303V21.618c0-2.924 2.312-5.303 5.153-5.303h73.536c2.841 0 5.153 2.38 5.153 5.303v56.764z M99.27 17.713a4.056 4.056 0 0 0-5.626-.987L50 47.086 6.356 16.726a4.055 4.055 0 0 0-5.626.987 3.998 3.998 0 0 0 .993 5.59l45.96 31.971A4.051 4.051 0 0 0 50 56c.81 0 1.62-.242 2.316-.726l45.96-31.97a3.998 3.998 0 0 0 .994-5.591z"
372
+ }),
373
+ MAIL_SOLID: /*#__PURE__*/React.createElement("path", {
374
+ d: "M90.402 10c2.53 0 4.762.967 6.696 2.902 1.935 1.934 2.902 4.166 2.902 6.696v59.375c0 2.53-.967 4.762-2.902 6.697-1.934 1.934-4.166 2.901-6.696 2.901H9.598c-2.53 0-4.762-.967-6.696-2.901C.967 83.735 0 81.503 0 78.973V19.598c0-2.53.967-4.762 2.902-6.696C4.836 10.967 7.068 10 9.598 10h80.804zm-1.116 20.313v-9.599L50 46.83 10.714 20.714v9.599L50 56.428l39.286-26.117z"
375
+ }),
376
+ MEDAL: /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
377
+ d: "M27.378,53.429C27.77,53.141,28,52.686,28,52.204V18.531C28,17.684,27.305,17,26.444,17H1.556 C0.695,17,0,17.684,0,18.531v33.673c0,0.481,0.23,0.935,0.622,1.224l11.822,8.724v2.386C5.455,65.303,0,71.145,0,78.224 C0,85.821,6.28,92,14,92s14-6.179,14-13.776c0-7.079-5.455-12.921-12.444-13.685v-2.386L27.378,53.429z M21.778,20.061h3.111 v31.378l-3.111,2.296V20.061z M6.222,53.735l-3.111-2.296V20.061h3.111V53.735z M24.889,78.224 c0,5.907-4.886,10.714-10.889,10.714S3.111,84.131,3.111,78.224S7.997,67.51,14,67.51S24.889,72.318,24.889,78.224z M14,59.474 l-4.667-3.444V20.061h9.333v35.969L14,59.474z"
378
+ }), ' ', /*#__PURE__*/React.createElement("path", {
379
+ d: "M61.31,36.631c0.431-0.286,0.69-0.765,0.69-1.279V1.537C62,0.687,61.307,0,60.45,0h-27.9 C31.693,0,31,0.687,31,1.537v33.815c0,0.513,0.259,0.993,0.69,1.279l13.26,8.766v4.9l-3.977,6.574H32.55 c-0.597,0-1.138,0.34-1.397,0.87c-0.257,0.533-0.186,1.165,0.186,1.628l5.427,6.725l-5.427,6.725 c-0.372,0.463-0.443,1.094-0.186,1.628c0.259,0.53,0.8,0.87,1.397,0.87h8.423l4.199,6.94C45.451,82.716,45.954,83,46.5,83 s1.049-0.284,1.328-0.745l4.199-6.94h8.423c0.597,0,1.138-0.34,1.397-0.87c0.257-0.533,0.186-1.165-0.186-1.628l-5.427-6.725 l5.427-6.725c0.372-0.463,0.443-1.094,0.186-1.628c-0.259-0.53-0.8-0.87-1.397-0.87h-8.423l-3.977-6.574v-4.9L61.31,36.631z M55.8,3.074h3.1V34.53l-3.1,2.049V3.074z M37.2,36.578l-3.1-2.049V3.074h3.1V36.578z M49.822,59.197 c0.279,0.463,0.783,0.747,1.328,0.747h6.074l-4.185,5.188c-0.453,0.561-0.453,1.36,0,1.921l4.185,5.188H51.15 c-0.546,0-1.049,0.284-1.328,0.745l-3.322,5.49l-3.322-5.489c-0.279-0.463-0.783-0.747-1.328-0.747h-6.074l4.185-5.188 c0.453-0.561,0.453-1.36,0-1.921l-4.185-5.188h6.074c0.546,0,1.049-0.284,1.328-0.745l3.322-5.49L49.822,59.197z M46.5,42.727 l-6.2-4.099V3.074h12.4v35.553L46.5,42.727z"
380
+ }), ' ', /*#__PURE__*/React.createElement("path", {
381
+ d: "M13.5,71C9.365,71,6,74.365,6,78.5S9.365,86,13.5,86s7.5-3.365,7.5-7.5S17.635,71,13.5,71z M13.5,83 C11.019,83,9,80.981,9,78.5s2.019-4.5,4.5-4.5s4.5,2.019,4.5,4.5S15.981,83,13.5,83z"
382
+ }), ' ', /*#__PURE__*/React.createElement("path", {
383
+ d: "M91.378,53.429C91.77,53.141,92,52.686,92,52.204V18.531C92,17.684,91.305,17,90.444,17H65.556 C64.695,17,64,17.684,64,18.531v33.673c0,0.481,0.23,0.935,0.622,1.224l11.822,8.724v2.386C69.455,65.303,64,71.145,64,78.224 C64,85.821,70.28,92,78,92s14-6.179,14-13.776c0-7.079-5.455-12.921-12.444-13.685v-2.386L91.378,53.429z M85.778,20.061h3.111 v31.378l-3.111,2.296V20.061z M70.222,53.735l-3.111-2.296V20.061h3.111V53.735z M88.889,78.224 c0,5.907-4.886,10.714-10.889,10.714s-10.889-4.808-10.889-10.714S71.997,67.51,78,67.51S88.889,72.318,88.889,78.224z M78,59.474 l-4.667-3.444V20.061h9.333v35.969L78,59.474z"
384
+ }), ' ', /*#__PURE__*/React.createElement("path", {
385
+ d: "M78.5,71c-4.135,0-7.5,3.365-7.5,7.5s3.365,7.5,7.5,7.5s7.5-3.365,7.5-7.5S82.635,71,78.5,71z M78.5,83 c-2.481,0-4.5-2.019-4.5-4.5s2.019-4.5,4.5-4.5s4.5,2.019,4.5,4.5S80.981,83,78.5,83z"
386
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
387
+ id: "Rectangle-path",
388
+ x: "51",
389
+ y: "86",
390
+ width: "3",
391
+ height: "3"
392
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
393
+ id: "Rectangle-path_1_",
394
+ x: "44",
395
+ y: "86",
396
+ width: "3",
397
+ height: "3"
398
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
399
+ id: "Rectangle-path_2_",
400
+ x: "38",
401
+ y: "86",
402
+ width: "3",
403
+ height: "3"
404
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
405
+ id: "Rectangle-path_3_",
406
+ x: "44",
407
+ y: "6",
408
+ width: "3",
409
+ height: "3"
410
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
411
+ id: "Rectangle-path_4_",
412
+ x: "44",
413
+ y: "12",
414
+ width: "3",
415
+ height: "3"
416
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
417
+ id: "Rectangle-path_5_",
418
+ x: "44",
419
+ y: "18",
420
+ width: "3",
421
+ height: "3"
422
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
423
+ id: "Rectangle-path_6_",
424
+ x: "44",
425
+ y: "25",
426
+ width: "3",
427
+ height: "3"
428
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
429
+ id: "Rectangle-path_7_",
430
+ x: "44",
431
+ y: "31",
432
+ width: "3",
433
+ height: "3"
434
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
435
+ id: "Rectangle-path_8_",
436
+ x: "44",
437
+ y: "37",
438
+ width: "3",
439
+ height: "3"
440
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
441
+ id: "Rectangle-path_9_",
442
+ x: "83",
443
+ y: "11",
444
+ width: "3",
445
+ height: "3"
446
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
447
+ id: "Rectangle-path_10_",
448
+ x: "77",
449
+ y: "11",
450
+ width: "3",
451
+ height: "3"
452
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
453
+ id: "Rectangle-path_11_",
454
+ x: "71",
455
+ y: "11",
456
+ width: "3",
457
+ height: "3"
458
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
459
+ id: "Rectangle-path_12_",
460
+ x: "18",
461
+ y: "11",
462
+ width: "3",
463
+ height: "3"
464
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
465
+ id: "Rectangle-path_13_",
466
+ x: "12",
467
+ y: "11",
468
+ width: "3",
469
+ height: "3"
470
+ }), ' ', /*#__PURE__*/React.createElement("rect", {
471
+ id: "Rectangle-path_14_",
472
+ x: "6",
473
+ y: "11",
474
+ width: "3",
475
+ height: "3"
476
+ })),
477
+ MENU: /*#__PURE__*/React.createElement("path", {
478
+ d: "M100,70 L100,82 L0,82 L0,70 L100,70 Z M100,44 L100,56 L0,56 L0,44 L100,44 Z M100,18 L100,30 L0,30 L0,18 L100,18 Z"
479
+ }),
480
+ MENU_HALF: /*#__PURE__*/React.createElement("path", {
481
+ d: "M0 14h100v8H0v-8zm20 32h80v8H20v-8zM0 78h100v8H0v-8z"
482
+ }),
483
+ MESSAGE_OUTLINE: /*#__PURE__*/React.createElement("g", {
484
+ transform: "scale(4)"
485
+ }, /*#__PURE__*/React.createElement("path", {
486
+ d: "M10.875 12C10.875 12.2984 10.9935 12.5845 11.2045 12.7955C11.4155 13.0065 11.7016 13.125 12 13.125C12.2984 13.125 12.5845 13.0065 12.7955 12.7955C13.0065 12.5845 13.125 12.2984 13.125 12C13.125 11.7016 13.0065 11.4155 12.7955 11.2045C12.5845 10.9935 12.2984 10.875 12 10.875C11.7016 10.875 11.4155 10.9935 11.2045 11.2045C10.9935 11.4155 10.875 11.7016 10.875 12ZM15.5625 12C15.5625 12.2984 15.681 12.5845 15.892 12.7955C16.103 13.0065 16.3891 13.125 16.6875 13.125C16.9859 13.125 17.272 13.0065 17.483 12.7955C17.694 12.5845 17.8125 12.2984 17.8125 12C17.8125 11.7016 17.694 11.4155 17.483 11.2045C17.272 10.9935 16.9859 10.875 16.6875 10.875C16.3891 10.875 16.103 10.9935 15.892 11.2045C15.681 11.4155 15.5625 11.7016 15.5625 12ZM6.18751 12C6.18751 12.2984 6.30604 12.5845 6.51702 12.7955C6.72799 13.0065 7.01414 13.125 7.31251 13.125C7.61088 13.125 7.89703 13.0065 8.10801 12.7955C8.31898 12.5845 8.43751 12.2984 8.43751 12C8.43751 11.7016 8.31898 11.4155 8.10801 11.2045C7.89703 10.9935 7.61088 10.875 7.31251 10.875C7.01414 10.875 6.72799 10.9935 6.51702 11.2045C6.30604 11.4155 6.18751 11.7016 6.18751 12ZM21.6844 7.93125C21.1547 6.67266 20.3953 5.54297 19.4274 4.57266C18.4662 3.60796 17.3251 2.84114 16.0688 2.31563C14.7797 1.77422 13.4109 1.5 12 1.5H11.9531C10.5328 1.50703 9.15704 1.78828 7.86329 2.34141C6.61772 2.87232 5.48735 3.64049 4.53517 4.60312C3.57657 5.57109 2.82423 6.69609 2.30392 7.95C1.76485 9.24844 1.49298 10.6289 1.50001 12.0492C1.50796 13.6769 1.89304 15.2806 2.62501 16.7344V20.2969C2.62501 20.5828 2.7386 20.857 2.94079 21.0592C3.14297 21.2614 3.4172 21.375 3.70314 21.375H7.26798C8.72179 22.107 10.3255 22.492 11.9531 22.5H12.0024C13.4063 22.5 14.768 22.2281 16.05 21.6961C17.3 21.1768 18.4368 20.419 19.3969 19.4648C20.3649 18.5063 21.1266 17.3859 21.6586 16.1367C22.2117 14.843 22.493 13.4672 22.5 12.0469C22.507 10.6195 22.2305 9.23438 21.6844 7.93125ZM18.143 18.1969C16.5 19.8234 14.3203 20.7188 12 20.7188H11.9602C10.5469 20.7117 9.14298 20.3602 7.90314 19.6992L7.70626 19.5938H4.40626V16.2938L4.30079 16.0969C3.63985 14.857 3.28829 13.4531 3.28126 12.0398C3.27189 9.70312 4.16485 7.50937 5.80314 5.85703C7.43907 4.20469 9.62579 3.29062 11.9625 3.28125H12.0024C13.1742 3.28125 14.3109 3.50859 15.382 3.95859C16.4274 4.39687 17.3649 5.02734 18.1711 5.83359C18.975 6.6375 19.6078 7.57734 20.0461 8.62266C20.5008 9.70547 20.7281 10.8539 20.7234 12.0398C20.7094 14.3742 19.793 16.5609 18.143 18.1969Z"
487
+ })),
488
+ MESSAGE_OUTLINE_INCOMING: /*#__PURE__*/React.createElement("g", {
489
+ transform: "scale(4)"
490
+ }, /*#__PURE__*/React.createElement("path", {
491
+ d: "M9.87513 11C9.87513 11.2984 9.99366 11.5845 10.2046 11.7955C10.4156 12.0065 10.7018 12.125 11.0001 12.125C11.2985 12.125 11.5846 12.0065 11.7956 11.7955C12.0066 11.5845 12.1251 11.2984 12.1251 11C12.1251 10.7016 12.0066 10.4155 11.7956 10.2045C11.5846 9.99353 11.2985 9.875 11.0001 9.875C10.7018 9.875 10.4156 9.99353 10.2046 10.2045C9.99366 10.4155 9.87513 10.7016 9.87513 11V11ZM14.5626 11C14.5626 11.2984 14.6812 11.5845 14.8921 11.7955C15.1031 12.0065 15.3893 12.125 15.6876 12.125C15.986 12.125 16.2721 12.0065 16.4831 11.7955C16.6941 11.5845 16.8126 11.2984 16.8126 11C16.8126 10.7016 16.6941 10.4155 16.4831 10.2045C16.2721 9.99353 15.986 9.875 15.6876 9.875C15.3893 9.875 15.1031 9.99353 14.8921 10.2045C14.6812 10.4155 14.5626 10.7016 14.5626 11ZM5.18763 11C5.18763 11.2984 5.30616 11.5845 5.51714 11.7955C5.72812 12.0065 6.01426 12.125 6.31263 12.125C6.611 12.125 6.89715 12.0065 7.10813 11.7955C7.31911 11.5845 7.43763 11.2984 7.43763 11C7.43763 10.7016 7.31911 10.4155 7.10813 10.2045C6.89715 9.99353 6.611 9.875 6.31263 9.875C6.01426 9.875 5.72812 9.99353 5.51714 10.2045C5.30616 10.4155 5.18763 10.7016 5.18763 11V11ZM20.6845 6.93125C20.1548 5.67266 19.3954 4.54297 18.4275 3.57266C17.4663 2.60796 16.3252 1.84114 15.0689 1.31563C13.7798 0.774219 12.4111 0.5 11.0001 0.5H10.9533C9.53295 0.507031 8.15716 0.788281 6.86341 1.34141C5.61785 1.87232 4.48747 2.64049 3.53529 3.60312C2.5767 4.57109 1.82435 5.69609 1.30404 6.95C0.764977 8.24844 0.493102 9.62891 0.500133 11.0492C0.508086 12.6769 0.893161 14.2806 1.62513 15.7344V19.2969C1.62513 19.5828 1.73872 19.857 1.94091 20.0592C2.1431 20.2614 2.41732 20.375 2.70326 20.375H6.2681C7.72192 21.107 9.32559 21.492 10.9533 21.5H11.0025C12.4064 21.5 13.7681 21.2281 15.0501 20.6961C16.3001 20.1768 17.4369 19.419 18.397 18.4648C19.365 17.5062 20.1267 16.3859 20.6587 15.1367C21.2119 13.843 21.4931 12.4672 21.5001 11.0469C21.5072 9.61953 21.2306 8.23437 20.6845 6.93125V6.93125ZM17.1431 17.1969C15.5001 18.8234 13.3204 19.7188 11.0001 19.7188H10.9603C9.54701 19.7117 8.1431 19.3602 6.90326 18.6992L6.70638 18.5938H3.40638V15.2938L3.30091 15.0969C2.63998 13.857 2.28841 12.4531 2.28138 11.0398C2.27201 8.70313 3.16498 6.50937 4.80326 4.85703C6.4392 3.20469 8.62591 2.29063 10.9626 2.28125H11.0025C12.1744 2.28125 13.3111 2.50859 14.3822 2.95859C15.4275 3.39687 16.365 4.02734 17.1712 4.83359C17.9751 5.6375 18.6079 6.57734 19.0462 7.62266C19.5009 8.70547 19.7283 9.85391 19.7236 11.0398C19.7095 13.3742 18.7931 15.5609 17.1431 17.1969V17.1969Z"
492
+ }), /*#__PURE__*/React.createElement("ellipse", {
493
+ cx: "17.5",
494
+ cy: "6.8402",
495
+ rx: "4.5",
496
+ ry: "4.8695",
497
+ fill: "#F01818"
498
+ })),
499
+ MIC: /*#__PURE__*/React.createElement("g", {
500
+ transform: "scale(4, 4)"
501
+ }, /*#__PURE__*/React.createElement("path", {
502
+ d: "M3.25 18.75C3.25 18.3358 3.58579 18 4 18H10C10.4142 18 10.75 18.3358 10.75 18.75C10.75 19.1642 10.4142 19.5 10 19.5H4C3.58579 19.5 3.25 19.1642 3.25 18.75Z"
503
+ }), /*#__PURE__*/React.createElement("path", {
504
+ d: "M1 6.75C1.41421 6.75 1.75 7.08579 1.75 7.5V9C1.75 11.8858 4.11421 14.25 7 14.25C9.88579 14.25 12.25 11.8858 12.25 9V7.5C12.25 7.08579 12.5858 6.75 13 6.75C13.4142 6.75 13.75 7.08579 13.75 7.5V9C13.75 12.7142 10.7142 15.75 7 15.75C3.28579 15.75 0.25 12.7142 0.25 9V7.5C0.25 7.08579 0.585786 6.75 1 6.75Z"
505
+ }), /*#__PURE__*/React.createElement("path", {
506
+ d: "M7 14.25C7.41421 14.25 7.75 14.5858 7.75 15V18.75C7.75 19.1642 7.41421 19.5 7 19.5C6.58579 19.5 6.25 19.1642 6.25 18.75V15C6.25 14.5858 6.58579 14.25 7 14.25Z"
507
+ }), /*#__PURE__*/React.createElement("path", {
508
+ d: "M7.00003 12.75C6.50505 12.7489 6.01534 12.6483 5.55999 12.4542C5.10463 12.2602 4.6929 11.9766 4.34925 11.6203C3.64573 10.9108 3.2507 9.95232 3.25003 8.95315V3.75003C3.24811 3.25703 3.34379 2.76853 3.53157 2.3127C3.71934 1.85686 3.99549 1.4427 4.34409 1.09409C4.6927 0.745491 5.10686 0.469341 5.56269 0.281566C6.01853 0.0937917 6.50703 -0.00189317 7.00003 2.83769e-05C9.10284 2.83769e-05 10.75 1.64722 10.75 3.75003V8.95315C10.75 11.0466 9.06768 12.75 7.00003 12.75Z"
509
+ })),
510
+ MIC_OFF: /*#__PURE__*/React.createElement("g", {
511
+ transform: "scale(4, 4)"
512
+ }, /*#__PURE__*/React.createElement("path", {
513
+ d: "M15.5802 12.7502C15.8513 12.2063 15.9949 11.6078 16.0002 11.0002V6.00017C15.9891 5.01237 15.6129 4.0636 14.9441 3.33662C14.2752 2.60964 13.361 2.15588 12.3775 2.06275C11.3941 1.96961 10.4109 2.2437 9.6175 2.83221C8.82406 3.42071 8.27646 4.28201 8.08019 5.25017L15.5802 12.7502ZM19.0002 11.0002C19.0002 10.735 18.8948 10.4806 18.7073 10.2931C18.5198 10.1055 18.2654 10.0002 18.0002 10.0002C17.735 10.0002 17.4806 10.1055 17.2931 10.2931C17.1055 10.4806 17.0002 10.735 17.0002 11.0002C16.9973 11.8738 16.7589 12.7306 16.3102 13.4802L17.7802 15.0002C18.5849 13.8223 19.0106 12.4267 19.0002 11.0002ZM12.0002 15.0002H12.1602L8.00019 10.8302V11.0002C8.00019 12.061 8.42161 13.0785 9.17176 13.8286C9.9219 14.5787 10.9393 15.0002 12.0002 15.0002ZM20.7102 19.2902L4.71019 3.29017C4.61695 3.19694 4.50626 3.12297 4.38443 3.07251C4.26261 3.02205 4.13204 2.99608 4.00019 2.99608C3.86833 2.99608 3.73776 3.02205 3.61594 3.07251C3.49411 3.12297 3.38342 3.19694 3.29019 3.29017C3.10188 3.47848 2.99609 3.73387 2.99609 4.00017C2.99609 4.26648 3.10188 4.52187 3.29019 4.71017L19.2902 20.7102C19.3831 20.8039 19.4937 20.8783 19.6156 20.9291C19.7375 20.9798 19.8682 21.006 20.0002 21.006C20.1322 21.006 20.2629 20.9798 20.3848 20.9291C20.5066 20.8783 20.6172 20.8039 20.7102 20.7102C20.8039 20.6172 20.8783 20.5066 20.9291 20.3848C20.9798 20.2629 21.006 20.1322 21.006 20.0002C21.006 19.8682 20.9798 19.7375 20.9291 19.6156C20.8783 19.4937 20.8039 19.3831 20.7102 19.2902Z"
514
+ }), /*#__PURE__*/React.createElement("path", {
515
+ d: "M15 20H13V17.92C13.5659 17.8412 14.12 17.6935 14.65 17.48L13.05 15.88C12.7058 15.9605 12.3535 16.0007 12 16C10.6739 16 9.40215 15.4732 8.46447 14.5355C7.52678 13.5979 7 12.3261 7 11C7 10.7348 6.89464 10.4804 6.70711 10.2929C6.51957 10.1054 6.26522 10 6 10C5.73478 10 5.48043 10.1054 5.29289 10.2929C5.10536 10.4804 5 10.7348 5 11C5.00197 12.6818 5.60941 14.3068 6.71118 15.5775C7.81295 16.8482 9.3354 17.6797 11 17.92V20H9C8.73478 20 8.48043 20.1054 8.29289 20.2929C8.10536 20.4804 8 20.7348 8 21C8 21.2652 8.10536 21.5196 8.29289 21.7071C8.48043 21.8946 8.73478 22 9 22H15C15.2652 22 15.5196 21.8946 15.7071 21.7071C15.8946 21.5196 16 21.2652 16 21C16 20.7348 15.8946 20.4804 15.7071 20.2929C15.5196 20.1054 15.2652 20 15 20Z"
516
+ }), /*#__PURE__*/React.createElement("path", {
517
+ d: "M20.7141 19.2902L4.71409 3.29017C4.62085 3.19694 4.51016 3.12297 4.38834 3.07251C4.26652 3.02205 4.13595 2.99608 4.00409 2.99608C3.87223 2.99608 3.74166 3.02205 3.61984 3.07251C3.49802 3.12297 3.38733 3.19694 3.29409 3.29017C3.10579 3.47848 3 3.73387 3 4.00017C3 4.26648 3.10579 4.52187 3.29409 4.71017L19.2941 20.7102C19.3871 20.8039 19.4977 20.8783 19.6195 20.9291C19.7414 20.9798 19.8721 21.006 20.0041 21.006C20.1361 21.006 20.2668 20.9798 20.3887 20.9291C20.5105 20.8783 20.6211 20.8039 20.7141 20.7102C20.8078 20.6172 20.8822 20.5066 20.933 20.3848C20.9838 20.2629 21.0099 20.1322 21.0099 20.0002C21.0099 19.8682 20.9838 19.7375 20.933 19.6156C20.8822 19.4937 20.8078 19.3831 20.7141 19.2902Z",
518
+ fill: "#F05255"
519
+ })),
520
+ MINUS: /*#__PURE__*/React.createElement("polygon", {
521
+ points: "100 56.0893471 0 56.0893471 0 42 100 42"
522
+ }),
523
+ MINUS_CIRCLE: /*#__PURE__*/React.createElement("path", {
524
+ d: "M75.098 6.738C82.78 11.165 88.85 17.22 93.31 24.902 97.77 32.585 100 40.95 100 50s-2.23 17.415-6.69 25.098C88.85 82.78 82.78 88.85 75.099 93.31 67.415 97.77 59.05 100 50 100s-17.415-2.23-25.098-6.69C17.22 88.85 11.15 82.78 6.69 75.099 2.23 67.415 0 59.05 0 50s2.23-17.415 6.69-25.098C11.15 17.22 17.22 11.15 24.901 6.69 32.585 2.23 40.95 0 50 0s17.415 2.246 25.098 6.738zm5.273 73.633A43.47 43.47 0 0 0 89.648 66.7c2.214-5.273 3.32-10.84 3.32-16.699 0-5.86-1.139-11.426-3.417-16.7-2.149-5.142-5.209-9.7-9.18-13.671A43.47 43.47 0 0 0 66.7 10.352C61.426 8.138 55.86 7.032 50 7.032c-5.86 0-11.426 1.139-16.7 3.417-5.142 2.149-9.7 5.209-13.671 9.18A43.47 43.47 0 0 0 10.352 33.3C8.138 38.574 7.032 44.14 7.032 50c0 5.86 1.139 11.426 3.417 16.7 2.149 5.142 5.209 9.7 9.18 13.671A43.47 43.47 0 0 0 33.3 89.648c5.273 2.214 10.84 3.32 16.699 3.32 5.86 0 11.426-1.139 16.7-3.417 5.142-2.149 9.7-5.209 13.671-9.18zm-2.637-26.855H22.266c-.977 0-1.807-.342-2.49-1.026-.684-.683-1.026-1.513-1.026-2.49 0-.977.342-1.807 1.025-2.49.684-.684 1.514-1.026 2.49-1.026h55.47c.976 0 1.806.342 2.49 1.026.683.683 1.025 1.513 1.025 2.49 0 .977-.342 1.807-1.025 2.49-.684.684-1.514 1.026-2.49 1.026z"
525
+ }),
526
+ MINUS_CIRCLE_SOLID: /*#__PURE__*/React.createElement("path", {
527
+ d: "M50 100C22.386 100 0 77.614 0 50S22.386 0 50 0s50 22.386 50 50-22.386 50-50 50zM18 46v10h66V46H18z"
528
+ }),
529
+ MORE: /*#__PURE__*/React.createElement("path", {
530
+ d: "M50,80 C55.5228475,80 60,84.4771525 60,90 C60,95.5228475 55.5228475,100 50,100 C44.4771525,100 40,95.5228475 40,90 C40,84.4771525 44.4771525,80 50,80 Z M50,40 C55.5228475,40 60,44.4771525 60,50 C60,55.5228475 55.5228475,60 50,60 C44.4771525,60 40,55.5228475 40,50 C40,44.4771525 44.4771525,40 50,40 Z M50,0 C55.5228475,0 60,4.4771525 60,10 C60,15.5228475 55.5228475,20 50,20 C44.4771525,20 40,15.5228475 40,10 C40,4.4771525 44.4771525,0 50,0 Z"
531
+ }),
532
+ MORE_HORIZONTAL: /*#__PURE__*/React.createElement("path", {
533
+ d: "M15 62C9.477 62 5 57.523 5 52s4.477-10 10-10 10 4.477 10 10-4.477 10-10 10zm35 0c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10-4.477 10-10 10zm35 0c-5.523 0-10-4.477-10-10s4.477-10 10-10 10 4.477 10 10-4.477 10-10 10z"
534
+ }),
535
+ NAME_TAG: /*#__PURE__*/React.createElement("g", {
536
+ transform: "scale(4, 4)"
537
+ }, /*#__PURE__*/React.createElement("path", {
538
+ d: "M12 6.5C12.1978 6.5 12.3911 6.55865 12.5556 6.66853C12.72 6.77841 12.8482 6.93459 12.9239 7.11732C12.9996 7.30004 13.0194 7.50111 12.9808 7.69509C12.9422 7.88907 12.847 8.06725 12.7071 8.20711C12.5673 8.34696 12.3891 8.4422 12.1951 8.48079C12.0011 8.51937 11.8 8.49957 11.6173 8.42388C11.4346 8.34819 11.2784 8.22002 11.1685 8.05557C11.0586 7.89112 11 7.69778 11 7.5C11 7.23478 11.1054 6.98043 11.2929 6.79289C11.4804 6.60536 11.7348 6.5 12 6.5ZM6 14.5H18V17.5H6V14.5ZM20 6.5H16V3.5H8V6.5H4C3.46957 6.5 2.96086 6.71071 2.58579 7.08579C2.21071 7.46086 2 7.96957 2 8.5V19.5C2 20.0304 2.21071 20.5391 2.58579 20.9142C2.96086 21.2893 3.46957 21.5 4 21.5H20C20.5304 21.5 21.0391 21.2893 21.4142 20.9142C21.7893 20.5391 22 20.0304 22 19.5V8.5C22 7.96957 21.7893 7.46086 21.4142 7.08579C21.0391 6.71071 20.5304 6.5 20 6.5ZM10 5.5H14V10.5H10V5.5ZM20 19.5H4V10.5H8C8 11.0304 8.21071 11.5391 8.58579 11.9142C8.96086 12.2893 9.46957 12.5 10 12.5H14C14.5304 12.5 15.0391 12.2893 15.4142 11.9142C15.7893 11.5391 16 11.0304 16 10.5H20V19.5Z",
539
+ fill: "black"
540
+ })),
541
+ NOTIFICATION: /*#__PURE__*/React.createElement("path", {
542
+ d: "M62.4752475,91.0891089 C60.2586025,96.3376524 55.5657334,100 50.0989178,100 C44.6321021,100 39.9394174,96.3376524 37.7227723,91.0891089 L37.7227723,91.0891089 Z M49.6026317,0 C53.9711813,0 57.5237955,3.76392371 57.5237955,8.39231463 L57.5237955,8.39231463 L57.5237955,15.9242926 C68.9619286,19.5456136 77.3266123,30.7785734 77.3266123,44.0593076 L77.3266123,44.0593076 L77.3266123,54.5790574 C77.3266123,61.0410236 78.986145,67.3898911 82.1268001,72.9329061 L82.1268001,72.9329061 L88.9270042,84.9422145 C89.2914368,85.5883521 89.3033184,86.4024658 88.9507675,87.0572579 C88.5982166,87.7118534 87.940827,88.1188119 87.2279279,88.1188119 L87.2279279,88.1188119 L11.9775212,88.1188119 C11.2646221,88.1188119 10.6111311,87.7116567 10.2585802,87.0529307 C9.9060293,86.3942047 9.91401229,85.5885488 10.2823435,84.9380839 L10.2823435,84.9380839 L17.0825477,72.9287755 C20.219304,67.3855639 21.8788368,61.0410236 21.8788368,54.5790574 L21.8788368,54.5790574 L21.8788368,44.0593076 C21.8788368,30.7785734 30.2435204,19.5456136 41.6814679,15.9242926 L41.6814679,15.9242926 L41.6814679,8.39231463 C41.6814679,3.76392371 45.2340821,0 49.6026317,0 Z"
543
+ }),
544
+ NUMBER_LIST: /*#__PURE__*/React.createElement("path", {
545
+ d: "M26.122 54.322V43.974h73.695v10.348H26.122zm0 31.547V75.522h73.695v10.347H26.122zm0-73.443h73.695v10.348H26.122V12.426zM0 43.974v-5.426h15.774v4.921l-9.59 10.853h9.59v5.426H0v-4.922l9.338-10.852H0zM5.174 28.2V12.426H0V7h10.348v21.2H5.174zM0 75.522v-5.427h15.774v21.2H0V85.87h10.348v-2.524H5.174V77.92h5.174v-2.397H0z"
546
+ }),
547
+ ONLINE: /*#__PURE__*/React.createElement("path", {
548
+ d: "M27.344 43.188C32.24 38.395 38.125 36 45 36c6.875 0 12.76 2.396 17.656 7.188C67.552 47.978 70 53.76 70 60.53c0 12.233-8.333 25.39-25 39.469-.73-.73-25-18.205-25-39.469 0-6.77 2.448-12.552 7.344-17.343zm9.727 24.24c2.176 2.048 4.8 3.072 7.871 3.072 3.071 0 5.663-1.056 7.775-3.167 2.111-2.112 3.167-4.64 3.167-7.583 0-2.943-1.056-5.471-3.167-7.583C50.605 50.056 48.013 49 44.942 49c-3.071 0-5.663 1.056-7.775 3.167C35.056 54.28 34 56.807 34 59.75c0 2.943 1.024 5.503 3.071 7.679zm-20.666-39.99c5.208-4.569 11.295-7.663 18.26-9.282 6.836-1.562 13.64-1.562 20.41 0 6.965 1.62 13.02 4.713 18.163 9.283l-8.008 7.287c-3.71-3.297-8.072-5.523-13.085-6.68a32.951 32.951 0 0 0-14.647 0c-5.013 1.157-9.375 3.383-13.085 6.68l-8.008-7.287zM0 16.398c6.12-5.379 13.118-9.485 20.995-12.32C28.677 1.36 36.65 0 44.919 0c8.268 0 16.21 1.36 23.827 4.078 7.877 2.834 14.842 6.94 20.897 12.319l-8.203 7.288c-4.947-4.396-10.644-7.75-17.089-10.064-6.25-2.256-12.76-3.384-19.53-3.384-6.77 0-13.28 1.128-19.53 3.384-6.445 2.313-12.14 5.668-17.088 10.064L0 16.397z"
549
+ }),
550
+ PDF: /*#__PURE__*/React.createElement("path", {
551
+ d: "M58.824 47.059V32.353h5.788v14.706h-5.788zM9.777 20.589v69.634h69.635V100H9.777c-2.702 0-5.008-.954-6.915-2.862C.954 95.231 0 92.925 0 90.223V20.588h9.777zm25.517 17.835v-6.071h5.788v6.07h-5.788zm55.882-7.6v-7.295H76.471v29.412h7.294v-9.647h7.411v-7.412h-7.411v-5.058h7.411zM73.53 45.529V30.824c0-2.04-.764-3.765-2.294-5.177-1.53-1.412-3.37-2.118-5.52-2.118H52.942v29.412h12.775c2.15 0 3.99-.706 5.519-2.117 1.53-1.412 2.294-3.177 2.294-5.295zm-26.47-9.647v-5.058c0-2.04-.765-3.765-2.295-5.177-1.53-1.412-3.369-2.118-5.519-2.118H26.471v29.412h7.69v-9.647h5.084c2.15 0 3.99-.706 5.52-2.118 1.529-1.411 2.294-3.176 2.294-5.294zM90.223 0c2.702 0 5.008.954 6.915 2.862C99.046 4.769 100 7.075 100 9.777v59.619c0 2.703-.954 5.048-2.862 7.035-1.907 1.987-4.213 2.98-6.915 2.98H30.604c-2.703 0-5.048-.993-7.035-2.98s-2.98-4.332-2.98-7.035V9.777c0-2.702.993-5.008 2.98-6.915C25.556.954 27.901 0 30.604 0h59.619z"
552
+ }),
553
+ PDF_OUTLINE: /*#__PURE__*/React.createElement("path", {
554
+ d: "M85.95 29.492c1.301 1.302 1.952 2.93 1.952 4.883v58.594c0 1.953-.667 3.613-2.002 4.98C84.566 99.316 82.922 100 80.97 100h-60.84c-1.953 0-3.63-.684-5.03-2.05C13.7 96.581 13 94.921 13 92.968V7.03c0-1.953.7-3.613 2.1-4.98C16.5.684 18.176 0 20.129 0H53.82c.977 0 1.92.195 2.832.586.13.065.228.13.293.195.065 0 .196.065.39.196.522.325 1.01.683 1.466 1.074l27.148 27.441zm-28.516-18.75V30.47h19.629l-19.63-19.727zM80.87 92.97V37.5h-23.34c-1.953 0-3.63-.684-5.029-2.05-1.4-1.368-2.1-3.028-2.1-4.981V7.03h-30.37V92.97h60.84zM33.02 56.25c5.013 0 7.52 2.018 7.52 6.055 0 2.148-.7 3.76-2.1 4.834-1.4 1.074-3.174 1.611-5.323 1.611H30.97V75h-4.492V56.25h6.543zm-.098 8.984c2.148 0 3.223-.976 3.223-2.93 0-1.692-1.14-2.538-3.418-2.538h-1.758v5.468h1.953zm16.21-8.984c2.93 0 5.225.765 6.886 2.295 1.66 1.53 2.49 3.857 2.49 6.982s-.814 5.485-2.442 7.08C54.44 74.202 52.193 75 49.328 75h-5.664V56.25h5.469zm-.292 15.137c3.385 0 5.078-1.953 5.078-5.86 0-2.083-.44-3.548-1.318-4.394-.88-.847-2.133-1.27-3.76-1.27h-.586v11.524h.586zM73.937 59.96h-7.421v4.2h6.347v3.71h-6.347V75h-4.493V56.25h11.914v3.71z"
555
+ }),
556
+ PHONE: /*#__PURE__*/React.createElement("path", {
557
+ d: "M75.9232955,100 C80.6818182,100 84.9431818,98.6505682 89.1335227,96.3778409 C92.3295455,94.6022727 96.3068182,92.3295455 97.7982955,88.8494318 C98.8636364,86.5056818 100,81.5340909 100,78.9772727 C100,78.4801136 100,77.9829545 99.7869318,77.4857955 C99.2897727,75.9943182 95.8096591,74.4318182 94.3892045,73.7215909 C90.3409091,71.4488636 86.2215909,69.2471591 82.2443182,66.9034091 C80.3977273,65.7670455 78.125,63.6363636 75.9232955,63.6363636 C71.5909091,63.6363636 65.2698864,76.4914773 61.4346591,76.4914773 C59.5170455,76.4914773 57.03125,74.7159091 55.3267045,73.7215909 C42.4005682,66.5482955 33.4517045,57.5994318 26.2784091,44.6732955 C25.2840909,42.96875 23.5085227,40.4829545 23.5085227,38.5653409 C23.5085227,34.7301136 36.3636364,28.4090909 36.3636364,24.0767045 C36.3636364,21.875 34.2329545,19.6022727 33.0965909,17.7556818 C30.7528409,13.7784091 28.5511364,9.65909091 26.2784091,5.61079545 C25.5681818,4.19034091 24.0056818,0.710227273 22.5142045,0.213068182 C22.0170455,0 21.5198864,0 21.0227273,0 C18.4659091,0 13.4943182,1.13636364 11.1505682,2.20170455 C7.67045455,3.69318182 5.39772727,7.67045455 3.62215909,10.8664773 C1.34943182,15.0568182 0,19.3181818 0,24.0767045 C0,30.6818182 2.69886364,36.6477273 4.90056818,42.6846591 C6.46306818,47.0170455 8.38068182,51.2073864 10.7954545,55.1136364 C18.2528409,67.1875 32.8125,81.7471591 44.8863636,89.2045455 C48.7926136,91.6193182 52.9829545,93.5369318 57.3153409,95.0994318 C63.3522727,97.3011364 69.3181818,100 75.9232955,100 Z"
558
+ }),
559
+ POWER: /*#__PURE__*/React.createElement("path", {
560
+ d: "M95.115 53.734c0 25.368-20.69 46.058-46.057 46.058C23.69 99.792 3 79.102 3 53.734c0-14.573 6.717-28.006 18.411-36.762 3.418-2.579 8.216-1.92 10.735 1.5 2.579 3.357 1.859 8.215-1.5 10.734-7.796 5.877-12.293 14.813-12.293 24.528 0 16.912 13.793 30.705 30.705 30.705s30.705-13.793 30.705-30.705c0-9.715-4.498-18.651-12.294-24.528-3.359-2.519-4.078-7.377-1.5-10.735 2.52-3.418 7.377-4.078 10.735-1.5 11.695 8.757 18.411 22.19 18.411 36.763zM56.734 7.676v38.382c0 4.198-3.478 7.676-7.676 7.676s-7.677-3.478-7.677-7.676V7.676C41.381 3.478 44.86 0 49.058 0c4.198 0 7.676 3.478 7.676 7.676z"
561
+ }),
562
+ PUZZLE: /*#__PURE__*/React.createElement("path", {
563
+ d: "M97.0781513,57.2813025 C95.2592437,54.9218487 92.7098739,53.7411765 89.4315126,53.7411765 C87.7117647,53.7411765 86.052521,54.0415966 84.4537815,54.6411765 C82.8518908,55.2407563 81.5619748,55.9109244 80.5827731,56.6504202 C79.6052521,57.3897059 78.5439076,58.0602941 77.4052521,58.6598739 C76.2663866,59.2594538 75.2556723,59.5607143 74.3771008,59.5607143 C72.5768908,59.5607143 70.7981092,58.6403361 69.0382353,56.8012605 C67.6384454,55.3210084 66.9388655,52.9829832 66.9388655,49.7838235 C66.9388655,45.9848739 67.4176471,41.0865546 68.3768908,35.0886555 C68.4184874,34.9686975 68.487395,34.5386555 68.5867647,33.7989496 C68.6888655,33.0598739 68.7865546,32.3794118 68.887395,31.7596639 C68.9865546,31.139916 69.0556723,30.7901261 69.0957983,30.7096639 L69.0957983,30.589916 C67.2180672,30.6701681 63.9581933,31.0094538 59.3197479,31.6094538 C54.6810924,32.2094538 51.0834034,32.5092437 48.5233193,32.5092437 C46.0842437,32.5092437 44.0245798,31.9796218 42.3451681,30.9197479 C40.6659664,29.8602941 39.8260504,28.1905462 39.8260504,25.9115546 C39.8260504,24.4315126 40.1764706,23.012395 40.8756303,21.652521 C41.5752101,20.2926471 42.335084,19.1628151 43.155042,18.2630252 C43.9754202,17.362605 44.735084,16.1831933 45.4344538,14.7239496 C46.1344538,13.2655462 46.4840336,11.7151261 46.4840336,10.0762605 C46.4840336,6.91722689 45.405042,4.44726891 43.2455882,2.66869748 C41.0863445,0.89012605 38.407563,0 35.2086134,0 C31.8094538,0 28.9313025,0.910084034 26.5716387,2.7289916 C24.2128151,4.54831933 23.0327731,7.09768908 23.0327731,10.3766807 C23.0327731,12.0955882 23.332563,13.755042 23.932563,15.3546218 C24.5319328,16.9539916 25.2014706,18.2436975 25.9415966,19.2237395 C26.6813025,20.2037815 27.3512605,21.2630252 27.9506303,22.402521 C28.5506303,23.5428571 28.85,24.5521008 28.85,25.4317227 C28.85,27.2313025 27.9304622,29.0107143 26.0907563,30.769958 C24.6111345,32.1697479 22.272479,32.8707983 19.0735294,32.8707983 C15.2745798,32.8707983 10.3762605,32.3905462 4.37836134,31.4308824 C4.25903361,31.3888655 3.8289916,31.3186975 3.08928571,31.2186975 C2.34915966,31.1184874 1.6697479,31.0191176 1.05,30.9189076 C0.429831933,30.8189076 0.0794117647,30.7495798 0,30.7090336 L0,92.1298319 C0,92.169958 0.0399159664,92.1901261 0.119957983,92.1901261 C0.199369748,92.2296218 0.25987395,92.2489496 0.299579832,92.2489496 L1.07920168,92.3697479 C1.43970588,92.4481092 1.98907563,92.5294118 2.72878151,92.6086134 C3.46890756,92.6884454 4.01869748,92.7697479 4.37878151,92.8481092 C10.3764706,93.8084034 15.275,94.2880252 19.0739496,94.2880252 C22.2728992,94.2880252 24.6115546,93.587605 26.0911765,92.1871849 C27.9308824,90.4279412 28.8504202,88.6478992 28.8504202,86.8497899 C28.8504202,85.9705882 28.5510504,84.9611345 27.9510504,83.8201681 C27.3516807,82.6813025 26.6810924,81.622479 25.9420168,80.642437 C25.2029412,79.662605 24.5329832,78.3726891 23.9329832,76.7737395 C23.3329832,75.1743697 23.0331933,73.514916 23.0331933,71.7951681 C23.0331933,68.5161765 24.2132353,65.9659664 26.5722689,64.1472689 C28.9310924,62.327521 31.7903361,61.4180672 35.1487395,61.4180672 C38.3880252,61.4180672 41.0869748,62.3081933 43.2462185,64.0867647 C45.4054622,65.8655462 46.4846639,68.3359244 46.4846639,71.4947479 C46.4846639,73.1334034 46.1348739,74.6842437 45.435084,76.1420168 C44.7355042,77.6023109 43.9747899,78.7806723 43.1556723,79.6821429 C42.3357143,80.5823529 41.5764706,81.7109244 40.8762605,83.0714286 C40.1764706,84.4302521 39.8266807,85.8502101 39.8266807,87.3289916 C39.8266807,89.6094538 40.6659664,91.2789916 42.3457983,92.3386555 C44.0260504,93.3976891 46.085084,93.9268908 48.5239496,93.9268908 C50.3638655,93.9268908 52.3228992,93.827521 54.4018908,93.6271008 C56.4810924,93.4279412 58.7903361,93.157563 61.3298319,92.817437 C63.8691176,92.4773109 65.8172269,92.2464286 67.1768908,92.1273109 C67.6176471,92.0863445 68.277521,92.0668067 69.1560924,92.0668067 L69.1560924,91.7678571 C69.1964286,90.2084034 68.8966387,87.9092437 68.257563,84.8695378 C67.6176471,81.8313025 67.2964286,79.5321429 67.2964286,77.9720588 C67.2964286,73.0134454 69.4955882,70.5346639 73.8947479,70.5346639 C75.375,70.5346639 76.7943277,70.8846639 78.1537815,71.5842437 C79.5132353,72.2844538 80.6426471,73.0451681 81.5420168,73.8640756 C82.4428571,74.6844538 83.6241597,75.4436975 85.0827731,76.1439076 C86.5413866,76.8428571 88.089916,77.1936975 89.7292017,77.1936975 C92.8882353,77.1936975 95.3586134,76.1136555 97.1371849,73.9548319 C98.917437,71.7943277 99.8058824,69.0968487 99.8058824,65.8579832 C99.8058824,62.4978992 98.8970588,59.6407563 97.0781513,57.2813025 Z"
564
+ }),
565
+ QUESTION_OUTLINE: /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
566
+ d: "M86.5389 76.8281C89.4095 71.9364 90.9225 66.3671 90.9217 60.6953C90.9217 48.7891 87.1639 41.0781 78.7421 35.6953C78.483 35.5291 78.1937 35.4155 77.8908 35.3611C77.5879 35.3067 77.2772 35.3125 76.9765 35.3781C76.6758 35.4438 76.391 35.568 76.1383 35.7438C75.8856 35.9195 75.67 36.1433 75.5038 36.4023C75.3376 36.6614 75.224 36.9506 75.1696 37.2536C75.1152 37.5565 75.121 37.8672 75.1866 38.1679C75.3192 38.7752 75.6876 39.305 76.2108 39.6406C83.2421 44.1484 86.2342 50.4531 86.2342 60.7344C86.2331 65.868 84.7757 70.896 82.0311 75.2344C81.8533 75.5162 81.7377 75.8327 81.6919 76.1628C81.6461 76.4928 81.6712 76.8288 81.7655 77.1484L84.9374 88.0859L73.2889 84.7031C72.7102 84.5353 72.0891 84.5969 71.5546 84.875C67.6969 86.8917 63.4076 87.9425 59.0546 87.9375C46.5546 87.9375 39.6014 84.1875 35.8358 75.4375C35.7147 75.1543 35.5391 74.8978 35.3189 74.6825C35.0987 74.4672 34.8382 74.2974 34.5524 74.1828C34.2666 74.0682 33.9609 74.011 33.653 74.0145C33.3451 74.018 33.0408 74.0821 32.7577 74.2031C32.4745 74.3242 32.218 74.4998 32.0027 74.72C31.7874 74.9403 31.6176 75.2007 31.503 75.4865C31.3884 75.7724 31.3312 76.078 31.3347 76.3859C31.3381 76.6938 31.4022 76.9981 31.5233 77.2812C36.0858 87.9062 44.5702 92.6484 59.0546 92.6484C63.8472 92.6549 68.5804 91.587 72.9061 89.5234L85.5077 93.1875C85.8383 93.2802 86.18 93.3275 86.5233 93.3281C87.0919 93.3306 87.6532 93.1996 88.1619 92.9456C88.6707 92.6916 89.1127 92.3217 89.4524 91.8657C89.7921 91.4097 90.02 90.8803 90.1178 90.3202C90.2156 89.76 90.1806 89.1848 90.0155 88.6406L86.5389 76.8281Z"
567
+ }), /*#__PURE__*/React.createElement("path", {
568
+ d: "M72.4295 39.3594C72.4315 34.247 71.2443 29.2043 68.9618 24.6298C66.6792 20.0554 63.3639 16.0745 59.2779 13.0021C55.1918 9.92958 50.4471 7.84968 45.4188 6.92678C40.3904 6.00389 35.2163 6.26329 30.3055 7.68449C25.3947 9.1057 20.8818 11.6497 17.1236 15.1155C13.3653 18.5812 10.4648 22.8737 8.65122 27.6535C6.83766 32.4334 6.16081 37.5695 6.67418 42.656C7.18754 47.7425 8.87705 52.6399 11.6091 56.9609L7.46851 71.1953C7.40713 71.4093 7.39601 71.6346 7.43602 71.8536C7.47604 72.0726 7.5661 72.2794 7.69919 72.4578C7.83229 72.6363 8.00481 72.7816 8.2033 72.8824C8.40179 72.9832 8.62089 73.0368 8.84351 73.039C8.98148 73.0412 9.11882 73.0201 9.24976 72.9765L24.281 68.6094C29.3046 71.22 34.9161 72.4923 40.5744 72.3036C46.2327 72.115 51.747 70.4717 56.5856 67.5323C61.4241 64.5929 65.4238 60.4564 68.1989 55.5218C70.9741 50.5872 72.4311 45.0208 72.4295 39.3594ZM24.281 63.9219C23.8395 63.9226 23.4002 63.9857 22.9763 64.1093L13.6013 66.8281L16.0935 58.2344C16.2787 57.5952 16.3258 56.924 16.2315 56.2653C16.1372 55.6066 15.9037 54.9755 15.5466 54.414C11.8983 48.6125 10.4808 41.6835 11.5576 34.9153C12.6344 28.1471 16.1322 22.0002 21.4008 17.6172C26.6694 13.2343 33.3503 10.9136 40.2015 11.0866C47.0526 11.2596 53.6078 13.9145 58.6485 18.5577C63.6892 23.2009 66.8724 29.5166 67.6063 36.3305C68.3401 43.1444 66.5747 49.993 62.6383 55.603C58.7019 61.2131 52.8623 65.2029 46.2051 66.8307C39.5479 68.4586 32.5261 67.6137 26.4451 64.4531C25.7769 64.1046 25.0346 63.9224 24.281 63.9219Z"
569
+ }), /*#__PURE__*/React.createElement("path", {
570
+ d: "M39.8904 28.2265C43.1873 28.2265 45.7264 29.789 45.7264 32.1327C45.7264 33.8749 44.3826 34.8749 40.1873 36.6718C35.992 38.4687 34.3748 40.2421 34.3748 43.3359V46.2812H41.3045V45.0859C41.3045 43.1874 42.0858 42.289 45.0467 41.0937C50.3358 38.9452 53.3279 36.3515 53.3279 31.9609C53.3279 25.9765 47.4451 21.5859 39.8592 21.5859C31.0311 21.5859 25.4998 26.4296 25.0154 34.2109L32.3983 34.8593C32.7576 30.7187 35.453 28.2265 39.8904 28.2265Z"
571
+ }), /*#__PURE__*/React.createElement("path", {
572
+ d: "M42.1328 49.4218H33.9062V57.2499H42.1328V49.4218Z"
573
+ })),
574
+ QUOTATION: /*#__PURE__*/React.createElement("path", {
575
+ d: "M36.0006567,8 C39.3335644,8 42.1673568,9.11355563 44.5002828,11.3404579 C46.8332087,13.5673602 48,16.2715305 48,19.4540136 L48,19.4540136 L48,61.4538046 C48,65.5899878 47.1561012,69.5372698 45.4689604,73.2958596 C43.7816006,77.0546583 41.5001186,80.3052628 38.6256088,83.0499716 C35.7504424,85.7944715 32.3444187,87.9726858 28.4068811,89.5831517 C24.4691245,91.1934088 20.3336921,92 15.999927,92 L15.999927,92 L12.0002189,92 C10.9159567,92 9.97967784,91.6209439 9.18700403,90.8659661 C8.39564369,90.1105705 7.99963515,89.2137079 7.99963515,88.1812293 L7.99963515,88.1812293 L7.99963515,80.5438968 C7.99963515,79.5097466 8.39564369,78.6145557 9.18700403,77.8593689 C9.97902111,77.1041822 10.9161756,76.7253351 12.0002189,76.7253351 L12.0002189,76.7253351 L15.9997081,76.7253351 C20.4170969,76.7253351 24.187606,75.2337682 27.312549,72.2516792 C30.4372731,69.2681274 32.000073,65.669811 32.000073,61.4535956 L32.000073,61.4535956 L32.000073,59.5455685 C32.000073,57.9539091 31.4168962,56.6008836 30.2501049,55.4881638 C29.0833136,54.3748172 27.6663079,53.8177259 26.0001824,53.8177259 L26.0001824,53.8177259 L12.0002189,53.8177259 C8.66709233,53.8177259 5.83308098,52.7035434 3.49949833,50.4768501 C1.16613459,48.2499478 0,45.5459864 0,42.3637123 L0,42.3637123 L0,19.4548494 C0,16.2723663 1.16679132,13.5679871 3.49949833,11.3406669 C5.83329989,9.11376459 8.66643559,8 12.0002189,8 L12.0002189,8 Z M87.9991243,8 C91.3329685,8 94.1663748,9.11376459 96.4991243,11.3406669 C98.8336252,13.5673602 99.9993433,16.2715305 100,19.4540136 L100,19.4540136 L100,61.4538046 C100,65.5899878 99.155648,69.5381056 97.4686953,73.2958596 C95.7823993,77.0538225 93.4995622,80.3052628 90.6243433,83.0499716 C87.7489054,85.7944715 84.3432574,87.9726858 80.4063047,89.5831517 C76.4680385,91.1934088 72.3327496,92 67.9995622,92 L67.9995622,92 L63.9991243,92 C62.915718,92 61.9776708,91.6209439 61.1867338,90.8659661 C60.3949212,90.1105705 59.9984676,89.2137079 59.9984676,88.1812293 L59.9984676,88.1812293 L59.9984676,80.5438968 C59.9984676,79.5097466 60.3949212,78.6145557 61.1867338,77.8593689 C61.9778897,77.1041822 62.915937,76.7253351 63.9991243,76.7253351 L63.9991243,76.7253351 L67.9995622,76.7253351 C72.4174694,76.7253351 76.1871716,75.2337682 79.3119527,72.2516792 C82.4373905,69.2681274 84.0002189,65.669811 84.0002189,61.4535956 L84.0002189,61.4535956 L84.0002189,59.5455685 C84.0002189,57.9539091 83.415718,56.6015105 82.2502189,55.4881638 C81.0836252,54.3748172 79.6654991,53.8177259 77.9993433,53.8177259 L77.9993433,53.8177259 L63.9991243,53.8177259 C60.6654991,53.8177259 57.8320928,52.7035434 55.4991243,50.4768501 C53.1663748,48.2499478 52,45.5459864 52,42.3637123 L52,42.3637123 L52,19.4548494 C52,16.2723663 53.1663748,13.5681961 55.4991243,11.3406669 C57.8320928,9.11376459 60.6652802,8 63.9991243,8 L63.9991243,8 Z"
576
+ }),
577
+ REFRESH_SOLID: /*#__PURE__*/React.createElement("path", {
578
+ d: "M98.3723958,60.4166667 C98.3723958,59.3098958 97.4609375,58.3333333 96.2890625,58.3333333 L83.7890625,58.3333333 C82.8125,58.3333333 82.1614583,58.9192708 81.8359375,59.8307292 L80.5932292,62.9057292 C79.9791667,64.4244792 79.3229167,65.9244792 78.3854167,67.4479167 C72.3307292,77.34375 61.5885417,83.3333333 50,83.3333333 C41.6015625,83.3333333 33.4635417,80.078125 27.34375,74.3489583 L36.2630208,65.4296875 C37.0442708,64.6484375 37.5,63.6067708 37.5,62.5 C37.5,60.2213542 35.6119792,58.3333333 33.3333333,58.3333333 L4.16666667,58.3333333 C1.88802083,58.3333333 0,60.2213542 0,62.5 L0,91.6666667 C0,93.9453125 1.88802083,95.8333333 4.16666667,95.8333333 C5.2734375,95.8333333 6.31510417,95.3776042 7.09635417,94.5963542 L15.4947917,86.1979167 C24.7395833,94.9869792 37.0442708,100 49.7395833,100 C73.2291667,100 91.9260545,84.6260288 97.9184957,62.3984339 L98.3072917,60.8723958 C98.3723958,60.7421875 98.3723958,60.546875 98.3723958,60.4166667 Z M100,8.33333333 L100,37.5 C100,39.7786458 98.1119792,41.6666667 95.8333333,41.6666667 L66.6666667,41.6666667 C64.3880208,41.6666667 62.5,39.7786458 62.5,37.5 C62.5,36.3932292 62.9557292,35.3515625 63.7369792,34.5703125 L72.7213542,25.5859375 C66.5364583,19.8567708 58.3984375,16.6666667 50,16.6666667 C38.4114583,16.6666667 27.6692708,22.65625 21.6145833,32.5520833 C20.3645833,34.5833333 19.6145833,36.5729167 18.7979167,38.6208333 L18.1640625,40.1692708 C17.8385417,41.0807292 17.1875,41.6666667 16.2109375,41.6666667 L3.25520833,41.6666667 C2.08333333,41.6666667 1.171875,40.6901042 1.171875,39.5833333 L1.171875,39.1276042 L1.171875,39.1276042 C6.77083333,16.015625 25.9765625,0 50,0 C62.7604167,0 75.1953125,5.078125 84.4401042,13.8020833 L92.9036458,5.40364583 C93.6848958,4.62239583 94.7265625,4.16666667 95.8333333,4.16666667 C98.1119792,4.16666667 100,6.0546875 100,8.33333333 Z"
579
+ }),
580
+ REPLY: /*#__PURE__*/React.createElement("path", {
581
+ d: "M96.973 40.317c-6.024-14.981-22.288-22.472-48.794-22.472H35.69V3.57c0-.968-.354-1.804-1.06-2.51C33.922.353 33.087 0 32.119 0c-.966 0-1.803.353-2.509 1.06L1.06 29.61C.352 30.317 0 31.153 0 32.12c0 .966.353 1.802 1.06 2.51l28.55 28.55c.707.706 1.544 1.06 2.51 1.06.966 0 1.802-.354 2.51-1.06.705-.706 1.058-1.542 1.058-2.51V46.396H48.18c3.643 0 6.904.11 9.785.333 2.88.224 5.745.623 8.588 1.2 2.844.576 5.317 1.366 7.418 2.37a26.253 26.253 0 0 1 5.883 3.876 19.428 19.428 0 0 1 4.462 5.632c1.152 2.175 2.053 4.748 2.704 7.723.65 2.974.976 6.339.976 10.092 0 2.045-.093 4.332-.279 6.86 0 .222-.046.659-.14 1.31-.092.65-.138 1.143-.138 1.477 0 .556.158 1.021.473 1.393.317.372.754.557 1.311.557.595 0 1.115-.315 1.562-.948.259-.334.5-.743.724-1.227.223-.482.475-1.04.753-1.672.28-.632.475-1.077.585-1.338 4.721-10.593 7.082-18.976 7.082-25.147 0-7.397-.985-13.588-2.955-18.569z"
582
+ }),
583
+ RESUME_OUTLINE: /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
584
+ d: "M85.1563 28.9063L59.8906 3.70312H19.8125C18.4408 3.70312 17.1253 4.24802 16.1554 5.21793C15.1855 6.18785 14.6406 7.50333 14.6406 8.875V90.9453C14.6468 92.3129 15.1944 93.6224 16.1637 94.5872C17.1329 95.5521 18.4449 96.0938 19.8125 96.0938H79.9688C81.3404 96.0938 82.6559 95.5489 83.6258 94.5789C84.5957 93.609 85.1406 92.2935 85.1406 90.9219V28.9453L85.1563 28.9063ZM59.8984 10.3359L78.4922 28.9063H64.6016C63.3584 28.9063 62.1661 28.4124 61.287 27.5333C60.4079 26.6542 59.9141 25.462 59.9141 24.2188L59.8984 10.3359ZM80.4688 90.9453C80.4688 91.0738 80.4177 91.197 80.3269 91.2878C80.236 91.3787 80.1128 91.4297 79.9844 91.4297H19.8281C19.6997 91.4297 19.5765 91.3787 19.4856 91.2878C19.3948 91.197 19.3438 91.0738 19.3438 90.9453V8.91406C19.3438 8.7856 19.3948 8.6624 19.4856 8.57156C19.5765 8.48072 19.6997 8.42969 19.8281 8.42969H55.2109V24.2188C55.2109 26.7052 56.1987 29.0897 57.9568 30.8479C59.715 32.606 62.0995 33.5938 64.5859 33.5938H80.4688V90.9453Z"
585
+ }), /*#__PURE__*/React.createElement("path", {
586
+ d: "M64.9063 75.3438H35.0937C34.4721 75.3438 33.876 75.5907 33.4365 76.0302C32.9969 76.4698 32.75 77.0659 32.75 77.6875C32.75 78.3091 32.9969 78.9052 33.4365 79.3448C33.876 79.7843 34.4721 80.0313 35.0937 80.0313H64.9063C65.5279 80.0313 66.124 79.7843 66.5635 79.3448C67.0031 78.9052 67.25 78.3091 67.25 77.6875C67.25 77.0659 67.0031 76.4698 66.5635 76.0302C66.124 75.5907 65.5279 75.3438 64.9063 75.3438Z"
587
+ }), /*#__PURE__*/React.createElement("path", {
588
+ d: "M64.9063 59.7188H35.0937C34.4721 59.7188 33.876 59.9657 33.4365 60.4052C32.9969 60.8448 32.75 61.4409 32.75 62.0625C32.75 62.6841 32.9969 63.2802 33.4365 63.7198C33.876 64.1593 34.4721 64.4063 35.0937 64.4063H64.9063C65.5279 64.4063 66.124 64.1593 66.5635 63.7198C67.0031 63.2802 67.25 62.6841 67.25 62.0625C67.25 61.4409 67.0031 60.8448 66.5635 60.4052C66.124 59.9657 65.5279 59.7188 64.9063 59.7188Z"
589
+ }), /*#__PURE__*/React.createElement("path", {
590
+ d: "M32.7422 46.4375C32.7422 47.0591 32.9891 47.6552 33.4287 48.0948C33.8682 48.5343 34.4643 48.7813 35.0859 48.7813H64.9063C65.5279 48.7813 66.124 48.5343 66.5635 48.0948C67.0031 47.6552 67.25 47.0591 67.25 46.4375C67.25 45.8159 67.0031 45.2198 66.5635 44.7802C66.124 44.3407 65.5279 44.0938 64.9063 44.0938H35.0937C34.7853 44.0927 34.4797 44.1526 34.1944 44.2699C33.9092 44.3872 33.6499 44.5597 33.4314 44.7775C33.213 44.9952 33.0396 45.2539 32.9213 45.5388C32.8031 45.8236 32.7422 46.1291 32.7422 46.4375Z"
591
+ })),
592
+ ROTATE: /*#__PURE__*/React.createElement("path", {
593
+ d: "M87.232 27.797c5.423 5.423 9.077 11.826 10.96 19.209 1.883 7.156 1.883 14.312 0 21.469-1.883 7.382-5.537 13.785-10.96 19.209-3.993 4.067-8.663 7.156-14.012 9.265C68.098 98.983 62.75 100 57.175 100c-7.08 0-13.86-1.77-20.339-5.31l7.119-6.78c4.068 1.883 8.474 2.824 13.22 2.824 4.294 0 8.475-.828 12.543-2.485 4.067-1.658 7.683-4.068 10.847-7.232 4.218-4.219 7.043-9.19 8.475-14.915 1.506-5.575 1.506-11.15 0-16.723-1.432-5.726-4.257-10.697-8.475-14.916-3.164-3.164-6.78-5.574-10.847-7.231-4.068-1.658-8.25-2.486-12.543-2.486V40L37.288 20.113 57.175 0v15.254a41.74 41.74 0 0 1 16.045 3.164c5.273 2.185 9.944 5.31 14.012 9.379zM13.446 57.175L30.734 74.35 47.91 57.175 30.734 40 13.446 57.175zM30.734 26.78L61.13 57.175 30.734 87.684 0 57.175 30.734 26.78z"
594
+ }),
595
+ RSS: /*#__PURE__*/React.createElement("path", {
596
+ d: "M95.4545455,100 C96.7329545,100 97.8693182,99.5028409 98.7215909,98.5795455 C99.6448864,97.65625 100.071023,96.4488636 100,95.2414773 C98.7215909,70.3835227 88.28125,47.0170455 70.5965909,29.4034091 C52.9829545,11.71875 29.6164773,1.27840909 4.75852273,0 L4.54545455,0 L4.54545455,0 C3.40909091,0 2.27272727,0.426136364 1.42045455,1.27840909 C0.497159091,2.13068182 -2.84217094e-14,3.26704545 -2.84217094e-14,4.54545455 L-2.84217094e-14,14.7017045 C-2.84217094e-14,17.0454545 1.84659091,19.0340909 4.26136364,19.1761364 C45.5255682,21.5909091 78.4090909,54.4744318 80.7528409,95.7386364 C80.8948864,98.1534091 82.8835227,100 85.2982955,100 L95.4545455,100 Z M59.0909091,100 C60.3693182,100 61.5767045,99.5028409 62.4289773,98.5085227 C63.28125,97.5852273 63.7073864,96.3778409 63.6363636,95.0994318 C62.4289773,79.9715909 55.8238636,65.6960227 45.0284091,54.9715909 C34.3039773,44.1761364 20.0284091,37.5710227 4.90056818,36.3636364 L4.54545455,36.3636364 L4.54545455,36.3636364 C3.40909091,36.3636364 2.27272727,36.7897727 1.49147727,37.5710227 C0.497159091,38.4232955 -2.84217094e-14,39.6306818 -2.84217094e-14,40.9090909 L-2.84217094e-14,50.4971591 C-2.84217094e-14,52.8409091 1.77556818,54.7585227 4.11931818,54.9715909 C25.78125,57.03125 42.96875,74.21875 45.0284091,95.8806818 C45.2414773,98.2244318 47.1590909,100 49.5028409,100 L59.0909091,100 Z M13.6363636,100 C21.1647727,100 27.2727273,93.8920455 27.2727273,86.3636364 C27.2727273,78.8352273 21.1647727,72.7272727 13.6363636,72.7272727 C6.10795455,72.7272727 -2.84217094e-14,78.8352273 -2.84217094e-14,86.3636364 C-2.84217094e-14,93.8920455 6.10795455,100 13.6363636,100 Z"
597
+ }),
598
+ SALARY: /*#__PURE__*/React.createElement("g", {
599
+ transform: "scale(4,4)"
600
+ }, /*#__PURE__*/React.createElement("path", {
601
+ d: "M19.36 3H6.56C6.39026 3 6.22747 3.06743 6.10745 3.18745C5.98743 3.30747 5.92 3.47026 5.92 3.64V5.56H4.64C4.47026 5.56 4.30747 5.62743 4.18745 5.74745C4.06743 5.86748 4 6.03026 4 6.2C4 6.36974 4.06743 6.53252 4.18745 6.65255C4.30747 6.77257 4.47026 6.84 4.64 6.84H5.92V17.08H4.64C4.47026 17.08 4.30747 17.1474 4.18745 17.2675C4.06743 17.3875 4 17.5503 4 17.72C4 17.8897 4.06743 18.0525 4.18745 18.1725C4.30747 18.2926 4.47026 18.36 4.64 18.36H5.92V20.28C5.92 20.4497 5.98743 20.6125 6.10745 20.7325C6.22747 20.8526 6.39026 20.92 6.56 20.92H19.36C19.5297 20.92 19.6925 20.8526 19.8125 20.7325C19.9326 20.6125 20 20.4497 20 20.28V3.64C20 3.47026 19.9326 3.30747 19.8125 3.18745C19.6925 3.06743 19.5297 3 19.36 3ZM18.72 19.64H7.2V18.36H7.84C8.00974 18.36 8.17252 18.2926 8.29255 18.1725C8.41257 18.0525 8.48 17.8897 8.48 17.72C8.48 17.5503 8.41257 17.3875 8.29255 17.2675C8.17252 17.1474 8.00974 17.08 7.84 17.08H7.2V6.84H7.84C8.00974 6.84 8.17252 6.77257 8.29255 6.65255C8.41257 6.53252 8.48 6.36974 8.48 6.2C8.48 6.03026 8.41257 5.86748 8.29255 5.74745C8.17252 5.62743 8.00974 5.56 7.84 5.56H7.2V4.28H18.72V19.64ZM13.6832 11.2688C13.6832 10.872 13.3504 10.6288 12.5824 10.3664C11.4688 9.9888 10.7136 9.4704 10.7136 8.4464C10.7291 7.97697 10.9161 7.5295 11.2392 7.18866C11.5624 6.84782 11.9993 6.63725 12.4672 6.5968V5.6304H13.4848V6.5392C14.0048 6.54777 14.5172 6.66551 14.9888 6.8848L14.688 8.056C14.2231 7.8298 13.7138 7.70957 13.1968 7.704C12.5184 7.704 12.3008 7.9984 12.3008 8.2864C12.3008 8.5744 12.6656 8.8496 13.5808 9.1824C14.816 9.6176 15.3152 10.1872 15.3152 11.1024C15.299 11.5945 15.101 12.0632 14.7593 12.4178C14.4177 12.7724 13.9568 12.9878 13.4656 13.0224V14.0784H12.416V13.1184C11.8012 13.1021 11.1978 12.9491 10.6496 12.6704L10.9632 11.4544C11.4892 11.7502 12.0813 11.9087 12.6848 11.9152C13.28 11.9152 13.6832 11.6848 13.6832 11.2688ZM9.12 15.8C9.12 15.6303 9.18743 15.4675 9.30745 15.3475C9.42747 15.2274 9.59026 15.16 9.76 15.16H16.16C16.3297 15.16 16.4925 15.2274 16.6125 15.3475C16.7326 15.4675 16.8 15.6303 16.8 15.8C16.8 15.9697 16.7326 16.1325 16.6125 16.2525C16.4925 16.3726 16.3297 16.44 16.16 16.44H9.76C9.59026 16.44 9.42747 16.3726 9.30745 16.2525C9.18743 16.1325 9.12 15.9697 9.12 15.8ZM9.12 17.72C9.12 17.5503 9.18743 17.3875 9.30745 17.2675C9.42747 17.1474 9.59026 17.08 9.76 17.08H16.16C16.3297 17.08 16.4925 17.1474 16.6125 17.2675C16.7326 17.3875 16.8 17.5503 16.8 17.72C16.8 17.8897 16.7326 18.0525 16.6125 18.1725C16.4925 18.2926 16.3297 18.36 16.16 18.36H9.76C9.59026 18.36 9.42747 18.2926 9.30745 18.1725C9.18743 18.0525 9.12 17.8897 9.12 17.72Z",
602
+ fill: "black"
603
+ })),
604
+ SAVE_SOLID: /*#__PURE__*/React.createElement("path", {
605
+ d: "M66.6666667,33.3333333 L66.6666667,11.2 L11.2,11.2 L11.2,33.3333333 L66.6666667,33.3333333 Z M50,88.8 C52.933348,88.8 55.688876,88.044452 58.2666667,86.5333333 C60.8444573,85.0222147 62.8888813,82.9777907 64.4,80.4 C65.9111187,77.8222093 66.6666667,75.0666813 66.6666667,72.1333333 C66.6666667,69.1999853 65.9111187,66.4444573 64.4,63.8666667 C62.8888813,61.288876 60.8444573,59.244452 58.2666667,57.7333333 C55.688876,56.2222147 52.933348,55.4666667 50,55.4666667 C47.066652,55.4666667 44.311124,56.2222147 41.7333333,57.7333333 C39.1555427,59.244452 37.1111187,61.288876 35.6,63.8666667 C34.0888813,66.4444573 33.3333333,69.1999853 33.3333333,72.1333333 C33.3333333,75.0666813 34.0888813,77.8222093 35.6,80.4 C37.1111187,82.9777907 39.1555427,85.0222147 41.7333333,86.5333333 C44.311124,88.044452 47.066652,88.8 50,88.8 Z M77.8666667,0 L100,22.1333333 L100,88.8 C100,91.8222373 98.8889,94.4444333 96.6666667,96.6666667 C94.4444333,98.8889 91.8222373,100 88.8,100 L11.2,100 C8.08887333,100 5.44445533,98.8889 3.26666667,96.6666667 C1.088878,94.4444333 0,91.8222373 0,88.8 L0,11.2 C0,8.17776267 1.088878,5.55556667 3.26666667,3.33333333 C5.44445533,1.1111 8.08887333,0 11.2,0 L77.8666667,0 Z"
606
+ }),
607
+ SEARCH: /*#__PURE__*/React.createElement("path", {
608
+ d: "M70 43c0-14.886-12.114-27-27-27S16 28.114 16 43s12.114 27 27 27 27-12.114 27-27zm30 49.308c0 4.206-3.486 7.692-7.692 7.692-2.044 0-4.027-.841-5.409-2.284L66.286 77.163c-7.031 4.868-15.445 7.452-23.978 7.452C18.93 84.615 0 65.685 0 42.308 0 18.93 18.93 0 42.308 0c23.377 0 42.307 18.93 42.307 42.308 0 8.533-2.584 16.947-7.452 23.978L97.776 86.9C99.16 88.281 100 90.264 100 92.308z"
609
+ }),
610
+ SEND: /*#__PURE__*/React.createElement("path", {
611
+ d: "M89.996 9.971L11.789 42.916l33.727 10.265 11.633 33.63L89.996 9.97zM98.11 0c.912 0 1.499.358 1.76 1.075.26.717.13 1.695-.391 2.933L59.593 97.27c-.391.913-.847 1.58-1.369 2.004-.521.424-1.075.636-1.662.636-.521 0-1.059-.18-1.613-.538-.554-.358-1.026-.896-1.417-1.613L40.823 58.264 2.208 46.24c-1.564-.977-2.297-2.07-2.2-3.275.098-1.206.995-2.167 2.689-2.884L95.959.49a5.799 5.799 0 0 1 1.222-.391C97.54.033 97.85 0 98.11 0z"
612
+ }),
613
+ SETTING: /*#__PURE__*/React.createElement("path", {
614
+ d: "M93.75 40.527c1.497.26 2.913.993 4.248 2.198C99.333 43.929 100 45.41 100 47.168v6.25c0 1.693-.667 3.06-2.002 4.102-1.335 1.041-2.75 1.757-4.248 2.148l-8.105 1.953a45.597 45.597 0 0 1-1.026 2.783 26.72 26.72 0 0 1-1.22 2.588l4.296 7.227c.847 1.302 1.367 2.8 1.563 4.492.195 1.693-.326 3.157-1.563 4.394L83.301 87.5c-1.237 1.237-2.735 1.807-4.492 1.709-1.758-.098-3.288-.57-4.59-1.416l-7.031-4.492c-.912.456-1.823.879-2.735 1.27-.911.39-1.888.748-2.93 1.074l-1.757 8.105c-.26 1.497-.993 2.913-2.198 4.248-1.204 1.335-2.685 2.002-4.443 2.002h-6.25c-1.693 0-3.06-.667-4.102-2.002-1.041-1.335-1.757-2.75-2.148-4.248l-1.953-8.008a40.01 40.01 0 0 1-3.125-1.123 32.107 32.107 0 0 1-3.027-1.416l-7.227 4.59c-1.237.846-2.75 1.318-4.541 1.416-1.79.098-3.272-.472-4.443-1.709l-4.493-4.395c-1.171-1.237-1.66-2.701-1.464-4.394.195-1.693.683-3.19 1.464-4.492l4.59-7.617a53.785 53.785 0 0 1-1.123-2.393 20.191 20.191 0 0 1-.928-2.588L6.25 59.668c-1.497-.39-2.913-1.107-4.248-2.148C.667 56.478 0 55.11 0 53.418v-6.25c0-1.758.667-3.239 2.002-4.443 1.335-1.205 2.75-1.937 4.248-2.198l8.008-1.757c.26-.912.586-1.823.976-2.735.391-.911.782-1.79 1.172-2.637l-4.59-7.617c-.78-1.302-1.27-2.8-1.464-4.492-.196-1.693.293-3.157 1.464-4.394L16.31 12.5c1.171-1.237 2.653-1.807 4.443-1.709 1.79.098 3.304.57 4.541 1.416l7.227 4.59c.976-.521 1.969-.993 2.978-1.416a34.76 34.76 0 0 1 3.076-1.123l2.051-8.008c.326-1.497 1.01-2.913 2.05-4.248C43.718.667 45.118 0 46.876 0h6.25c1.758 0 3.223.667 4.395 2.002 1.171 1.335 1.92 2.718 2.246 4.15l1.757 8.203a43.552 43.552 0 0 1 5.664 2.344l7.032-4.492c1.302-.846 2.832-1.318 4.59-1.416 1.757-.098 3.255.472 4.492 1.709l4.394 4.395c1.237 1.237 1.758 2.701 1.563 4.394-.196 1.693-.716 3.19-1.563 4.492l-4.297 7.227c.456.911.896 1.839 1.319 2.783.423.944.765 1.937 1.025 2.979l8.008 1.757zm0 12.403l.098-5.567c-.065-.065-.228-.179-.489-.342a2.607 2.607 0 0 0-.879-.341l-11.62-2.637-1.075-3.418a16.49 16.49 0 0 0-.781-2.344 27.39 27.39 0 0 0-1.172-2.441l-1.562-3.125 6.152-10.254c.195-.26.342-.52.44-.781.097-.26.146-.456.146-.586l-4.102-4.004a2.32 2.32 0 0 0-.635.098c-.227.065-.439.162-.634.292l-10.059 6.446-3.223-1.66a76.7 76.7 0 0 0-2.343-1.123 12.694 12.694 0 0 0-2.442-.83l-3.418-1.172-2.539-11.817a2.873 2.873 0 0 0-.293-.732l-.195-.342h-5.762c-.13.13-.26.326-.39.586a3.47 3.47 0 0 0-.293.976l-2.832 11.329-3.32 1.074c-.847.26-1.693.57-2.54.928-.846.358-1.692.765-2.539 1.22l-3.222 1.66-10.45-6.64-.488-.244a4.474 4.474 0 0 0-.586-.244l-4.101 4.101c0 .195.048.423.146.684.098.26.244.553.44.879l6.347 10.546-1.562 3.028a58.4 58.4 0 0 0-1.026 2.344 18.595 18.595 0 0 0-.732 2.148l-1.074 3.418L7.324 46.68a3.578 3.578 0 0 0-.635.293c-.227.13-.374.195-.439.195v5.762c.13.13.326.244.586.341.26.098.586.18.976.245l11.426 2.93 1.075 3.32c.195.65.439 1.318.732 2.002.293.683.635 1.383 1.025 2.1l1.465 3.027-6.348 10.644c-.195.26-.341.52-.439.781a1.99 1.99 0 0 0-.146.684l4.101 4.004c.195 0 .407-.049.635-.147.228-.097.44-.211.635-.341l10.254-6.543 3.222 1.66c.847.455 1.693.862 2.54 1.22a26.57 26.57 0 0 0 2.538.928l3.32 1.074 2.93 11.524c.065.325.147.602.244.83.098.228.212.407.342.537h5.664c.065-.065.18-.228.342-.488.163-.26.277-.521.342-.782l2.539-11.62 3.418-1.172c.781-.26 1.562-.554 2.344-.88a37.446 37.446 0 0 0 2.343-1.074l3.223-1.66 10.254 6.543.488.244c.196.098.39.18.586.244l4.102-4.101a1.99 1.99 0 0 0-.147-.684 5.505 5.505 0 0 0-.44-.879L76.27 67.285l1.562-3.125c.39-.716.732-1.448 1.025-2.197.293-.749.57-1.514.83-2.295l1.075-3.223 11.62-2.93c.326-.064.603-.146.83-.244.229-.097.408-.211.538-.341zM50 31.25c5.208 0 9.652 1.823 13.33 5.469 3.678 3.646 5.518 8.073 5.518 13.281s-1.84 9.635-5.518 13.281C59.652 66.927 55.208 68.75 50 68.75c-5.143 0-9.554-1.823-13.232-5.469C33.089 59.635 31.25 55.208 31.25 50s1.84-9.635 5.518-13.281C40.446 33.073 44.857 31.25 50 31.25zm0 31.25c3.45 0 6.396-1.22 8.838-3.662C61.279 56.396 62.5 53.45 62.5 50c0-3.45-1.22-6.396-3.662-8.838C56.396 38.721 53.45 37.5 50 37.5c-3.45 0-6.396 1.22-8.838 3.662C38.721 43.604 37.5 46.55 37.5 50c0 3.45 1.22 6.396 3.662 8.838C43.604 61.279 46.55 62.5 50 62.5z"
615
+ }),
616
+ SETTING_SOLID: /*#__PURE__*/React.createElement("path", {
617
+ d: "M49.306 67.548c3.036 0 5.877-.801 8.523-2.404a17.893 17.893 0 0 0 6.304-6.43c1.557-2.684 2.335-5.589 2.335-8.714s-.778-6.05-2.335-8.774c-1.556-2.724-3.658-4.888-6.304-6.49-2.646-1.603-5.487-2.404-8.523-2.404-3.035 0-5.856.801-8.464 2.404-2.607 1.602-4.69 3.766-6.246 6.49A17.397 17.397 0 0 0 32.261 50c0 3.125.778 6.03 2.335 8.714s3.639 4.828 6.246 6.43c2.608 1.603 5.429 2.404 8.464 2.404zm36.31-12.62L95.771 63.1c.467.4.74.921.818 1.562a2.904 2.904 0 0 1-.35 1.803l-9.808 17.308c-.31.56-.72.922-1.225 1.082-.506.16-1.07.12-1.693-.12l-12.025-4.928c-3.114 2.323-5.877 3.966-8.29 4.928l-1.75 13.1c-.156.642-.448 1.162-.876 1.563-.428.4-.915.601-1.46.601H39.5c-.545 0-1.032-.2-1.46-.601-.428-.4-.68-.921-.759-1.562l-1.868-13.101c-3.269-1.363-5.993-3.005-8.172-4.928l-12.142 4.928c-1.245.56-2.218.24-2.919-.962L2.374 66.466a2.904 2.904 0 0 1-.35-1.803c.077-.64.35-1.161.817-1.562l10.273-8.173c-.155-1.122-.233-2.765-.233-4.928s.078-3.806.233-4.928L2.841 36.9c-.467-.4-.74-.921-.818-1.562a2.904 2.904 0 0 1 .35-1.803l9.807-17.308c.7-1.202 1.674-1.522 2.92-.962l12.141 4.928c2.802-2.163 5.526-3.806 8.172-4.928l1.868-13.1c.078-.642.331-1.162.76-1.563.427-.4.914-.601 1.459-.601h19.613c.545 0 1.032.2 1.46.601.428.4.72.921.875 1.562L63.2 15.264a30.113 30.113 0 0 1 8.29 4.928l12.025-4.928c.622-.24 1.187-.28 1.693-.12.505.16.914.521 1.225 1.082l9.807 17.308c.312.56.428 1.162.35 1.803-.077.64-.35 1.161-.817 1.562l-10.157 8.173c.156 1.122.234 2.765.234 4.928s-.078 3.806-.234 4.928z"
618
+ }),
619
+ SHARE: /*#__PURE__*/React.createElement("path", {
620
+ d: "M82.877 65.081c-4.885 0-9.278 2.055-12.397 5.339L34.033 52.57a17.17 17.17 0 0 0 .211-2.56c0-.85-.082-1.68-.201-2.496l36.394-17.65c3.121 3.307 7.533 5.382 12.44 5.382 9.458 0 17.123-7.666 17.123-17.123C100 8.665 92.335 1 82.877 1c-9.459 0-17.123 7.665-17.123 17.123 0 .85.082 1.679.201 2.497l-36.39 17.65c-3.12-3.307-7.533-5.383-12.44-5.383C7.665 32.887 0 40.554 0 50.011c0 9.458 7.665 17.123 17.123 17.123 4.885 0 9.278-2.055 12.397-5.335l36.445 17.847a16.895 16.895 0 0 0-.213 2.558c0 9.46 7.664 17.123 17.123 17.123 9.458 0 17.123-7.662 17.123-17.123.002-9.458-7.663-17.123-17.121-17.123z"
621
+ }),
622
+ SHARE_OUTLINE: /*#__PURE__*/React.createElement("path", {
623
+ d: "M77.1632653,61.5408163 C70.3571429,61.5408163 64.3979592,65.0918367 60.9795918,70.4285714 L40.377551,58.6530612 C41.7142857,56.0408163 42.5306122,53.1326531 42.5306122,50 C42.5306122,48.0612245 42.1632653,46.2346939 41.6326531,44.4693878 L63.0612245,32.2244898 C66.5816327,36.0306122 71.5714286,38.4591837 77.1632653,38.4591837 C87.7755102,38.4591837 96.3979592,29.8469388 96.3979592,19.2244898 C96.3979592,8.60204082 87.7653061,0 77.1530612,0 C66.5306122,0 57.9183673,8.6122449 57.9183673,19.2346939 C57.9183673,21.1734694 58.2857143,23 58.8163265,24.7653061 L37.3877551,37.0102041 C33.8673469,33.2040816 28.877551,30.7755102 23.2959184,30.7755102 C12.6734694,30.7653061 4.06122449,39.377551 4.06122449,50 C4.06122449,60.622449 12.6734694,69.2346939 23.2959184,69.2346939 C27.6836735,69.2346939 31.6734694,67.7040816 34.9081633,65.244898 L34.8367347,65.377551 L58.1326531,78.6938776 C58.0408163,79.377551 57.9285714,80.0510204 57.9285714,80.7857143 C57.9285714,91.3877551 66.5306122,100 77.1632653,100 C87.7755102,100 96.3979592,91.377551 96.3979592,80.7857143 C96.3877551,70.1530612 87.7755102,61.5408163 77.1632653,61.5408163 Z M77.1632653,7.68367347 C83.5306122,7.68367347 88.7040816,12.8571429 88.7040816,19.2244898 C88.7040816,25.6020408 83.5306122,30.7653061 77.1632653,30.7653061 C70.7857143,30.7653061 65.6224339,25.6020408 65.6224339,19.2244898 C65.6122449,12.8571429 70.7755102,7.68367347 77.1632653,7.68367347 Z M23.2959184,61.5408163 C16.9183673,61.5408163 11.7653061,56.377551 11.7653061,50 C11.7653061,43.622449 16.9285714,38.4591837 23.2959184,38.4591837 C29.6734694,38.4591837 34.8367347,43.622449 34.8367347,50 C34.8367347,56.377551 29.6734694,61.5408163 23.2959184,61.5408163 Z M77.1632653,92.3265306 C70.7857143,92.3265306 65.622449,87.1530612 65.622449,80.7959184 C65.622449,74.3979592 70.7857143,69.2346939 77.1632653,69.2346939 C83.5306122,69.2346939 88.7040816,74.3979592 88.7040816,80.7959184 C88.7040816,87.1428571 83.5306122,92.3265306 77.1632653,92.3265306 Z"
624
+ }),
625
+ SHARE_ARROW: /*#__PURE__*/React.createElement("path", {
626
+ d: "M100,45.5703734 L58.441925,0 L58.441925,27.1881104 L49.6063232,27.1881104 C22.2091676,27.1881104 0,49.3972777 0,76.7944336 L0,91.2025451 L3.92456055,86.9018555 C17.2676086,72.2824098 36.1473084,63.9526367 55.9410096,63.9526367 L58.441925,63.9526367 L58.441925,91.1407471 L100,45.5703734 Z"
627
+ }),
628
+ SHARE_ARROW_OUTLINE: /*#__PURE__*/React.createElement("path", {
629
+ d: "M99.9656678,49.9732971 L54.3922424,0 L54.3922424,29.9346924 L49.0982055,29.9346924 C35.9840393,29.9346924 23.6541748,35.041809 14.3806457,44.3153381 C5.1071168,53.5888672 -3.55271368e-14,65.9187316 -3.55271368e-14,79.0336609 L-3.55271368e-14,100 L8.74633789,90.4167176 C20.4460145,77.5985719 37.0536805,70.1835633 54.3922424,70.0149535 L54.3922424,99.9473572 L99.9656678,49.9732971 Z M5.86013789,84.9349977 L5.86013789,79.0336609 C5.86013789,67.4842834 10.357666,56.6253662 18.5241699,48.4588623 C26.6906738,40.2923584 37.5488281,35.7948303 49.0982055,35.7948303 L60.2516174,35.7948303 L60.2516174,15.1222229 L92.035675,49.9732971 L60.2516174,84.8251344 L60.2516174,64.152527 L54.9942016,64.152527 C36.4974977,64.152527 18.7103271,71.7018127 5.86013789,84.9349977 Z"
630
+ }),
631
+ SHARE_SCREEN: /*#__PURE__*/React.createElement("g", {
632
+ transform: "scale(6)"
633
+ }, /*#__PURE__*/React.createElement("path", {
634
+ d: "M13.3333 12.0001C14.0667 12.0001 14.6667 11.4001 14.6667 10.6667V4.00008C14.6667 3.26675 14.0667 2.66675 13.3333 2.66675H2.66667C1.93333 2.66675 1.33333 3.26675 1.33333 4.00008V10.6667C1.33333 11.0204 1.47381 11.3595 1.72386 11.6096C1.97391 11.8596 2.31304 12.0001 2.66667 12.0001H0.666667C0.3 12.0001 0 12.3001 0 12.6667C0 13.0334 0.3 13.3334 0.666667 13.3334H15.3333C15.7 13.3334 16 13.0334 16 12.6667C16 12.3001 15.7 12.0001 15.3333 12.0001H13.3333ZM8.66667 9.64675V8.18675C6.81333 8.18675 5.59333 8.75341 4.66667 10.0001C5.04 8.22008 6.07333 6.44675 8.66667 6.08675V4.66675L11.0733 6.90675C11.2133 7.04008 11.2133 7.26008 11.0733 7.39341L8.66667 9.64675Z"
635
+ })),
636
+ SHIELD_CHECK: /*#__PURE__*/React.createElement("path", {
637
+ d: "M50 8.05078L87.5 22.1133V41.6674C87.5 58.8258 80.75 71.3049 72.7708 79.4758C69.233 83.1268 65.1322 86.1865 60.625 88.5383C56.8208 90.4883 53.0167 91.6674 50 91.6674C46.9833 91.6674 43.1792 90.4883 39.375 88.5424C34.8676 86.1892 30.7669 83.1281 27.2292 79.4758C19.2458 71.3049 12.5 58.8258 12.5 41.6674V22.1133L50 8.05078V8.05078ZM65.4458 44.6133C66.2048 43.8274 66.6248 42.7749 66.6153 41.6824C66.6058 40.59 66.1676 39.5449 65.3951 38.7724C64.6225 37.9998 63.5775 37.5616 62.485 37.5521C61.3925 37.5426 60.34 37.9626 59.5542 38.7216L45.8333 52.4424L40.4458 47.0549C39.66 46.296 38.6075 45.876 37.515 45.8855C36.4225 45.895 35.3775 46.3332 34.6049 47.1057C33.8324 47.8782 33.3942 48.9233 33.3847 50.0158C33.3752 51.1083 33.7952 52.1608 34.5542 52.9466L42.8875 61.2799C43.6689 62.0611 44.7285 62.4999 45.8333 62.4999C46.9382 62.4999 47.9978 62.0611 48.7792 61.2799L65.4458 44.6133Z"
638
+ }),
639
+ SPEAKER: /*#__PURE__*/React.createElement("path", {
640
+ d: "M49.7142857,64.2857143 C53.8809524,64.2857143 57.452381,62.797619 60.4285714,59.8214286 C63.5535714,56.8452381 65.1160714,53.1994048 65.1160714,48.8839286 L65.1160714,48.8839286 L65.1160714,15.4017857 C65.1160714,11.0863095 63.5907738,7.44047619 60.5401786,4.46428571 C57.4895833,1.48809524 53.8809524,0 49.7142857,0 C45.547619,0 41.9389881,1.48809524 38.8883929,4.46428571 C35.8377976,7.44047619 34.3125,11.0863095 34.3125,15.4017857 L34.3125,15.4017857 L34.3125,48.8839286 C34.3125,53.1994048 35.8377976,56.8452381 38.8883929,59.8214286 C41.9389881,62.797619 45.547619,64.2857143 49.7142857,64.2857143 Z M54.8482143,100 L54.8482143,81.6964286 C63.3303571,80.5059524 70.547619,76.6741071 76.5,70.2008929 C82.452381,63.7276786 85.4285714,56.1755952 85.4285714,47.5446429 L85.4285714,47.5446429 L76.7232143,47.5446429 C76.7232143,54.985119 74.0446429,61.1607143 68.6875,66.0714286 C63.3303571,70.9821429 57.0059524,73.4375 49.7142857,73.4375 C42.422619,73.4375 36.0982143,70.9821429 30.7410714,66.0714286 C25.3839286,61.1607143 22.7053571,54.985119 22.7053571,47.5446429 L22.7053571,47.5446429 L14,47.5446429 C14,56.1755952 16.9761905,63.7276786 22.9285714,70.2008929 C28.8809524,76.6741071 36.0982143,80.5059524 44.5803571,81.6964286 L44.5803571,81.6964286 L44.5803571,100 L54.8482143,100 Z"
641
+ }),
642
+ SPEECH_BUBBLE: /*#__PURE__*/React.createElement("path", {
643
+ d: "M93.2365234,24.859375 C88.775,19.3761719 82.7148438,15.0451172 75.0576172,11.8666016 C67.4005859,8.68847656 59.0351563,7.09902344 49.9642578,7.09902344 C43.1980469,7.09902344 36.7294922,8.0375 30.5585937,9.91484375 C24.3876953,11.7919922 19.071875,14.3292969 14.6107422,17.5261719 C10.1488281,20.7234375 6.59941406,24.5246094 3.95957031,28.9294922 C1.31972656,33.3345703 0,37.9539062 0,42.7867187 C0,48.3626953 1.68164062,53.5875 5.04628906,58.4574219 C8.4109375,63.3267578 13.0107422,67.4166016 18.8478516,70.7251953 C18.4384766,72.2117187 17.9552734,73.6248047 17.3974609,74.9621094 C16.8398438,76.3003906 16.3380859,77.3984375 15.8919922,78.2533203 C15.4455078,79.1082031 14.8419922,80.0566406 14.0792969,81.0974609 C13.3177734,82.1380859 12.7416016,82.8726562 12.3511719,83.2996094 C11.9611328,83.7273437 11.3199219,84.4347656 10.4271484,85.4185547 C9.53554688,86.4044922 8.95898438,87.0453125 8.69902344,87.3433594 C8.66132813,87.3607422 8.51289063,87.5292969 8.25273438,87.8447266 C7.99277344,88.1601562 7.86230469,88.3179687 7.86230469,88.3179687 L7.52773438,88.8191406 C7.34160156,89.0986328 7.25800781,89.275 7.27636719,89.3478516 C7.29511719,89.4207031 7.25800781,89.6078125 7.16503906,89.9046875 C7.071875,90.2027344 7.08144531,90.4259766 7.19277344,90.5751953 L7.19277344,90.6306641 C7.3421875,91.3003906 7.66738281,91.8390625 8.16894531,92.2472656 C8.67050781,92.6558594 9.23808594,92.8234375 9.86972656,92.7478516 C12.2867188,92.4505859 14.4054688,92.0435547 16.2267578,91.5220703 C25.9669922,89.0302734 34.5175781,84.5333984 41.8779297,78.0265625 C44.6654297,78.3238281 47.3607422,78.4730469 49.9630859,78.4730469 C59.0337891,78.4730469 67.3988281,76.8835937 75.0566406,73.7041016 C82.7144531,70.5259766 88.7740234,66.1947266 93.2347656,60.7125 C97.6962891,55.2316406 99.9267578,49.2548828 99.9267578,42.7865234 C99.9267578,36.3179687 97.6966797,30.3416016 93.2365234,24.859375 Z"
644
+ }),
645
+ SPEECH_BUBBLE_OUTLINE: /*#__PURE__*/React.createElement("path", {
646
+ d: "M93.2351563,24.8673828 C88.7744141,19.3845703 82.7148438,15.0533203 75.0570312,11.8748047 C67.3992187,8.69628906 59.034375,7.10722656 49.9634766,7.10722656 C40.8927734,7.10722656 32.528125,8.69628906 24.8701172,11.8748047 C17.2121094,15.0533203 11.1527344,19.3837891 6.69160156,24.8673828 C2.23027344,30.3505859 0,36.3261719 0,42.7947266 C0,48.3707031 1.68164062,53.5953125 5.04628906,58.4650391 C8.4109375,63.3349609 13.0107422,67.4248047 18.8478516,70.7332031 C18.4384766,72.2197266 17.9552734,73.6320312 17.3974609,74.9714844 C16.8398438,76.3095703 16.3380859,77.4064453 15.8919922,78.2619141 C15.4455078,79.1162109 14.8419922,80.0646484 14.0792969,81.1046875 C13.3177734,82.1460937 12.7416016,82.8806641 12.3511719,83.3083984 C11.9611328,83.7361328 11.3199219,84.4414062 10.4271484,85.4271484 C9.53554688,86.4117187 8.95898438,87.0541016 8.69902344,87.3515625 C8.66132813,87.3705078 8.51289063,87.5367188 8.25273438,87.8542969 C7.99277344,88.1697266 7.86230469,88.3267578 7.86230469,88.3267578 L7.52773438,88.8287109 C7.34160156,89.1060547 7.25800781,89.2832031 7.27636719,89.3566406 C7.29511719,89.4316406 7.25800781,89.6173828 7.16503906,89.9140625 C7.071875,90.2121094 7.08144531,90.4353516 7.19277344,90.5837891 L7.19277344,90.6398437 C7.34160156,91.2714844 7.63867188,91.7830078 8.08476563,92.1732422 C8.53085938,92.5623047 9.03359375,92.7574219 9.590625,92.7574219 L9.86972656,92.7574219 C12.2867188,92.459375 14.4054688,92.0517578 16.2267578,91.5310547 C25.9669922,89.040625 34.5175781,84.5423828 41.8779297,78.0361328 C44.6658203,78.3335937 47.3611328,78.4820312 49.9630859,78.4820312 C59.0337891,78.4820312 67.3988281,76.8931641 75.0566406,73.7136719 C82.7144531,70.5347656 88.7740234,66.2050781 93.2347656,60.7220703 C97.6962891,55.2392578 99.9267578,49.2630859 99.9267578,42.7945312 C99.9267578,36.3269531 97.6966797,30.3505859 93.2351563,24.8673828 Z M86.9617188,57.0146484 C83.0757812,61.4005859 77.8341797,64.8863281 71.2357422,67.4695312 C64.6373047,70.0521484 57.5457031,71.3449219 49.9621094,71.3449219 C47.6947266,71.3449219 45.2785156,71.1964844 42.7134766,70.8984375 L39.5349609,70.5648437 L37.1371094,72.684375 C32.5652344,76.6996094 27.453125,79.8775391 21.8025391,82.2197266 C23.5123047,79.2091797 24.8134766,76.0117187 25.7060547,72.6294922 L27.2115234,67.2755859 L22.3603516,64.4884766 C17.5275391,61.7359375 13.7826172,58.4742187 11.1240234,54.7005859 C8.46582031,50.928125 7.13730469,46.9587891 7.13730469,42.7955078 C7.13730469,37.7023437 9.0796875,32.9628906 12.9642578,28.5761719 C16.85,24.1898437 22.0910156,20.7044922 28.6898438,18.1208984 C35.2886719,15.5371094 42.3791016,14.2441406 49.9632813,14.2441406 C57.546875,14.2441406 64.6371094,15.5365234 71.2355469,18.1201172 C77.8337891,20.7039062 83.0753906,24.1890625 86.9615234,28.5753906 C90.8462891,32.9621094 92.7884766,37.7017578 92.7884766,42.7945312 C92.7884766,47.8873047 90.8462891,52.6279297 86.9617188,57.0146484 Z"
647
+ }),
648
+ SPINNER: /*#__PURE__*/React.createElement("path", {
649
+ d: "M50,38 C57.1686875,38 63,32.1686875 63,25 C63,17.8313125 57.1686875,12 50,12 C42.8313125,12 37,17.8313125 37,25 C37,32.1686875 42.8313125,38 50,38 Z M50,4 C61.8041016,4 71.0509766,13.1272167 71.0509766,24.7784238 C71.0509766,27.6636844 70.4324219,30.5181694 69.2158203,33.266606 C69.134375,33.57495 69.0183594,33.8689843 68.8699219,34.1445924 C66.7316406,38.0936691 66.8150391,42.8146838 69.09375,46.7759139 C71.6125,51.1497721 75.1341797,53.626521 79.0140625,53.7470751 C90.5884766,53.7796149 100,63.2500676 100,74.8724594 C100,86.5215103 90.5558594,96 78.9490234,96 C71.9421875,96 65.4359375,92.5000117 61.5113281,86.6275587 C61.3505859,86.4478057 61.2082031,86.2517828 61.0820312,86.0455668 C58.7951172,82.300746 54.5470703,79.9688579 50,79.9688579 C45.4529297,79.9688579 41.2048828,82.300746 38.9119141,86.0537998 C38.7919922,86.2539391 38.6455078,86.4521182 38.4806641,86.6399081 C34.5539062,92.5043242 28.0517578,96 21.0509766,96 C9.44414062,96 0,86.5215103 0,74.8724594 C0,63.2234085 9.44414062,53.7470751 21.0511719,53.7470751 C24.8597656,53.6449472 28.3792969,51.1680023 30.90625,46.7759139 C33.1828125,42.8144878 33.2683594,38.0956293 31.1320312,34.1487089 C30.9753906,33.8568309 30.8552734,33.5526034 30.771875,33.2360264 C29.5634766,30.497783 28.9490234,27.6534912 28.9490234,24.7784238 C28.9490234,13.1274127 38.1958984,4 50,4 Z M49.9998047,8.18195183 C40.53125,8.18195183 33.1154297,15.4716502 33.1154297,24.7786199 C33.1154297,27.1207011 33.6322266,29.4484726 34.6515625,31.6986191 L34.6515625,31.6986191 L34.8021484,32.1702501 C37.6259766,37.3872027 37.5222656,43.6354316 34.5152344,48.8668898 C31.2357422,54.5678228 26.475,57.7859302 21.1058594,57.9288309 C11.7410156,57.9288309 4.16660156,65.5288335 4.16660156,74.8726554 C4.16660156,84.2164774 11.7410156,91.8184402 21.0509766,91.8184402 C26.7070313,91.8184402 31.9601563,88.9657194 35.1013672,84.1857018 L35.1013672,84.1857018 L35.3679688,83.8589317 C38.4035156,78.8848515 44.0148438,75.7872981 50.0001953,75.7872981 C55.9855469,75.7872981 61.596875,78.8848515 64.6404297,83.8691249 C68.0298828,88.9596427 73.2849609,91.8184402 78.9490234,91.8184402 C88.2587891,91.8184402 95.8332031,84.2162814 95.8332031,74.8728515 C95.8332031,65.5433392 88.2708984,57.9413764 78.9773438,57.9290269 L78.9773438,57.9290269 L78.9203125,57.9290269 C73.5328125,57.7739729 68.7619141,54.5558655 65.484375,48.8670858 C62.4753906,43.6336674 62.3716797,37.3854385 65.2056641,32.15202 L65.2056641,32.15202 L65.3359375,31.7252782 C66.3632813,29.4647425 66.8841797,27.128934 66.8841797,24.7786199 C66.8841797,15.4716502 59.4683594,8.18195183 49.9998047,8.18195183 Z M79,62 C86.1686875,62 92,67.8313125 92,75 C92,82.1686875 86.1686875,88 79,88 C71.8313125,88 66,82.1686875 66,75 C66,67.8313125 71.8313125,62 79,62 Z M21,62 C28.1684844,62 34,67.8313125 34,75 C34,82.1686875 28.1686875,88 21,88 C13.8313125,88 8,82.1686875 8,75 C8,67.8313125 13.8313125,62 21,62 Z M79,66.3332656 C74.2200625,66.3332656 70.3332656,70.2200625 70.3332656,75 C70.3332656,79.7799375 74.2202656,83.6667344 79,83.6667344 C83.7799375,83.6667344 87.6667344,79.7797344 87.6667344,75 C87.6667344,70.2202656 83.7799375,66.3332656 79,66.3332656 Z M21,66.3332656 C16.2200625,66.3332656 12.3332656,70.2202656 12.3332656,75 C12.3332656,79.7797344 16.2200625,83.6667344 21,83.6667344 C25.7797344,83.6667344 29.6667344,79.7799375 29.6667344,75 C29.6667344,70.2200625 25.7799375,66.3332656 21,66.3332656 Z M50,43 C58.2701193,43 65,49.7298807 65,58 C65,66.2701193 58.2701193,73 50,73 C41.7298807,73 35,66.2701193 35,58 C35,49.7298807 41.7298807,43 50,43 Z M50,47.2858291 C44.092571,47.2858291 39.2858291,52.092571 39.2858291,58 C39.2858291,63.907429 44.092571,68.7141709 50,68.7141709 C55.907429,68.7141709 60.7141709,63.907429 60.7141709,58 C60.7141709,52.092571 55.907429,47.2858291 50,47.2858291 Z M50,16.3332656 C54.7797344,16.3332656 58.6667344,20.2200625 58.6667344,25 C58.6667344,29.7799375 54.7797344,33.6667344 50,33.6667344 C45.2202656,33.6667344 41.3332656,29.7797344 41.3332656,25 C41.3332656,20.2202656 45.2202656,16.3332656 50,16.3332656 Z"
650
+ }),
651
+ STACK: /*#__PURE__*/React.createElement("path", {
652
+ d: "M98.1002809,23.9580688 C99.2416383,24.3876037 100,25.480133 100,26.7015992 C100,27.9230652 99.2416383,29.0163574 98.1002809,29.4451293 L51.0299684,47.0232543 C50.6980896,47.1468506 50.3486633,47.2094117 50,47.2094117 C49.6513367,47.2094117 49.3019104,47.1468506 48.9700316,47.0232543 L1.89971914,29.4451293 C0.758361719,29.0163574 0,27.9230652 0,26.7015992 C0,25.480133 0.758361719,24.3876037 1.89971914,23.9580688 L48.9700316,6.37994375 C49.6337891,6.13351445 50.3662109,6.13351445 51.0299684,6.37994375 L98.1002809,23.9580688 Z M98.1002809,70.8330687 C99.2416383,71.2626037 100,72.355133 100,73.5765992 C100,74.7980652 99.2416383,75.8913574 98.1002809,76.3201293 L51.0299684,93.8982543 C50.6980896,94.0218506 50.3486633,94.0844117 50,94.0844117 C49.6513367,94.0844117 49.3019104,94.0218506 48.9700316,93.8982543 L1.89971914,76.3201293 C0.758361719,75.8913574 7.10542736e-15,74.7980652 7.10542736e-15,73.5765992 C7.10542736e-15,72.355133 0.758361719,71.2626037 1.89971914,70.8330687 L17.4888611,64.9874268 L46.9329834,75.9539184 C47.920227,76.3201293 48.9524842,76.5062867 50,76.5062867 C51.0475158,76.5062867 52.079773,76.3201293 53.0868531,75.9485779 L82.5111389,64.9874268 L98.1002809,70.8330687 Z M98.1002809,47.3955687 C99.2416383,47.8251037 100,48.917633 100,50.1390992 C100,51.3605652 99.2416383,52.4538574 98.1002809,52.8826293 L51.0299684,70.4607543 C50.6980896,70.5843506 50.3486633,70.6469117 50,70.6469117 C49.6513367,70.6469117 49.3019104,70.5843506 48.9700316,70.4607543 L1.89971914,52.8826293 C0.758361719,52.4538574 7.10542736e-15,51.3605652 7.10542736e-15,50.1390992 C7.10542736e-15,48.917633 0.758361719,47.8251037 1.89971914,47.3955687 L17.4888611,41.5499268 L46.9329834,52.5164184 C47.920227,52.8826293 48.9524842,53.0687867 50,53.0687867 C51.0475158,53.0687867 52.079773,52.8826293 53.0868531,52.5110779 L82.5111389,41.5499268 L98.1002809,47.3955687 Z"
653
+ }),
654
+ STAR_OUTLINE: /*#__PURE__*/React.createElement("path", {
655
+ d: "M64.3141077,35.0943187 L50.2215326,0 L35.98319,35.0933458 L0,38.188092 L27.6879254,62.4876025 L18.6891498,100 L50.1447406,80.1021572 L80.7806526,99.7154931 L72.8604775,62.5265189 L100,38.1502463 L64.3141077,35.0943187 Z M50.1845998,20.870359 L58.8457943,42.437515 L81.4058702,44.3697309 L64.2799017,59.7524979 L69.24747,83.0790156 L50.170047,70.8659153 L30.7710884,83.1366668 L36.3829737,59.7440389 L18.8738404,44.3774495 L41.434742,42.437515 L50.1845998,20.870359 Z"
656
+ }),
657
+ STAR_CIRCLE: /*#__PURE__*/React.createElement("g", {
658
+ transform: "scale(5)"
659
+ }, /*#__PURE__*/React.createElement("circle", {
660
+ cx: "10",
661
+ cy: "10",
662
+ r: "10"
663
+ }), /*#__PURE__*/React.createElement("circle", {
664
+ cx: "10",
665
+ cy: "10",
666
+ r: "10.5",
667
+ fill: "#FFFFFFE6"
668
+ }), /*#__PURE__*/React.createElement("circle", {
669
+ cx: "10",
670
+ cy: "10",
671
+ r: "7.5"
672
+ }), /*#__PURE__*/React.createElement("path", {
673
+ d: "M11.6272 8.82618L10.5174 6.0625L9.39618 8.8261L6.5625 9.06981L8.74292 10.9834L8.03427 13.9375L10.5114 12.3705L12.924 13.9151L12.3003 10.9865L14.4375 9.06683L11.6272 8.82618Z",
674
+ fill: "#098BBD"
675
+ }), /*#__PURE__*/React.createElement("path", {
676
+ d: "M11.1272 8.82618L10.0174 6.0625L8.89618 8.8261L6.0625 9.06981L8.24292 10.9834L7.53427 13.9375L10.0114 12.3705L12.424 13.9151L11.8003 10.9865L13.9375 9.06683L11.1272 8.82618Z",
677
+ fill: "white"
678
+ })),
679
+ STAR: /*#__PURE__*/React.createElement("path", {
680
+ d: "M49.833 78.23L18.996 96.733 27.137 61.7 0 38.018l35.771-2.96L49.833 2l14.062 33.058 35.772 2.96L72.53 61.701l8.14 35.032z"
681
+ }),
682
+ TAG: /*#__PURE__*/React.createElement("path", {
683
+ d: "M23.5913639,26.8509742 C23.5913639,23.1121643 20.5897841,20.1105845 16.8509742,20.1105845 C13.1121643,20.1105845 10.1105845,23.1121643 10.1105845,26.8509742 C10.1105845,30.5897841 13.1121643,33.5913639 16.8509742,33.5913639 C20.5897841,33.5913639 23.5913639,30.5897841 23.5913639,26.8509742 Z M79.778831,57.1827278 C79.778831,58.9731438 79.0416008,60.7109005 77.8304371,61.9220642 L51.9747235,87.8304371 C50.7109005,89.0416008 48.9731438,89.778831 47.1827278,89.778831 C45.3923117,89.778831 43.654555,89.0416008 42.4433913,87.8304371 L4.79199579,50.1263823 C2.10637177,47.4934176 0,42.385466 0,38.6466561 L0,16.7403897 C0,13.0542391 3.05423907,10 6.74038968,10 L28.6466561,10 C32.385466,10 37.4934176,12.1063718 40.1790416,14.7919958 L77.8304371,52.390732 C79.0416008,53.654555 79.778831,55.3923117 79.778831,57.1827278 Z M100,57.1827278 C100,58.9731438 99.2627699,60.7109005 98.0516061,61.9220642 L72.1958926,87.8304371 C70.9320695,89.0416008 69.1943128,89.778831 67.4038968,89.778831 C64.6656135,89.778831 63.2964718,88.5150079 61.5060558,86.6719326 L86.2559242,61.9220642 C87.4670879,60.7109005 88.2043181,58.9731438 88.2043181,57.1827278 C88.2043181,55.3923117 87.4670879,53.654555 86.2559242,52.390732 L48.6045287,14.7919958 C45.9189047,12.1063718 40.8109531,10 37.0721432,10 L48.8678252,10 C52.6066351,10 57.7145866,12.1063718 60.4002106,14.7919958 L98.0516061,52.390732 C99.2627699,53.654555 100,55.3923117 100,57.1827278 Z"
684
+ }),
685
+ TASK: /*#__PURE__*/React.createElement("path", {
686
+ d: "M75.0239808,40.0479616 L75.0239808,29.9760192 L24.9040767,29.9760192 L24.9040767,40.0479616 L75.0239808,40.0479616 Z M75.0239808,59.9520384 L75.0239808,50.1199041 L24.9040767,50.1199041 L24.9040767,59.9520384 L75.0239808,59.9520384 Z M60.0359712,80.0959233 L60.0359712,70.0239808 L24.9040767,70.0239808 L24.9040767,80.0959233 L60.0359712,80.0959233 Z M49.9640288,10.0719424 C48.6051091,10.0719424 47.446048,10.551554 46.4868106,11.5107914 C45.5275731,12.4700288 45.0479616,13.6290899 45.0479616,14.9880096 C45.0479616,16.3469293 45.5275731,17.545958 46.4868106,18.5851319 C47.446048,19.6243058 48.6051091,20.1438849 49.9640288,20.1438849 C51.3229484,20.1438849 52.4820096,19.6243058 53.441247,18.5851319 C54.4004844,17.545958 54.8800959,16.3469293 54.8800959,14.9880096 C54.8800959,13.6290899 54.4004844,12.4700288 53.441247,11.5107914 C52.4820096,10.551554 51.3229484,10.0719424 49.9640288,10.0719424 Z M84.8561151,10.0719424 C87.5739544,10.0719424 89.9320444,11.0711331 91.9304556,13.0695444 C93.9288669,15.0679556 94.9280576,17.4260456 94.9280576,20.1438849 L94.9280576,89.9280576 C94.9280576,92.6458969 93.9288669,95.0039868 91.9304556,97.0023981 C89.9320444,99.0008094 87.5739544,100 84.8561151,100 L15.0719424,100 C12.3541031,100 9.99601319,99.0008094 7.99760192,97.0023981 C5.99919065,95.0039868 5,92.6458969 5,89.9280576 L5,20.1438849 C5,17.4260456 5.99919065,15.0679556 7.99760192,13.0695444 C9.99601319,11.0711331 12.3541031,10.0719424 15.0719424,10.0719424 L35.9352518,10.0719424 C36.9744257,7.11429376 38.752985,4.6962524 41.2709832,2.8177458 C43.7889814,0.939239209 46.6866343,0 49.9640288,0 C53.2414233,0 56.1390761,0.939239209 58.6570743,2.8177458 C61.1750725,4.6962524 62.9536319,7.11429376 63.9928058,10.0719424 L84.8561151,10.0719424 Z"
687
+ }),
688
+ TELEGRAM: /*#__PURE__*/React.createElement("path", {
689
+ d: "M39.24,62.93,37.58,86.19c2.37,0,3.4-1,4.63-2.23L53.3,73.35l23,16.84c4.22,2.35,7.19,1.11,8.33-3.88L99.71,15.59h0c1.33-6.24-2.26-8.67-6.37-7.14l-88.71,34c-6,2.35-6,5.72-1,7.25l22.68,7.06L79,23.75c2.48-1.64,4.74-.73,2.88.91Z"
690
+ }),
691
+ THUMBS_UP: /*#__PURE__*/React.createElement("path", {
692
+ d: "M100,40.4347826 C100,35.64 96.0991304,31.7391304 91.3043478,31.7391304 L75.0756522,31.7391304 C77.5880435,25.3036957 78.605,17.728913 78.408913,10.986087 C78.3715217,9.69934783 78.3221739,8.95521739 78.2554348,8.48673913 C78.1430435,3.78956522 74.286087,0 69.5652174,0 C64.7704348,0 60.8695652,3.90086957 60.8695652,8.69565217 L60.8695652,10.8695652 C60.8695652,24.6186957 43.2143478,32.3436957 29.8904348,35.6563043 C28.8830435,33.3532609 26.5834783,31.7391304 23.9130435,31.7391304 L2.17391304,31.7391304 C0.973478261,31.7391304 0,32.7126087 0,33.9130435 L0,86.0869565 C0,87.2873913 0.973478261,88.2608696 2.17391304,88.2608696 L23.9130435,88.2608696 C26.5656522,88.2608696 28.8519565,86.6680435 29.8697826,84.3893478 C30.9730435,84.6723913 31.9971739,84.9397826 32.9426087,85.1867391 C40.5328261,87.1691304 44.713913,88.2608696 54.8826087,88.2608696 L78.2608696,88.2608696 C83.0556522,88.2608696 86.9565217,84.36 86.9565217,79.5652174 C86.9565217,77.7773913 86.4136957,76.1143478 85.4847826,74.7308696 C88.8430435,73.5563043 91.3043478,70.3476087 91.3043478,66.5217391 C91.3043478,64.7404348 90.7747826,63.0719565 89.8486957,61.6821739 C93.1921739,60.5056522 95.6521739,57.3043478 95.6521739,53.4782609 C95.6521739,51.6904348 95.1093478,50.0273913 94.1804348,48.643913 C97.5386957,47.4693478 100,44.2606522 100,40.4347826 Z"
693
+ }),
694
+ THUMBS_UP_OUTLINE: /*#__PURE__*/React.createElement("path", {
695
+ d: "M100,40.4347826 C100,35.64 96.0991304,31.7391304 91.3043478,31.7391304 L75.0756522,31.7391304 C77.5880435,25.3036957 78.605,17.728913 78.408913,10.986087 C78.3715217,9.69934783 78.3221739,8.95521739 78.2554348,8.48673913 C78.1430435,3.78956522 74.286087,0 69.5652174,0 C64.7704348,0 60.8695652,3.90086957 60.8695652,8.69565217 L60.8695652,10.8695652 C60.8695652,24.6186957 43.2143478,32.3436957 29.8904348,35.6563043 C28.8830435,33.3532609 26.5834783,31.7391304 23.9130435,31.7391304 L2.17391304,31.7391304 C0.973478261,31.7391304 0,32.7126087 0,33.9130435 L0,86.0869565 C0,87.2873913 0.973478261,88.2608696 2.17391304,88.2608696 L23.9130435,88.2608696 C26.5656522,88.2608696 28.8519565,86.6680435 29.8697826,84.3893478 C30.9730435,84.6723913 31.9971739,84.9397826 32.9426087,85.1867391 C40.5328261,87.1691304 44.713913,88.2608696 54.8826087,88.2608696 L78.2608696,88.2608696 C83.0556522,88.2608696 86.9565217,84.36 86.9565217,79.5652174 C86.9565217,77.7773913 86.4136957,76.1143478 85.4847826,74.7308696 C88.8430435,73.5563043 91.3043478,70.3476087 91.3043478,66.5217391 C91.3043478,64.7404348 90.7747826,63.0719565 89.8486957,61.6821739 C93.1921739,60.5056522 95.6521739,57.3043478 95.6521739,53.4782609 C95.6521739,51.6904348 95.1093478,50.0273913 94.1804348,48.643913 C97.5386957,47.4693478 100,44.2606522 100,40.4347826 Z M26.0869565,81.7391304 C26.0869565,82.9378261 25.1117391,83.9130435 23.9130435,83.9130435 L4.34782609,83.9130435 L4.34782609,36.0869565 L23.9130435,36.0869565 C25.1117391,36.0869565 26.0869565,37.0621739 26.0869565,38.2608696 L26.0869565,81.7391304 Z M91.3043478,44.7826087 C86.6415217,44.7826087 85.53,44.7826087 80.4347826,44.7826087 C79.2343478,44.7826087 78.2608696,45.756087 78.2608696,46.9565217 C78.2608696,48.1569565 79.2343478,49.1304348 80.4347826,49.1304348 L86.9565217,49.1304348 C89.353913,49.1304348 91.3043478,51.0808696 91.3043478,53.4782609 C91.3043478,55.8795652 89.3578261,57.826087 86.9565217,57.826087 L76.0869565,57.826087 C74.8865217,57.826087 73.9130435,58.7995652 73.9130435,60 C73.9130435,61.2004348 74.8865217,62.173913 76.0869565,62.173913 L82.6086957,62.173913 C84.9776087,62.173913 86.9565217,64.0663043 86.9565217,66.5217391 C86.9565217,68.9230435 85.01,70.8695652 82.6086957,70.8695652 C77.9458696,70.8695652 76.8343478,70.8695652 71.7391304,70.8695652 C70.5386957,70.8695652 69.5652174,71.8430435 69.5652174,73.0434783 C69.5652174,74.243913 70.5386957,75.2173913 71.7391304,75.2173913 L78.2608696,75.2173913 C80.6582609,75.2173913 82.6086957,77.1678261 82.6086957,79.5652174 C82.6086957,81.9626087 80.6582609,83.9130435 78.2608696,83.9130435 L54.8826087,83.9130435 C45.2723913,83.9130435 41.518913,82.9328261 34.0413043,80.98 C32.9458696,80.693913 31.7443478,80.3802174 30.4347826,80.0463043 L30.4347826,40.0054348 C46.1669565,36.2580435 65.2173913,27.111087 65.2173913,10.8695652 L65.2173913,8.69565217 C65.2173913,6.29826087 67.1678261,4.34782609 69.5652174,4.34782609 C71.9582609,4.34782609 73.9084783,6.29521739 73.9130435,8.68891304 L73.9130435,8.69565217 C73.9130435,9.64043478 75.0921739,21.2354348 70.363913,31.7391304 L63.0434783,31.7391304 C61.8430435,31.7391304 60.8695652,32.7126087 60.8695652,33.9130435 C60.8695652,35.1134783 61.8430435,36.0869565 63.0434783,36.0869565 C64.5615217,36.0869565 88.8265217,36.0869565 91.3043478,36.0869565 C93.7017391,36.0869565 95.6521739,38.0373913 95.6521739,40.4347826 C95.6521739,42.836087 93.7056522,44.7826087 91.3043478,44.7826087 Z"
696
+ }),
697
+ TICKET_SOLID: /*#__PURE__*/React.createElement("path", {
698
+ d: "M57.587895,23.6463433 L76.3388221,42.3972704 L42.3972704,76.3388221 L23.6463433,57.587895 L57.587895,23.6463433 Z M45.0674974,81.7386144 L81.7386144,45.0674974 C83.2220739,43.584038 83.2220739,41.2105029 81.7386144,39.7270435 L60.2581219,18.246551 C58.8340009,16.8224299 56.3417891,16.8224299 54.917668,18.246551 L18.246551,54.917668 C16.7630915,56.4011274 16.7630915,58.7746625 18.246551,60.2581219 L39.7270435,81.7386144 C40.439104,82.450675 41.388518,82.8067052 42.3972704,82.8067052 C43.4060228,82.8067052 44.3554369,82.450675 45.0674974,81.7386144 Z M97.8193146,43.9400682 L43.9994066,97.8193146 C41.0324878,100.726895 36.1667408,100.726895 33.2591604,97.8193146 L25.7825248,90.3426791 C30.2329031,85.8923008 30.2329031,78.6530188 25.7825248,74.2026406 C21.3321466,69.7522623 14.0928646,69.7522623 9.64248628,74.2026406 L2.22518914,66.726005 C-0.741729714,63.8184246 -0.741729714,58.9526776 2.22518914,55.9857588 L56.0450972,2.22518914 C58.9526776,-0.741729714 63.8184246,-0.741729714 66.7853434,2.22518914 L74.2026406,9.64248628 C69.7522623,14.0928646 69.7522623,21.3321466 74.2026406,25.7825248 C78.6530188,30.2329031 85.8923008,30.2329031 90.3426791,25.7825248 L97.8193146,33.199822 C100.726895,36.1667408 100.726895,41.0324878 97.8193146,43.9400682 Z"
699
+ }),
700
+ TIE: /*#__PURE__*/React.createElement("path", {
701
+ d: "M59.6073603,3.12638804e-13 C60.6109317,3.12638804e-13 61.5536009,0.481954887 62.1423227,1.2962406 C62.6889894,2.05641604 62.8662525,3.02126984 62.6270416,3.92029908 L62.5693904,4.11184211 L56.8932626,21.1404135 L80.6825483,47.9035714 C81.5831928,48.9146706 81.7229213,50.3821829 81.0544827,51.5393713 L80.9481498,51.7105263 L74.7009693,61.081391 C74.1600921,61.8927945 73.2737179,62.401274 72.3097514,62.4654651 L72.1020972,62.4723684 L64.6671348,62.4723684 L68.9175107,83.7246241 C69.1702855,84.9797261 68.628898,86.254094 67.5676004,86.9496988 L67.4045408,87.0496241 L45.5391272,99.5441729 C45.0601799,99.818797 44.5233378,99.956015 43.9895032,99.956015 C43.5319307,99.956015 43.0721486,99.8552018 42.6485093,99.6534569 L42.4398791,99.5441729 L20.5744656,87.0496241 C19.4618626,86.4133906 18.8554572,85.1684927 19.0295014,83.9129591 L19.0614957,83.7246241 L31.3934505,22.0644737 L25.40924,4.11203008 C25.0889393,3.16015038 25.2505934,2.11090226 25.8363077,1.29642857 C26.3857814,0.536253133 27.2435825,0.0657385129 28.1714547,0.0063817878 L28.3712701,3.12638804e-13 L59.6073603,3.12638804e-13 Z M50.7998415,24.9887218 L37.1789769,24.9887218 L25.6289769,82.7421053 L43.9893152,93.2355263 L62.3498415,82.7421053 L50.7998415,24.9887218 Z M58.6831122,32.5539474 L63.4173227,56.225 L70.4302926,56.225 C70.4302926,56.225 74.4141272,50.2522556 74.4141272,50.2524436 L74.4141272,50.2524436 L58.6831122,32.5539474 Z M55.2727739,6.24718045 L32.7060445,6.24718045 L36.8697663,18.7417293 L51.109052,18.7417293 L55.2727739,6.24718045 Z"
702
+ }),
703
+ TRASH: /*#__PURE__*/React.createElement("path", {
704
+ d: "M37.3333333,81.25 L37.3333333,35.4166667 C37.3333333,34.2447917 36.421875,33.3333333 35.25,33.3333333 L31.0833333,33.3333333 C29.9114583,33.3333333 29,34.2447917 29,35.4166667 L29,81.25 C29,82.421875 29.9114583,83.3333333 31.0833333,83.3333333 L35.25,83.3333333 C36.421875,83.3333333 37.3333333,82.421875 37.3333333,81.25 Z M54,81.25 L54,35.4166667 C54,34.2447917 53.0885417,33.3333333 51.9166667,33.3333333 L47.75,33.3333333 C46.578125,33.3333333 45.6666667,34.2447917 45.6666667,35.4166667 L45.6666667,81.25 C45.6666667,82.421875 46.578125,83.3333333 47.75,83.3333333 L51.9166667,83.3333333 C53.0885417,83.3333333 54,82.421875 54,81.25 Z M70.6666667,81.25 L70.6666667,35.4166667 C70.6666667,34.2447917 69.7552083,33.3333333 68.5833333,33.3333333 L64.4166667,33.3333333 C63.2447917,33.3333333 62.3333333,34.2447917 62.3333333,35.4166667 L62.3333333,81.25 C62.3333333,82.421875 63.2447917,83.3333333 64.4166667,83.3333333 L68.5833333,83.3333333 C69.7552083,83.3333333 70.6666667,82.421875 70.6666667,81.25 Z M35.25,16.6666667 L64.4166667,16.6666667 L61.2916667,9.04947917 C61.0963542,8.7890625 60.5104167,8.3984375 60.1848958,8.33333333 L39.546875,8.33333333 C39.15625,8.3984375 38.6354167,8.7890625 38.4401042,9.04947917 L35.25,16.6666667 Z M95.6666667,18.75 L95.6666667,22.9166667 C95.6666667,24.0885417 94.7552083,25 93.5833333,25 L87.3333333,25 L87.3333333,86.71875 C87.3333333,93.8802083 82.6458333,100 76.9166667,100 L22.75,100 C17.0208333,100 12.3333333,94.140625 12.3333333,86.9791667 L12.3333333,25 L6.08333333,25 C4.91145833,25 4,24.0885417 4,22.9166667 L4,18.75 C4,17.578125 4.91145833,16.6666667 6.08333333,16.6666667 L26.2005208,16.6666667 L30.7578125,5.79427083 C32.0598958,2.60416667 35.9661458,0 39.4166667,0 L60.25,0 C63.7005208,0 67.6067708,2.60416667 68.9088542,5.79427083 L73.4661458,16.6666667 L93.5833333,16.6666667 C94.7552083,16.6666667 95.6666667,17.578125 95.6666667,18.75 Z"
705
+ }),
706
+ TV_PLAY: /*#__PURE__*/React.createElement("path", {
707
+ d: "M82.5639 20.5879H54.892L66.8868 8.49228L64.3347 5.88199L49.7514 20.5879L35.168 5.88199L32.5795 8.49228L44.6108 20.5879H16.9389C15.005 20.5879 13.1503 21.3626 11.7829 22.7415C10.4154 24.1204 9.64722 25.9907 9.64722 27.9408V72.0585C9.64722 76.1026 12.9285 79.4114 16.9389 79.4114H82.5639C86.5743 79.4114 89.8555 76.1026 89.8555 72.0585V27.9408C89.8555 25.9907 89.0873 24.1204 87.7199 22.7415C86.3524 21.3626 84.4977 20.5879 82.5639 20.5879ZM82.5639 72.0585H16.9389V27.9408H82.5639V72.0585ZM38.8139 35.2938V64.7055L64.3347 49.9996L38.8139 35.2938Z"
708
+ }),
709
+ TWITTER: /*#__PURE__*/React.createElement("path", {
710
+ d: "M100 18.702a40.666 40.666 0 0 1-11.78 3.261 20.761 20.761 0 0 0 9.018-11.45 41.121 41.121 0 0 1-13.035 5.029C80.46 11.51 75.136 9 69.23 9 57.9 9 48.716 18.273 48.716 29.703c0 1.622.18 3.205.53 4.719-17.046-.864-32.162-9.11-42.279-21.637a20.701 20.701 0 0 0-2.774 10.408 20.75 20.75 0 0 0 9.123 17.234 20.37 20.37 0 0 1-9.292-2.599v.259c0 10.03 7.074 18.4 16.453 20.306-1.718.467-3.53.725-5.405.725-1.325 0-2.606-.132-3.862-.384 2.612 8.232 10.186 14.218 19.16 14.382a40.913 40.913 0 0 1-25.477 8.85c-1.656 0-3.287-.1-4.893-.283C9.08 87.568 19.859 91 31.444 91c37.737 0 58.364-31.554 58.364-58.918L89.74 29.4A41.18 41.18 0 0 0 100 18.7z"
711
+ }),
712
+ UPLOAD: /*#__PURE__*/React.createElement("path", {
713
+ d: "M76.923 84.615c0-2.103-1.743-3.846-3.846-3.846-2.103 0-3.846 1.743-3.846 3.846 0 2.104 1.743 3.847 3.846 3.847 2.103 0 3.846-1.743 3.846-3.847zm15.385 0c0-2.103-1.743-3.846-3.846-3.846-2.104 0-3.847 1.743-3.847 3.846 0 2.104 1.743 3.847 3.847 3.847 2.103 0 3.846-1.743 3.846-3.847zM100 71.154v19.23a5.77 5.77 0 0 1-5.77 5.77H5.77A5.77 5.77 0 0 1 0 90.384v-19.23a5.77 5.77 0 0 1 5.77-5.77h25.66c1.623 4.448 5.89 7.693 10.878 7.693h15.384c4.988 0 9.255-3.245 10.878-7.692h25.66a5.77 5.77 0 0 1 5.77 5.769zM80.469 32.212c-.601 1.442-1.983 2.403-3.546 2.403H61.538v26.923c0 2.104-1.742 3.847-3.846 3.847H42.308c-2.104 0-3.846-1.743-3.846-3.847V34.615H23.077c-1.563 0-2.945-.961-3.546-2.403a3.707 3.707 0 0 1 .842-4.147L47.296 1.142C48.016.36 49.038 0 50 0c.962 0 1.983.36 2.704 1.142l26.923 26.923a3.707 3.707 0 0 1 .842 4.147z"
714
+ }),
715
+ UPVOTE: /*#__PURE__*/React.createElement("path", {
716
+ d: "M98.648 47.403L57.282 5.388C55.714 3.796 53.789 3 51.5 3c-2.33 0-4.236.796-5.719 2.388L4.414 47.403C2.804 49.038 2 50.996 2 53.276c0 2.238.805 4.173 2.414 5.808l4.766 4.84c1.525 1.634 3.432 2.454 5.719 2.454 2.287 0 4.193-.82 5.72-2.454l18.68-18.91V90.45c0 2.236.795 4.055 2.384 5.454C43.27 97.302 45.188 98 47.433 98h8.133c2.246 0 4.162-.698 5.75-2.096 1.59-1.399 2.385-3.218 2.385-5.454V45.015l18.681 18.91c1.524 1.634 3.43 2.453 5.72 2.453 2.244 0 4.173-.82 5.781-2.454l4.765-4.84c1.568-1.678 2.352-3.613 2.352-5.807 0-2.238-.784-4.196-2.352-5.874z"
717
+ }),
718
+ USER: /*#__PURE__*/React.createElement("path", {
719
+ d: "M61.0499573,50.7824509 C84.561913,55.0256191 87.635141,61.7303587 88.0076858,85.2561914 C88.0322374,86.7613152 88.0439796,87.0217763 88.0503844,86.8872758 L88.05,86.891 L88.0501076,87.3513854 C88.0500549,87.4104517 88.0499978,87.4721142 88.0499392,87.5364695 L88.0493168,88.7158412 C88.0493168,88.7158412 82.4504697,100 50.0262596,100 C17.6009821,100 12.0032024,88.7158412 12.0032024,88.7158412 C12.0032024,87.6654569 12.001836,86.9737404 12.000743,86.5308369 L12.0007517,86.2663026 C12.0076172,86.4505851 12.0237214,86.2928172 12.057643,84.4918873 C12.4867634,61.5841162 15.7457301,54.9797182 39.0014944,50.7824509 C39.0014944,50.7824509 42.3127669,55 50.0262596,55 C57.4642705,55 60.8078977,51.0783249 61.0372409,50.7982052 Z M50.0262596,-5.68434189e-14 C67.1996157,-5.68434189e-14 70.1586252,10.9479078 70.1586252,24.4534586 C70.1586252,37.9590094 61.1449616,48.9069171 50.0262596,48.9069171 C38.9075577,48.9069171 29.8938941,37.9590094 29.8938941,24.4534586 C29.8938941,10.9479078 32.8529035,-5.68434189e-14 50.0262596,-5.68434189e-14 Z"
720
+ }),
721
+ USER_COG: /*#__PURE__*/React.createElement("g", {
722
+ transform: "scale(4, 4)"
723
+ }, /*#__PURE__*/React.createElement("path", {
724
+ d: "M12 4.25C9.075 4.25 6.75 6.575 6.75 9.5C6.74487 10.3602 6.95239 11.2082 7.35408 11.9688C7.75578 12.7295 8.33921 13.379 9.0525 13.8597C6.3825 15.0095 4.5 17.669 4.5 20.75H6C6 17.45 8.7 14.75 12 14.75C14.925 14.75 17.25 12.425 17.25 9.5C17.25 6.575 14.925 4.25 12 4.25ZM12 5.75C14.1 5.75 15.75 7.4 15.75 9.5C15.75 11.6 14.1 13.25 12 13.25C9.9 13.25 8.25 11.6 8.25 9.5C8.25 7.4 9.9 5.75 12 5.75ZM18.075 14V15.575C17.625 15.65 17.175 15.875 16.8 16.1L15.675 14.975L14.625 16.025L15.75 17.15C15.45 17.525 15.3 17.975 15.225 18.5H13.5V20H15.075C15.15 20.45 15.375 20.9 15.6 21.35L14.475 22.475L15.525 23.525L16.65 22.4C17.025 22.625 17.475 22.85 17.925 22.925V24.5H19.425V22.925C19.875 22.85 20.325 22.625 20.7 22.4L21.825 23.525L22.875 22.475L21.75 21.35C22.05 20.975 22.2 20.525 22.275 20H24V18.5H22.425C22.35 18.05 22.125 17.6 21.9 17.15L23.025 16.025L21.975 14.975L20.85 16.1C20.475 15.875 20.025 15.65 19.575 15.575V14H18.075ZM18.75 17C20.025 17 21 17.975 21 19.25C21 20.525 20.025 21.5 18.75 21.5C17.475 21.5 16.5 20.525 16.5 19.25C16.5 17.975 17.475 17 18.75 17ZM18.75 18.5C18.6546 18.5012 18.5607 18.5232 18.4747 18.5645C18.3855 18.6069 18.3043 18.6645 18.2347 18.7347C18.1645 18.8043 18.1069 18.8855 18.0645 18.9747C18.0232 19.0607 18.0012 19.1546 18 19.25C18 19.5312 18.2107 19.8125 18.4747 19.9355C18.5607 19.9768 18.6546 19.9988 18.75 20C19.125 20 19.5 19.625 19.5 19.25C19.5 18.875 19.125 18.5 18.75 18.5Z",
725
+ fill: "black"
726
+ })),
727
+ USER_WRENCH: /*#__PURE__*/React.createElement("g", {
728
+ transform: "scale(4, 4)"
729
+ }, /*#__PURE__*/React.createElement("path", {
730
+ d: "M12 4.25C9.075 4.25 6.75 6.575 6.75 9.5C6.74487 10.3602 6.95239 11.2082 7.35408 11.9688C7.75578 12.7295 8.33921 13.379 9.0525 13.8597C6.3825 15.0095 4.5 17.669 4.5 20.75H6C6 17.45 8.7 14.75 12 14.75C14.925 14.75 17.25 12.425 17.25 9.5C17.25 6.575 14.925 4.25 12 4.25ZM12 5.75C14.1 5.75 15.75 7.4 15.75 9.5C15.75 11.6 14.1 13.25 12 13.25C9.9 13.25 8.25 11.6 8.25 9.5C8.25 7.4 9.9 5.75 12 5.75Z",
731
+ fill: "black"
732
+ }), /*#__PURE__*/React.createElement("path", {
733
+ d: "M18.7518 13C18.4201 12.9999 18.0925 13.0824 17.7925 13.2414C17.4925 13.4005 17.2275 13.6322 17.0166 13.92C16.8056 14.2078 16.6539 14.5445 16.5723 14.906C16.4907 15.2675 16.4813 15.6448 16.5447 16.0109L13.3349 19.7509C13.1167 20.0023 12.9963 20.3407 13.0001 20.6919C13.0039 21.0431 13.1316 21.3782 13.3551 21.6235C13.5786 21.8688 13.8797 22.0042 14.192 21.9999C14.5043 21.9956 14.8023 21.852 15.0204 21.6007L18.1998 17.9786C18.5733 18.0851 18.9649 18.0817 19.337 17.969C19.7091 17.8562 20.0491 17.6378 20.3245 17.3347C20.5999 17.0316 20.8013 16.654 20.9095 16.2381C21.0178 15.8223 21.0291 15.3821 20.9424 14.9599C20.9324 14.9111 20.9109 14.8663 20.8802 14.83C20.8495 14.7937 20.8108 14.7673 20.768 14.7535C20.7252 14.7397 20.6799 14.739 20.6368 14.7515C20.5937 14.764 20.5543 14.7892 20.5228 14.8245L19.2514 16.2541L18.1058 14.9661L19.3773 13.5365C19.4087 13.501 19.4311 13.4567 19.4422 13.4083C19.4533 13.3598 19.4527 13.3088 19.4404 13.2607C19.4282 13.2126 19.4047 13.169 19.3724 13.1346C19.3401 13.1001 19.3002 13.0759 19.2569 13.0646C19.0912 13.0217 18.9218 13.0001 18.7518 13Z",
734
+ fill: "black"
735
+ })),
736
+ VIDEO: /*#__PURE__*/React.createElement("g", {
737
+ transform: "scale(5)"
738
+ }, /*#__PURE__*/React.createElement("path", {
739
+ d: "M13.9997 4.76671C13.7971 4.67551 13.5722 4.64584 13.353 4.6814C13.1337 4.71696 12.9297 4.81617 12.7663 4.96671L11.333 6.30004V5.33337C11.333 4.80294 11.1223 4.29423 10.7472 3.91916C10.3721 3.54409 9.86344 3.33337 9.33301 3.33337H3.33301C2.80257 3.33337 2.29387 3.54409 1.91879 3.91916C1.54372 4.29423 1.33301 4.80294 1.33301 5.33337V10.6667C1.33301 11.1971 1.54372 11.7059 1.91879 12.0809C2.29387 12.456 2.80257 12.6667 3.33301 12.6667H9.33301C9.86344 12.6667 10.3721 12.456 10.7472 12.0809C11.1223 11.7059 11.333 11.1971 11.333 10.6667V9.70004L12.773 11.0334C12.985 11.2253 13.2604 11.3321 13.5463 11.3334C13.705 11.333 13.8618 11.2989 14.0063 11.2334C14.203 11.1538 14.3714 11.0175 14.4902 10.8417C14.6089 10.666 14.6726 10.4588 14.673 10.2467V5.75337C14.672 5.5405 14.6074 5.33278 14.4874 5.15695C14.3674 4.98111 14.1976 4.8452 13.9997 4.76671V4.76671Z"
740
+ })),
741
+ VIDEO_OFF: /*#__PURE__*/React.createElement("g", {
742
+ transform: "scale(5)"
743
+ }, /*#__PURE__*/React.createElement("path", {
744
+ d: "M8.48016 10.3667L2.2535 4.14004L1.08016 3.00004L1.00016 2.86671C0.793418 3.05159 0.627387 3.27745 0.512617 3.52995C0.397847 3.78244 0.336849 4.05604 0.333496 4.33338V9.66671C0.333496 10.1971 0.54421 10.7058 0.919283 11.0809C1.29436 11.456 1.80306 11.6667 2.3335 11.6667H8.3335C8.7282 11.6674 9.11392 11.5489 9.44016 11.3267L8.48016 10.3667ZM13.0002 3.76671C12.7976 3.67551 12.5727 3.64584 12.3534 3.6814C12.1342 3.71696 11.9302 3.81617 11.7668 3.96671L10.3335 5.30004V4.33338C10.3335 3.80294 10.1228 3.29423 9.74771 2.91916C9.37264 2.54409 8.86393 2.33338 8.3335 2.33338H4.22016L5.08016 3.19338L9.4735 7.58671L10.8068 8.92004L12.1402 10.2534C12.2681 10.3013 12.4035 10.3261 12.5402 10.3267C12.6988 10.3263 12.8556 10.2923 13.0002 10.2267C13.1968 10.1472 13.3652 10.0108 13.484 9.83506C13.6027 9.65931 13.6664 9.45215 13.6668 9.24004V4.75338C13.6664 4.54127 13.6027 4.33411 13.484 4.15835C13.3652 3.9826 13.1968 3.84625 13.0002 3.76671V3.76671ZM10.3335 9.39337L9.00016 8.06004L4.60683 3.66671L3.2735 2.33338L2.14016 1.19338C2.078 1.13122 2.00421 1.08191 1.923 1.04827C1.84178 1.01463 1.75474 0.997314 1.66683 0.997314C1.57892 0.997314 1.49188 1.01463 1.41066 1.04827C1.32945 1.08191 1.25566 1.13122 1.1935 1.19338C1.06796 1.31891 0.997435 1.48917 0.997435 1.66671C0.997435 1.84424 1.06796 2.01451 1.1935 2.14004L1.5535 2.49338L2.72683 3.66671L8.9535 9.89337L9.92683 10.8667L11.8602 12.8067C11.9221 12.8692 11.9959 12.9188 12.0771 12.9526C12.1584 12.9865 12.2455 13.0039 12.3335 13.0039C12.4215 13.0039 12.5086 12.9865 12.5899 12.9526C12.6711 12.9188 12.7449 12.8692 12.8068 12.8067C12.8693 12.7447 12.9189 12.671 12.9528 12.5898C12.9866 12.5085 13.004 12.4214 13.004 12.3334C13.004 12.2454 12.9866 12.1582 12.9528 12.077C12.9189 11.9958 12.8693 11.922 12.8068 11.86L10.3335 9.39337Z"
745
+ }), /*#__PURE__*/React.createElement("path", {
746
+ d: "M10.3335 9.39325L9.00016 8.05992L4.60683 3.66659L3.2735 2.33325L2.14016 1.19325C2.078 1.13109 2.00421 1.08179 1.923 1.04815C1.84178 1.01451 1.75474 0.997192 1.66683 0.997192C1.57892 0.997192 1.49188 1.01451 1.41066 1.04815C1.32945 1.08179 1.25566 1.13109 1.1935 1.19325C1.06796 1.31879 0.997435 1.48905 0.997435 1.66659C0.997435 1.84412 1.06796 2.01438 1.1935 2.13992L1.5535 2.49325L2.72683 3.66659L8.9535 9.89325L9.92683 10.8666L11.8602 12.8066C11.9221 12.8691 11.9959 12.9187 12.0771 12.9525C12.1584 12.9864 12.2455 13.0038 12.3335 13.0038C12.4215 13.0038 12.5086 12.9864 12.5899 12.9525C12.6711 12.9187 12.7449 12.8691 12.8068 12.8066C12.8693 12.7446 12.9189 12.6709 12.9528 12.5896C12.9866 12.5084 13.004 12.4213 13.004 12.3333C13.004 12.2452 12.9866 12.1581 12.9528 12.0769C12.9189 11.9956 12.8693 11.9219 12.8068 11.8599L10.3335 9.39325Z",
747
+ fill: "#F05255"
748
+ })),
749
+ VIEW: /*#__PURE__*/React.createElement("path", {
750
+ d: "M55.625 35.625l20-20L60 0h40v40L84.375 24.375l-20 20-8.75-8.75zm0 28.75l8.75-8.75 20 20L100 60v40H60l15.625-15.625-20-20zm-11.25 0l-20 20L40 100H0V60l15.625 15.625 20-20 8.75 8.75zm0-28.75l-8.75 8.75-20-20L0 40V0h40L24.375 15.625l20 20z"
751
+ }),
752
+ VIMEO: /*#__PURE__*/React.createElement("path", {
753
+ d: "M99.948 27.043c-.43 9.706-7.249 23.037-20.395 39.992C65.915 84.665 54.49 93.512 45.03 93.512c-5.836 0-10.75-5.406-14.744-16.157-2.702-9.829-5.405-19.719-8.108-29.61-2.95-10.75-6.205-16.094-9.645-16.094-.737 0-3.317 1.535-7.802 4.668L0 30.3c4.914-4.361 9.768-8.784 14.62-13.023 6.512-5.775 11.488-8.662 14.805-8.97 7.802-.736 12.532 4.547 14.375 15.912 1.905 12.286 3.318 19.965 4.055 22.913 2.273 10.198 4.668 15.297 7.371 15.297 2.09 0 5.222-3.256 9.46-9.89 4.178-6.635 6.39-11.673 6.697-15.113.553-5.713-1.659-8.539-6.696-8.539-2.396 0-4.853.553-7.433 1.597C62.168 14.39 71.567 6.587 85.45 7.017c10.258.307 15.112 7.003 14.497 20.026z"
754
+ }),
755
+ WARNING: /*#__PURE__*/React.createElement("path", {
756
+ d: "M40 100V83.31h20V100H40zm3.31-28.31L40 20V0h20v20l-3.31 51.69H43.31z"
757
+ }),
758
+ WARNING_CIRCLE_SOLID: /*#__PURE__*/React.createElement("path", {
759
+ d: "M54.928 54.928V24.88h-9.856v30.048h9.856zm0 20.192V65.024h-9.856V75.12h9.856zM50 0c9.135 0 17.588 2.284 25.36 6.851 7.533 4.327 13.462 10.256 17.789 17.788C97.716 32.412 100 40.865 100 50c0 9.135-2.284 17.588-6.851 25.36-4.327 7.533-10.256 13.462-17.788 17.789C67.588 97.716 59.135 100 50 100c-9.135 0-17.588-2.284-25.36-6.851C17.106 88.742 11.177 82.772 6.85 75.24 2.284 67.468 0 59.055 0 50s2.284-17.468 6.851-25.24C11.258 17.228 17.228 11.258 24.76 6.85 32.532 2.284 40.945 0 50 0z"
760
+ }),
761
+ WARNING_OUTLINE: /*#__PURE__*/React.createElement("path", {
762
+ d: "M97.788 68.852L62.979 7.716C60.62 2.968 55.31 0 50 0S39.97 2.968 37.02 7.716L2.213 68.852a14.561 14.561 0 0 0 0 15.432C4.572 89.032 9.882 92 15.192 92h69.616c5.9 0 10.62-2.968 12.98-7.716a14.561 14.561 0 0 0 0-15.432zm-4.72 13.058c-1.18 2.968-4.13 4.748-7.67 4.748H15.192c-2.95 0-5.9-1.78-7.67-4.748-1.77-2.968-1.77-6.529 0-9.497l34.809-61.136C43.51 8.309 46.46 6.529 50 6.529c3.54 0 6.49 1.78 8.26 4.748l34.808 61.136c1.77 2.968 1.77 6.53 0 9.497zM51 32c-1.8 0-3 1.217-3 3.044v21.912C48 58.782 49.2 60 51 60s3-1.217 3-3.044V35.044C54 33.217 52.8 32 51 32zm2.334 34.857a3.605 3.605 0 0 0-4.667 0C48 67.43 48 68.571 48 69.143c0 1.143 0 1.714.667 2.286.666.571 2 .571 2.666.571.667 0 2 0 1.334-.571.666-.572 1.333-1.715 1.333-2.286 0-1.143 0-1.714-.666-2.286z"
763
+ }),
764
+ WARNING_SOLID: /*#__PURE__*/React.createElement("path", {
765
+ d: "M50,0 C55.3100255,0 60.6197121,2.96755488 62.979422,7.71598379 L62.979422,7.71598379 L97.7875176,68.8517075 C100.737494,73.6001364 100.737494,79.5355873 97.7875176,84.2840162 C95.4274686,89.032104 90.7077096,92 84.8080956,92 L84.8080956,92 L15.1919044,92 C9.88187889,92 4.57219238,89.0324451 2.21248239,84.2840162 C-0.73749413,79.5355873 -0.73749413,73.6001364 2.21248239,68.8517075 L2.21248239,68.8517075 L37.020578,7.71598379 C39.9705545,2.96789598 44.6903135,0 50,0 Z M50,17 C46.4004137,17 44,19.8694251 44,22.6740999 L44,56.3259001 C44,59.1300377 46.3997242,62 50,62 C53.5995863,62 56,59.1305749 56,56.3259001 L56,22.6740999 C56,19.8694251 53.5995863,17 50,17 Z M50,82 C53.3137085,82 56,79.3137085 56,76 C56,72.6862915 53.3137085,70 50,70 C46.6862915,70 44,72.6862915 44,76 C44,79.3137085 46.6862915,82 50,82 Z"
766
+ }),
767
+ WHATSAPP: /*#__PURE__*/React.createElement("path", {
768
+ d: "M84.62 14.436c4.738 4.738 8.402 10.106 10.993 16.103A46.832 46.832 0 0 1 99.5 49.306c0 8.884-2.258 17.101-6.774 24.653-4.516 7.551-10.587 13.548-18.212 17.99-7.625 4.442-15.88 6.663-24.764 6.663-8.44 0-16.287-2-23.542-5.997L0 99.5 7.107 73.96C2.665 66.407.444 58.189.444 49.306c0-8.884 2.221-17.102 6.663-24.653 4.442-7.551 10.439-13.548 17.99-17.99C32.648 2.221 40.867 0 49.75 0c6.515 0 12.77 1.259 18.767 3.776s11.364 6.07 16.102 10.66zM49.75 90.394c7.403 0 14.288-1.85 20.655-5.552 6.367-3.702 11.438-8.7 15.214-14.992 3.776-6.293 5.663-13.14 5.663-20.544 0-5.33-1.11-10.513-3.331-15.547a43.928 43.928 0 0 0-9.217-13.437c-3.924-3.924-8.366-6.922-13.326-8.995-4.96-2.073-10.18-3.11-15.658-3.11-7.403 0-14.251 1.851-20.544 5.553-6.293 3.702-11.29 8.699-14.992 14.992-3.701 6.293-5.552 13.14-5.552 20.544 0 7.847 2.147 15.103 6.44 21.765l.89 1.555-4.22 15.103 15.546-3.998 1.555.888c6.367 3.85 13.326 5.775 20.877 5.775zm22.432-30.872l.666.445c1.037.444 1.629.814 1.777 1.11.148.296.185 1.037.111 2.221-.074 1.185-.37 2.406-.888 3.665-.519 1.258-1.703 2.517-3.554 3.775-1.85 1.259-3.442 1.962-4.775 2.11-2.073.296-4.072.296-5.997 0-2.22-.444-5.182-1.48-8.884-3.11-7.55-3.257-14.436-9.327-20.655-18.211l-.444-.444c-3.257-4.59-4.886-8.81-4.886-12.66 0-3.85 1.333-7.181 3.998-9.994l.222-.223c1.036-1.036 2.147-1.554 3.331-1.554h2.665c.593 0 1.074.11 1.444.333.37.222.703.777 1 1.666l3.775 9.106c.444.888.518 1.628.222 2.22a15.295 15.295 0 0 1-2.887 3.998c-.592.593-.962 1.074-1.11 1.444-.149.37 0 .777.444 1.222 2.073 3.85 4.516 6.885 7.329 9.106 2.073 1.628 5.182 3.48 9.328 5.552 1.185.592 2.073.518 2.665-.222 1.925-2.22 3.258-3.85 3.998-4.886.296-.592.666-.889 1.11-.889.445 0 .963.075 1.555.223 1.185.444 3.998 1.776 8.44 3.997z"
769
+ }),
770
+ YOUTUBE: /*#__PURE__*/React.createElement("path", {
771
+ d: "M99.414 29.602c.39 7.03.586 13.997.586 20.898s-.195 13.867-.586 20.898c0 4.428-1.4 8.171-4.2 11.23-2.799 3.06-6.217 4.59-10.253 4.59C74.935 87.74 63.28 88 50 88c-13.281 0-24.935-.26-34.96-.781-4.037 0-7.455-1.53-10.255-4.59-2.8-3.06-4.2-6.803-4.2-11.23A376.71 376.71 0 0 1 0 50.5c0-4.557.26-11.523.781-20.898 0-4.428 1.367-8.171 4.102-11.23 2.734-3.06 6.12-4.59 10.156-4.59C24.544 13.26 35.612 13 48.242 13h3.516c12.63 0 23.698.26 33.203.781 4.036 0 7.454 1.53 10.254 4.59 2.8 3.06 4.2 6.803 4.2 11.23zM40.43 69.64L68.75 50.5 40.43 31.164v38.477z"
772
+ }),
773
+ ZALO: /*#__PURE__*/React.createElement("path", {
774
+ d: "M 52.015625 42.414062 L 52.015625 40.542969 L 57.621094 40.542969 L 57.621094 66.859375 L 54.414062 66.859375 C 53.09375 66.859375 52.023438 65.792969 52.015625 64.472656 C 52.015625 64.472656 52.015625 64.472656 52.015625 64.476562 C 49.757812 66.125 46.964844 67.105469 43.949219 67.105469 C 36.402344 67.105469 30.28125 60.988281 30.28125 53.445312 C 30.28125 45.898438 36.402344 39.78125 43.949219 39.78125 C 46.964844 39.78125 49.757812 40.761719 52.015625 42.414062 Z M 28.828125 32.082031 L 28.828125 32.933594 C 28.828125 34.523438 28.613281 35.824219 27.582031 37.347656 L 27.457031 37.492188 C 27.230469 37.746094 26.699219 38.347656 26.449219 38.675781 L 8.453125 61.261719 L 28.828125 61.261719 L 28.828125 64.457031 C 28.828125 65.785156 27.75 66.859375 26.425781 66.859375 L 0.0273438 66.859375 L 0.0273438 65.351562 C 0.0273438 63.503906 0.484375 62.679688 1.066406 61.820312 L 20.25 38.078125 L 0.828125 38.078125 L 0.828125 32.082031 Z M 64.421875 66.859375 C 63.320312 66.859375 62.421875 65.960938 62.421875 64.859375 L 62.421875 32.082031 L 68.421875 32.082031 L 68.421875 66.859375 Z M 86.164062 39.617188 C 93.765625 39.617188 99.929688 45.78125 99.929688 53.371094 C 99.929688 60.96875 93.765625 67.132812 86.164062 67.132812 C 78.5625 67.132812 72.398438 60.96875 72.398438 53.371094 C 72.398438 45.78125 78.5625 39.617188 86.164062 39.617188 Z M 43.949219 61.480469 C 48.394531 61.480469 51.996094 57.882812 51.996094 53.445312 C 51.996094 49.011719 48.394531 45.410156 43.949219 45.410156 C 39.507812 45.410156 35.90625 49.011719 35.90625 53.445312 C 35.90625 57.882812 39.507812 61.480469 43.949219 61.480469 Z M 86.164062 61.46875 C 90.632812 61.46875 94.261719 57.84375 94.261719 53.371094 C 94.261719 48.90625 90.632812 45.28125 86.164062 45.28125 C 81.6875 45.28125 78.066406 48.90625 78.066406 53.371094 C 78.066406 57.84375 81.6875 61.46875 86.164062 61.46875 Z M 86.164062 61.46875 "
775
+ })
776
+ };