@manuscripts/style-guide 3.3.7 → 3.3.9

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 (331) hide show
  1. package/dist/cjs/components/AlertMessage.js +2 -23
  2. package/dist/cjs/components/AutoSaveInput.js +2 -16
  3. package/dist/cjs/components/Avatar.js +3 -50
  4. package/dist/cjs/components/Button.js +5 -1
  5. package/dist/cjs/components/ContextMenu.js +5 -22
  6. package/dist/cjs/components/Dialog.js +5 -38
  7. package/dist/cjs/components/DraggableModal.js +4 -52
  8. package/dist/cjs/components/Drawer.js +2 -10
  9. package/dist/cjs/components/InspectorSection.js +5 -58
  10. package/dist/cjs/components/LoadingOverlay.js +3 -5
  11. package/dist/cjs/components/Menus/Menus.js +9 -28
  12. package/dist/cjs/components/Menus/Shortcut.js +3 -18
  13. package/dist/cjs/components/Menus/Submenu.js +7 -28
  14. package/dist/cjs/components/Message.js +2 -4
  15. package/dist/cjs/components/MultiValueInput.js +3 -39
  16. package/dist/cjs/components/NavDropdown.js +2 -23
  17. package/dist/cjs/components/RadioButton.js +2 -19
  18. package/dist/cjs/components/RelativeDate.js +3 -21
  19. package/dist/cjs/components/Resizer/Resizer.js +2 -2
  20. package/dist/cjs/components/Resizer/ResizerButton.js +2 -1
  21. package/dist/cjs/components/RichText/RichText.js +3 -35
  22. package/dist/cjs/components/RichText/RichTextField.js +3 -35
  23. package/dist/cjs/components/SaveStatus.js +5 -31
  24. package/dist/cjs/components/SelectField.js +2 -17
  25. package/dist/cjs/components/SelectedItemsBox.js +2 -5
  26. package/dist/cjs/components/StyledModal.js +4 -18
  27. package/dist/cjs/components/SystemUserAvatar.js +3 -50
  28. package/dist/cjs/components/TextField.js +2 -22
  29. package/dist/cjs/components/TextFieldContainer.js +2 -22
  30. package/dist/cjs/components/TextFieldError.js +2 -19
  31. package/dist/cjs/components/TextFieldGroupContainer.js +2 -22
  32. package/dist/cjs/components/ToggleHeader.js +3 -20
  33. package/dist/cjs/components/Tooltip.js +3 -4
  34. package/dist/cjs/components/icons/add-author.js +2 -23
  35. package/dist/cjs/components/icons/add-comment.js +2 -25
  36. package/dist/cjs/components/icons/add-figure.js +2 -23
  37. package/dist/cjs/components/icons/add-institution.js +2 -20
  38. package/dist/cjs/components/icons/add-new.js +2 -7
  39. package/dist/cjs/components/icons/add-outline.js +2 -8
  40. package/dist/cjs/components/icons/add-role.js +2 -8
  41. package/dist/cjs/components/icons/add-user.js +2 -8
  42. package/dist/cjs/components/icons/add.js +2 -8
  43. package/dist/cjs/components/icons/added.js +2 -7
  44. package/dist/cjs/components/icons/affiliation-placeholder.js +2 -39
  45. package/dist/cjs/components/icons/affiliation.js +2 -7
  46. package/dist/cjs/components/icons/alert.js +2 -6
  47. package/dist/cjs/components/icons/arrow-down-circle.js +2 -7
  48. package/dist/cjs/components/icons/arrow-down.js +2 -6
  49. package/dist/cjs/components/icons/arrow-left.js +2 -6
  50. package/dist/cjs/components/icons/arrow-up.js +2 -6
  51. package/dist/cjs/components/icons/attach.js +2 -21
  52. package/dist/cjs/components/icons/attention-blue.js +2 -10
  53. package/dist/cjs/components/icons/attention-green.js +2 -7
  54. package/dist/cjs/components/icons/attention-orange.js +2 -12
  55. package/dist/cjs/components/icons/attention-red.js +2 -10
  56. package/dist/cjs/components/icons/author-placeholder.js +2 -46
  57. package/dist/cjs/components/icons/avatar.js +2 -8
  58. package/dist/cjs/components/icons/book.js +2 -22
  59. package/dist/cjs/components/icons/chat.js +2 -23
  60. package/dist/cjs/components/icons/circle-tick-animation.js +4 -8
  61. package/dist/cjs/components/icons/citation-count.js +2 -6
  62. package/dist/cjs/components/icons/comment-reply.js +2 -6
  63. package/dist/cjs/components/icons/comment-resolve.js +2 -21
  64. package/dist/cjs/components/icons/comment.js +2 -25
  65. package/dist/cjs/components/icons/corresponding-author.js +2 -12
  66. package/dist/cjs/components/icons/danger.js +2 -10
  67. package/dist/cjs/components/icons/delete-solid.js +2 -6
  68. package/dist/cjs/components/icons/deleted.js +2 -11
  69. package/dist/cjs/components/icons/dots.js +2 -23
  70. package/dist/cjs/components/icons/draggable-icon.js +2 -13
  71. package/dist/cjs/components/icons/edit-attrs-tracking.js +2 -7
  72. package/dist/cjs/components/icons/edit.js +2 -6
  73. package/dist/cjs/components/icons/file-audio.js +2 -23
  74. package/dist/cjs/components/icons/file-code.js +2 -23
  75. package/dist/cjs/components/icons/file-compressed.js +2 -30
  76. package/dist/cjs/components/icons/file-corrupted.js +2 -24
  77. package/dist/cjs/components/icons/file-document.js +2 -24
  78. package/dist/cjs/components/icons/file-figure.js +2 -23
  79. package/dist/cjs/components/icons/file-graphical-abstract.js +2 -8
  80. package/dist/cjs/components/icons/file-image.js +2 -6
  81. package/dist/cjs/components/icons/file-latex-icon.js +2 -25
  82. package/dist/cjs/components/icons/file-main-document.js +2 -10
  83. package/dist/cjs/components/icons/file-pdf.js +2 -22
  84. package/dist/cjs/components/icons/file-table.js +2 -21
  85. package/dist/cjs/components/icons/file-unknown.js +2 -22
  86. package/dist/cjs/components/icons/file-video.js +2 -21
  87. package/dist/cjs/components/icons/handle-inspector.js +2 -6
  88. package/dist/cjs/components/icons/handle-outline.js +2 -11
  89. package/dist/cjs/components/icons/help.js +2 -8
  90. package/dist/cjs/components/icons/image-default.js +2 -9
  91. package/dist/cjs/components/icons/image-left.js +2 -9
  92. package/dist/cjs/components/icons/image-right.js +2 -9
  93. package/dist/cjs/components/icons/index.js +4 -2
  94. package/dist/cjs/components/icons/inspector-plugin.js +5 -0
  95. package/dist/cjs/components/icons/link.js +2 -7
  96. package/dist/cjs/components/icons/lock.js +2 -9
  97. package/dist/cjs/components/icons/logout.js +2 -6
  98. package/dist/cjs/components/icons/manuscript.js +2 -24
  99. package/dist/cjs/components/icons/outline-block-quote.js +2 -8
  100. package/dist/cjs/components/icons/outline-code.js +2 -7
  101. package/dist/cjs/components/icons/outline-embed.js +2 -8
  102. package/dist/cjs/components/icons/outline-equation.js +2 -6
  103. package/dist/cjs/components/icons/outline-figure.js +2 -12
  104. package/dist/cjs/components/icons/outline-manuscript.js +2 -9
  105. package/dist/cjs/components/icons/outline-ordered-list.js +2 -6
  106. package/dist/cjs/components/icons/outline-paragraph.js +2 -6
  107. package/dist/cjs/components/icons/outline-pull-quote.js +2 -8
  108. package/dist/cjs/components/icons/outline-section.js +2 -6
  109. package/dist/cjs/components/icons/outline-table.js +2 -8
  110. package/dist/cjs/components/icons/outline-unordered-list.js +2 -8
  111. package/dist/cjs/components/icons/plus.js +2 -22
  112. package/dist/cjs/components/icons/profile-avatar.js +2 -6
  113. package/dist/cjs/components/icons/role-annotating.js +2 -8
  114. package/dist/cjs/components/icons/role-reading.js +2 -10
  115. package/dist/cjs/components/icons/save-status-offline.js +2 -23
  116. package/dist/cjs/components/icons/save-status-saved.js +2 -22
  117. package/dist/cjs/components/icons/save-status-saving.js +2 -24
  118. package/dist/cjs/components/icons/scroll.js +2 -10
  119. package/dist/cjs/components/icons/search.js +2 -22
  120. package/dist/cjs/components/icons/section-category.js +2 -21
  121. package/dist/cjs/components/icons/slider-off.js +2 -7
  122. package/dist/cjs/components/icons/slider-on.js +2 -7
  123. package/dist/cjs/components/icons/system-user-avatar.js +2 -9
  124. package/dist/cjs/components/icons/task-step-done.js +2 -22
  125. package/dist/cjs/components/icons/tick.js +2 -6
  126. package/dist/cjs/components/icons/toolbar-bold.js +2 -6
  127. package/dist/cjs/components/icons/toolbar-boxed-text.js +2 -7
  128. package/dist/cjs/components/icons/toolbar-citation.js +2 -8
  129. package/dist/cjs/components/icons/toolbar-code.js +2 -7
  130. package/dist/cjs/components/icons/toolbar-equation.js +2 -6
  131. package/dist/cjs/components/icons/toolbar-figure.js +2 -6
  132. package/dist/cjs/components/icons/toolbar-indent.js +2 -11
  133. package/dist/cjs/components/icons/toolbar-italic.js +2 -6
  134. package/dist/cjs/components/icons/toolbar-ordered-list.js +2 -6
  135. package/dist/cjs/components/icons/toolbar-special-characters.js +2 -7
  136. package/dist/cjs/components/icons/toolbar-subscript.js +2 -6
  137. package/dist/cjs/components/icons/toolbar-superscript.js +2 -6
  138. package/dist/cjs/components/icons/toolbar-symbol.js +2 -6
  139. package/dist/cjs/components/icons/toolbar-table.js +2 -6
  140. package/dist/cjs/components/icons/toolbar-underline.js +2 -6
  141. package/dist/cjs/components/icons/toolbar-unindent.js +2 -11
  142. package/dist/cjs/components/icons/toolbar-unordered-list.js +2 -6
  143. package/dist/cjs/components/icons/translate.js +2 -13
  144. package/dist/cjs/components/icons/triangle-collapsed.js +2 -6
  145. package/dist/cjs/components/icons/triangle-expanded.js +2 -6
  146. package/dist/cjs/components/icons/upload.js +2 -8
  147. package/dist/cjs/components/icons/vertical-ellipsis.js +2 -8
  148. package/dist/cjs/components/icons/x.js +2 -7
  149. package/dist/cjs/hooks/use-scroll-detection.js +2 -2
  150. package/dist/cjs/index.js +0 -1
  151. package/dist/cjs/lib/files.js +14 -17
  152. package/dist/es/components/AlertMessage.js +2 -23
  153. package/dist/es/components/AutoSaveInput.js +2 -16
  154. package/dist/es/components/Avatar.js +3 -17
  155. package/dist/es/components/Button.js +5 -1
  156. package/dist/es/components/ContextMenu.js +5 -22
  157. package/dist/es/components/Dialog.js +5 -38
  158. package/dist/es/components/DraggableModal.js +4 -19
  159. package/dist/es/components/Drawer.js +2 -7
  160. package/dist/es/components/InspectorSection.js +5 -25
  161. package/dist/es/components/LoadingOverlay.js +3 -5
  162. package/dist/es/components/Menus/Menus.js +9 -28
  163. package/dist/es/components/Menus/Shortcut.js +3 -18
  164. package/dist/es/components/Menus/Submenu.js +7 -28
  165. package/dist/es/components/Message.js +2 -4
  166. package/dist/es/components/MultiValueInput.js +3 -6
  167. package/dist/es/components/NavDropdown.js +2 -20
  168. package/dist/es/components/RadioButton.js +2 -19
  169. package/dist/es/components/RelativeDate.js +3 -18
  170. package/dist/es/components/Resizer/Resizer.js +2 -2
  171. package/dist/es/components/Resizer/ResizerButton.js +2 -1
  172. package/dist/es/components/RichText/RichText.js +3 -2
  173. package/dist/es/components/RichText/RichTextField.js +3 -2
  174. package/dist/es/components/SaveStatus.js +5 -31
  175. package/dist/es/components/SelectField.js +2 -17
  176. package/dist/es/components/SelectedItemsBox.js +2 -5
  177. package/dist/es/components/StyledModal.js +4 -18
  178. package/dist/es/components/SystemUserAvatar.js +3 -17
  179. package/dist/es/components/TextField.js +2 -19
  180. package/dist/es/components/TextFieldContainer.js +2 -22
  181. package/dist/es/components/TextFieldError.js +2 -19
  182. package/dist/es/components/TextFieldGroupContainer.js +2 -19
  183. package/dist/es/components/ToggleHeader.js +3 -20
  184. package/dist/es/components/Tooltip.js +3 -4
  185. package/dist/es/components/icons/add-author.js +2 -20
  186. package/dist/es/components/icons/add-comment.js +2 -22
  187. package/dist/es/components/icons/add-figure.js +2 -20
  188. package/dist/es/components/icons/add-institution.js +2 -17
  189. package/dist/es/components/icons/add-new.js +2 -4
  190. package/dist/es/components/icons/add-outline.js +2 -5
  191. package/dist/es/components/icons/add-role.js +2 -5
  192. package/dist/es/components/icons/add-user.js +2 -5
  193. package/dist/es/components/icons/add.js +2 -5
  194. package/dist/es/components/icons/added.js +2 -4
  195. package/dist/es/components/icons/affiliation-placeholder.js +2 -36
  196. package/dist/es/components/icons/affiliation.js +2 -4
  197. package/dist/es/components/icons/alert.js +2 -3
  198. package/dist/es/components/icons/arrow-down-circle.js +2 -4
  199. package/dist/es/components/icons/arrow-down.js +2 -3
  200. package/dist/es/components/icons/arrow-left.js +2 -3
  201. package/dist/es/components/icons/arrow-up.js +2 -3
  202. package/dist/es/components/icons/attach.js +2 -18
  203. package/dist/es/components/icons/attention-blue.js +2 -7
  204. package/dist/es/components/icons/attention-green.js +2 -4
  205. package/dist/es/components/icons/attention-orange.js +2 -9
  206. package/dist/es/components/icons/attention-red.js +2 -7
  207. package/dist/es/components/icons/author-placeholder.js +2 -43
  208. package/dist/es/components/icons/avatar.js +2 -5
  209. package/dist/es/components/icons/book.js +2 -19
  210. package/dist/es/components/icons/chat.js +2 -20
  211. package/dist/es/components/icons/circle-tick-animation.js +4 -5
  212. package/dist/es/components/icons/citation-count.js +2 -3
  213. package/dist/es/components/icons/comment-reply.js +2 -3
  214. package/dist/es/components/icons/comment-resolve.js +2 -18
  215. package/dist/es/components/icons/comment.js +2 -22
  216. package/dist/es/components/icons/corresponding-author.js +2 -9
  217. package/dist/es/components/icons/danger.js +2 -7
  218. package/dist/es/components/icons/delete-solid.js +2 -3
  219. package/dist/es/components/icons/deleted.js +2 -8
  220. package/dist/es/components/icons/dots.js +2 -20
  221. package/dist/es/components/icons/draggable-icon.js +2 -10
  222. package/dist/es/components/icons/edit-attrs-tracking.js +2 -4
  223. package/dist/es/components/icons/edit.js +2 -3
  224. package/dist/es/components/icons/file-audio.js +2 -20
  225. package/dist/es/components/icons/file-code.js +2 -20
  226. package/dist/es/components/icons/file-compressed.js +2 -27
  227. package/dist/es/components/icons/file-corrupted.js +2 -21
  228. package/dist/es/components/icons/file-document.js +2 -21
  229. package/dist/es/components/icons/file-figure.js +2 -20
  230. package/dist/es/components/icons/file-graphical-abstract.js +2 -5
  231. package/dist/es/components/icons/file-image.js +2 -3
  232. package/dist/es/components/icons/file-latex-icon.js +2 -22
  233. package/dist/es/components/icons/file-main-document.js +2 -7
  234. package/dist/es/components/icons/file-pdf.js +2 -19
  235. package/dist/es/components/icons/file-table.js +2 -18
  236. package/dist/es/components/icons/file-unknown.js +2 -19
  237. package/dist/es/components/icons/file-video.js +2 -18
  238. package/dist/es/components/icons/handle-inspector.js +2 -3
  239. package/dist/es/components/icons/handle-outline.js +2 -8
  240. package/dist/es/components/icons/help.js +2 -5
  241. package/dist/es/components/icons/image-default.js +2 -6
  242. package/dist/es/components/icons/image-left.js +2 -6
  243. package/dist/es/components/icons/image-right.js +2 -6
  244. package/dist/es/components/icons/index.js +1 -0
  245. package/dist/es/components/icons/inspector-plugin.js +3 -0
  246. package/dist/es/components/icons/link.js +2 -4
  247. package/dist/es/components/icons/lock.js +2 -6
  248. package/dist/es/components/icons/logout.js +2 -3
  249. package/dist/es/components/icons/manuscript.js +2 -21
  250. package/dist/es/components/icons/outline-block-quote.js +2 -5
  251. package/dist/es/components/icons/outline-code.js +2 -4
  252. package/dist/es/components/icons/outline-embed.js +2 -5
  253. package/dist/es/components/icons/outline-equation.js +2 -3
  254. package/dist/es/components/icons/outline-figure.js +2 -9
  255. package/dist/es/components/icons/outline-manuscript.js +2 -6
  256. package/dist/es/components/icons/outline-ordered-list.js +2 -3
  257. package/dist/es/components/icons/outline-paragraph.js +2 -3
  258. package/dist/es/components/icons/outline-pull-quote.js +2 -5
  259. package/dist/es/components/icons/outline-section.js +2 -3
  260. package/dist/es/components/icons/outline-table.js +2 -5
  261. package/dist/es/components/icons/outline-unordered-list.js +2 -5
  262. package/dist/es/components/icons/plus.js +2 -19
  263. package/dist/es/components/icons/profile-avatar.js +2 -3
  264. package/dist/es/components/icons/role-annotating.js +2 -5
  265. package/dist/es/components/icons/role-reading.js +2 -7
  266. package/dist/es/components/icons/save-status-offline.js +2 -20
  267. package/dist/es/components/icons/save-status-saved.js +2 -19
  268. package/dist/es/components/icons/save-status-saving.js +2 -21
  269. package/dist/es/components/icons/scroll.js +2 -7
  270. package/dist/es/components/icons/search.js +2 -19
  271. package/dist/es/components/icons/section-category.js +2 -18
  272. package/dist/es/components/icons/slider-off.js +2 -4
  273. package/dist/es/components/icons/slider-on.js +2 -4
  274. package/dist/es/components/icons/system-user-avatar.js +2 -6
  275. package/dist/es/components/icons/task-step-done.js +2 -19
  276. package/dist/es/components/icons/tick.js +2 -3
  277. package/dist/es/components/icons/toolbar-bold.js +2 -3
  278. package/dist/es/components/icons/toolbar-boxed-text.js +2 -4
  279. package/dist/es/components/icons/toolbar-citation.js +2 -5
  280. package/dist/es/components/icons/toolbar-code.js +2 -4
  281. package/dist/es/components/icons/toolbar-equation.js +2 -3
  282. package/dist/es/components/icons/toolbar-figure.js +2 -3
  283. package/dist/es/components/icons/toolbar-indent.js +2 -8
  284. package/dist/es/components/icons/toolbar-italic.js +2 -3
  285. package/dist/es/components/icons/toolbar-ordered-list.js +2 -3
  286. package/dist/es/components/icons/toolbar-special-characters.js +2 -4
  287. package/dist/es/components/icons/toolbar-subscript.js +2 -3
  288. package/dist/es/components/icons/toolbar-superscript.js +2 -3
  289. package/dist/es/components/icons/toolbar-symbol.js +2 -3
  290. package/dist/es/components/icons/toolbar-table.js +2 -3
  291. package/dist/es/components/icons/toolbar-underline.js +2 -3
  292. package/dist/es/components/icons/toolbar-unindent.js +2 -8
  293. package/dist/es/components/icons/toolbar-unordered-list.js +2 -3
  294. package/dist/es/components/icons/translate.js +2 -10
  295. package/dist/es/components/icons/triangle-collapsed.js +2 -3
  296. package/dist/es/components/icons/triangle-expanded.js +2 -3
  297. package/dist/es/components/icons/upload.js +2 -5
  298. package/dist/es/components/icons/vertical-ellipsis.js +2 -5
  299. package/dist/es/components/icons/x.js +2 -4
  300. package/dist/es/hooks/use-scroll-detection.js +2 -2
  301. package/dist/es/index.js +0 -1
  302. package/dist/es/lib/files.js +14 -14
  303. package/dist/types/components/AlertMessage.d.ts +1 -1
  304. package/dist/types/components/AutoSaveInput.d.ts +1 -1
  305. package/dist/types/components/Dialog.d.ts +1 -1
  306. package/dist/types/components/InspectorSection.d.ts +1 -1
  307. package/dist/types/components/RadioButton.d.ts +1 -1
  308. package/dist/types/components/Resizer/Resizer.d.ts +2 -2
  309. package/dist/types/components/Resizer/ResizerButton.d.ts +1 -1
  310. package/dist/types/components/TextField.d.ts +1 -1
  311. package/dist/types/components/Tooltip.d.ts +1 -1
  312. package/dist/types/components/icons/add-author.d.ts +1 -2
  313. package/dist/types/components/icons/add-figure.d.ts +1 -2
  314. package/dist/types/components/icons/affiliation-placeholder.d.ts +1 -2
  315. package/dist/types/components/icons/author-placeholder.d.ts +1 -2
  316. package/dist/types/components/icons/danger.d.ts +1 -2
  317. package/dist/types/components/icons/index.d.ts +1 -0
  318. package/dist/types/components/icons/inspector-plugin.d.ts +4 -0
  319. package/dist/types/components/icons/section-category.d.ts +1 -2
  320. package/dist/types/components/icons/x.d.ts +1 -2
  321. package/dist/types/hooks/use-dropdown.d.ts +1 -1
  322. package/dist/types/hooks/use-menus.d.ts +1 -1
  323. package/dist/types/index.d.ts +0 -1
  324. package/dist/types/lib/files.d.ts +3 -2
  325. package/package.json +19 -19
  326. package/dist/cjs/components/DatePicker/CalendarDatePicker.js +0 -169
  327. package/dist/cjs/components/DatePicker/index.js +0 -17
  328. package/dist/es/components/DatePicker/CalendarDatePicker.js +0 -127
  329. package/dist/es/components/DatePicker/index.js +0 -1
  330. package/dist/types/components/DatePicker/CalendarDatePicker.d.ts +0 -32
  331. package/dist/types/components/DatePicker/index.d.ts +0 -1
@@ -1,22 +1,3 @@
1
- /*!
2
- * © 2025 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const ManuscriptIcon = (props) => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
18
- React.createElement("path", { d: "M6.5 5C6.22386 5 6 5.22386 6 5.5C6 5.77614 6.22386 6 6.5 6H11.5C11.7761 6 12 5.77614 12 5.5C12 5.22386 11.7761 5 11.5 5H6.5Z", fill: "#353535" }),
19
- React.createElement("path", { d: "M6.5 7.5C6.22386 7.5 6 7.72386 6 8C6 8.27614 6.22386 8.5 6.5 8.5H11.5C11.7761 8.5 12 8.27614 12 8C12 7.72386 11.7761 7.5 11.5 7.5H6.5Z", fill: "#353535" }),
20
- React.createElement("path", { d: "M6.5 10C6.22386 10 6 10.2239 6 10.5C6 10.7761 6.22386 11 6.5 11H11.5C11.7761 11 12 10.7761 12 10.5C12 10.2239 11.7761 10 11.5 10H6.5Z", fill: "#353535" }),
21
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.5 14.5025V6H2C1.72386 6 1.5 5.77614 1.5 5.5V2.5C1.5 1.67157 2.17157 1 3 1H11.5C13.1569 1 14.5 2.34315 14.5 4V14.5C14.5 14.7761 14.2761 15 14 15H4C3.72386 15 3.5 14.7786 3.5 14.5025ZM3.5 2.5C3.5 2.22386 3.27614 2 3 2C2.72386 2 2.5 2.22386 2.5 2.5V5H3.5V2.5ZM4.45718 2C4.48218 2.12491 4.5 2.26144 4.5 2.4V14H13.5V4C13.5 2.89543 12.6046 2 11.5 2H4.45718Z", fill: "#353535" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const ManuscriptIcon = (props) => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("path", { d: "M6.5 5C6.22386 5 6 5.22386 6 5.5C6 5.77614 6.22386 6 6.5 6H11.5C11.7761 6 12 5.77614 12 5.5C12 5.22386 11.7761 5 11.5 5H6.5Z", fill: "#353535" }), _jsx("path", { d: "M6.5 7.5C6.22386 7.5 6 7.72386 6 8C6 8.27614 6.22386 8.5 6.5 8.5H11.5C11.7761 8.5 12 8.27614 12 8C12 7.72386 11.7761 7.5 11.5 7.5H6.5Z", fill: "#353535" }), _jsx("path", { d: "M6.5 10C6.22386 10 6 10.2239 6 10.5C6 10.7761 6.22386 11 6.5 11H11.5C11.7761 11 12 10.7761 12 10.5C12 10.2239 11.7761 10 11.5 10H6.5Z", fill: "#353535" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.5 14.5025V6H2C1.72386 6 1.5 5.77614 1.5 5.5V2.5C1.5 1.67157 2.17157 1 3 1H11.5C13.1569 1 14.5 2.34315 14.5 4V14.5C14.5 14.7761 14.2761 15 14 15H4C3.72386 15 3.5 14.7786 3.5 14.5025ZM3.5 2.5C3.5 2.22386 3.27614 2 3 2C2.72386 2 2.5 2.22386 2.5 2.5V5H3.5V2.5ZM4.45718 2C4.48218 2.12491 4.5 2.26144 4.5 2.4V14H13.5V4C13.5 2.89543 12.6046 2 11.5 2H4.45718Z", fill: "#353535" })] }));
22
3
  export default ManuscriptIcon;
@@ -1,6 +1,3 @@
1
- import React from 'react';
2
- const OutlineBlockQuoteIcon = (props) => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9098 2C12.5223 2 13.0801 2.28215 13.4826 2.74866C13.8647 3.19156 14.1053 3.80224 14.1053 4.47925V10.6319C14.1053 11.3089 13.8647 11.9196 13.4826 12.3624C13.0801 12.829 12.5223 13.1111 11.9098 13.1111H4.09026C3.47778 13.1111 2.91998 12.829 2.51747 12.3624C2.13533 11.9196 1.89478 11.3089 1.89478 10.6319V4.47925C1.89478 3.80224 2.13533 3.19156 2.51747 2.74866C2.91998 2.28215 3.47778 2 4.09026 2H11.9098Z", stroke: "#F474AE", strokeWidth: "1.5" }),
4
- React.createElement("path", { d: "M9.68858 9.77734C10.3827 9.77734 10.9475 9.15104 10.9475 8.38111C10.9475 7.63837 10.4219 7.02917 9.76151 6.98709C9.75008 6.85028 9.75875 6.47781 10.0808 5.9591C10.1051 5.92 10.1007 5.86726 10.0705 5.83373C9.93925 5.68818 9.858 5.59633 9.80101 5.53206C9.72609 5.44732 9.69187 5.4087 9.64181 5.35836C9.62492 5.34145 9.60353 5.3329 9.58222 5.3329C9.56143 5.3329 9.54073 5.34097 9.52402 5.35711C8.99417 5.8685 8.40886 6.89482 8.42134 8.16213L8.42988 8.38832C8.48289 9.19312 9.01228 9.77734 9.68858 9.77734Z", fill: "#F474AE" }),
5
- React.createElement("path", { d: "M6.32017 9.77734C7.01431 9.77734 7.57905 9.15104 7.57905 8.38111C7.57905 7.63837 7.05346 7.02917 6.39311 6.98709C6.38167 6.85028 6.39034 6.47781 6.71237 5.9591C6.73671 5.92 6.73229 5.86726 6.70207 5.83373C6.57084 5.68818 6.4896 5.59633 6.4326 5.53206C6.35768 5.44732 6.32346 5.4087 6.2734 5.35836C6.25652 5.34145 6.23512 5.3329 6.21381 5.3329C6.19302 5.3329 6.17232 5.34097 6.15561 5.35711C5.5946 5.89858 4.97139 7.01735 5.06147 8.38822C5.11448 9.19312 5.64388 9.77734 6.32017 9.77734Z", fill: "#F474AE" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const OutlineBlockQuoteIcon = (props) => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9098 2C12.5223 2 13.0801 2.28215 13.4826 2.74866C13.8647 3.19156 14.1053 3.80224 14.1053 4.47925V10.6319C14.1053 11.3089 13.8647 11.9196 13.4826 12.3624C13.0801 12.829 12.5223 13.1111 11.9098 13.1111H4.09026C3.47778 13.1111 2.91998 12.829 2.51747 12.3624C2.13533 11.9196 1.89478 11.3089 1.89478 10.6319V4.47925C1.89478 3.80224 2.13533 3.19156 2.51747 2.74866C2.91998 2.28215 3.47778 2 4.09026 2H11.9098Z", stroke: "#F474AE", strokeWidth: "1.5" }), _jsx("path", { d: "M9.68858 9.77734C10.3827 9.77734 10.9475 9.15104 10.9475 8.38111C10.9475 7.63837 10.4219 7.02917 9.76151 6.98709C9.75008 6.85028 9.75875 6.47781 10.0808 5.9591C10.1051 5.92 10.1007 5.86726 10.0705 5.83373C9.93925 5.68818 9.858 5.59633 9.80101 5.53206C9.72609 5.44732 9.69187 5.4087 9.64181 5.35836C9.62492 5.34145 9.60353 5.3329 9.58222 5.3329C9.56143 5.3329 9.54073 5.34097 9.52402 5.35711C8.99417 5.8685 8.40886 6.89482 8.42134 8.16213L8.42988 8.38832C8.48289 9.19312 9.01228 9.77734 9.68858 9.77734Z", fill: "#F474AE" }), _jsx("path", { d: "M6.32017 9.77734C7.01431 9.77734 7.57905 9.15104 7.57905 8.38111C7.57905 7.63837 7.05346 7.02917 6.39311 6.98709C6.38167 6.85028 6.39034 6.47781 6.71237 5.9591C6.73671 5.92 6.73229 5.86726 6.70207 5.83373C6.57084 5.68818 6.4896 5.59633 6.4326 5.53206C6.35768 5.44732 6.32346 5.4087 6.2734 5.35836C6.25652 5.34145 6.23512 5.3329 6.21381 5.3329C6.19302 5.3329 6.17232 5.34097 6.15561 5.35711C5.5946 5.89858 4.97139 7.01735 5.06147 8.38822C5.11448 9.19312 5.64388 9.77734 6.32017 9.77734Z", fill: "#F474AE" })] }));
6
3
  export default OutlineBlockQuoteIcon;
@@ -1,5 +1,3 @@
1
- import React from 'react';
2
- const OutlineCodeIcon = (props) => (React.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { d: "M6.61521 13.4672L2.34019 9.19213L6.71906 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
4
- React.createElement("path", { d: "M12.419 13.4672L16.6941 9.19213L12.3152 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const OutlineCodeIcon = (props) => (_jsxs("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M6.61521 13.4672L2.34019 9.19213L6.71906 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M12.419 13.4672L16.6941 9.19213L12.3152 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
5
3
  export default OutlineCodeIcon;
@@ -1,6 +1,3 @@
1
- import React from 'react';
2
- const OutlineEmbedIcon = (props) => (React.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("rect", { width: "19", height: "18", fill: "white" }),
4
- React.createElement("path", { d: "M16 5.03906C16 4.46631 15.7852 3.95919 15.4561 3.59766C15.1099 3.2176 14.644 3 14.1426 3H4.85742C4.35596 3 3.89008 3.2176 3.54395 3.59766C3.21478 3.95919 3.00002 4.46631 3 5.03906V11.9609C3.00002 12.5337 3.21478 13.0408 3.54395 13.4023C3.89008 13.7824 4.35596 14 4.85742 14H14.1426C14.644 14 15.1099 13.7824 15.4561 13.4023C15.7852 13.0408 16 12.5337 16 11.9609V5.03906ZM17.5 11.9609C17.5 12.9113 17.1437 13.7782 16.5654 14.4131C15.9556 15.0827 15.0958 15.5 14.1426 15.5H4.85742C3.90424 15.5 3.04441 15.0827 2.43457 14.4131C1.85632 13.7782 1.50002 12.9113 1.5 11.9609V5.03906C1.50002 4.08874 1.85632 3.22183 2.43457 2.58691C3.04441 1.91731 3.90424 1.5 4.85742 1.5H14.1426C15.0958 1.5 15.9556 1.91731 16.5654 2.58691C17.1437 3.22183 17.5 4.08874 17.5 5.03906V11.9609Z", fill: "#FE8F1F" }),
5
- React.createElement("path", { d: "M11.7088 7.66137C12.3158 8.05567 12.3158 8.94433 11.7088 9.33862L8.54462 11.3938C7.87935 11.8259 6.99992 11.3485 6.99992 10.5552L6.99992 6.44482C6.99992 5.65154 7.87935 5.17409 8.54463 5.6062L11.7088 7.66137Z", fill: "#FE8F1F" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const OutlineEmbedIcon = (props) => (_jsxs("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("rect", { width: "19", height: "18", fill: "white" }), _jsx("path", { d: "M16 5.03906C16 4.46631 15.7852 3.95919 15.4561 3.59766C15.1099 3.2176 14.644 3 14.1426 3H4.85742C4.35596 3 3.89008 3.2176 3.54395 3.59766C3.21478 3.95919 3.00002 4.46631 3 5.03906V11.9609C3.00002 12.5337 3.21478 13.0408 3.54395 13.4023C3.89008 13.7824 4.35596 14 4.85742 14H14.1426C14.644 14 15.1099 13.7824 15.4561 13.4023C15.7852 13.0408 16 12.5337 16 11.9609V5.03906ZM17.5 11.9609C17.5 12.9113 17.1437 13.7782 16.5654 14.4131C15.9556 15.0827 15.0958 15.5 14.1426 15.5H4.85742C3.90424 15.5 3.04441 15.0827 2.43457 14.4131C1.85632 13.7782 1.50002 12.9113 1.5 11.9609V5.03906C1.50002 4.08874 1.85632 3.22183 2.43457 2.58691C3.04441 1.91731 3.90424 1.5 4.85742 1.5H14.1426C15.0958 1.5 15.9556 1.91731 16.5654 2.58691C17.1437 3.22183 17.5 4.08874 17.5 5.03906V11.9609Z", fill: "#FE8F1F" }), _jsx("path", { d: "M11.7088 7.66137C12.3158 8.05567 12.3158 8.94433 11.7088 9.33862L8.54462 11.3938C7.87935 11.8259 6.99992 11.3485 6.99992 10.5552L6.99992 6.44482C6.99992 5.65154 7.87935 5.17409 8.54463 5.6062L11.7088 7.66137Z", fill: "#FE8F1F" })] }));
6
3
  export default OutlineEmbedIcon;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- const OutlineEquationIcon = (props) => (React.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.00284 10.0912C7.00284 8.13615 7.50772 6.5302 8.55508 5.19816H9.57559C8.80215 6.18645 8.19522 8.24895 8.19522 10.0859C8.19522 11.9335 8.79678 13.996 9.57559 14.9843H8.55508C7.50772 13.6523 7.00284 12.0463 7.00284 10.0912ZM12.9835 11.2568H12.8976L11.6193 13.33H10.3517L12.2906 10.4189L10.3356 7.48088H11.6837L12.9405 9.54338H13.0318L14.2779 7.48088H15.5616L13.6334 10.3705L15.5831 13.33H14.2565L12.9835 11.2568ZM4.93594 3.3125C5.33438 3.3125 5.58438 3.35938 5.85001 3.41406L5.61563 4.52344C5.44376 4.48438 5.17032 4.44531 4.80313 4.44531C4.02969 4.44531 3.55313 4.85156 3.37344 5.79688L3.22501 6.57812H5.15469L4.92032 7.70312H2.99063L1.47501 15H0.100006L1.61563 7.70312H0.217194L0.451569 6.57812H1.85001L2.00626 5.75781C2.33438 4.03125 3.23282 3.3125 4.93594 3.3125ZM17.3636 5.19816C18.4056 6.5302 18.9105 8.13615 18.9105 10.0912C18.9105 12.0463 18.4056 13.6523 17.3636 14.9843H16.3431C17.1165 13.996 17.7235 11.9335 17.7235 10.0859C17.7235 8.24895 17.1165 6.18645 16.3431 5.19816H17.3636Z", fill: "#FE8F1F" })));
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const OutlineEquationIcon = (props) => (_jsx("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.00284 10.0912C7.00284 8.13615 7.50772 6.5302 8.55508 5.19816H9.57559C8.80215 6.18645 8.19522 8.24895 8.19522 10.0859C8.19522 11.9335 8.79678 13.996 9.57559 14.9843H8.55508C7.50772 13.6523 7.00284 12.0463 7.00284 10.0912ZM12.9835 11.2568H12.8976L11.6193 13.33H10.3517L12.2906 10.4189L10.3356 7.48088H11.6837L12.9405 9.54338H13.0318L14.2779 7.48088H15.5616L13.6334 10.3705L15.5831 13.33H14.2565L12.9835 11.2568ZM4.93594 3.3125C5.33438 3.3125 5.58438 3.35938 5.85001 3.41406L5.61563 4.52344C5.44376 4.48438 5.17032 4.44531 4.80313 4.44531C4.02969 4.44531 3.55313 4.85156 3.37344 5.79688L3.22501 6.57812H5.15469L4.92032 7.70312H2.99063L1.47501 15H0.100006L1.61563 7.70312H0.217194L0.451569 6.57812H1.85001L2.00626 5.75781C2.33438 4.03125 3.23282 3.3125 4.93594 3.3125ZM17.3636 5.19816C18.4056 6.5302 18.9105 8.13615 18.9105 10.0912C18.9105 12.0463 18.4056 13.6523 17.3636 14.9843H16.3431C17.1165 13.996 17.7235 11.9335 17.7235 10.0859C17.7235 8.24895 17.1165 6.18645 16.3431 5.19816H17.3636Z", fill: "#FE8F1F" }) }));
4
3
  export default OutlineEquationIcon;
@@ -1,10 +1,3 @@
1
- import React from 'react';
2
- const OutlineFigureIcon = (props) => (React.createElement("svg", { width: "11", height: "14", viewBox: "0 0 11 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("g", { clipPath: "url(#clip0_203_2510)" },
4
- React.createElement("path", { d: "M8.25 1.25H2.75C1.64543 1.25 0.75 2.14543 0.75 3.25V10.75C0.75 11.8546 1.64543 12.75 2.75 12.75H8.25C9.35457 12.75 10.25 11.8546 10.25 10.75V3.25C10.25 2.14543 9.35457 1.25 8.25 1.25Z", stroke: "#8DD439", strokeWidth: "1.5" }),
5
- React.createElement("path", { d: "M5 4.75C5 4.33579 4.66421 4 4.25 4C3.83579 4 3.5 4.33579 3.5 4.75V10.25C3.5 10.6642 3.83579 11 4.25 11C4.66421 11 5 10.6642 5 10.25V4.75Z", fill: "#8DD439" }),
6
- React.createElement("path", { d: "M7.5 6.75C7.5 6.33579 7.16421 6 6.75 6C6.33579 6 6 6.33579 6 6.75V10.25C6 10.6642 6.33579 11 6.75 11C7.16421 11 7.5 10.6642 7.5 10.25V6.75Z", fill: "#8DD439" })),
7
- React.createElement("defs", null,
8
- React.createElement("clipPath", { id: "clip0_203_2510" },
9
- React.createElement("rect", { width: "11", height: "14", fill: "white" })))));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const OutlineFigureIcon = (props) => (_jsxs("svg", { width: "11", height: "14", viewBox: "0 0 11 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsxs("g", { clipPath: "url(#clip0_203_2510)", children: [_jsx("path", { d: "M8.25 1.25H2.75C1.64543 1.25 0.75 2.14543 0.75 3.25V10.75C0.75 11.8546 1.64543 12.75 2.75 12.75H8.25C9.35457 12.75 10.25 11.8546 10.25 10.75V3.25C10.25 2.14543 9.35457 1.25 8.25 1.25Z", stroke: "#8DD439", strokeWidth: "1.5" }), _jsx("path", { d: "M5 4.75C5 4.33579 4.66421 4 4.25 4C3.83579 4 3.5 4.33579 3.5 4.75V10.25C3.5 10.6642 3.83579 11 4.25 11C4.66421 11 5 10.6642 5 10.25V4.75Z", fill: "#8DD439" }), _jsx("path", { d: "M7.5 6.75C7.5 6.33579 7.16421 6 6.75 6C6.33579 6 6 6.33579 6 6.75V10.25C6 10.6642 6.33579 11 6.75 11C7.16421 11 7.5 10.6642 7.5 10.25V6.75Z", fill: "#8DD439" })] }), _jsx("defs", { children: _jsx("clipPath", { id: "clip0_203_2510", children: _jsx("rect", { width: "11", height: "14", fill: "white" }) }) })] }));
10
3
  export default OutlineFigureIcon;
@@ -1,7 +1,3 @@
1
- import React from 'react';
2
- const OutlineManuscriptIcon = (props) => (React.createElement("svg", { width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("rect", { x: "1.25", y: "1.25", width: "13.5", height: "15.5", rx: "1.75", stroke: "#FFBD26", strokeWidth: "1.5" }),
4
- React.createElement("rect", { x: "4.375", y: "4.375", width: "4.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }),
5
- React.createElement("rect", { x: "4.375", y: "8.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }),
6
- React.createElement("rect", { x: "4.375", y: "12.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const OutlineManuscriptIcon = (props) => (_jsxs("svg", { width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("rect", { x: "1.25", y: "1.25", width: "13.5", height: "15.5", rx: "1.75", stroke: "#FFBD26", strokeWidth: "1.5" }), _jsx("rect", { x: "4.375", y: "4.375", width: "4.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }), _jsx("rect", { x: "4.375", y: "8.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }), _jsx("rect", { x: "4.375", y: "12.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" })] }));
7
3
  export default OutlineManuscriptIcon;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- const OutlineOrderedListIcon = (props) => (React.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.07165 10C5.15312 10 5.87634 10.5792 5.87634 11.433C5.87634 11.9688 5.5616 12.4442 4.70446 13.2076L3.90759 13.9408V14.0045H5.9433V14.9621H2.27031V14.1417L3.7971 12.7054C4.50692 12.0491 4.68772 11.8047 4.68772 11.5201C4.68772 11.1652 4.42656 10.9275 4.02812 10.9275C3.61294 10.9275 3.325 11.2087 3.325 11.6071V11.6306H2.2V11.6105C2.2 10.6496 2.95 10 4.07165 10ZM16.0583 12C16.4725 12 16.8083 12.3358 16.8083 12.75C16.8083 13.1642 16.4725 13.5 16.0583 13.5H9.55826C9.14404 13.5 8.80826 13.1642 8.80826 12.75C8.80826 12.3358 9.14404 12 9.55826 12H16.0583ZM4.67433 3.25V8.08147H3.44553V4.35826H3.38192L2.21674 5.14509V4.08705L3.44553 3.25H4.67433ZM16.0583 5C16.4725 5 16.8083 5.33579 16.8083 5.75C16.8083 6.16421 16.4725 6.5 16.0583 6.5H9.55826C9.14404 6.5 8.80826 6.16421 8.80826 5.75C8.80826 5.33579 9.14404 5 9.55826 5H16.0583Z", fill: "#0B6BB8" })));
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const OutlineOrderedListIcon = (props) => (_jsx("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.07165 10C5.15312 10 5.87634 10.5792 5.87634 11.433C5.87634 11.9688 5.5616 12.4442 4.70446 13.2076L3.90759 13.9408V14.0045H5.9433V14.9621H2.27031V14.1417L3.7971 12.7054C4.50692 12.0491 4.68772 11.8047 4.68772 11.5201C4.68772 11.1652 4.42656 10.9275 4.02812 10.9275C3.61294 10.9275 3.325 11.2087 3.325 11.6071V11.6306H2.2V11.6105C2.2 10.6496 2.95 10 4.07165 10ZM16.0583 12C16.4725 12 16.8083 12.3358 16.8083 12.75C16.8083 13.1642 16.4725 13.5 16.0583 13.5H9.55826C9.14404 13.5 8.80826 13.1642 8.80826 12.75C8.80826 12.3358 9.14404 12 9.55826 12H16.0583ZM4.67433 3.25V8.08147H3.44553V4.35826H3.38192L2.21674 5.14509V4.08705L3.44553 3.25H4.67433ZM16.0583 5C16.4725 5 16.8083 5.33579 16.8083 5.75C16.8083 6.16421 16.4725 6.5 16.0583 6.5H9.55826C9.14404 6.5 8.80826 6.16421 8.80826 5.75C8.80826 5.33579 9.14404 5 9.55826 5H16.0583Z", fill: "#0B6BB8" }) }));
4
3
  export default OutlineOrderedListIcon;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- const OutlineParagraphIcon = (props) => (React.createElement("svg", { width: "9", height: "14", viewBox: "0 0 9 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.86 0.5C8.02 0.5 8.1 0.579999 8.1 0.74V13.76C8.1 13.92 8.02 14 7.86 14H7.05C6.89 14 6.81 13.92 6.81 13.76V1.835C6.81 1.775 6.78 1.745 6.72 1.745H5.145C5.085 1.745 5.055 1.775 5.055 1.835V13.76C5.055 13.92 4.975 14 4.815 14H3.99C3.83 14 3.75 13.92 3.75 13.76V7.34C3.75 7.28 3.72 7.25 3.66 7.25C3.02999 7.2 2.4725 7.025 1.9875 6.725C1.5025 6.425 1.1225 6.03 0.847498 5.54C0.572496 5.05 0.434998 4.495 0.434998 3.875C0.434998 3.235 0.582496 2.6575 0.877498 2.1425C1.1725 1.6275 1.58749 1.225 2.1225 0.935C2.6575 0.644999 3.27999 0.5 3.99 0.5H7.86Z", fill: "#6E6E6E" })));
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const OutlineParagraphIcon = (props) => (_jsx("svg", { width: "9", height: "14", viewBox: "0 0 9 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.86 0.5C8.02 0.5 8.1 0.579999 8.1 0.74V13.76C8.1 13.92 8.02 14 7.86 14H7.05C6.89 14 6.81 13.92 6.81 13.76V1.835C6.81 1.775 6.78 1.745 6.72 1.745H5.145C5.085 1.745 5.055 1.775 5.055 1.835V13.76C5.055 13.92 4.975 14 4.815 14H3.99C3.83 14 3.75 13.92 3.75 13.76V7.34C3.75 7.28 3.72 7.25 3.66 7.25C3.02999 7.2 2.4725 7.025 1.9875 6.725C1.5025 6.425 1.1225 6.03 0.847498 5.54C0.572496 5.05 0.434998 4.495 0.434998 3.875C0.434998 3.235 0.582496 2.6575 0.877498 2.1425C1.1725 1.6275 1.58749 1.225 2.1225 0.935C2.6575 0.644999 3.27999 0.5 3.99 0.5H7.86Z", fill: "#6E6E6E" }) }));
4
3
  export default OutlineParagraphIcon;
@@ -1,6 +1,3 @@
1
- import React from 'react';
2
- const OutlinePullQuoteIcon = (props) => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9098 2C12.508 2 13.0473 2.23511 13.4386 2.60744C13.8547 3.00349 14.1053 3.5527 14.1053 4.15498V9.36594C14.1053 9.96822 13.8547 10.5174 13.4386 10.9135C13.0473 11.2858 12.508 11.5209 11.9098 11.5209H7.83366C7.68767 11.5209 7.309 12.3465 6.96876 12.791C6.70571 13.1346 6.46407 13.4489 6.30314 13.6313C6.15419 13.8 5.90332 14.0496 5.62402 14.3247C5.49595 14.0581 5.36099 13.7524 5.24394 13.3942C5.04532 12.7863 4.97569 12.264 4.90137 11.8546L3.97666 11.5181C3.42392 11.4904 2.92782 11.2621 2.5615 10.9135C2.14533 10.5174 1.89478 9.96822 1.89478 9.36594V4.15498C1.89478 3.5527 2.14533 3.00349 2.5615 2.60744C2.95275 2.23511 3.49204 2 4.09026 2H11.9098Z", stroke: "#F474AE", strokeWidth: "1.5" }),
4
- React.createElement("path", { d: "M9.68858 8.88867C10.3827 8.88867 10.9475 8.26237 10.9475 7.49244C10.9475 6.74969 10.4219 6.1405 9.76151 6.09841C9.75008 5.96161 9.75875 5.58913 10.0808 5.07043C10.1051 5.03132 10.1007 4.97858 10.0705 4.94506C9.93925 4.7995 9.858 4.70766 9.80101 4.64339C9.72609 4.55865 9.69187 4.52003 9.64181 4.46969C9.62492 4.45278 9.60353 4.44423 9.58222 4.44423C9.56143 4.44423 9.54073 4.45229 9.52402 4.46844C8.99417 4.97983 8.40886 6.00615 8.42134 7.27346L8.42988 7.49965C8.48289 8.30445 9.01228 8.88867 9.68858 8.88867Z", fill: "#F474AE" }),
5
- React.createElement("path", { d: "M6.32017 8.88867C7.01431 8.88867 7.57905 8.26237 7.57905 7.49244C7.57905 6.74969 7.05346 6.1405 6.39311 6.09841C6.38167 5.96161 6.39034 5.58913 6.71237 5.07043C6.73671 5.03132 6.73229 4.97858 6.70207 4.94506C6.57084 4.7995 6.4896 4.70766 6.4326 4.64339C6.35768 4.55865 6.32346 4.52003 6.2734 4.46969C6.25652 4.45278 6.23512 4.44423 6.21381 4.44423C6.19302 4.44423 6.17232 4.45229 6.15561 4.46844C5.5946 5.00991 4.97139 6.12867 5.06147 7.49955C5.11448 8.30445 5.64388 8.88867 6.32017 8.88867Z", fill: "#F474AE" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const OutlinePullQuoteIcon = (props) => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9098 2C12.508 2 13.0473 2.23511 13.4386 2.60744C13.8547 3.00349 14.1053 3.5527 14.1053 4.15498V9.36594C14.1053 9.96822 13.8547 10.5174 13.4386 10.9135C13.0473 11.2858 12.508 11.5209 11.9098 11.5209H7.83366C7.68767 11.5209 7.309 12.3465 6.96876 12.791C6.70571 13.1346 6.46407 13.4489 6.30314 13.6313C6.15419 13.8 5.90332 14.0496 5.62402 14.3247C5.49595 14.0581 5.36099 13.7524 5.24394 13.3942C5.04532 12.7863 4.97569 12.264 4.90137 11.8546L3.97666 11.5181C3.42392 11.4904 2.92782 11.2621 2.5615 10.9135C2.14533 10.5174 1.89478 9.96822 1.89478 9.36594V4.15498C1.89478 3.5527 2.14533 3.00349 2.5615 2.60744C2.95275 2.23511 3.49204 2 4.09026 2H11.9098Z", stroke: "#F474AE", strokeWidth: "1.5" }), _jsx("path", { d: "M9.68858 8.88867C10.3827 8.88867 10.9475 8.26237 10.9475 7.49244C10.9475 6.74969 10.4219 6.1405 9.76151 6.09841C9.75008 5.96161 9.75875 5.58913 10.0808 5.07043C10.1051 5.03132 10.1007 4.97858 10.0705 4.94506C9.93925 4.7995 9.858 4.70766 9.80101 4.64339C9.72609 4.55865 9.69187 4.52003 9.64181 4.46969C9.62492 4.45278 9.60353 4.44423 9.58222 4.44423C9.56143 4.44423 9.54073 4.45229 9.52402 4.46844C8.99417 4.97983 8.40886 6.00615 8.42134 7.27346L8.42988 7.49965C8.48289 8.30445 9.01228 8.88867 9.68858 8.88867Z", fill: "#F474AE" }), _jsx("path", { d: "M6.32017 8.88867C7.01431 8.88867 7.57905 8.26237 7.57905 7.49244C7.57905 6.74969 7.05346 6.1405 6.39311 6.09841C6.38167 5.96161 6.39034 5.58913 6.71237 5.07043C6.73671 5.03132 6.73229 4.97858 6.70207 4.94506C6.57084 4.7995 6.4896 4.70766 6.4326 4.64339C6.35768 4.55865 6.32346 4.52003 6.2734 4.46969C6.25652 4.45278 6.23512 4.44423 6.21381 4.44423C6.19302 4.44423 6.17232 4.45229 6.15561 4.46844C5.5946 5.00991 4.97139 6.12867 5.06147 7.49955C5.11448 8.30445 5.64388 8.88867 6.32017 8.88867Z", fill: "#F474AE" })] }));
6
3
  export default OutlinePullQuoteIcon;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- const OutlineSectionIcon = (props) => (React.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.89694 10.4436L9.59987 10.5961C10.6416 10.5961 11.4461 9.89316 11.4461 8.9785C11.4461 8.2671 10.938 7.76742 10.0064 7.56417L9.30345 7.41172C8.2787 7.41172 7.44873 8.14006 7.44873 9.02931C7.44873 9.72378 7.97381 10.2404 8.89694 10.4436ZM9.48977 16.0078C7.55036 16.0078 6.13603 14.9746 6.02593 13.4756H7.51648C7.63505 14.2547 8.45655 14.7713 9.56599 14.7713C10.7178 14.7713 11.5054 14.2293 11.5054 13.4332C11.5054 12.798 10.9973 12.3915 9.82853 12.0782L8.6344 11.7563C6.77967 11.2567 5.94971 10.5029 5.94971 9.31726C5.94971 8.24169 6.64417 7.42866 7.83831 7.09837V6.96286C6.60182 6.48013 5.98358 5.70944 5.98358 4.65081C5.98358 3.07557 7.35557 2 9.37967 2C11.2598 2 12.5556 2.94006 12.7504 4.44756H11.2852C11.1666 3.71075 10.4129 3.23648 9.3458 3.23648C8.21094 3.23648 7.44873 3.77003 7.44873 4.56612C7.44873 5.20977 7.93993 5.61629 9.10019 5.92964L10.2943 6.25146C12.1236 6.74267 12.9451 7.47948 12.9451 8.6228C12.9451 9.78306 12.0644 10.7655 10.794 11.0195V11.155C12.2168 11.4769 12.9451 12.2137 12.9451 13.3316C12.9451 14.8984 11.5139 16.0078 9.48977 16.0078Z", fill: "#48BEE7" })));
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const OutlineSectionIcon = (props) => (_jsx("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.89694 10.4436L9.59987 10.5961C10.6416 10.5961 11.4461 9.89316 11.4461 8.9785C11.4461 8.2671 10.938 7.76742 10.0064 7.56417L9.30345 7.41172C8.2787 7.41172 7.44873 8.14006 7.44873 9.02931C7.44873 9.72378 7.97381 10.2404 8.89694 10.4436ZM9.48977 16.0078C7.55036 16.0078 6.13603 14.9746 6.02593 13.4756H7.51648C7.63505 14.2547 8.45655 14.7713 9.56599 14.7713C10.7178 14.7713 11.5054 14.2293 11.5054 13.4332C11.5054 12.798 10.9973 12.3915 9.82853 12.0782L8.6344 11.7563C6.77967 11.2567 5.94971 10.5029 5.94971 9.31726C5.94971 8.24169 6.64417 7.42866 7.83831 7.09837V6.96286C6.60182 6.48013 5.98358 5.70944 5.98358 4.65081C5.98358 3.07557 7.35557 2 9.37967 2C11.2598 2 12.5556 2.94006 12.7504 4.44756H11.2852C11.1666 3.71075 10.4129 3.23648 9.3458 3.23648C8.21094 3.23648 7.44873 3.77003 7.44873 4.56612C7.44873 5.20977 7.93993 5.61629 9.10019 5.92964L10.2943 6.25146C12.1236 6.74267 12.9451 7.47948 12.9451 8.6228C12.9451 9.78306 12.0644 10.7655 10.794 11.0195V11.155C12.2168 11.4769 12.9451 12.2137 12.9451 13.3316C12.9451 14.8984 11.5139 16.0078 9.48977 16.0078Z", fill: "#48BEE7" }) }));
4
3
  export default OutlineSectionIcon;
@@ -1,6 +1,3 @@
1
- import React from 'react';
2
- const OutlineTableIcon = (props) => (React.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.4615 4.25C14.9448 4.25 15.3823 4.44588 15.699 4.76256C16.0157 5.07925 16.2115 5.51675 16.2115 6V12C16.2115 12.4832 16.0157 12.9207 15.699 13.2374C15.3823 13.5541 14.9448 13.75 14.4615 13.75H5.03846C4.55521 13.75 4.11771 13.5541 3.80102 13.2374C3.48434 12.9207 3.28846 12.4832 3.28846 12V6C3.28846 5.51675 3.48434 5.07925 3.80102 4.76256C4.11771 4.44588 4.55521 4.25 5.03846 4.25H14.4615Z", stroke: "#F35143", strokeWidth: "1.5" }),
4
- React.createElement("path", { d: "M16 7.5H3.5V8.5H16V7.5Z", fill: "#F35143", stroke: "#F35143" }),
5
- React.createElement("path", { d: "M7.61538 4.5H6.61538V13.5H7.61538V4.5Z", fill: "#F35143", stroke: "#F35143" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const OutlineTableIcon = (props) => (_jsxs("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.4615 4.25C14.9448 4.25 15.3823 4.44588 15.699 4.76256C16.0157 5.07925 16.2115 5.51675 16.2115 6V12C16.2115 12.4832 16.0157 12.9207 15.699 13.2374C15.3823 13.5541 14.9448 13.75 14.4615 13.75H5.03846C4.55521 13.75 4.11771 13.5541 3.80102 13.2374C3.48434 12.9207 3.28846 12.4832 3.28846 12V6C3.28846 5.51675 3.48434 5.07925 3.80102 4.76256C4.11771 4.44588 4.55521 4.25 5.03846 4.25H14.4615Z", stroke: "#F35143", strokeWidth: "1.5" }), _jsx("path", { d: "M16 7.5H3.5V8.5H16V7.5Z", fill: "#F35143", stroke: "#F35143" }), _jsx("path", { d: "M7.61538 4.5H6.61538V13.5H7.61538V4.5Z", fill: "#F35143", stroke: "#F35143" })] }));
6
3
  export default OutlineTableIcon;
@@ -1,6 +1,3 @@
1
- import React from 'react';
2
- const OutlineUnorderedListIcon = (props) => (React.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.25 12C17.6642 12 18 12.3358 18 12.75C18 13.1642 17.6642 13.5 17.25 13.5H9.75C9.33579 13.5 9 13.1642 9 12.75C9 12.3358 9.33579 12 9.75 12H17.25ZM17.25 5C17.6642 5 18 5.33579 18 5.75C18 6.16421 17.6642 6.5 17.25 6.5H9.75C9.33579 6.5 9 6.16421 9 5.75C9 5.33579 9.33579 5 9.75 5H17.25Z", fill: "#0B6BB8" }),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.75569 3.5C5.00148 3.5 6.01139 4.50991 6.01139 5.75569C6.01139 7.00148 5.00148 8.01139 3.75569 8.01139C2.50991 8.01139 1.5 7.00148 1.5 5.75569C1.5 4.50991 2.50991 3.5 3.75569 3.5ZM3.75569 4.73038C3.18943 4.73038 2.73038 5.18943 2.73038 5.75569C2.73038 6.32196 3.18943 6.78101 3.75569 6.78101C4.32196 6.78101 4.78101 6.32196 4.78101 5.75569C4.78101 5.18943 4.32196 4.73038 3.75569 4.73038Z", fill: "#0B6BB8" }),
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.75569 10.5C5.00148 10.5 6.01139 11.5099 6.01139 12.7557C6.01139 14.0015 5.00148 15.0114 3.75569 15.0114C2.50991 15.0114 1.5 14.0015 1.5 12.7557C1.5 11.5099 2.50991 10.5 3.75569 10.5ZM3.75569 11.7304C3.18943 11.7304 2.73038 12.1894 2.73038 12.7557C2.73038 13.322 3.18943 13.781 3.75569 13.781C4.32196 13.781 4.78101 13.322 4.78101 12.7557C4.78101 12.1894 4.32196 11.7304 3.75569 11.7304Z", fill: "#0B6BB8" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const OutlineUnorderedListIcon = (props) => (_jsxs("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.25 12C17.6642 12 18 12.3358 18 12.75C18 13.1642 17.6642 13.5 17.25 13.5H9.75C9.33579 13.5 9 13.1642 9 12.75C9 12.3358 9.33579 12 9.75 12H17.25ZM17.25 5C17.6642 5 18 5.33579 18 5.75C18 6.16421 17.6642 6.5 17.25 6.5H9.75C9.33579 6.5 9 6.16421 9 5.75C9 5.33579 9.33579 5 9.75 5H17.25Z", fill: "#0B6BB8" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.75569 3.5C5.00148 3.5 6.01139 4.50991 6.01139 5.75569C6.01139 7.00148 5.00148 8.01139 3.75569 8.01139C2.50991 8.01139 1.5 7.00148 1.5 5.75569C1.5 4.50991 2.50991 3.5 3.75569 3.5ZM3.75569 4.73038C3.18943 4.73038 2.73038 5.18943 2.73038 5.75569C2.73038 6.32196 3.18943 6.78101 3.75569 6.78101C4.32196 6.78101 4.78101 6.32196 4.78101 5.75569C4.78101 5.18943 4.32196 4.73038 3.75569 4.73038Z", fill: "#0B6BB8" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.75569 10.5C5.00148 10.5 6.01139 11.5099 6.01139 12.7557C6.01139 14.0015 5.00148 15.0114 3.75569 15.0114C2.50991 15.0114 1.5 14.0015 1.5 12.7557C1.5 11.5099 2.50991 10.5 3.75569 10.5ZM3.75569 11.7304C3.18943 11.7304 2.73038 12.1894 2.73038 12.7557C2.73038 13.322 3.18943 13.781 3.75569 13.781C4.32196 13.781 4.78101 13.322 4.78101 12.7557C4.78101 12.1894 4.32196 11.7304 3.75569 11.7304Z", fill: "#0B6BB8" })] }));
6
3
  export default OutlineUnorderedListIcon;
@@ -1,20 +1,3 @@
1
- /*!
2
- * © 2023 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- export const PlusIcon = (props) => (React.createElement("svg", { width: "11", height: "10", viewBox: "0 0 11 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
18
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 0.5C5.25147 0.5 5.05 0.701472 5.05 0.95V4.55H1.45C1.20147 4.55 1 4.75147 1 5C1 5.24853 1.20147 5.45 1.45 5.45H5.05V9.05C5.05 9.29853 5.25147 9.5 5.5 9.5C5.74853 9.5 5.95 9.29853 5.95 9.05V5.45H9.55C9.79853 5.45 10 5.24853 10 5C10 4.75147 9.79853 4.55 9.55 4.55H5.95V0.95C5.95 0.701472 5.74853 0.5 5.5 0.5Z", fill: "#6E6E6E" }),
19
- React.createElement("path", { d: "M5.05 4.55V5.05H5.55V4.55H5.05ZM5.05 5.45H5.55V4.95H5.05V5.45ZM5.95 5.45V4.95H5.45V5.45H5.95ZM5.95 4.55H5.45V5.05H5.95V4.55ZM5.55 0.95C5.55 0.977614 5.52761 1 5.5 1V0C4.97533 0 4.55 0.425329 4.55 0.95H5.55ZM5.55 4.55V0.95H4.55V4.55H5.55ZM1.45 5.05H5.05V4.05H1.45V5.05ZM1.5 5C1.5 5.02761 1.47761 5.05 1.45 5.05V4.05C0.925329 4.05 0.5 4.47533 0.5 5H1.5ZM1.45 4.95C1.47761 4.95 1.5 4.97239 1.5 5H0.5C0.5 5.52467 0.925328 5.95 1.45 5.95V4.95ZM5.05 4.95H1.45V5.95H5.05V4.95ZM5.55 9.05V5.45H4.55V9.05H5.55ZM5.5 9C5.52761 9 5.55 9.02239 5.55 9.05H4.55C4.55 9.57467 4.97533 10 5.5 10V9ZM5.45 9.05C5.45 9.02239 5.47239 9 5.5 9V10C6.02467 10 6.45 9.57467 6.45 9.05H5.45ZM5.45 5.45V9.05H6.45V5.45H5.45ZM9.55 4.95H5.95V5.95H9.55V4.95ZM9.5 5C9.5 4.97239 9.52238 4.95 9.55 4.95V5.95C10.0747 5.95 10.5 5.52467 10.5 5H9.5ZM9.55 5.05C9.52239 5.05 9.5 5.02761 9.5 5H10.5C10.5 4.47533 10.0747 4.05 9.55 4.05V5.05ZM5.95 5.05H9.55V4.05H5.95V5.05ZM5.45 0.95V4.55H6.45V0.95H5.45ZM5.5 1C5.47239 1 5.45 0.977615 5.45 0.95H6.45C6.45 0.425329 6.02467 0 5.5 0V1Z", fill: "#6E6E6E" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export const PlusIcon = (props) => (_jsxs("svg", { width: "11", height: "10", viewBox: "0 0 11 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.5 0.5C5.25147 0.5 5.05 0.701472 5.05 0.95V4.55H1.45C1.20147 4.55 1 4.75147 1 5C1 5.24853 1.20147 5.45 1.45 5.45H5.05V9.05C5.05 9.29853 5.25147 9.5 5.5 9.5C5.74853 9.5 5.95 9.29853 5.95 9.05V5.45H9.55C9.79853 5.45 10 5.24853 10 5C10 4.75147 9.79853 4.55 9.55 4.55H5.95V0.95C5.95 0.701472 5.74853 0.5 5.5 0.5Z", fill: "#6E6E6E" }), _jsx("path", { d: "M5.05 4.55V5.05H5.55V4.55H5.05ZM5.05 5.45H5.55V4.95H5.05V5.45ZM5.95 5.45V4.95H5.45V5.45H5.95ZM5.95 4.55H5.45V5.05H5.95V4.55ZM5.55 0.95C5.55 0.977614 5.52761 1 5.5 1V0C4.97533 0 4.55 0.425329 4.55 0.95H5.55ZM5.55 4.55V0.95H4.55V4.55H5.55ZM1.45 5.05H5.05V4.05H1.45V5.05ZM1.5 5C1.5 5.02761 1.47761 5.05 1.45 5.05V4.05C0.925329 4.05 0.5 4.47533 0.5 5H1.5ZM1.45 4.95C1.47761 4.95 1.5 4.97239 1.5 5H0.5C0.5 5.52467 0.925328 5.95 1.45 5.95V4.95ZM5.05 4.95H1.45V5.95H5.05V4.95ZM5.55 9.05V5.45H4.55V9.05H5.55ZM5.5 9C5.52761 9 5.55 9.02239 5.55 9.05H4.55C4.55 9.57467 4.97533 10 5.5 10V9ZM5.45 9.05C5.45 9.02239 5.47239 9 5.5 9V10C6.02467 10 6.45 9.57467 6.45 9.05H5.45ZM5.45 5.45V9.05H6.45V5.45H5.45ZM9.55 4.95H5.95V5.95H9.55V4.95ZM9.5 5C9.5 4.97239 9.52238 4.95 9.55 4.95V5.95C10.0747 5.95 10.5 5.52467 10.5 5H9.5ZM9.55 5.05C9.52239 5.05 9.5 5.02761 9.5 5H10.5C10.5 4.47533 10.0747 4.05 9.55 4.05V5.05ZM5.95 5.05H9.55V4.05H5.95V5.05ZM5.45 0.95V4.55H6.45V0.95H5.45ZM5.5 1C5.47239 1 5.45 0.977615 5.45 0.95H6.45C6.45 0.425329 6.02467 0 5.5 0V1Z", fill: "#6E6E6E" })] }));
20
3
  export default PlusIcon;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- const ProfileAvatarIcon = (props) => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "44", height: "44", viewBox: "0 0 32 32", fill: "none", ...props },
3
- React.createElement("path", { d: "M16 0C24.837 0 32 7.163 32 16C32 24.837 24.837 32 16 32C7.163 32 0 24.837 0 16C0 7.163 7.163 0 16 0ZM16 17.585C14.7258 17.585 13.4651 17.8457 12.2954 18.351C11.1257 18.8563 10.0718 19.5956 9.19841 20.5234C8.32504 21.4512 7.65073 22.5478 7.21694 23.7459C6.78315 24.944 6.59907 26.2181 6.676 27.49C9.31009 29.6338 12.6038 30.802 16 30.797C19.396 30.802 22.6896 29.6342 25.324 27.491C25.4009 26.2191 25.2168 24.945 24.7831 23.7469C24.3493 22.5488 23.675 21.4522 22.8016 20.5244C21.9282 19.5966 20.8743 18.8573 19.7046 18.352C18.5349 17.8467 17.2742 17.586 16 17.586V17.585ZM16 1.203C7.828 1.203 1.203 7.828 1.203 16C1.203 20.03 2.815 23.685 5.429 26.354C5.672 21.779 8.82 17.976 13.062 16.753C12.0228 16.1131 11.2209 15.1516 10.778 14.0145C10.3351 12.8773 10.2754 11.6267 10.608 10.4526C10.9406 9.27843 11.6473 8.24491 12.6208 7.509C13.5943 6.7731 14.7814 6.37501 16.0018 6.37522C17.2221 6.37543 18.4091 6.77391 19.3823 7.51015C20.3556 8.24639 21.0619 9.28015 21.3941 10.4544C21.7263 11.6287 21.6662 12.8793 21.2229 14.0163C20.7796 15.1533 19.9774 16.1145 18.938 16.754C23.18 17.976 26.328 21.779 26.571 26.354C29.2842 23.5912 30.802 19.8723 30.797 16C30.797 7.828 24.172 1.203 16 1.203ZM16 7.621C15.4219 7.61225 14.8479 7.71854 14.3113 7.93369C13.7747 8.14885 13.2863 8.46857 12.8744 8.87426C12.4625 9.27994 12.1355 9.76349 11.9122 10.2968C11.6889 10.83 11.574 11.4024 11.574 11.9805C11.574 12.5586 11.6889 13.131 11.9122 13.6642C12.1355 14.1975 12.4625 14.6811 12.8744 15.0867C13.2863 15.4924 13.7747 15.8122 14.3113 16.0273C14.8479 16.2425 15.4219 16.3488 16 16.34C17.1448 16.3227 18.2368 15.8557 19.0402 15.0401C19.8436 14.2244 20.294 13.1254 20.294 11.9805C20.294 10.8356 19.8436 9.73663 19.0402 8.92095C18.2368 8.10527 17.1448 7.63834 16 7.621Z", fill: "#6E6E6E" })));
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const ProfileAvatarIcon = (props) => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "44", height: "44", viewBox: "0 0 32 32", fill: "none", ...props, children: _jsx("path", { d: "M16 0C24.837 0 32 7.163 32 16C32 24.837 24.837 32 16 32C7.163 32 0 24.837 0 16C0 7.163 7.163 0 16 0ZM16 17.585C14.7258 17.585 13.4651 17.8457 12.2954 18.351C11.1257 18.8563 10.0718 19.5956 9.19841 20.5234C8.32504 21.4512 7.65073 22.5478 7.21694 23.7459C6.78315 24.944 6.59907 26.2181 6.676 27.49C9.31009 29.6338 12.6038 30.802 16 30.797C19.396 30.802 22.6896 29.6342 25.324 27.491C25.4009 26.2191 25.2168 24.945 24.7831 23.7469C24.3493 22.5488 23.675 21.4522 22.8016 20.5244C21.9282 19.5966 20.8743 18.8573 19.7046 18.352C18.5349 17.8467 17.2742 17.586 16 17.586V17.585ZM16 1.203C7.828 1.203 1.203 7.828 1.203 16C1.203 20.03 2.815 23.685 5.429 26.354C5.672 21.779 8.82 17.976 13.062 16.753C12.0228 16.1131 11.2209 15.1516 10.778 14.0145C10.3351 12.8773 10.2754 11.6267 10.608 10.4526C10.9406 9.27843 11.6473 8.24491 12.6208 7.509C13.5943 6.7731 14.7814 6.37501 16.0018 6.37522C17.2221 6.37543 18.4091 6.77391 19.3823 7.51015C20.3556 8.24639 21.0619 9.28015 21.3941 10.4544C21.7263 11.6287 21.6662 12.8793 21.2229 14.0163C20.7796 15.1533 19.9774 16.1145 18.938 16.754C23.18 17.976 26.328 21.779 26.571 26.354C29.2842 23.5912 30.802 19.8723 30.797 16C30.797 7.828 24.172 1.203 16 1.203ZM16 7.621C15.4219 7.61225 14.8479 7.71854 14.3113 7.93369C13.7747 8.14885 13.2863 8.46857 12.8744 8.87426C12.4625 9.27994 12.1355 9.76349 11.9122 10.2968C11.6889 10.83 11.574 11.4024 11.574 11.9805C11.574 12.5586 11.6889 13.131 11.9122 13.6642C12.1355 14.1975 12.4625 14.6811 12.8744 15.0867C13.2863 15.4924 13.7747 15.8122 14.3113 16.0273C14.8479 16.2425 15.4219 16.3488 16 16.34C17.1448 16.3227 18.2368 15.8557 19.0402 15.0401C19.8436 14.2244 20.294 13.1254 20.294 11.9805C20.294 10.8356 19.8436 9.73663 19.0402 8.92095C18.2368 8.10527 17.1448 7.63834 16 7.621Z", fill: "#6E6E6E" }) }));
4
3
  export default ProfileAvatarIcon;
@@ -1,6 +1,3 @@
1
- import React from 'react';
2
- const RoleAnnotatingIcon = (props) => (React.createElement("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { d: "M5.5 6.5H12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
4
- React.createElement("path", { d: "M5.5 9.5H12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
5
- React.createElement("path", { d: "M16.5 8C16.5 4.41 13.142 1.5 9 1.5C4.858 1.5 1.5 4.41 1.5 8C1.5 11.59 4.858 14.5 9 14.5C9.525 14.5 10.037 14.452 10.532 14.363L14.5 16.5V12.409C15.738 11.25 16.5 9.704 16.5 8Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const RoleAnnotatingIcon = (props) => (_jsxs("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M5.5 6.5H12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M5.5 9.5H12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M16.5 8C16.5 4.41 13.142 1.5 9 1.5C4.858 1.5 1.5 4.41 1.5 8C1.5 11.59 4.858 14.5 9 14.5C9.525 14.5 10.037 14.452 10.532 14.363L14.5 16.5V12.409C15.738 11.25 16.5 9.704 16.5 8Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })] }));
6
3
  export default RoleAnnotatingIcon;
@@ -1,8 +1,3 @@
1
- import React from 'react';
2
- const RoleReadingIcon = (props) => (React.createElement("svg", { width: "18", height: "16", viewBox: "0 0 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { d: "M1.5 8.5L3.5 1.5H5.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
4
- React.createElement("path", { d: "M16.5 8.5L14.5 1.5H12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
5
- React.createElement("path", { d: "M1.5 8.5H7.5V12.5C7.5 12.7652 7.39464 13.0196 7.20711 13.2071C7.01957 13.3946 6.76522 13.5 6.5 13.5H2.5C2.23478 13.5 1.98043 13.3946 1.79289 13.2071C1.60536 13.0196 1.5 12.7652 1.5 12.5V8.5Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
6
- React.createElement("path", { d: "M10.5 8.5H16.5V12.5C16.5 12.7652 16.3946 13.0196 16.2071 13.2071C16.0196 13.3946 15.7652 13.5 15.5 13.5H11.5C11.2348 13.5 10.9804 13.3946 10.7929 13.2071C10.6054 13.0196 10.5 12.7652 10.5 12.5V8.5Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
7
- React.createElement("path", { d: "M7.5 8.5H10.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const RoleReadingIcon = (props) => (_jsxs("svg", { width: "18", height: "16", viewBox: "0 0 18 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M1.5 8.5L3.5 1.5H5.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M16.5 8.5L14.5 1.5H12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M1.5 8.5H7.5V12.5C7.5 12.7652 7.39464 13.0196 7.20711 13.2071C7.01957 13.3946 6.76522 13.5 6.5 13.5H2.5C2.23478 13.5 1.98043 13.3946 1.79289 13.2071C1.60536 13.0196 1.5 12.7652 1.5 12.5V8.5Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M10.5 8.5H16.5V12.5C16.5 12.7652 16.3946 13.0196 16.2071 13.2071C16.0196 13.3946 15.7652 13.5 15.5 13.5H11.5C11.2348 13.5 10.9804 13.3946 10.7929 13.2071C10.6054 13.0196 10.5 12.7652 10.5 12.5V8.5Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M7.5 8.5H10.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })] }));
8
3
  export default RoleReadingIcon;
@@ -1,21 +1,3 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const SaveStatusOfflineIcon = (props) => (React.createElement("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
18
- React.createElement("path", { d: "M12.487 5.513C11.8612 4.67043 10.9855 4.04685 9.98458 3.73112C8.98366 3.4154 7.90863 3.42363 6.91267 3.75466C5.91672 4.08569 5.05064 4.72261 4.43787 5.57468C3.82509 6.42674 3.49687 7.45048 3.49999 8.5C3.49999 8.517 3.49999 8.533 3.49999 8.55C2.89241 8.67337 2.35235 9.0181 1.98464 9.51726C1.61694 10.0164 1.44782 10.6344 1.51013 11.2512C1.57244 11.8681 1.86172 12.4398 2.32182 12.8553C2.78192 13.2709 3.38001 13.5006 3.99999 13.5H4.49999", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
19
- React.createElement("path", { d: "M7.32797 13.5H14C14.663 13.5 15.2989 13.2366 15.7677 12.7678C16.2366 12.2989 16.5 11.663 16.5 11C16.5 10.337 16.2366 9.70108 15.7677 9.23224C15.2989 8.7634 14.663 8.50001 14 8.50001C13.8304 8.50013 13.6612 8.51722 13.495 8.55101C13.495 8.53301 13.5 8.51701 13.5 8.50001C13.4987 8.14523 13.4598 7.79158 13.384 7.44501", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
20
- React.createElement("path", { d: "M1.5 16.5L16.5 1.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SaveStatusOfflineIcon = (props) => (_jsxs("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M12.487 5.513C11.8612 4.67043 10.9855 4.04685 9.98458 3.73112C8.98366 3.4154 7.90863 3.42363 6.91267 3.75466C5.91672 4.08569 5.05064 4.72261 4.43787 5.57468C3.82509 6.42674 3.49687 7.45048 3.49999 8.5C3.49999 8.517 3.49999 8.533 3.49999 8.55C2.89241 8.67337 2.35235 9.0181 1.98464 9.51726C1.61694 10.0164 1.44782 10.6344 1.51013 11.2512C1.57244 11.8681 1.86172 12.4398 2.32182 12.8553C2.78192 13.2709 3.38001 13.5006 3.99999 13.5H4.49999", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M7.32797 13.5H14C14.663 13.5 15.2989 13.2366 15.7677 12.7678C16.2366 12.2989 16.5 11.663 16.5 11C16.5 10.337 16.2366 9.70108 15.7677 9.23224C15.2989 8.7634 14.663 8.50001 14 8.50001C13.8304 8.50013 13.6612 8.51722 13.495 8.55101C13.495 8.53301 13.5 8.51701 13.5 8.50001C13.4987 8.14523 13.4598 7.79158 13.384 7.44501", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M1.5 16.5L16.5 1.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
21
3
  export default SaveStatusOfflineIcon;
@@ -1,20 +1,3 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const SaveStatusSavedIcon = (props) => (React.createElement("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
18
- React.createElement("path", { d: "M9 16.5C13.1421 16.5 16.5 13.1421 16.5 9C16.5 4.85786 13.1421 1.5 9 1.5C4.85786 1.5 1.5 4.85786 1.5 9C1.5 13.1421 4.85786 16.5 9 16.5Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
19
- React.createElement("path", { d: "M5.5 8.5L8 11L13 6", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SaveStatusSavedIcon = (props) => (_jsxs("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M9 16.5C13.1421 16.5 16.5 13.1421 16.5 9C16.5 4.85786 13.1421 1.5 9 1.5C4.85786 1.5 1.5 4.85786 1.5 9C1.5 13.1421 4.85786 16.5 9 16.5Z", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M5.5 8.5L8 11L13 6", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })] }));
20
3
  export default SaveStatusSavedIcon;
@@ -1,22 +1,3 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const SaveStatusSavingIcon = (props) => (React.createElement("svg", { width: "17", height: "18", viewBox: "0 0 17 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
18
- React.createElement("path", { d: "M1.5 8.5C1.5 4.634 4.634 1.5 8.5 1.5C11.136 1.5 13.328 3.141 14.5 5.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
19
- React.createElement("path", { d: "M14.5 1.5V5.5H10.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
20
- React.createElement("path", { d: "M15.5 9.5C15.5 13.366 12.366 16.5 8.5 16.5C5.864 16.5 3.672 14.859 2.5 12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }),
21
- React.createElement("path", { d: "M2.5 16.5V12.5H6.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SaveStatusSavingIcon = (props) => (_jsxs("svg", { width: "17", height: "18", viewBox: "0 0 17 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M1.5 8.5C1.5 4.634 4.634 1.5 8.5 1.5C11.136 1.5 13.328 3.141 14.5 5.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M14.5 1.5V5.5H10.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M15.5 9.5C15.5 13.366 12.366 16.5 8.5 16.5C5.864 16.5 3.672 14.859 2.5 12.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M2.5 16.5V12.5H6.5", stroke: "#6E6E6E", strokeWidth: "1.5", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })] }));
22
3
  export default SaveStatusSavingIcon;
@@ -1,8 +1,3 @@
1
- import React from 'react';
2
- const ScrollIcon = () => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
3
- React.createElement("rect", { x: "14.5", y: "1.5", width: "13", height: "13", transform: "rotate(90 14.5 1.5)" }),
4
- React.createElement("rect", { x: "14.5", y: "1.5", width: "13", height: "13", transform: "rotate(90 14.5 1.5)" }),
5
- React.createElement("path", { d: "M15 12.5161V3.48387C15 2.82511 14.7383 2.19332 14.2725 1.72751C13.8067 1.26169 13.1749 1 12.5161 1H3.48387C2.82511 1 2.19333 1.26169 1.72751 1.72751C1.26169 2.19332 1 2.82511 1 3.48387V12.5161C1 13.1749 1.26169 13.8067 1.72751 14.2725C2.19333 14.7383 2.82511 15 3.48387 15H12.5161C13.1749 15 13.8067 14.7383 14.2725 14.2725C14.7383 13.8067 15 13.1749 15 12.5161ZM3.48387 13.6452C3.18443 13.6452 2.89726 13.5262 2.68552 13.3145C2.47379 13.1027 2.35484 12.8156 2.35484 12.5161V3.48387C2.35484 3.18443 2.47379 2.89726 2.68552 2.68552C2.89726 2.47379 3.18443 2.35484 3.48387 2.35484H12.5161C12.8156 2.35484 13.1027 2.47379 13.3145 2.68552C13.5262 2.89726 13.6452 3.18443 13.6452 3.48387V12.5161C13.6452 12.8156 13.5262 13.1027 13.3145 13.3145C13.1027 13.5262 12.8156 13.6452 12.5161 13.6452H3.48387Z", fill: "#6E6E6E" }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1786 11.1966C10.9227 11.4511 10.5089 11.45 10.2543 11.1941L5.03979 5.95182C4.78524 5.69592 4.78634 5.28211 5.04224 5.02756C5.29815 4.77301 5.71196 4.77411 5.9665 5.03002L11.181 10.2723C11.4356 10.5282 11.4345 10.942 11.1786 11.1966Z", fill: "#6E6E6E" }),
7
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7311 5.99911C10.3702 5.99811 10.0768 6.2899 10.0758 6.65084L10.0662 10.0778L6.6399 10.0688C6.27896 10.0679 5.98558 10.3597 5.98464 10.7207C5.98369 11.0816 6.27553 11.375 6.63647 11.3759L10.7162 11.3866C11.0771 11.3876 11.3705 11.0958 11.3715 10.7349L11.3829 6.65449C11.3839 6.29354 11.0921 6.00012 10.7311 5.99911Z", fill: "#6E6E6E" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const ScrollIcon = () => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "14.5", y: "1.5", width: "13", height: "13", transform: "rotate(90 14.5 1.5)" }), _jsx("rect", { x: "14.5", y: "1.5", width: "13", height: "13", transform: "rotate(90 14.5 1.5)" }), _jsx("path", { d: "M15 12.5161V3.48387C15 2.82511 14.7383 2.19332 14.2725 1.72751C13.8067 1.26169 13.1749 1 12.5161 1H3.48387C2.82511 1 2.19333 1.26169 1.72751 1.72751C1.26169 2.19332 1 2.82511 1 3.48387V12.5161C1 13.1749 1.26169 13.8067 1.72751 14.2725C2.19333 14.7383 2.82511 15 3.48387 15H12.5161C13.1749 15 13.8067 14.7383 14.2725 14.2725C14.7383 13.8067 15 13.1749 15 12.5161ZM3.48387 13.6452C3.18443 13.6452 2.89726 13.5262 2.68552 13.3145C2.47379 13.1027 2.35484 12.8156 2.35484 12.5161V3.48387C2.35484 3.18443 2.47379 2.89726 2.68552 2.68552C2.89726 2.47379 3.18443 2.35484 3.48387 2.35484H12.5161C12.8156 2.35484 13.1027 2.47379 13.3145 2.68552C13.5262 2.89726 13.6452 3.18443 13.6452 3.48387V12.5161C13.6452 12.8156 13.5262 13.1027 13.3145 13.3145C13.1027 13.5262 12.8156 13.6452 12.5161 13.6452H3.48387Z", fill: "#6E6E6E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.1786 11.1966C10.9227 11.4511 10.5089 11.45 10.2543 11.1941L5.03979 5.95182C4.78524 5.69592 4.78634 5.28211 5.04224 5.02756C5.29815 4.77301 5.71196 4.77411 5.9665 5.03002L11.181 10.2723C11.4356 10.5282 11.4345 10.942 11.1786 11.1966Z", fill: "#6E6E6E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.7311 5.99911C10.3702 5.99811 10.0768 6.2899 10.0758 6.65084L10.0662 10.0778L6.6399 10.0688C6.27896 10.0679 5.98558 10.3597 5.98464 10.7207C5.98369 11.0816 6.27553 11.375 6.63647 11.3759L10.7162 11.3866C11.0771 11.3876 11.3705 11.0958 11.3715 10.7349L11.3829 6.65449C11.3839 6.29354 11.0921 6.00012 10.7311 5.99911Z", fill: "#6E6E6E" })] }));
8
3
  export default ScrollIcon;
@@ -1,20 +1,3 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const SearchIcon = (props) => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
18
- React.createElement("path", { d: "M6.5 12C9.53757 12 12 9.53757 12 6.5C12 3.46243 9.53757 1 6.5 1C3.46243 1 1 3.46243 1 6.5C1 9.53757 3.46243 12 6.5 12Z", stroke: "#1A9BC7" }),
19
- React.createElement("path", { d: "M10.3739 10.4674L13.56 14.45", stroke: "#1A9BC7", strokeLinecap: "square" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SearchIcon = (props) => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M6.5 12C9.53757 12 12 9.53757 12 6.5C12 3.46243 9.53757 1 6.5 1C3.46243 1 1 3.46243 1 6.5C1 9.53757 3.46243 12 6.5 12Z", stroke: "#1A9BC7" }), _jsx("path", { d: "M10.3739 10.4674L13.56 14.45", stroke: "#1A9BC7", strokeLinecap: "square" })] }));
20
3
  export default SearchIcon;
@@ -1,19 +1,3 @@
1
- /*!
2
- * © 2019 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const SectionCategoryIcon = () => (React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "19", viewBox: "0 0 16 19", fill: "none" },
18
- React.createElement("path", { d: "M0.5 4C0.5 2.067 2.067 0.5 4 0.5H12C13.933 0.5 15.5 2.067 15.5 4V16.0505C15.5 17.1991 14.2619 17.9215 13.2619 17.3563L8.73809 14.7994C8.28008 14.5405 7.71992 14.5405 7.26191 14.7994L2.73809 17.3563C1.73815 17.9215 0.5 17.1991 0.5 16.0505V4Z", fill: "white", stroke: "#6E6E6E" })));
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SectionCategoryIcon = () => (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "19", viewBox: "0 0 16 19", fill: "none", children: _jsx("path", { d: "M0.5 4C0.5 2.067 2.067 0.5 4 0.5H12C13.933 0.5 15.5 2.067 15.5 4V16.0505C15.5 17.1991 14.2619 17.9215 13.2619 17.3563L8.73809 14.7994C8.28008 14.5405 7.71992 14.5405 7.26191 14.7994L2.73809 17.3563C1.73815 17.9215 0.5 17.1991 0.5 16.0505V4Z", fill: "white", stroke: "#6E6E6E" }) }));
19
3
  export default SectionCategoryIcon;
@@ -1,5 +1,3 @@
1
- import React from 'react';
2
- const SliderOffIcon = (props) => (React.createElement("svg", { width: "34", height: "18", viewBox: "0 0 34 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
3
- React.createElement("rect", { width: "34", height: "18", rx: "9", fill: "#C9C9C9" }),
4
- React.createElement("circle", { cx: "8.875", cy: "9", r: "7.875", fill: "white" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SliderOffIcon = (props) => (_jsxs("svg", { width: "34", height: "18", viewBox: "0 0 34 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { width: "34", height: "18", rx: "9", fill: "#C9C9C9" }), _jsx("circle", { cx: "8.875", cy: "9", r: "7.875", fill: "white" })] }));
5
3
  export default SliderOffIcon;
@@ -1,5 +1,3 @@
1
- import React from 'react';
2
- const SliderOnIcon = (props) => (React.createElement("svg", { width: "34", height: "18", viewBox: "0 0 34 18", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
3
- React.createElement("rect", { x: "34", y: "18", width: "34", height: "18", rx: "9", transform: "rotate(180 34 18)", fill: "#0D79D0" }),
4
- React.createElement("circle", { cx: "25.125", cy: "9", r: "7.875", transform: "rotate(180 25.125 9)", fill: "white" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SliderOnIcon = (props) => (_jsxs("svg", { width: "34", height: "18", viewBox: "0 0 34 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [_jsx("rect", { x: "34", y: "18", width: "34", height: "18", rx: "9", transform: "rotate(180 34 18)", fill: "#0D79D0" }), _jsx("circle", { cx: "25.125", cy: "9", r: "7.875", transform: "rotate(180 25.125 9)", fill: "white" })] }));
5
3
  export default SliderOnIcon;
@@ -1,7 +1,3 @@
1
- import React from 'react';
2
- const SystemUserAvatarIcon = (props) => (React.createElement("svg", { width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.437 30.3453L34.6649 30.2143C34.5844 29.9547 34.481 29.7042 34.3547 29.4652L34.8096 28.8287C35.0027 28.5576 34.9728 28.1876 34.7361 27.9532L34.0513 27.2684C33.9227 27.1398 33.7526 27.0685 33.5711 27.0685C33.4286 27.0685 33.293 27.1122 33.1781 27.1949L32.5393 27.6499C32.2912 27.5189 32.0315 27.4109 31.7627 27.3305L31.634 26.5676C31.5788 26.239 31.2962 26 30.963 26H29.9956C29.6624 26 29.3798 26.239 29.3246 26.5676L29.1913 27.3489C28.934 27.4293 28.6835 27.535 28.4445 27.6637L27.8126 27.2087C27.6977 27.126 27.5598 27.0823 27.4174 27.0823C27.2358 27.0823 27.0635 27.1535 26.9371 27.2822L26.25 27.967C26.0157 28.2014 25.9835 28.5713 26.1765 28.8425L26.6361 29.4882C26.5097 29.7295 26.4086 29.9799 26.3305 30.2396L25.5676 30.3683C25.239 30.4234 25 30.7061 25 31.0393V32.0067C25 32.3399 25.239 32.6225 25.5676 32.6777L26.3489 32.8109C26.4293 33.0683 26.535 33.3188 26.6637 33.5578L26.211 34.1874C26.018 34.4585 26.0478 34.8285 26.2845 35.0629L26.9693 35.7477C27.098 35.8763 27.268 35.9476 27.4495 35.9476C27.592 35.9476 27.7276 35.9039 27.8425 35.8212L28.4882 35.3616C28.7203 35.4834 28.9638 35.5822 29.2143 35.6603L29.343 36.4324C29.3981 36.761 29.6808 37 30.014 37H30.9837C31.3169 37 31.5995 36.761 31.6547 36.4324L31.7856 35.6603C32.0453 35.5799 32.2958 35.4765 32.5347 35.3501L33.1712 35.8051C33.2861 35.8878 33.424 35.9315 33.5665 35.9315C33.748 35.9315 33.9181 35.8602 34.0467 35.7316L34.7315 35.0468C34.9659 34.8124 34.9981 34.4424 34.805 34.1713L34.3501 33.5325C34.4764 33.2912 34.5821 33.0407 34.6603 32.7834L35.4324 32.6547C35.761 32.5995 35.9999 32.3169 35.9999 31.9837V31.0163C36.0045 30.6831 35.7656 30.4005 35.437 30.3453ZM28.1274 31.4989C28.1274 30.1891 29.1913 29.1251 30.5011 29.1251C31.8109 29.1251 32.8748 30.1891 32.8748 31.4989C32.8748 32.8087 31.8109 33.8726 30.5011 33.8726C29.1913 33.8726 28.1274 32.8087 28.1274 31.4989Z", fill: "#6E6E6E" }),
4
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.0138 21.4873C17.2969 21.9615 17.142 22.5755 16.6678 22.8586C14.7744 23.9892 13.6294 24.4712 12.8103 24.8161C12.7449 24.8436 12.6815 24.8703 12.6201 24.8964C11.8656 25.2161 11.4739 25.4057 10.8121 26.0811C10.615 26.2824 10.4074 26.7043 10.2533 27.3874C10.1058 28.0415 10.0346 28.8077 10.0102 29.5603C9.98602 30.3076 10.0086 31.0117 10.0377 31.5309C10.0522 31.7897 10.0682 32.0005 10.0804 32.1452C10.0808 32.1496 10.0811 32.154 10.0815 32.1582C10.1142 32.1931 10.1687 32.243 10.257 32.3052C10.45 32.4411 10.7422 32.5914 11.1489 32.7435C11.9617 33.0475 13.0936 33.3084 14.4579 33.5121C17.177 33.918 20.655 34.0729 23.9685 33.9684C24.5205 33.951 24.9821 34.3843 24.9995 34.9363C25.0169 35.4884 24.5835 35.95 24.0315 35.9674C20.6304 36.0746 17.0284 35.918 14.1627 35.4902C12.7346 35.277 11.4478 34.9906 10.4483 34.6167C9.9489 34.43 9.48654 34.2087 9.10561 33.9405C8.73164 33.6772 8.36481 33.3182 8.17468 32.8321C8.14227 32.7492 8.12106 32.6624 8.11162 32.5739L9.10598 32.4678C8.11162 32.5739 8.11164 32.5741 8.11162 32.5739L8.11094 32.5675L8.10947 32.5531L8.10439 32.5017C8.10014 32.4575 8.09428 32.394 8.08748 32.3134C8.07389 32.1524 8.05652 31.9226 8.04084 31.6427C8.00959 31.0847 7.98461 30.3188 8.0113 29.4955C8.03781 28.6777 8.11614 27.7727 8.30234 26.9473C8.482 26.1508 8.7925 25.2847 9.38351 24.6815C10.2981 23.7479 10.9514 23.4313 11.8397 23.0549C11.9021 23.0285 11.966 23.0015 12.0318 22.9739C12.8206 22.6419 13.8677 22.2011 15.6425 21.1414C16.1167 20.8583 16.7306 21.0132 17.0138 21.4873ZM26.9862 21.4873C27.2694 21.0132 27.8833 20.8583 28.3575 21.1414C29.7486 21.972 30.6922 22.4217 31.4007 22.7316C31.9067 22.9529 32.1375 23.5426 31.9162 24.0485C31.6949 24.5545 31.1053 24.7853 30.5993 24.564C29.8197 24.223 28.8008 23.7355 27.3322 22.8586C26.858 22.5755 26.7031 21.9615 26.9862 21.4873Z", fill: "#6E6E6E" }),
5
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 20C25.3137 20 28 17.3137 28 14C28 10.6863 25.3137 8 22 8C18.6863 8 16 10.6863 16 14C16 17.3137 18.6863 20 22 20ZM22 22C26.4183 22 30 18.4183 30 14C30 9.58172 26.4183 6 22 6C17.5817 6 14 9.58172 14 14C14 18.4183 17.5817 22 22 22Z", fill: "#6E6E6E" }),
6
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 42C33.0457 42 42 33.0457 42 22C42 10.9543 33.0457 2 22 2C10.9543 2 2 10.9543 2 22C2 33.0457 10.9543 42 22 42ZM22 44C34.1503 44 44 34.1503 44 22C44 9.84974 34.1503 0 22 0C9.84974 0 0 9.84974 0 22C0 34.1503 9.84974 44 22 44Z", fill: "#6E6E6E" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SystemUserAvatarIcon = (props) => (_jsxs("svg", { width: "44", height: "44", viewBox: "0 0 44 44", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.437 30.3453L34.6649 30.2143C34.5844 29.9547 34.481 29.7042 34.3547 29.4652L34.8096 28.8287C35.0027 28.5576 34.9728 28.1876 34.7361 27.9532L34.0513 27.2684C33.9227 27.1398 33.7526 27.0685 33.5711 27.0685C33.4286 27.0685 33.293 27.1122 33.1781 27.1949L32.5393 27.6499C32.2912 27.5189 32.0315 27.4109 31.7627 27.3305L31.634 26.5676C31.5788 26.239 31.2962 26 30.963 26H29.9956C29.6624 26 29.3798 26.239 29.3246 26.5676L29.1913 27.3489C28.934 27.4293 28.6835 27.535 28.4445 27.6637L27.8126 27.2087C27.6977 27.126 27.5598 27.0823 27.4174 27.0823C27.2358 27.0823 27.0635 27.1535 26.9371 27.2822L26.25 27.967C26.0157 28.2014 25.9835 28.5713 26.1765 28.8425L26.6361 29.4882C26.5097 29.7295 26.4086 29.9799 26.3305 30.2396L25.5676 30.3683C25.239 30.4234 25 30.7061 25 31.0393V32.0067C25 32.3399 25.239 32.6225 25.5676 32.6777L26.3489 32.8109C26.4293 33.0683 26.535 33.3188 26.6637 33.5578L26.211 34.1874C26.018 34.4585 26.0478 34.8285 26.2845 35.0629L26.9693 35.7477C27.098 35.8763 27.268 35.9476 27.4495 35.9476C27.592 35.9476 27.7276 35.9039 27.8425 35.8212L28.4882 35.3616C28.7203 35.4834 28.9638 35.5822 29.2143 35.6603L29.343 36.4324C29.3981 36.761 29.6808 37 30.014 37H30.9837C31.3169 37 31.5995 36.761 31.6547 36.4324L31.7856 35.6603C32.0453 35.5799 32.2958 35.4765 32.5347 35.3501L33.1712 35.8051C33.2861 35.8878 33.424 35.9315 33.5665 35.9315C33.748 35.9315 33.9181 35.8602 34.0467 35.7316L34.7315 35.0468C34.9659 34.8124 34.9981 34.4424 34.805 34.1713L34.3501 33.5325C34.4764 33.2912 34.5821 33.0407 34.6603 32.7834L35.4324 32.6547C35.761 32.5995 35.9999 32.3169 35.9999 31.9837V31.0163C36.0045 30.6831 35.7656 30.4005 35.437 30.3453ZM28.1274 31.4989C28.1274 30.1891 29.1913 29.1251 30.5011 29.1251C31.8109 29.1251 32.8748 30.1891 32.8748 31.4989C32.8748 32.8087 31.8109 33.8726 30.5011 33.8726C29.1913 33.8726 28.1274 32.8087 28.1274 31.4989Z", fill: "#6E6E6E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.0138 21.4873C17.2969 21.9615 17.142 22.5755 16.6678 22.8586C14.7744 23.9892 13.6294 24.4712 12.8103 24.8161C12.7449 24.8436 12.6815 24.8703 12.6201 24.8964C11.8656 25.2161 11.4739 25.4057 10.8121 26.0811C10.615 26.2824 10.4074 26.7043 10.2533 27.3874C10.1058 28.0415 10.0346 28.8077 10.0102 29.5603C9.98602 30.3076 10.0086 31.0117 10.0377 31.5309C10.0522 31.7897 10.0682 32.0005 10.0804 32.1452C10.0808 32.1496 10.0811 32.154 10.0815 32.1582C10.1142 32.1931 10.1687 32.243 10.257 32.3052C10.45 32.4411 10.7422 32.5914 11.1489 32.7435C11.9617 33.0475 13.0936 33.3084 14.4579 33.5121C17.177 33.918 20.655 34.0729 23.9685 33.9684C24.5205 33.951 24.9821 34.3843 24.9995 34.9363C25.0169 35.4884 24.5835 35.95 24.0315 35.9674C20.6304 36.0746 17.0284 35.918 14.1627 35.4902C12.7346 35.277 11.4478 34.9906 10.4483 34.6167C9.9489 34.43 9.48654 34.2087 9.10561 33.9405C8.73164 33.6772 8.36481 33.3182 8.17468 32.8321C8.14227 32.7492 8.12106 32.6624 8.11162 32.5739L9.10598 32.4678C8.11162 32.5739 8.11164 32.5741 8.11162 32.5739L8.11094 32.5675L8.10947 32.5531L8.10439 32.5017C8.10014 32.4575 8.09428 32.394 8.08748 32.3134C8.07389 32.1524 8.05652 31.9226 8.04084 31.6427C8.00959 31.0847 7.98461 30.3188 8.0113 29.4955C8.03781 28.6777 8.11614 27.7727 8.30234 26.9473C8.482 26.1508 8.7925 25.2847 9.38351 24.6815C10.2981 23.7479 10.9514 23.4313 11.8397 23.0549C11.9021 23.0285 11.966 23.0015 12.0318 22.9739C12.8206 22.6419 13.8677 22.2011 15.6425 21.1414C16.1167 20.8583 16.7306 21.0132 17.0138 21.4873ZM26.9862 21.4873C27.2694 21.0132 27.8833 20.8583 28.3575 21.1414C29.7486 21.972 30.6922 22.4217 31.4007 22.7316C31.9067 22.9529 32.1375 23.5426 31.9162 24.0485C31.6949 24.5545 31.1053 24.7853 30.5993 24.564C29.8197 24.223 28.8008 23.7355 27.3322 22.8586C26.858 22.5755 26.7031 21.9615 26.9862 21.4873Z", fill: "#6E6E6E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 20C25.3137 20 28 17.3137 28 14C28 10.6863 25.3137 8 22 8C18.6863 8 16 10.6863 16 14C16 17.3137 18.6863 20 22 20ZM22 22C26.4183 22 30 18.4183 30 14C30 9.58172 26.4183 6 22 6C17.5817 6 14 9.58172 14 14C14 18.4183 17.5817 22 22 22Z", fill: "#6E6E6E" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22 42C33.0457 42 42 33.0457 42 22C42 10.9543 33.0457 2 22 2C10.9543 2 2 10.9543 2 22C2 33.0457 10.9543 42 22 42ZM22 44C34.1503 44 44 34.1503 44 22C44 9.84974 34.1503 0 22 0C9.84974 0 0 9.84974 0 22C0 34.1503 9.84974 44 22 44Z", fill: "#6E6E6E" })] }));
7
3
  export default SystemUserAvatarIcon;
@@ -1,20 +1,3 @@
1
- /*!
2
- * © 2020 Atypon Systems LLC
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- import React from 'react';
17
- const TaskStepDoneIcon = (props) => (React.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
18
- React.createElement("path", { d: "M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z", fill: "#353535" }),
19
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.96942 7.53878C4.56992 7.16264 3.93338 7.1734 3.53964 7.57093L3.71338 7.39552C3.32324 7.78942 3.33476 8.41736 3.73198 8.79134L6.4256 11.3274L12.2328 5.82715C12.6326 5.44848 12.6332 4.83693 12.2258 4.45339L12.4056 4.62263C12.0019 4.24258 11.3437 4.2432 10.9389 4.62068L6.38269 8.86941L4.96942 7.53878Z", fill: "white" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const TaskStepDoneIcon = (props) => (_jsxs("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z", fill: "#353535" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M4.96942 7.53878C4.56992 7.16264 3.93338 7.1734 3.53964 7.57093L3.71338 7.39552C3.32324 7.78942 3.33476 8.41736 3.73198 8.79134L6.4256 11.3274L12.2328 5.82715C12.6326 5.44848 12.6332 4.83693 12.2258 4.45339L12.4056 4.62263C12.0019 4.24258 11.3437 4.2432 10.9389 4.62068L6.38269 8.86941L4.96942 7.53878Z", fill: "white" })] }));
20
3
  export default TaskStepDoneIcon;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- const TickIcon = (props) => (React.createElement("svg", { width: "14", height: "12", viewBox: "0 0 14 12", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
3
- React.createElement("path", { d: "M2.26296 5.27695C1.76426 4.67329 0.958698 4.6576 0.453885 5.25348L0.738765 4.91721C0.238342 5.50791 0.239155 6.4752 0.735001 7.07101L4.1106 11.1271C4.60894 11.726 5.43049 11.7459 5.94204 11.1756L13.2477 3.03111C13.7608 2.45906 13.7755 1.52164 13.2707 0.925762L13.5556 1.26203C13.0552 0.671335 12.228 0.656796 11.7131 1.22411L5.01293 8.60571L2.26296 5.27695Z", fill: "#36B260" })));
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const TickIcon = (props) => (_jsx("svg", { width: "14", height: "12", viewBox: "0 0 14 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M2.26296 5.27695C1.76426 4.67329 0.958698 4.6576 0.453885 5.25348L0.738765 4.91721C0.238342 5.50791 0.239155 6.4752 0.735001 7.07101L4.1106 11.1271C4.60894 11.726 5.43049 11.7459 5.94204 11.1756L13.2477 3.03111C13.7608 2.45906 13.7755 1.52164 13.2707 0.925762L13.5556 1.26203C13.0552 0.671335 12.228 0.656796 11.7131 1.22411L5.01293 8.60571L2.26296 5.27695Z", fill: "#36B260" }) }));
4
3
  export default TickIcon;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
- const ToolbarBoldIcon = (props) => (React.createElement("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0757 13.5688H5V3H9.9292C12.0386 3 13.2837 3.99609 13.2837 5.63672C13.2837 6.77197 12.4341 7.73145 11.3135 7.88525V8.02441C12.6978 8.09766 13.7671 9.17432 13.7671 10.522C13.7671 12.375 12.3389 13.5688 10.0757 13.5688ZM7.68799 4.89697V7.30664H9.10889C10.0903 7.30664 10.6616 6.85254 10.6616 6.10547C10.6616 5.35107 10.127 4.89697 9.21143 4.89697H7.68799ZM7.68799 11.6719H9.31396C10.4272 11.6719 11.0352 11.1812 11.0352 10.2876C11.0352 9.42334 10.4126 8.93994 9.29932 8.93994H7.68799V11.6719Z", fill: "#6E6E6E" })));
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const ToolbarBoldIcon = (props) => (_jsx("svg", { width: "19", height: "16", viewBox: "0 0 19 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.0757 13.5688H5V3H9.9292C12.0386 3 13.2837 3.99609 13.2837 5.63672C13.2837 6.77197 12.4341 7.73145 11.3135 7.88525V8.02441C12.6978 8.09766 13.7671 9.17432 13.7671 10.522C13.7671 12.375 12.3389 13.5688 10.0757 13.5688ZM7.68799 4.89697V7.30664H9.10889C10.0903 7.30664 10.6616 6.85254 10.6616 6.10547C10.6616 5.35107 10.127 4.89697 9.21143 4.89697H7.68799ZM7.68799 11.6719H9.31396C10.4272 11.6719 11.0352 11.1812 11.0352 10.2876C11.0352 9.42334 10.4126 8.93994 9.29932 8.93994H7.68799V11.6719Z", fill: "#6E6E6E" }) }));
4
3
  export default ToolbarBoldIcon;
@@ -1,5 +1,3 @@
1
- import React from 'react';
2
- const ToolbarBoxedTextIcon = (props) => (React.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
3
- React.createElement("path", { d: "M16 5.03906C16 4.46631 15.7852 3.95919 15.4561 3.59766C15.1099 3.2176 14.644 3 14.1426 3H4.85742C4.35596 3 3.89008 3.2176 3.54395 3.59766C3.21478 3.95919 3.00002 4.46631 3 5.03906V11.9609C3.00002 12.5337 3.21478 13.0408 3.54395 13.4023C3.89008 13.7824 4.35596 14 4.85742 14H14.1426C14.644 14 15.1099 13.7824 15.4561 13.4023C15.7852 13.0408 16 12.5337 16 11.9609V5.03906ZM17.5 11.9609C17.5 12.9113 17.1437 13.7782 16.5654 14.4131C15.9556 15.0827 15.0958 15.5 14.1426 15.5H4.85742C3.90424 15.5 3.04441 15.0827 2.43457 14.4131C1.85632 13.7782 1.50002 12.9113 1.5 11.9609V5.03906C1.50002 4.08874 1.85632 3.22183 2.43457 2.58691C3.04441 1.91731 3.90424 1.5 4.85742 1.5H14.1426C15.0958 1.5 15.9556 1.91731 16.5654 2.58691C17.1437 3.22183 17.5 4.08874 17.5 5.03906V11.9609Z", fill: "#6E6E6E" }),
4
- React.createElement("path", { d: "M10.4824 12C10.0458 12 9.67968 11.9214 9.38413 11.7642C9.0953 11.6069 8.88035 11.3783 8.73929 11.0781C8.59824 10.7708 8.52771 10.392 8.52771 9.94181V7.6585H8.00378C7.84257 7.6585 7.7183 7.61562 7.63098 7.52986C7.54366 7.43696 7.5 7.31189 7.5 7.15467C7.5 6.9903 7.54366 6.86524 7.63098 6.77948C7.7183 6.69372 7.84257 6.65084 8.00378 6.65084H8.52771V5.67534C8.52771 5.4538 8.58144 5.28586 8.68892 5.17152C8.80311 5.05717 8.96096 5 9.16247 5C9.36398 5 9.51847 5.05717 9.62594 5.17152C9.73342 5.28586 9.78715 5.4538 9.78715 5.67534V6.65084H10.8552C11.0164 6.65084 11.1406 6.69372 11.228 6.77948C11.3153 6.86524 11.3589 6.9903 11.3589 7.15467C11.3589 7.31189 11.3153 7.43696 11.228 7.52986C11.1406 7.61562 11.0164 7.6585 10.8552 7.6585H9.78715V9.86677C9.78715 10.2098 9.85768 10.4671 9.99874 10.6386C10.1398 10.8101 10.3682 10.8959 10.6839 10.8959C10.7981 10.8959 10.8988 10.8851 10.9861 10.8637C11.0735 10.8423 11.1507 10.828 11.2179 10.8208C11.2985 10.8137 11.3657 10.8423 11.4194 10.9066C11.4731 10.9638 11.5 11.0852 11.5 11.2711C11.5 11.414 11.4765 11.5426 11.4295 11.657C11.3892 11.7642 11.3119 11.8392 11.1977 11.8821C11.1104 11.9107 10.9962 11.9357 10.8552 11.9571C10.7141 11.9857 10.5898 12 10.4824 12Z", fill: "#6E6E6E" })));
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const ToolbarBoxedTextIcon = (props) => (_jsxs("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [_jsx("path", { d: "M16 5.03906C16 4.46631 15.7852 3.95919 15.4561 3.59766C15.1099 3.2176 14.644 3 14.1426 3H4.85742C4.35596 3 3.89008 3.2176 3.54395 3.59766C3.21478 3.95919 3.00002 4.46631 3 5.03906V11.9609C3.00002 12.5337 3.21478 13.0408 3.54395 13.4023C3.89008 13.7824 4.35596 14 4.85742 14H14.1426C14.644 14 15.1099 13.7824 15.4561 13.4023C15.7852 13.0408 16 12.5337 16 11.9609V5.03906ZM17.5 11.9609C17.5 12.9113 17.1437 13.7782 16.5654 14.4131C15.9556 15.0827 15.0958 15.5 14.1426 15.5H4.85742C3.90424 15.5 3.04441 15.0827 2.43457 14.4131C1.85632 13.7782 1.50002 12.9113 1.5 11.9609V5.03906C1.50002 4.08874 1.85632 3.22183 2.43457 2.58691C3.04441 1.91731 3.90424 1.5 4.85742 1.5H14.1426C15.0958 1.5 15.9556 1.91731 16.5654 2.58691C17.1437 3.22183 17.5 4.08874 17.5 5.03906V11.9609Z", fill: "#6E6E6E" }), _jsx("path", { d: "M10.4824 12C10.0458 12 9.67968 11.9214 9.38413 11.7642C9.0953 11.6069 8.88035 11.3783 8.73929 11.0781C8.59824 10.7708 8.52771 10.392 8.52771 9.94181V7.6585H8.00378C7.84257 7.6585 7.7183 7.61562 7.63098 7.52986C7.54366 7.43696 7.5 7.31189 7.5 7.15467C7.5 6.9903 7.54366 6.86524 7.63098 6.77948C7.7183 6.69372 7.84257 6.65084 8.00378 6.65084H8.52771V5.67534C8.52771 5.4538 8.58144 5.28586 8.68892 5.17152C8.80311 5.05717 8.96096 5 9.16247 5C9.36398 5 9.51847 5.05717 9.62594 5.17152C9.73342 5.28586 9.78715 5.4538 9.78715 5.67534V6.65084H10.8552C11.0164 6.65084 11.1406 6.69372 11.228 6.77948C11.3153 6.86524 11.3589 6.9903 11.3589 7.15467C11.3589 7.31189 11.3153 7.43696 11.228 7.52986C11.1406 7.61562 11.0164 7.6585 10.8552 7.6585H9.78715V9.86677C9.78715 10.2098 9.85768 10.4671 9.99874 10.6386C10.1398 10.8101 10.3682 10.8959 10.6839 10.8959C10.7981 10.8959 10.8988 10.8851 10.9861 10.8637C11.0735 10.8423 11.1507 10.828 11.2179 10.8208C11.2985 10.8137 11.3657 10.8423 11.4194 10.9066C11.4731 10.9638 11.5 11.0852 11.5 11.2711C11.5 11.414 11.4765 11.5426 11.4295 11.657C11.3892 11.7642 11.3119 11.8392 11.1977 11.8821C11.1104 11.9107 10.9962 11.9357 10.8552 11.9571C10.7141 11.9857 10.5898 12 10.4824 12Z", fill: "#6E6E6E" })] }));
5
3
  export default ToolbarBoxedTextIcon;