@manuscripts/style-guide 3.3.6 → 3.3.8

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 (330) 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 +6 -2
  94. package/dist/cjs/components/icons/link.js +2 -7
  95. package/dist/cjs/components/icons/lock.js +2 -9
  96. package/dist/cjs/components/icons/logout.js +2 -6
  97. package/dist/cjs/components/icons/manuscript.js +2 -24
  98. package/dist/cjs/components/icons/outline-block-quote.js +2 -8
  99. package/dist/cjs/components/icons/outline-code.js +2 -7
  100. package/dist/cjs/components/icons/outline-embed.js +2 -7
  101. package/dist/cjs/components/icons/outline-equation.js +2 -6
  102. package/dist/cjs/components/icons/outline-figure.js +2 -12
  103. package/dist/cjs/components/icons/outline-manuscript.js +2 -9
  104. package/dist/cjs/components/icons/outline-ordered-list.js +2 -6
  105. package/dist/cjs/components/icons/outline-paragraph.js +2 -6
  106. package/dist/cjs/components/icons/outline-pull-quote.js +2 -8
  107. package/dist/cjs/components/icons/outline-section.js +2 -6
  108. package/dist/cjs/components/icons/outline-table.js +2 -8
  109. package/dist/cjs/components/icons/outline-unordered-list.js +2 -8
  110. package/dist/cjs/components/icons/plus.js +2 -22
  111. package/dist/cjs/components/icons/profile-avatar.js +2 -6
  112. package/dist/cjs/components/icons/role-annotating.js +2 -8
  113. package/dist/cjs/components/icons/role-reading.js +2 -10
  114. package/dist/cjs/components/icons/save-status-offline.js +2 -23
  115. package/dist/cjs/components/icons/save-status-saved.js +2 -22
  116. package/dist/cjs/components/icons/save-status-saving.js +2 -24
  117. package/dist/cjs/components/icons/scroll.js +2 -10
  118. package/dist/cjs/components/icons/search.js +2 -22
  119. package/dist/cjs/components/icons/section-category.js +2 -21
  120. package/dist/cjs/components/icons/slider-off.js +2 -7
  121. package/dist/cjs/components/icons/slider-on.js +2 -7
  122. package/dist/cjs/components/icons/system-user-avatar.js +2 -9
  123. package/dist/cjs/components/icons/task-step-done.js +2 -22
  124. package/dist/cjs/components/icons/tick.js +2 -6
  125. package/dist/cjs/components/icons/toolbar-bold.js +2 -6
  126. package/dist/cjs/components/icons/toolbar-boxed-text.js +5 -0
  127. package/dist/cjs/components/icons/toolbar-citation.js +2 -6
  128. package/dist/cjs/components/icons/toolbar-code.js +2 -7
  129. package/dist/cjs/components/icons/toolbar-equation.js +2 -6
  130. package/dist/cjs/components/icons/toolbar-figure.js +2 -6
  131. package/dist/cjs/components/icons/toolbar-indent.js +2 -11
  132. package/dist/cjs/components/icons/toolbar-italic.js +2 -6
  133. package/dist/cjs/components/icons/toolbar-ordered-list.js +2 -6
  134. package/dist/cjs/components/icons/toolbar-special-characters.js +5 -0
  135. package/dist/cjs/components/icons/toolbar-subscript.js +2 -6
  136. package/dist/cjs/components/icons/toolbar-superscript.js +2 -6
  137. package/dist/cjs/components/icons/toolbar-symbol.js +2 -6
  138. package/dist/cjs/components/icons/toolbar-table.js +2 -6
  139. package/dist/cjs/components/icons/toolbar-underline.js +2 -6
  140. package/dist/cjs/components/icons/toolbar-unindent.js +2 -11
  141. package/dist/cjs/components/icons/toolbar-unordered-list.js +2 -6
  142. package/dist/cjs/components/icons/translate.js +2 -13
  143. package/dist/cjs/components/icons/triangle-collapsed.js +2 -6
  144. package/dist/cjs/components/icons/triangle-expanded.js +2 -6
  145. package/dist/cjs/components/icons/upload.js +2 -8
  146. package/dist/cjs/components/icons/vertical-ellipsis.js +2 -8
  147. package/dist/cjs/components/icons/x.js +2 -7
  148. package/dist/cjs/hooks/use-scroll-detection.js +2 -2
  149. package/dist/cjs/index.js +0 -1
  150. package/dist/cjs/lib/files.js +14 -17
  151. package/dist/es/components/AlertMessage.js +2 -23
  152. package/dist/es/components/AutoSaveInput.js +2 -16
  153. package/dist/es/components/Avatar.js +3 -17
  154. package/dist/es/components/Button.js +5 -1
  155. package/dist/es/components/ContextMenu.js +5 -22
  156. package/dist/es/components/Dialog.js +5 -38
  157. package/dist/es/components/DraggableModal.js +4 -19
  158. package/dist/es/components/Drawer.js +2 -7
  159. package/dist/es/components/InspectorSection.js +5 -25
  160. package/dist/es/components/LoadingOverlay.js +3 -5
  161. package/dist/es/components/Menus/Menus.js +9 -28
  162. package/dist/es/components/Menus/Shortcut.js +3 -18
  163. package/dist/es/components/Menus/Submenu.js +7 -28
  164. package/dist/es/components/Message.js +2 -4
  165. package/dist/es/components/MultiValueInput.js +3 -6
  166. package/dist/es/components/NavDropdown.js +2 -20
  167. package/dist/es/components/RadioButton.js +2 -19
  168. package/dist/es/components/RelativeDate.js +3 -18
  169. package/dist/es/components/Resizer/Resizer.js +2 -2
  170. package/dist/es/components/Resizer/ResizerButton.js +2 -1
  171. package/dist/es/components/RichText/RichText.js +3 -2
  172. package/dist/es/components/RichText/RichTextField.js +3 -2
  173. package/dist/es/components/SaveStatus.js +5 -31
  174. package/dist/es/components/SelectField.js +2 -17
  175. package/dist/es/components/SelectedItemsBox.js +2 -5
  176. package/dist/es/components/StyledModal.js +4 -18
  177. package/dist/es/components/SystemUserAvatar.js +3 -17
  178. package/dist/es/components/TextField.js +2 -19
  179. package/dist/es/components/TextFieldContainer.js +2 -22
  180. package/dist/es/components/TextFieldError.js +2 -19
  181. package/dist/es/components/TextFieldGroupContainer.js +2 -19
  182. package/dist/es/components/ToggleHeader.js +3 -20
  183. package/dist/es/components/Tooltip.js +3 -4
  184. package/dist/es/components/icons/add-author.js +2 -20
  185. package/dist/es/components/icons/add-comment.js +2 -22
  186. package/dist/es/components/icons/add-figure.js +2 -20
  187. package/dist/es/components/icons/add-institution.js +2 -17
  188. package/dist/es/components/icons/add-new.js +2 -4
  189. package/dist/es/components/icons/add-outline.js +2 -5
  190. package/dist/es/components/icons/add-role.js +2 -5
  191. package/dist/es/components/icons/add-user.js +2 -5
  192. package/dist/es/components/icons/add.js +2 -5
  193. package/dist/es/components/icons/added.js +2 -4
  194. package/dist/es/components/icons/affiliation-placeholder.js +2 -36
  195. package/dist/es/components/icons/affiliation.js +2 -4
  196. package/dist/es/components/icons/alert.js +2 -3
  197. package/dist/es/components/icons/arrow-down-circle.js +2 -4
  198. package/dist/es/components/icons/arrow-down.js +2 -3
  199. package/dist/es/components/icons/arrow-left.js +2 -3
  200. package/dist/es/components/icons/arrow-up.js +2 -3
  201. package/dist/es/components/icons/attach.js +2 -18
  202. package/dist/es/components/icons/attention-blue.js +2 -7
  203. package/dist/es/components/icons/attention-green.js +2 -4
  204. package/dist/es/components/icons/attention-orange.js +2 -9
  205. package/dist/es/components/icons/attention-red.js +2 -7
  206. package/dist/es/components/icons/author-placeholder.js +2 -43
  207. package/dist/es/components/icons/avatar.js +2 -5
  208. package/dist/es/components/icons/book.js +2 -19
  209. package/dist/es/components/icons/chat.js +2 -20
  210. package/dist/es/components/icons/circle-tick-animation.js +4 -5
  211. package/dist/es/components/icons/citation-count.js +2 -3
  212. package/dist/es/components/icons/comment-reply.js +2 -3
  213. package/dist/es/components/icons/comment-resolve.js +2 -18
  214. package/dist/es/components/icons/comment.js +2 -22
  215. package/dist/es/components/icons/corresponding-author.js +2 -9
  216. package/dist/es/components/icons/danger.js +2 -7
  217. package/dist/es/components/icons/delete-solid.js +2 -3
  218. package/dist/es/components/icons/deleted.js +2 -8
  219. package/dist/es/components/icons/dots.js +2 -20
  220. package/dist/es/components/icons/draggable-icon.js +2 -10
  221. package/dist/es/components/icons/edit-attrs-tracking.js +2 -4
  222. package/dist/es/components/icons/edit.js +2 -3
  223. package/dist/es/components/icons/file-audio.js +2 -20
  224. package/dist/es/components/icons/file-code.js +2 -20
  225. package/dist/es/components/icons/file-compressed.js +2 -27
  226. package/dist/es/components/icons/file-corrupted.js +2 -21
  227. package/dist/es/components/icons/file-document.js +2 -21
  228. package/dist/es/components/icons/file-figure.js +2 -20
  229. package/dist/es/components/icons/file-graphical-abstract.js +2 -5
  230. package/dist/es/components/icons/file-image.js +2 -3
  231. package/dist/es/components/icons/file-latex-icon.js +2 -22
  232. package/dist/es/components/icons/file-main-document.js +2 -7
  233. package/dist/es/components/icons/file-pdf.js +2 -19
  234. package/dist/es/components/icons/file-table.js +2 -18
  235. package/dist/es/components/icons/file-unknown.js +2 -19
  236. package/dist/es/components/icons/file-video.js +2 -18
  237. package/dist/es/components/icons/handle-inspector.js +2 -3
  238. package/dist/es/components/icons/handle-outline.js +2 -8
  239. package/dist/es/components/icons/help.js +2 -5
  240. package/dist/es/components/icons/image-default.js +2 -6
  241. package/dist/es/components/icons/image-left.js +2 -6
  242. package/dist/es/components/icons/image-right.js +2 -6
  243. package/dist/es/components/icons/index.js +2 -0
  244. package/dist/es/components/icons/link.js +2 -4
  245. package/dist/es/components/icons/lock.js +2 -6
  246. package/dist/es/components/icons/logout.js +2 -3
  247. package/dist/es/components/icons/manuscript.js +2 -21
  248. package/dist/es/components/icons/outline-block-quote.js +2 -5
  249. package/dist/es/components/icons/outline-code.js +2 -4
  250. package/dist/es/components/icons/outline-embed.js +2 -4
  251. package/dist/es/components/icons/outline-equation.js +2 -3
  252. package/dist/es/components/icons/outline-figure.js +2 -9
  253. package/dist/es/components/icons/outline-manuscript.js +2 -6
  254. package/dist/es/components/icons/outline-ordered-list.js +2 -3
  255. package/dist/es/components/icons/outline-paragraph.js +2 -3
  256. package/dist/es/components/icons/outline-pull-quote.js +2 -5
  257. package/dist/es/components/icons/outline-section.js +2 -3
  258. package/dist/es/components/icons/outline-table.js +2 -5
  259. package/dist/es/components/icons/outline-unordered-list.js +2 -5
  260. package/dist/es/components/icons/plus.js +2 -19
  261. package/dist/es/components/icons/profile-avatar.js +2 -3
  262. package/dist/es/components/icons/role-annotating.js +2 -5
  263. package/dist/es/components/icons/role-reading.js +2 -7
  264. package/dist/es/components/icons/save-status-offline.js +2 -20
  265. package/dist/es/components/icons/save-status-saved.js +2 -19
  266. package/dist/es/components/icons/save-status-saving.js +2 -21
  267. package/dist/es/components/icons/scroll.js +2 -7
  268. package/dist/es/components/icons/search.js +2 -19
  269. package/dist/es/components/icons/section-category.js +2 -18
  270. package/dist/es/components/icons/slider-off.js +2 -4
  271. package/dist/es/components/icons/slider-on.js +2 -4
  272. package/dist/es/components/icons/system-user-avatar.js +2 -6
  273. package/dist/es/components/icons/task-step-done.js +2 -19
  274. package/dist/es/components/icons/tick.js +2 -3
  275. package/dist/es/components/icons/toolbar-bold.js +2 -3
  276. package/dist/es/components/icons/toolbar-boxed-text.js +3 -0
  277. package/dist/es/components/icons/toolbar-citation.js +2 -3
  278. package/dist/es/components/icons/toolbar-code.js +2 -4
  279. package/dist/es/components/icons/toolbar-equation.js +2 -3
  280. package/dist/es/components/icons/toolbar-figure.js +2 -3
  281. package/dist/es/components/icons/toolbar-indent.js +2 -8
  282. package/dist/es/components/icons/toolbar-italic.js +2 -3
  283. package/dist/es/components/icons/toolbar-ordered-list.js +2 -3
  284. package/dist/es/components/icons/toolbar-special-characters.js +3 -0
  285. package/dist/es/components/icons/toolbar-subscript.js +2 -3
  286. package/dist/es/components/icons/toolbar-superscript.js +2 -3
  287. package/dist/es/components/icons/toolbar-symbol.js +2 -3
  288. package/dist/es/components/icons/toolbar-table.js +2 -3
  289. package/dist/es/components/icons/toolbar-underline.js +2 -3
  290. package/dist/es/components/icons/toolbar-unindent.js +2 -8
  291. package/dist/es/components/icons/toolbar-unordered-list.js +2 -3
  292. package/dist/es/components/icons/translate.js +2 -10
  293. package/dist/es/components/icons/triangle-collapsed.js +2 -3
  294. package/dist/es/components/icons/triangle-expanded.js +2 -3
  295. package/dist/es/components/icons/upload.js +2 -5
  296. package/dist/es/components/icons/vertical-ellipsis.js +2 -5
  297. package/dist/es/components/icons/x.js +2 -4
  298. package/dist/es/hooks/use-scroll-detection.js +2 -2
  299. package/dist/es/index.js +0 -1
  300. package/dist/es/lib/files.js +14 -14
  301. package/dist/types/components/AlertMessage.d.ts +1 -1
  302. package/dist/types/components/AutoSaveInput.d.ts +1 -1
  303. package/dist/types/components/Dialog.d.ts +1 -1
  304. package/dist/types/components/InspectorSection.d.ts +1 -1
  305. package/dist/types/components/RadioButton.d.ts +1 -1
  306. package/dist/types/components/Resizer/Resizer.d.ts +2 -2
  307. package/dist/types/components/Resizer/ResizerButton.d.ts +1 -1
  308. package/dist/types/components/TextField.d.ts +1 -1
  309. package/dist/types/components/Tooltip.d.ts +1 -1
  310. package/dist/types/components/icons/add-author.d.ts +1 -2
  311. package/dist/types/components/icons/add-figure.d.ts +1 -2
  312. package/dist/types/components/icons/affiliation-placeholder.d.ts +1 -2
  313. package/dist/types/components/icons/author-placeholder.d.ts +1 -2
  314. package/dist/types/components/icons/danger.d.ts +1 -2
  315. package/dist/types/components/icons/index.d.ts +2 -0
  316. package/dist/types/components/icons/section-category.d.ts +1 -2
  317. package/dist/types/components/icons/toolbar-boxed-text.d.ts +4 -0
  318. package/dist/types/components/icons/toolbar-special-characters.d.ts +4 -0
  319. package/dist/types/components/icons/x.d.ts +1 -2
  320. package/dist/types/hooks/use-dropdown.d.ts +1 -1
  321. package/dist/types/hooks/use-menus.d.ts +1 -1
  322. package/dist/types/index.d.ts +0 -1
  323. package/dist/types/lib/files.d.ts +3 -2
  324. package/package.json +19 -19
  325. package/dist/cjs/components/DatePicker/CalendarDatePicker.js +0 -169
  326. package/dist/cjs/components/DatePicker/index.js +0 -17
  327. package/dist/es/components/DatePicker/CalendarDatePicker.js +0 -127
  328. package/dist/es/components/DatePicker/index.js +0 -1
  329. package/dist/types/components/DatePicker/CalendarDatePicker.d.ts +0 -32
  330. package/dist/types/components/DatePicker/index.d.ts +0 -1
@@ -1,25 +1,5 @@
1
1
  "use strict";
2
- /*!
3
- * © 2019 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
2
  Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const FileUnknownIcon = (props) => (react_1.default.createElement("svg", { width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
23
- react_1.default.createElement("path", { d: "M2.99921 1.71973C1.89362 1.71973 1 2.61618 1 3.71973V21.7197C1 22.8243 1.89543 23.7197 3 23.7197H17C18.1046 23.7197 19 22.8243 19 21.7197V9.56618C19 9.03141 18.7858 8.51891 18.4053 8.14314L12.4852 2.29669C12.1119 1.92807 11.6088 1.71973 11.0813 1.71973H11.074H11.0667H11.0593H11.0518H11.0443H11.0368H11.0291H11.0215H11.0137H11.0059H10.9981H10.9902H10.9822H10.9742H10.9661H10.958H10.9498H10.9415H10.9332H10.9249H10.9165H10.908H10.8995H10.8909H10.8823H10.8736H10.8648H10.856H10.8472H10.8383H10.8293H10.8203H10.8112H10.8021H10.7929H10.7837H10.7744H10.7651H10.7557H10.7462H10.7367H10.7272H10.7176H10.7079H10.6982H10.6885H10.6787H10.6688H10.6589H10.6489H10.6389H10.6288H10.6187H10.6086H10.5983H10.5881H10.5777H10.5674H10.557H10.5465H10.536H10.5254H10.5148H10.5041H10.4934H10.4826H10.4718H10.461H10.45H10.4391H10.4281H10.417H10.4059H10.3948H10.3836H10.3723H10.361H10.3497H10.3383H10.3269H10.3154H10.3038H10.2923H10.2806H10.269H10.2573H10.2455H10.2337H10.2218H10.2099H10.198H10.186H10.174H10.1619H10.1498H10.1376H10.1254H10.1131H10.1008H10.0885H10.0761H10.0637H10.0512H10.0387H10.0261H10.0135H10.0009H9.98818H9.97544H9.96267H9.94985H9.93699H9.92409H9.91114H9.89816H9.88513H9.87206H9.85895H9.8458H9.8326H9.81937H9.8061H9.79278H9.77943H9.76603H9.75259H9.73912H9.7256H9.71205H9.69845H9.68482H9.67115H9.65743H9.64368H9.62989H9.61606H9.6022H9.58829H9.57435H9.56037H9.54635H9.53229H9.51819H9.50406H9.48989H9.47568H9.46144H9.44716H9.43284H9.41849H9.40409H9.38967H9.3752H9.3607H9.34617H9.3316H9.31699H9.30235H9.28767H9.27296H9.25822H9.24343H9.22862H9.21377H9.19888H9.18396H9.16901H9.15402H9.139H9.12394H9.10886H9.09373H9.07858H9.06339H9.04817H9.03292H9.01763H9.00231H8.98696H8.97158H8.95616H8.94072H8.92524H8.90973H8.89419H8.87862H8.86301H8.84738H8.83171H8.81602H8.80029H8.78453H8.76875H8.75293H8.73708H8.7212H8.7053H8.68936H8.6734H8.6574H8.64138H8.62533H8.60924H8.59313H8.577H8.56083H8.54464H8.52841H8.51216H8.49588H8.47958H8.46325H8.44689H8.4305H8.41408H8.39764H8.38118H8.36468H8.34816H8.33161H8.31504H8.29844H8.28182H8.26517H8.24849H8.23179H8.21506H8.19831H8.18154H8.16473H8.14791H8.13106H8.11419H8.09729H8.08036H8.06342H8.04645H8.02946H8.01244H7.9954H7.97833H7.96125H7.94414H7.92701H7.90985H7.89268H7.87548H7.85826H7.84102H7.82375H7.80646H7.78916H7.77183H7.75448H7.73711H7.71972H7.7023H7.68487H7.66742H7.64994H7.63245H7.61493H7.5974H7.57984H7.56227H7.54468H7.52707H7.50944H7.49179H7.47412H7.45643H7.43872H7.421H7.40326H7.3855H7.36772H7.34992H7.33211H7.31428H7.29643H7.27856H7.26068H7.24278H7.22486H7.20693H7.18898H7.17101H7.15303H7.13503H7.11702H7.09899H7.08094H7.06288H7.04481H7.02672H7.00861H6.99049H6.97235H6.9542H6.93604H6.91786H6.89967H6.88146H6.86324H6.84501H6.82676H6.8085H6.79022H6.77194H6.75364H6.73533H6.717H6.69866H6.68031H6.66195H6.64358H6.62519H6.60679H6.58838H6.56996H6.55153H6.53309H6.51463H6.49617H6.47769H6.45921H6.44071H6.4222H6.40369H6.38516H6.36662H6.34808H6.32952H6.31096H6.29238H6.2738H6.25521H6.23661H6.218H6.19938H6.18076H6.16212H6.14348H6.12483H6.10617H6.08751H6.06883H6.05015H6.03147H6.01277H5.99407H5.97536H5.95665H5.93793H5.9192H5.90047H5.88173H5.86299H5.84424H5.82548H5.80672H5.78796H5.76918H5.75041H5.73163H5.71284H5.69405H5.67526H5.65646H5.63766H5.61885H5.60004H5.58123H5.56241H5.54359H5.52477H5.50594H5.48711H5.46828H5.44945H5.43061H5.41177H5.39293H5.37409H5.35524H5.3364H5.31755H5.2987H5.27985H5.261H5.24215H5.22329H5.20444H5.18559H5.16673H5.14788H5.12902H5.11017H5.09131H5.07246H5.05361H5.03475H5.0159H4.99705H4.9782H4.95936H4.94051H4.92166H4.90282H4.88398H4.86514H4.8463H4.82747H4.80864H4.78981H4.77098H4.75216H4.73334H4.71452H4.69571H4.6769H4.65809H4.63929H4.62049H4.60169H4.5829H4.56412H4.54534H4.52656H4.50779H4.48902H4.47026H4.4515H4.43275H4.41401H4.39527H4.37654H4.35781H4.33909H4.32037H4.30166H4.28296H4.26427H4.24558H4.2269H4.20823H4.18956H4.1709H4.15225H4.13361H4.11497H4.09634H4.07773H4.05912H4.04051H4.02192H4.00334H3.98476H3.9662H3.94764H3.92909H3.91056H3.89203H3.87351H3.855H3.8365H3.81802H3.79954H3.78107H3.76262H3.74417H3.72574H3.70732H3.68891H3.67051H3.65212H3.63375H3.61538H3.59703H3.57869H3.56037H3.54205H3.52375H3.50546H3.48719H3.46893H3.45068H3.43244H3.41422H3.39601H3.37782H3.35964H3.34147H3.32332H3.30518H3.28706H3.26895H3.25086H3.23278H3.21472H3.19667H3.17864H3.16063H3.14263H3.12464H3.10667H3.08872H3.07079H3.05287H3.03497H3.01708H2.99921Z", stroke: "#6E6E6E", strokeWidth: "2" }),
24
- react_1.default.createElement("path", { d: "M11.333 2.71973V9.86258H17.9997", stroke: "#6E6E6E", strokeWidth: "2" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const FileUnknownIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "20", height: "25", viewBox: "0 0 20 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M2.99921 1.71973C1.89362 1.71973 1 2.61618 1 3.71973V21.7197C1 22.8243 1.89543 23.7197 3 23.7197H17C18.1046 23.7197 19 22.8243 19 21.7197V9.56618C19 9.03141 18.7858 8.51891 18.4053 8.14314L12.4852 2.29669C12.1119 1.92807 11.6088 1.71973 11.0813 1.71973H11.074H11.0667H11.0593H11.0518H11.0443H11.0368H11.0291H11.0215H11.0137H11.0059H10.9981H10.9902H10.9822H10.9742H10.9661H10.958H10.9498H10.9415H10.9332H10.9249H10.9165H10.908H10.8995H10.8909H10.8823H10.8736H10.8648H10.856H10.8472H10.8383H10.8293H10.8203H10.8112H10.8021H10.7929H10.7837H10.7744H10.7651H10.7557H10.7462H10.7367H10.7272H10.7176H10.7079H10.6982H10.6885H10.6787H10.6688H10.6589H10.6489H10.6389H10.6288H10.6187H10.6086H10.5983H10.5881H10.5777H10.5674H10.557H10.5465H10.536H10.5254H10.5148H10.5041H10.4934H10.4826H10.4718H10.461H10.45H10.4391H10.4281H10.417H10.4059H10.3948H10.3836H10.3723H10.361H10.3497H10.3383H10.3269H10.3154H10.3038H10.2923H10.2806H10.269H10.2573H10.2455H10.2337H10.2218H10.2099H10.198H10.186H10.174H10.1619H10.1498H10.1376H10.1254H10.1131H10.1008H10.0885H10.0761H10.0637H10.0512H10.0387H10.0261H10.0135H10.0009H9.98818H9.97544H9.96267H9.94985H9.93699H9.92409H9.91114H9.89816H9.88513H9.87206H9.85895H9.8458H9.8326H9.81937H9.8061H9.79278H9.77943H9.76603H9.75259H9.73912H9.7256H9.71205H9.69845H9.68482H9.67115H9.65743H9.64368H9.62989H9.61606H9.6022H9.58829H9.57435H9.56037H9.54635H9.53229H9.51819H9.50406H9.48989H9.47568H9.46144H9.44716H9.43284H9.41849H9.40409H9.38967H9.3752H9.3607H9.34617H9.3316H9.31699H9.30235H9.28767H9.27296H9.25822H9.24343H9.22862H9.21377H9.19888H9.18396H9.16901H9.15402H9.139H9.12394H9.10886H9.09373H9.07858H9.06339H9.04817H9.03292H9.01763H9.00231H8.98696H8.97158H8.95616H8.94072H8.92524H8.90973H8.89419H8.87862H8.86301H8.84738H8.83171H8.81602H8.80029H8.78453H8.76875H8.75293H8.73708H8.7212H8.7053H8.68936H8.6734H8.6574H8.64138H8.62533H8.60924H8.59313H8.577H8.56083H8.54464H8.52841H8.51216H8.49588H8.47958H8.46325H8.44689H8.4305H8.41408H8.39764H8.38118H8.36468H8.34816H8.33161H8.31504H8.29844H8.28182H8.26517H8.24849H8.23179H8.21506H8.19831H8.18154H8.16473H8.14791H8.13106H8.11419H8.09729H8.08036H8.06342H8.04645H8.02946H8.01244H7.9954H7.97833H7.96125H7.94414H7.92701H7.90985H7.89268H7.87548H7.85826H7.84102H7.82375H7.80646H7.78916H7.77183H7.75448H7.73711H7.71972H7.7023H7.68487H7.66742H7.64994H7.63245H7.61493H7.5974H7.57984H7.56227H7.54468H7.52707H7.50944H7.49179H7.47412H7.45643H7.43872H7.421H7.40326H7.3855H7.36772H7.34992H7.33211H7.31428H7.29643H7.27856H7.26068H7.24278H7.22486H7.20693H7.18898H7.17101H7.15303H7.13503H7.11702H7.09899H7.08094H7.06288H7.04481H7.02672H7.00861H6.99049H6.97235H6.9542H6.93604H6.91786H6.89967H6.88146H6.86324H6.84501H6.82676H6.8085H6.79022H6.77194H6.75364H6.73533H6.717H6.69866H6.68031H6.66195H6.64358H6.62519H6.60679H6.58838H6.56996H6.55153H6.53309H6.51463H6.49617H6.47769H6.45921H6.44071H6.4222H6.40369H6.38516H6.36662H6.34808H6.32952H6.31096H6.29238H6.2738H6.25521H6.23661H6.218H6.19938H6.18076H6.16212H6.14348H6.12483H6.10617H6.08751H6.06883H6.05015H6.03147H6.01277H5.99407H5.97536H5.95665H5.93793H5.9192H5.90047H5.88173H5.86299H5.84424H5.82548H5.80672H5.78796H5.76918H5.75041H5.73163H5.71284H5.69405H5.67526H5.65646H5.63766H5.61885H5.60004H5.58123H5.56241H5.54359H5.52477H5.50594H5.48711H5.46828H5.44945H5.43061H5.41177H5.39293H5.37409H5.35524H5.3364H5.31755H5.2987H5.27985H5.261H5.24215H5.22329H5.20444H5.18559H5.16673H5.14788H5.12902H5.11017H5.09131H5.07246H5.05361H5.03475H5.0159H4.99705H4.9782H4.95936H4.94051H4.92166H4.90282H4.88398H4.86514H4.8463H4.82747H4.80864H4.78981H4.77098H4.75216H4.73334H4.71452H4.69571H4.6769H4.65809H4.63929H4.62049H4.60169H4.5829H4.56412H4.54534H4.52656H4.50779H4.48902H4.47026H4.4515H4.43275H4.41401H4.39527H4.37654H4.35781H4.33909H4.32037H4.30166H4.28296H4.26427H4.24558H4.2269H4.20823H4.18956H4.1709H4.15225H4.13361H4.11497H4.09634H4.07773H4.05912H4.04051H4.02192H4.00334H3.98476H3.9662H3.94764H3.92909H3.91056H3.89203H3.87351H3.855H3.8365H3.81802H3.79954H3.78107H3.76262H3.74417H3.72574H3.70732H3.68891H3.67051H3.65212H3.63375H3.61538H3.59703H3.57869H3.56037H3.54205H3.52375H3.50546H3.48719H3.46893H3.45068H3.43244H3.41422H3.39601H3.37782H3.35964H3.34147H3.32332H3.30518H3.28706H3.26895H3.25086H3.23278H3.21472H3.19667H3.17864H3.16063H3.14263H3.12464H3.10667H3.08872H3.07079H3.05287H3.03497H3.01708H2.99921Z", stroke: "#6E6E6E", strokeWidth: "2" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.333 2.71973V9.86258H17.9997", stroke: "#6E6E6E", strokeWidth: "2" })] }));
25
5
  exports.default = FileUnknownIcon;
@@ -1,24 +1,5 @@
1
1
  "use strict";
2
- /*!
3
- * © 2019 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
2
  Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const FileVideoIcon = (props) => (react_1.default.createElement("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
23
- react_1.default.createElement("path", { d: "M6 5.96973L18 12.7197L6 19.4697V5.96973Z", stroke: "#FE8F1F", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const FileVideoIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { width: "24", height: "25", viewBox: "0 0 24 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { d: "M6 5.96973L18 12.7197L6 19.4697V5.96973Z", stroke: "#FE8F1F", strokeWidth: "2", strokeMiterlimit: "10", strokeLinecap: "round", strokeLinejoin: "round" }) }));
24
5
  exports.default = FileVideoIcon;
@@ -1,9 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const HandleInspectorIcon = (props) => (react_1.default.createElement("svg", { width: "8", height: "16", viewBox: "0 0 8 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.48086 3.17243C6.86929 2.81229 7.06257 2.37429 7.06257 1.86143C7.06257 1.34971 6.86957 0.910857 6.48086 0.546143C6.09343 0.182429 5.62643 0 5.08043 0C4.53272 0 4.06386 0.182 3.67272 0.546143C3.28157 0.910857 3.08557 1.34957 3.08557 1.86143C3.08557 2.37429 3.28157 2.81214 3.67272 3.17243C4.06457 3.53386 4.53257 3.71471 5.08043 3.71471C5.62657 3.71471 6.09343 3.53386 6.48086 3.17243ZM6.629 15.1299L6.85172 14.2194C6.73643 14.2736 6.55057 14.3354 6.29572 14.4059C6.04014 14.4763 5.81014 14.5121 5.608 14.5121C5.17743 14.5121 4.87429 14.4416 4.69829 14.2997C4.52357 14.1579 4.43643 13.891 4.43643 13.5001C4.43643 13.3453 4.46272 13.1144 4.51772 12.8123C4.571 12.5081 4.63229 12.2379 4.70043 12.0014L5.53186 9.05786C5.61329 8.78771 5.66914 8.49071 5.69914 8.16657C5.72986 7.84314 5.74414 7.61686 5.74414 7.48843C5.74414 6.86771 5.52657 6.364 5.09129 5.97543C4.656 5.58714 4.03615 5.393 3.23286 5.393C2.78586 5.393 2.31329 5.47243 1.81315 5.63114C1.313 5.78943 0.790145 5.98014 0.243145 6.20286L0.0198593 7.114C0.182859 7.05371 0.377002 6.98886 0.604145 6.92171C0.830288 6.85486 1.05215 6.82029 1.268 6.82029C1.70872 6.82029 2.00557 6.89543 2.16114 7.04343C2.31672 7.19186 2.39486 7.45586 2.39486 7.83329C2.39486 8.042 2.37015 8.27386 2.31886 8.52586C2.26829 8.77943 2.20515 9.04757 2.13086 9.33057L1.29586 12.286C1.22157 12.5966 1.16729 12.8744 1.13314 13.1211C1.09929 13.3676 1.083 13.6094 1.083 13.8446C1.083 14.452 1.30743 14.9527 1.75615 15.3479C2.20486 15.7414 2.834 15.9396 3.64286 15.9396C4.16957 15.9396 4.63186 15.8707 5.02972 15.7323C5.42715 15.5943 5.96086 15.3936 6.629 15.1299Z", fill: "#6E6E6E" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const HandleInspectorIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { width: "8", height: "16", viewBox: "0 0 8 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.48086 3.17243C6.86929 2.81229 7.06257 2.37429 7.06257 1.86143C7.06257 1.34971 6.86957 0.910857 6.48086 0.546143C6.09343 0.182429 5.62643 0 5.08043 0C4.53272 0 4.06386 0.182 3.67272 0.546143C3.28157 0.910857 3.08557 1.34957 3.08557 1.86143C3.08557 2.37429 3.28157 2.81214 3.67272 3.17243C4.06457 3.53386 4.53257 3.71471 5.08043 3.71471C5.62657 3.71471 6.09343 3.53386 6.48086 3.17243ZM6.629 15.1299L6.85172 14.2194C6.73643 14.2736 6.55057 14.3354 6.29572 14.4059C6.04014 14.4763 5.81014 14.5121 5.608 14.5121C5.17743 14.5121 4.87429 14.4416 4.69829 14.2997C4.52357 14.1579 4.43643 13.891 4.43643 13.5001C4.43643 13.3453 4.46272 13.1144 4.51772 12.8123C4.571 12.5081 4.63229 12.2379 4.70043 12.0014L5.53186 9.05786C5.61329 8.78771 5.66914 8.49071 5.69914 8.16657C5.72986 7.84314 5.74414 7.61686 5.74414 7.48843C5.74414 6.86771 5.52657 6.364 5.09129 5.97543C4.656 5.58714 4.03615 5.393 3.23286 5.393C2.78586 5.393 2.31329 5.47243 1.81315 5.63114C1.313 5.78943 0.790145 5.98014 0.243145 6.20286L0.0198593 7.114C0.182859 7.05371 0.377002 6.98886 0.604145 6.92171C0.830288 6.85486 1.05215 6.82029 1.268 6.82029C1.70872 6.82029 2.00557 6.89543 2.16114 7.04343C2.31672 7.19186 2.39486 7.45586 2.39486 7.83329C2.39486 8.042 2.37015 8.27386 2.31886 8.52586C2.26829 8.77943 2.20515 9.04757 2.13086 9.33057L1.29586 12.286C1.22157 12.5966 1.16729 12.8744 1.13314 13.1211C1.09929 13.3676 1.083 13.6094 1.083 13.8446C1.083 14.452 1.30743 14.9527 1.75615 15.3479C2.20486 15.7414 2.834 15.9396 3.64286 15.9396C4.16957 15.9396 4.63186 15.8707 5.02972 15.7323C5.42715 15.5943 5.96086 15.3936 6.629 15.1299Z", fill: "#6E6E6E" }) }));
9
5
  exports.default = HandleInspectorIcon;
@@ -1,14 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const HandleOutlineIcon = (props) => (react_1.default.createElement("svg", { width: "16", height: "12", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.createElement("path", { d: "M14.9834 11.7752H4.43804C4.00342 11.7752 3.65115 11.423 3.65115 10.9883C3.65115 10.5537 4.00342 10.2014 4.43804 10.2014H14.9831C15.4177 10.2014 15.77 10.5537 15.77 10.9883C15.77 11.423 15.418 11.7752 14.9834 11.7752Z", fill: "#6E6E6E" }),
9
- react_1.default.createElement("path", { d: "M14.9834 6.83592H4.43804C4.00342 6.83592 3.65115 6.48365 3.65115 6.04903C3.65115 5.61441 4.00342 5.26215 4.43804 5.26215H14.9831C15.4177 5.26215 15.77 5.61441 15.77 6.04903C15.7702 6.48365 15.418 6.83592 14.9834 6.83592Z", fill: "#6E6E6E" }),
10
- react_1.default.createElement("path", { d: "M14.9834 1.89665H4.43804C4.00342 1.89665 3.65115 1.54438 3.65115 1.10976C3.65115 0.675138 4.00342 0.322876 4.43804 0.322876H14.9831C15.4177 0.322876 15.77 0.675138 15.77 1.10976C15.77 1.54438 15.418 1.89665 14.9834 1.89665Z", fill: "#6E6E6E" }),
11
- react_1.default.createElement("path", { d: "M1.05679 2.2274C1.64043 2.2274 2.11357 1.75426 2.11357 1.17062C2.11357 0.58697 1.64043 0.113831 1.05679 0.113831C0.47314 0.113831 0 0.58697 0 1.17062C0 1.75426 0.47314 2.2274 1.05679 2.2274Z", fill: "#6E6E6E" }),
12
- react_1.default.createElement("path", { d: "M1.05679 7.10582C1.64043 7.10582 2.11357 6.63268 2.11357 6.04904C2.11357 5.46539 1.64043 4.99225 1.05679 4.99225C0.47314 4.99225 0 5.46539 0 6.04904C0 6.63268 0.47314 7.10582 1.05679 7.10582Z", fill: "#6E6E6E" }),
13
- react_1.default.createElement("path", { d: "M1.05679 11.9843C1.64043 11.9843 2.11357 11.5111 2.11357 10.9275C2.11357 10.3438 1.64043 9.8707 1.05679 9.8707C0.47314 9.8707 0 10.3438 0 10.9275C0 11.5111 0.47314 11.9843 1.05679 11.9843Z", fill: "#6E6E6E" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const HandleOutlineIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "16", height: "12", viewBox: "0 0 16 12", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M14.9834 11.7752H4.43804C4.00342 11.7752 3.65115 11.423 3.65115 10.9883C3.65115 10.5537 4.00342 10.2014 4.43804 10.2014H14.9831C15.4177 10.2014 15.77 10.5537 15.77 10.9883C15.77 11.423 15.418 11.7752 14.9834 11.7752Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.9834 6.83592H4.43804C4.00342 6.83592 3.65115 6.48365 3.65115 6.04903C3.65115 5.61441 4.00342 5.26215 4.43804 5.26215H14.9831C15.4177 5.26215 15.77 5.61441 15.77 6.04903C15.7702 6.48365 15.418 6.83592 14.9834 6.83592Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M14.9834 1.89665H4.43804C4.00342 1.89665 3.65115 1.54438 3.65115 1.10976C3.65115 0.675138 4.00342 0.322876 4.43804 0.322876H14.9831C15.4177 0.322876 15.77 0.675138 15.77 1.10976C15.77 1.54438 15.418 1.89665 14.9834 1.89665Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M1.05679 2.2274C1.64043 2.2274 2.11357 1.75426 2.11357 1.17062C2.11357 0.58697 1.64043 0.113831 1.05679 0.113831C0.47314 0.113831 0 0.58697 0 1.17062C0 1.75426 0.47314 2.2274 1.05679 2.2274Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M1.05679 7.10582C1.64043 7.10582 2.11357 6.63268 2.11357 6.04904C2.11357 5.46539 1.64043 4.99225 1.05679 4.99225C0.47314 4.99225 0 5.46539 0 6.04904C0 6.63268 0.47314 7.10582 1.05679 7.10582Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M1.05679 11.9843C1.64043 11.9843 2.11357 11.5111 2.11357 10.9275C2.11357 10.3438 1.64043 9.8707 1.05679 9.8707C0.47314 9.8707 0 10.3438 0 10.9275C0 11.5111 0.47314 11.9843 1.05679 11.9843Z", fill: "#6E6E6E" })] }));
14
5
  exports.default = HandleOutlineIcon;
@@ -1,11 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const HelpIcon = (props) => (react_1.default.createElement("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
8
- react_1.default.createElement("path", { d: "M12.8596 16.2537C12.544 16.2537 12.2858 16.512 12.2858 16.8276V17.2101C12.2858 17.5257 12.544 17.784 12.8596 17.784C13.1753 17.784 13.4335 17.5257 13.4335 17.2101V16.8276C13.4335 16.512 13.1753 16.2537 12.8596 16.2537Z", fill: "#4F4F4F" }),
9
- react_1.default.createElement("path", { d: "M11.1381 10.917C11.1381 11.2326 10.8799 11.4717 10.5643 11.4717C10.2487 11.4717 10 11.2231 10 10.917C10 10.8405 10.0191 10.1806 10.3634 9.49198C10.7077 8.80338 11.425 8 12.9266 8C14.2656 8 14.9733 8.5547 15.3272 9.01377C15.7862 9.5972 15.9297 10.391 15.7193 11.1848C15.4998 12.0438 14.8803 12.6741 14.3359 13.228L14.3325 13.2315C13.8926 13.6714 13.4813 14.0923 13.4813 14.4366C13.4813 14.7522 13.2231 15.0104 12.9075 15.0104C12.5919 15.0104 12.3336 14.7522 12.3336 14.4366C12.3336 13.6428 12.9081 13.0496 13.4694 12.47C13.483 12.456 13.4965 12.4421 13.51 12.4281C13.5206 12.4173 13.5313 12.4064 13.5419 12.3955C14.0006 11.9278 14.4697 11.4494 14.6099 10.8979C14.7246 10.4388 14.6577 10.018 14.4186 9.71197C14.1316 9.33897 13.6152 9.14768 12.917 9.14768C12.171 9.14768 11.6641 9.4346 11.3772 10.0084C11.1477 10.458 11.1381 10.917 11.1381 10.917Z", fill: "#4F4F4F" }),
10
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 13C21 8.58172 17.4183 5 13 5C8.58172 5 5 8.58172 5 13C5 17.4183 8.58172 21 13 21C17.4183 21 21 17.4183 21 13ZM20 13C20 9.13401 16.866 6 13 6C9.13401 6 6 9.13401 6 13C6 16.866 9.13401 20 13 20C16.866 20 20 16.866 20 13Z", fill: "#4F4F4F" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const HelpIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { d: "M12.8596 16.2537C12.544 16.2537 12.2858 16.512 12.2858 16.8276V17.2101C12.2858 17.5257 12.544 17.784 12.8596 17.784C13.1753 17.784 13.4335 17.5257 13.4335 17.2101V16.8276C13.4335 16.512 13.1753 16.2537 12.8596 16.2537Z", fill: "#4F4F4F" }), (0, jsx_runtime_1.jsx)("path", { d: "M11.1381 10.917C11.1381 11.2326 10.8799 11.4717 10.5643 11.4717C10.2487 11.4717 10 11.2231 10 10.917C10 10.8405 10.0191 10.1806 10.3634 9.49198C10.7077 8.80338 11.425 8 12.9266 8C14.2656 8 14.9733 8.5547 15.3272 9.01377C15.7862 9.5972 15.9297 10.391 15.7193 11.1848C15.4998 12.0438 14.8803 12.6741 14.3359 13.228L14.3325 13.2315C13.8926 13.6714 13.4813 14.0923 13.4813 14.4366C13.4813 14.7522 13.2231 15.0104 12.9075 15.0104C12.5919 15.0104 12.3336 14.7522 12.3336 14.4366C12.3336 13.6428 12.9081 13.0496 13.4694 12.47C13.483 12.456 13.4965 12.4421 13.51 12.4281C13.5206 12.4173 13.5313 12.4064 13.5419 12.3955C14.0006 11.9278 14.4697 11.4494 14.6099 10.8979C14.7246 10.4388 14.6577 10.018 14.4186 9.71197C14.1316 9.33897 13.6152 9.14768 12.917 9.14768C12.171 9.14768 11.6641 9.4346 11.3772 10.0084C11.1477 10.458 11.1381 10.917 11.1381 10.917Z", fill: "#4F4F4F" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21 13C21 8.58172 17.4183 5 13 5C8.58172 5 5 8.58172 5 13C5 17.4183 8.58172 21 13 21C17.4183 21 21 17.4183 21 13ZM20 13C20 9.13401 16.866 6 13 6C9.13401 6 6 9.13401 6 13C6 16.866 9.13401 20 13 20C16.866 20 20 16.866 20 13Z", fill: "#4F4F4F" })] }));
11
5
  exports.default = HelpIcon;
@@ -1,12 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const ImageDefaultIcon = (props) => (react_1.default.createElement("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
8
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.5 6H16.5C17.8807 6 19 7.11929 19 8.5V15.5C19 16.8807 17.8807 18 16.5 18H9.5C8.11929 18 7 16.8807 7 15.5V8.5C7 7.11929 8.11929 6 9.5 6ZM9.5 7.5C8.94772 7.5 8.5 7.94772 8.5 8.5V15.5C8.5 16.0523 8.94772 16.5 9.5 16.5H16.5C17.0523 16.5 17.5 16.0523 17.5 15.5V8.5C17.5 7.94772 17.0523 7.5 16.5 7.5H9.5Z", fill: "#6E6E6E" }),
9
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.64648 10.6971C9.64648 10.036 10.2061 9.5 10.8965 9.5C11.5868 9.5 12.1465 10.036 12.1465 10.6971C12.1465 11.3582 11.5868 11.8942 10.8965 11.8942C10.2061 11.8942 9.64648 11.3582 9.64648 10.6971Z", fill: "#6E6E6E" }),
10
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5606 15.5527C18.27 15.8478 17.7951 15.8513 17.5 15.5606L14.4776 12.5831L9.53033 17.5303C9.23744 17.8232 8.76256 17.8232 8.46967 17.5303C8.17678 17.2374 8.17678 16.7626 8.46967 16.4697L13.9363 11.003C14.2315 10.7078 14.7096 10.706 15.0071 10.999L18.5527 14.4921C18.8478 14.7828 18.8513 15.2576 18.5606 15.5527Z", fill: "#6E6E6E" }),
11
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 19.75C7 19.3358 7.33579 19 7.75 19H18.25C18.6642 19 19 19.3358 19 19.75C19 20.1642 18.6642 20.5 18.25 20.5H7.75C7.33579 20.5 7 20.1642 7 19.75Z", fill: "#6E6E6E" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const ImageDefaultIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.5 6H16.5C17.8807 6 19 7.11929 19 8.5V15.5C19 16.8807 17.8807 18 16.5 18H9.5C8.11929 18 7 16.8807 7 15.5V8.5C7 7.11929 8.11929 6 9.5 6ZM9.5 7.5C8.94772 7.5 8.5 7.94772 8.5 8.5V15.5C8.5 16.0523 8.94772 16.5 9.5 16.5H16.5C17.0523 16.5 17.5 16.0523 17.5 15.5V8.5C17.5 7.94772 17.0523 7.5 16.5 7.5H9.5Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.64648 10.6971C9.64648 10.036 10.2061 9.5 10.8965 9.5C11.5868 9.5 12.1465 10.036 12.1465 10.6971C12.1465 11.3582 11.5868 11.8942 10.8965 11.8942C10.2061 11.8942 9.64648 11.3582 9.64648 10.6971Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M18.5606 15.5527C18.27 15.8478 17.7951 15.8513 17.5 15.5606L14.4776 12.5831L9.53033 17.5303C9.23744 17.8232 8.76256 17.8232 8.46967 17.5303C8.17678 17.2374 8.17678 16.7626 8.46967 16.4697L13.9363 11.003C14.2315 10.7078 14.7096 10.706 15.0071 10.999L18.5527 14.4921C18.8478 14.7828 18.8513 15.2576 18.5606 15.5527Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7 19.75C7 19.3358 7.33579 19 7.75 19H18.25C18.6642 19 19 19.3358 19 19.75C19 20.1642 18.6642 20.5 18.25 20.5H7.75C7.33579 20.5 7 20.1642 7 19.75Z", fill: "#6E6E6E" })] }));
12
5
  exports.default = ImageDefaultIcon;
@@ -1,12 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const ImageLeftIcon = (props) => (react_1.default.createElement("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
8
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.25 7H18.25C19.6307 7 20.75 8.11929 20.75 9.5V16.5C20.75 17.8807 19.6307 19 18.25 19H11.25C9.86929 19 8.75 17.8807 8.75 16.5V9.5C8.75 8.11929 9.86929 7 11.25 7ZM11.25 8.5C10.6977 8.5 10.25 8.94772 10.25 9.5V16.5C10.25 17.0523 10.6977 17.5 11.25 17.5H18.25C18.8023 17.5 19.25 17.0523 19.25 16.5V9.5C19.25 8.94772 18.8023 8.5 18.25 8.5H11.25Z", fill: "#6E6E6E" }),
9
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.3965 11.6971C11.3965 11.036 11.9561 10.5 12.6465 10.5C13.3368 10.5 13.8965 11.036 13.8965 11.6971C13.8965 12.3582 13.3368 12.8942 12.6465 12.8942C11.9561 12.8942 11.3965 12.3582 11.3965 11.6971Z", fill: "#6E6E6E" }),
10
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.3106 16.5527C20.02 16.8478 19.5451 16.8513 19.25 16.5606L16.2276 13.5831L11.2803 18.5303C10.9874 18.8232 10.5126 18.8232 10.2197 18.5303C9.92678 18.2374 9.92678 17.7626 10.2197 17.4697L15.6863 12.003C15.9815 11.7078 16.4596 11.706 16.7571 11.999L20.3027 15.4921C20.5978 15.7828 20.6013 16.2576 20.3106 16.5527Z", fill: "#6E6E6E" }),
11
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.75 5.25C7.16421 5.25 7.5 5.58579 7.5 6L7.5 20C7.5 20.4142 7.16421 20.75 6.75 20.75C6.33579 20.75 6 20.4142 6 20L6 6C6 5.58579 6.33579 5.25 6.75 5.25Z", fill: "#6E6E6E" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const ImageLeftIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.25 7H18.25C19.6307 7 20.75 8.11929 20.75 9.5V16.5C20.75 17.8807 19.6307 19 18.25 19H11.25C9.86929 19 8.75 17.8807 8.75 16.5V9.5C8.75 8.11929 9.86929 7 11.25 7ZM11.25 8.5C10.6977 8.5 10.25 8.94772 10.25 9.5V16.5C10.25 17.0523 10.6977 17.5 11.25 17.5H18.25C18.8023 17.5 19.25 17.0523 19.25 16.5V9.5C19.25 8.94772 18.8023 8.5 18.25 8.5H11.25Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.3965 11.6971C11.3965 11.036 11.9561 10.5 12.6465 10.5C13.3368 10.5 13.8965 11.036 13.8965 11.6971C13.8965 12.3582 13.3368 12.8942 12.6465 12.8942C11.9561 12.8942 11.3965 12.3582 11.3965 11.6971Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.3106 16.5527C20.02 16.8478 19.5451 16.8513 19.25 16.5606L16.2276 13.5831L11.2803 18.5303C10.9874 18.8232 10.5126 18.8232 10.2197 18.5303C9.92678 18.2374 9.92678 17.7626 10.2197 17.4697L15.6863 12.003C15.9815 11.7078 16.4596 11.706 16.7571 11.999L20.3027 15.4921C20.5978 15.7828 20.6013 16.2576 20.3106 16.5527Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.75 5.25C7.16421 5.25 7.5 5.58579 7.5 6L7.5 20C7.5 20.4142 7.16421 20.75 6.75 20.75C6.33579 20.75 6 20.4142 6 20L6 6C6 5.58579 6.33579 5.25 6.75 5.25Z", fill: "#6E6E6E" })] }));
12
5
  exports.default = ImageLeftIcon;
@@ -1,12 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const ImageRightIcon = (props) => (react_1.default.createElement("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
8
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.5 5.75H15.5C16.8807 5.75 18 6.86929 18 8.25V15.25C18 16.6307 16.8807 17.75 15.5 17.75H8.5C7.11929 17.75 6 16.6307 6 15.25V8.25C6 6.86929 7.11929 5.75 8.5 5.75ZM8.5 7.25C7.94772 7.25 7.5 7.69772 7.5 8.25V15.25C7.5 15.8023 7.94772 16.25 8.5 16.25H15.5C16.0523 16.25 16.5 15.8023 16.5 15.25V8.25C16.5 7.69772 16.0523 7.25 15.5 7.25H8.5Z", fill: "#6E6E6E" }),
9
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.64648 10.4471C8.64648 9.78596 9.20613 9.25 9.89649 9.25C10.5868 9.25 11.1465 9.78596 11.1465 10.4471C11.1465 11.1082 10.5868 11.6442 9.89649 11.6442C9.20613 11.6442 8.64648 11.1082 8.64648 10.4471Z", fill: "#6E6E6E" }),
10
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5606 15.3027C17.27 15.5978 16.7951 15.6013 16.5 15.3106L13.4776 12.3331L8.53033 17.2803C8.23744 17.5732 7.76256 17.5732 7.46967 17.2803C7.17678 16.9874 7.17678 16.5126 7.46967 16.2197L12.9363 10.753C13.2315 10.4578 13.7096 10.456 14.0071 10.749L17.5527 14.2421C17.8478 14.5328 17.8513 15.0076 17.5606 15.3027Z", fill: "#6E6E6E" }),
11
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 4C20.4142 4 20.75 4.33579 20.75 4.75L20.75 18.75C20.75 19.1642 20.4142 19.5 20 19.5C19.5858 19.5 19.25 19.1642 19.25 18.75L19.25 4.75C19.25 4.33579 19.5858 4 20 4Z", fill: "#6E6E6E" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const ImageRightIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.5 5.75H15.5C16.8807 5.75 18 6.86929 18 8.25V15.25C18 16.6307 16.8807 17.75 15.5 17.75H8.5C7.11929 17.75 6 16.6307 6 15.25V8.25C6 6.86929 7.11929 5.75 8.5 5.75ZM8.5 7.25C7.94772 7.25 7.5 7.69772 7.5 8.25V15.25C7.5 15.8023 7.94772 16.25 8.5 16.25H15.5C16.0523 16.25 16.5 15.8023 16.5 15.25V8.25C16.5 7.69772 16.0523 7.25 15.5 7.25H8.5Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.64648 10.4471C8.64648 9.78596 9.20613 9.25 9.89649 9.25C10.5868 9.25 11.1465 9.78596 11.1465 10.4471C11.1465 11.1082 10.5868 11.6442 9.89649 11.6442C9.20613 11.6442 8.64648 11.1082 8.64648 10.4471Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.5606 15.3027C17.27 15.5978 16.7951 15.6013 16.5 15.3106L13.4776 12.3331L8.53033 17.2803C8.23744 17.5732 7.76256 17.5732 7.46967 17.2803C7.17678 16.9874 7.17678 16.5126 7.46967 16.2197L12.9363 10.753C13.2315 10.4578 13.7096 10.456 14.0071 10.749L17.5527 14.2421C17.8478 14.5328 17.8513 15.0076 17.5606 15.3027Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 4C20.4142 4 20.75 4.33579 20.75 4.75L20.75 18.75C20.75 19.1642 20.4142 19.5 20 19.5C19.5858 19.5 19.25 19.1642 19.25 18.75L19.25 4.75C19.25 4.33579 19.5858 4 20 4Z", fill: "#6E6E6E" })] }));
12
5
  exports.default = ImageRightIcon;
@@ -19,8 +19,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
19
19
  };
20
20
  Object.defineProperty(exports, "__esModule", { value: true });
21
21
  exports.FileVideoIcon = exports.FileUnknownIcon = exports.FileTableIcon = exports.FilePdfIcon = exports.FileMainDocumentIcon = exports.FileLatexIcon = exports.FileImageIcon = exports.FileGraphicalAbstractIcon = exports.FileFigureIcon = exports.FileDocumentIcon = exports.FileCorruptedIcon = exports.FileCompressedIcon = exports.FileCodeIcon = exports.FileAudioIcon = exports.EditAttrsTrackingIcon = exports.EditIcon = exports.DraggableIcon = exports.DotsIcon = exports.DeleteIcon = exports.DeleteSolidIcon = exports.CorrespondingAuthorIcon = exports.CommentIcon = exports.CommentResolveIcon = exports.CommentReplyIcon = exports.CitationCountIcon = exports.SystemUserAvatarIcon = exports.ChatIcon = exports.BookIcon = exports.AffiliationPlaceholderIcon = exports.AuthorPlaceholderIcon = exports.AffiliationIcon = exports.AlertIcon = exports.AvatarIcon = exports.AttentionRedIcon = exports.AttentionOrangeIcon = exports.AttentionGreenIcon = exports.AttentionBlueIcon = exports.AttachIcon = exports.ArrowUpIcon = exports.ArrowLeftIcon = exports.ArrowDownCircleIcon = exports.ArrowDownIcon = exports.AddRoleIcon = exports.AddIcon = exports.AddOutlineIcon = exports.AddNewIcon = exports.AddedIcon = exports.AddFigureIcon = exports.AddCommentIcon = exports.AddAuthorIcon = void 0;
22
- exports.ToolbarUnindentIcon = exports.ToolbarIndentIcon = exports.ToolbarUnorderedListIcon = exports.ToolbarUnderlineIcon = exports.ToolbarTableIcon = exports.ToolbarSymbolIcon = exports.ToolbarSuperscriptIcon = exports.ToolbarSubscriptIcon = exports.ToolbarOrderedListIcon = exports.ToolbarItalicIcon = exports.ToolbarFigureIcon = exports.ToolbarEquationIcon = exports.ToolbarCodeIcon = exports.ToolbarCitationIcon = exports.ToolbarBoldIcon = exports.TickIcon = exports.TaskStepDoneIcon = exports.SliderOnIcon = exports.SliderOffIcon = exports.SectionCategoryIcon = exports.SearchIcon = exports.ScrollIcon = exports.SaveStatusSavingIcon = exports.SaveStatusSavedIcon = exports.SaveStatusOfflineIcon = exports.RoleReadingIcon = exports.RoleAnnotatingIcon = exports.PlusIcon = exports.OutlineUnorderedListIcon = exports.OutlineTableIcon = exports.OutlineSectionIcon = exports.OutlinePullQuoteIcon = exports.OutlineParagraphIcon = exports.OutlineOrderedListIcon = exports.OutlineManuscriptIcon = exports.OutlineFigureIcon = exports.OutlineEmbedIcon = exports.OutlineEquationIcon = exports.OutlineCodeIcon = exports.OutlineBlockQuoteIcon = exports.ManuscriptIcon = exports.LogoutIcon = exports.LockIcon = exports.LinkIcon = exports.ImageRightIcon = exports.ImageDefaultIcon = exports.ImageLeftIcon = exports.HelpIcon = exports.HandleOutlineIcon = exports.HandleInspectorIcon = void 0;
23
- exports.DangerIcon = exports.AddInstitutionIcon = exports.AddUserIcon = exports.ProfileIcon = exports.CrclTickAnimation = exports.VerticalEllipsisIcon = exports.UploadIcon = exports.TriangleExpandedIcon = exports.TriangleCollapsedIcon = exports.TranslateIcon = void 0;
22
+ exports.ToolbarUnorderedListIcon = exports.ToolbarUnderlineIcon = exports.ToolbarTableIcon = exports.ToolbarSymbolIcon = exports.ToolbarSuperscriptIcon = exports.ToolbarSubscriptIcon = exports.ToolbarSpecialCharactersIcon = exports.ToolbarOrderedListIcon = exports.ToolbarItalicIcon = exports.ToolbarFigureIcon = exports.ToolbarEquationIcon = exports.ToolbarCodeIcon = exports.ToolbarCitationIcon = exports.ToolbarBoxedTextIcon = exports.ToolbarBoldIcon = exports.TickIcon = exports.TaskStepDoneIcon = exports.SliderOnIcon = exports.SliderOffIcon = exports.SectionCategoryIcon = exports.SearchIcon = exports.ScrollIcon = exports.SaveStatusSavingIcon = exports.SaveStatusSavedIcon = exports.SaveStatusOfflineIcon = exports.RoleReadingIcon = exports.RoleAnnotatingIcon = exports.PlusIcon = exports.OutlineUnorderedListIcon = exports.OutlineTableIcon = exports.OutlineSectionIcon = exports.OutlinePullQuoteIcon = exports.OutlineParagraphIcon = exports.OutlineOrderedListIcon = exports.OutlineManuscriptIcon = exports.OutlineFigureIcon = exports.OutlineEmbedIcon = exports.OutlineEquationIcon = exports.OutlineCodeIcon = exports.OutlineBlockQuoteIcon = exports.ManuscriptIcon = exports.LogoutIcon = exports.LockIcon = exports.LinkIcon = exports.ImageRightIcon = exports.ImageDefaultIcon = exports.ImageLeftIcon = exports.HelpIcon = exports.HandleOutlineIcon = exports.HandleInspectorIcon = void 0;
23
+ exports.DangerIcon = exports.AddInstitutionIcon = exports.AddUserIcon = exports.ProfileIcon = exports.CrclTickAnimation = exports.VerticalEllipsisIcon = exports.UploadIcon = exports.TriangleExpandedIcon = exports.TriangleCollapsedIcon = exports.TranslateIcon = exports.ToolbarUnindentIcon = exports.ToolbarIndentIcon = void 0;
24
24
  var add_author_1 = require("./add-author");
25
25
  Object.defineProperty(exports, "AddAuthorIcon", { enumerable: true, get: function () { return __importDefault(add_author_1).default; } });
26
26
  var add_comment_1 = require("./add-comment");
@@ -193,6 +193,8 @@ var tick_1 = require("./tick");
193
193
  Object.defineProperty(exports, "TickIcon", { enumerable: true, get: function () { return __importDefault(tick_1).default; } });
194
194
  var toolbar_bold_1 = require("./toolbar-bold");
195
195
  Object.defineProperty(exports, "ToolbarBoldIcon", { enumerable: true, get: function () { return __importDefault(toolbar_bold_1).default; } });
196
+ var toolbar_boxed_text_1 = require("./toolbar-boxed-text");
197
+ Object.defineProperty(exports, "ToolbarBoxedTextIcon", { enumerable: true, get: function () { return __importDefault(toolbar_boxed_text_1).default; } });
196
198
  var toolbar_citation_1 = require("./toolbar-citation");
197
199
  Object.defineProperty(exports, "ToolbarCitationIcon", { enumerable: true, get: function () { return __importDefault(toolbar_citation_1).default; } });
198
200
  var toolbar_code_1 = require("./toolbar-code");
@@ -205,6 +207,8 @@ var toolbar_italic_1 = require("./toolbar-italic");
205
207
  Object.defineProperty(exports, "ToolbarItalicIcon", { enumerable: true, get: function () { return __importDefault(toolbar_italic_1).default; } });
206
208
  var toolbar_ordered_list_1 = require("./toolbar-ordered-list");
207
209
  Object.defineProperty(exports, "ToolbarOrderedListIcon", { enumerable: true, get: function () { return __importDefault(toolbar_ordered_list_1).default; } });
210
+ var toolbar_special_characters_1 = require("./toolbar-special-characters");
211
+ Object.defineProperty(exports, "ToolbarSpecialCharactersIcon", { enumerable: true, get: function () { return __importDefault(toolbar_special_characters_1).default; } });
208
212
  var toolbar_subscript_1 = require("./toolbar-subscript");
209
213
  Object.defineProperty(exports, "ToolbarSubscriptIcon", { enumerable: true, get: function () { return __importDefault(toolbar_subscript_1).default; } });
210
214
  var toolbar_superscript_1 = require("./toolbar-superscript");
@@ -1,10 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const LinkIcon = (props) => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.createElement("path", { d: "M6.63317 12.1949L4.74782 14.0803C3.9662 14.8619 2.70042 14.8619 1.91945 14.0804C1.13832 13.2993 1.13832 12.0334 1.91929 11.2524L5.69063 7.48109C6.4716 6.70009 7.73751 6.70009 8.51848 7.48109C8.77882 7.74143 9.20095 7.74143 9.46129 7.48109C9.72163 7.22075 9.72163 6.79862 9.46129 6.53828C8.1596 5.23659 6.04951 5.23659 4.74782 6.53828L0.97651 10.3096C-0.325178 11.6113 -0.325178 13.7214 0.97651 15.0231C2.27804 16.3254 4.38829 16.3254 5.69067 15.0231L7.57601 13.1377C7.83635 12.8774 7.83635 12.4552 7.57601 12.1949C7.31567 11.9346 6.89351 11.9346 6.63317 12.1949Z", fill: "#6E6E6E" }),
9
- react_1.default.createElement("path", { d: "M15.0235 0.976266C13.7218 -0.325422 11.6111 -0.325422 10.3094 0.976266L8.04737 3.23827C7.78702 3.49861 7.78702 3.92073 8.04737 4.18108C8.30771 4.44142 8.72984 4.44142 8.99018 4.18108L11.2522 1.91908C12.0331 1.13808 13.2997 1.13808 14.0807 1.91908C14.8617 2.70005 14.8617 3.96595 14.0807 4.74692L9.93271 8.89495C9.15171 9.67595 7.88584 9.67595 7.10487 8.89495C6.84452 8.63461 6.4224 8.63461 6.16205 8.89495C5.90171 9.1553 5.90171 9.57742 6.16205 9.83777C7.46374 11.1395 9.57384 11.1395 10.8755 9.83777L15.0235 5.68977C16.3252 4.38808 16.3252 2.27795 15.0235 0.976266Z", fill: "#6E6E6E" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const LinkIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "20", height: "20", viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M0 0H20V20H0V0Z", fill: "white" }), (0, jsx_runtime_1.jsx)("path", { d: "M0.857143 10C0.857143 7.47527 2.96232 5.42857 5.55918 5.42857H7.9102C8.34302 5.42857 8.69388 5.76969 8.69388 6.19048C8.69388 6.61127 8.34302 6.95238 7.9102 6.95238H5.55918C3.82794 6.95238 2.42449 8.31685 2.42449 10C2.42449 11.6832 3.82794 13.0476 5.55918 13.0476H7.9102C8.34302 13.0476 8.69388 13.3887 8.69388 13.8095C8.69388 14.2303 8.34302 14.5714 7.9102 14.5714H5.55918C2.96232 14.5714 0.857143 12.5247 0.857143 10ZM17.5755 10C17.5755 8.31685 16.1721 6.95238 14.4408 6.95238H12.0898C11.657 6.95238 11.3061 6.61127 11.3061 6.19048C11.3061 5.76969 11.657 5.42857 12.0898 5.42857H14.4408C17.0377 5.42857 19.1429 7.47527 19.1429 10C19.1429 12.5247 17.0377 14.5714 14.4408 14.5714H12.0898C11.657 14.5714 11.3061 14.2303 11.3061 13.8095C11.3061 13.3887 11.657 13.0476 12.0898 13.0476H14.4408C16.1721 13.0476 17.5755 11.6832 17.5755 10ZM12.8735 9.2381C13.3063 9.2381 13.6571 9.57921 13.6571 10C13.6571 10.4208 13.3063 10.7619 12.8735 10.7619H7.12653C6.69372 10.7619 6.34286 10.4208 6.34286 10C6.34286 9.57921 6.69372 9.2381 7.12653 9.2381H12.8735Z", fill: "#0D79D0" })] }));
10
5
  exports.default = LinkIcon;
@@ -1,12 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const LockIcon = (props) => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
8
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 8C2.5 7.17158 3.17157 6.5 4 6.5H12C12.8284 6.5 13.5 7.17158 13.5 8V14C13.5 14.8284 12.8284 15.5 12 15.5H4C3.17157 15.5 2.5 14.8284 2.5 14V8ZM4 7.5C3.72386 7.5 3.5 7.72386 3.5 8V14C3.5 14.2761 3.72386 14.5 4 14.5H12C12.2761 14.5 12.5 14.2761 12.5 14V8C12.5 7.72386 12.2761 7.5 12 7.5H4Z", fill: "#6E6E6E" }),
9
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 6.75V4.5C10.5 3.11929 9.38071 2 8 2C6.61929 2 5.5 3.11929 5.5 4.5V7C5.5 7.27614 5.27614 7.5 5 7.5C4.72386 7.5 4.5 7.27614 4.5 7V4.5C4.5 2.567 6.067 1 8 1C9.933 1 11.5 2.567 11.5 4.5V6.75C11.5 7.02614 11.2761 7.25 11 7.25C10.7239 7.25 10.5 7.02614 10.5 6.75Z", fill: "#6E6E6E" }),
10
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 10.5C8.27614 10.5 8.5 10.7239 8.5 11V13C8.5 13.2761 8.27614 13.5 8 13.5C7.72386 13.5 7.5 13.2761 7.5 13V11C7.5 10.7239 7.72386 10.5 8 10.5Z", fill: "#6E6E6E" }),
11
- react_1.default.createElement("path", { d: "M9.5 10.5C9.5 11.3284 8.82843 12 8 12C7.17157 12 6.5 11.3284 6.5 10.5C6.5 9.67158 7.17157 9 8 9C8.82843 9 9.5 9.67158 9.5 10.5Z", fill: "#6E6E6E" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const LockIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 8C2.5 7.17158 3.17157 6.5 4 6.5H12C12.8284 6.5 13.5 7.17158 13.5 8V14C13.5 14.8284 12.8284 15.5 12 15.5H4C3.17157 15.5 2.5 14.8284 2.5 14V8ZM4 7.5C3.72386 7.5 3.5 7.72386 3.5 8V14C3.5 14.2761 3.72386 14.5 4 14.5H12C12.2761 14.5 12.5 14.2761 12.5 14V8C12.5 7.72386 12.2761 7.5 12 7.5H4Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10.5 6.75V4.5C10.5 3.11929 9.38071 2 8 2C6.61929 2 5.5 3.11929 5.5 4.5V7C5.5 7.27614 5.27614 7.5 5 7.5C4.72386 7.5 4.5 7.27614 4.5 7V4.5C4.5 2.567 6.067 1 8 1C9.933 1 11.5 2.567 11.5 4.5V6.75C11.5 7.02614 11.2761 7.25 11 7.25C10.7239 7.25 10.5 7.02614 10.5 6.75Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8 10.5C8.27614 10.5 8.5 10.7239 8.5 11V13C8.5 13.2761 8.27614 13.5 8 13.5C7.72386 13.5 7.5 13.2761 7.5 13V11C7.5 10.7239 7.72386 10.5 8 10.5Z", fill: "#6E6E6E" }), (0, jsx_runtime_1.jsx)("path", { d: "M9.5 10.5C9.5 11.3284 8.82843 12 8 12C7.17157 12 6.5 11.3284 6.5 10.5C6.5 9.67158 7.17157 9 8 9C8.82843 9 9.5 9.67158 9.5 10.5Z", fill: "#6E6E6E" })] }));
12
5
  exports.default = LockIcon;
@@ -1,9 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const LogoutIcon = (props) => (react_1.default.createElement("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
8
- react_1.default.createElement("path", { d: "M9.57227 6.78711H9.07227V7.28711L9.07227 18.7129V19.2129H9.57227H14.3711C14.4736 19.2129 14.5566 19.296 14.5566 19.3984C14.5566 19.5009 14.4736 19.584 14.3711 19.584H9.34375C8.98886 19.584 8.70117 19.2963 8.70117 18.9414L8.70117 7.05859C8.70117 6.70371 8.98886 6.41602 9.34375 6.41602L14.3711 6.41602C14.4736 6.41602 14.5566 6.49909 14.5566 6.60156C14.5566 6.70404 14.4736 6.78711 14.3711 6.78711H9.57227ZM15.6992 13C15.6992 13.316 15.6325 13.5774 15.5484 13.7414C15.5077 13.8206 15.4762 13.8564 15.4597 13.8711H14.8711L14.8711 12.1289H15.4597C15.4762 12.1436 15.5077 12.1794 15.5484 12.2586C15.6325 12.4226 15.6992 12.684 15.6992 13ZM15.4471 13.8803C15.447 13.8801 15.4482 13.8793 15.4508 13.8782C15.4484 13.8798 15.4471 13.8804 15.4471 13.8803ZM13.8711 12.1289L13.8711 13.8711L12.3684 13.8711C12.352 13.8564 12.3204 13.8206 12.2798 13.7414C12.1957 13.5774 12.1289 13.316 12.1289 13C12.1289 12.684 12.1957 12.4226 12.2798 12.2586C12.3204 12.1794 12.352 12.1436 12.3684 12.1289H13.8711ZM12.3811 12.1197C12.3811 12.1199 12.3799 12.1207 12.3774 12.1218C12.3797 12.1202 12.381 12.1196 12.3811 12.1197ZM12.3811 13.8803C12.381 13.8804 12.3797 13.8798 12.3774 13.8782C12.3799 13.8793 12.3811 13.8801 12.3811 13.8803ZM15.4961 11.1289H14.8711V10.3686C14.8711 10.3383 14.8788 10.3223 14.8834 10.315C14.8859 10.3111 14.8885 10.308 14.8909 10.3058L15.7437 11.1637C15.6669 11.1414 15.5845 11.1289 15.4961 11.1289ZM16.6992 13C16.6992 12.608 16.6277 12.2294 16.4922 11.9168L17.5055 12.9362C17.5153 12.9461 17.5273 12.9673 17.5273 13C17.5273 13.0327 17.5153 13.0539 17.5055 13.0638L16.4922 14.0832C16.6277 13.7706 16.6992 13.392 16.6992 13ZM15.4961 14.8711C15.5844 14.8711 15.6669 14.8586 15.7437 14.8363L14.8909 15.6942C14.8885 15.692 14.8859 15.6889 14.8834 15.685C14.8788 15.6777 14.8711 15.6617 14.8711 15.6314V14.8711H15.4961ZM15.4471 12.1197C15.4471 12.1196 15.4484 12.1202 15.4508 12.1218C15.4482 12.1207 15.447 12.1199 15.4471 12.1197Z", fill: "#353535", stroke: "#353535" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const LogoutIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { width: "26", height: "26", viewBox: "0 0 26 26", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { d: "M9.57227 6.78711H9.07227V7.28711L9.07227 18.7129V19.2129H9.57227H14.3711C14.4736 19.2129 14.5566 19.296 14.5566 19.3984C14.5566 19.5009 14.4736 19.584 14.3711 19.584H9.34375C8.98886 19.584 8.70117 19.2963 8.70117 18.9414L8.70117 7.05859C8.70117 6.70371 8.98886 6.41602 9.34375 6.41602L14.3711 6.41602C14.4736 6.41602 14.5566 6.49909 14.5566 6.60156C14.5566 6.70404 14.4736 6.78711 14.3711 6.78711H9.57227ZM15.6992 13C15.6992 13.316 15.6325 13.5774 15.5484 13.7414C15.5077 13.8206 15.4762 13.8564 15.4597 13.8711H14.8711L14.8711 12.1289H15.4597C15.4762 12.1436 15.5077 12.1794 15.5484 12.2586C15.6325 12.4226 15.6992 12.684 15.6992 13ZM15.4471 13.8803C15.447 13.8801 15.4482 13.8793 15.4508 13.8782C15.4484 13.8798 15.4471 13.8804 15.4471 13.8803ZM13.8711 12.1289L13.8711 13.8711L12.3684 13.8711C12.352 13.8564 12.3204 13.8206 12.2798 13.7414C12.1957 13.5774 12.1289 13.316 12.1289 13C12.1289 12.684 12.1957 12.4226 12.2798 12.2586C12.3204 12.1794 12.352 12.1436 12.3684 12.1289H13.8711ZM12.3811 12.1197C12.3811 12.1199 12.3799 12.1207 12.3774 12.1218C12.3797 12.1202 12.381 12.1196 12.3811 12.1197ZM12.3811 13.8803C12.381 13.8804 12.3797 13.8798 12.3774 13.8782C12.3799 13.8793 12.3811 13.8801 12.3811 13.8803ZM15.4961 11.1289H14.8711V10.3686C14.8711 10.3383 14.8788 10.3223 14.8834 10.315C14.8859 10.3111 14.8885 10.308 14.8909 10.3058L15.7437 11.1637C15.6669 11.1414 15.5845 11.1289 15.4961 11.1289ZM16.6992 13C16.6992 12.608 16.6277 12.2294 16.4922 11.9168L17.5055 12.9362C17.5153 12.9461 17.5273 12.9673 17.5273 13C17.5273 13.0327 17.5153 13.0539 17.5055 13.0638L16.4922 14.0832C16.6277 13.7706 16.6992 13.392 16.6992 13ZM15.4961 14.8711C15.5844 14.8711 15.6669 14.8586 15.7437 14.8363L14.8909 15.6942C14.8885 15.692 14.8859 15.6889 14.8834 15.685C14.8788 15.6777 14.8711 15.6617 14.8711 15.6314V14.8711H15.4961ZM15.4471 12.1197C15.4471 12.1196 15.4484 12.1202 15.4508 12.1218C15.4482 12.1207 15.447 12.1199 15.4471 12.1197Z", fill: "#353535", stroke: "#353535" }) }));
9
5
  exports.default = LogoutIcon;
@@ -1,27 +1,5 @@
1
1
  "use strict";
2
- /*!
3
- * © 2025 Atypon Systems LLC
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- var __importDefault = (this && this.__importDefault) || function (mod) {
18
- return (mod && mod.__esModule) ? mod : { "default": mod };
19
- };
20
2
  Object.defineProperty(exports, "__esModule", { value: true });
21
- const react_1 = __importDefault(require("react"));
22
- const ManuscriptIcon = (props) => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
23
- react_1.default.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" }),
24
- react_1.default.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" }),
25
- react_1.default.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" }),
26
- react_1.default.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" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const ManuscriptIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" })] }));
27
5
  exports.default = ManuscriptIcon;
@@ -1,11 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlineBlockQuoteIcon = (props) => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.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" }),
9
- react_1.default.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" }),
10
- react_1.default.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" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlineBlockQuoteIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" })] }));
11
5
  exports.default = OutlineBlockQuoteIcon;
@@ -1,10 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlineCodeIcon = (props) => (react_1.default.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.createElement("path", { d: "M6.61521 13.4672L2.34019 9.19213L6.71906 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }),
9
- react_1.default.createElement("path", { d: "M12.419 13.4672L16.6941 9.19213L12.3152 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlineCodeIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("path", { d: "M6.61521 13.4672L2.34019 9.19213L6.71906 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" }), (0, jsx_runtime_1.jsx)("path", { d: "M12.419 13.4672L16.6941 9.19213L12.3152 4.81326", stroke: "#B3A1FC", strokeWidth: "1.5", strokeLinecap: "round", strokeLinejoin: "round" })] }));
10
5
  exports.default = OutlineCodeIcon;
@@ -1,10 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlineEmbedIcon = (props) => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" },
8
- react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.9098 2.88889C12.5223 2.88889 13.0801 3.17103 13.4826 3.63755C13.8647 4.08044 14.1053 4.69112 14.1053 5.36813V11.5208C14.1053 12.1978 13.8647 12.8084 13.4826 13.2513C13.0801 13.7178 12.5223 14 11.9098 14H4.09026C3.47778 14 2.91998 13.7178 2.51747 13.2513C2.13533 12.8084 1.89478 12.1978 1.89478 11.5208V5.36813C1.89478 4.69112 2.13533 4.08044 2.51747 3.63755C2.91998 3.17103 3.47778 2.88889 4.09026 2.88889H11.9098Z", stroke: "#0D79D0", strokeWidth: "1.5" }),
9
- react_1.default.createElement("path", { d: "M10.2468 8.01749C10.5665 8.21235 10.5665 8.67656 10.2468 8.87142L7.28654 10.6755C6.95334 10.8785 6.52634 10.6387 6.52634 10.2485L6.52634 6.6404C6.52634 6.25021 6.95334 6.01038 7.28654 6.21344L10.2468 8.01749Z", fill: "#0D79D0" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlineEmbedIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("rect", { width: "19", height: "18", fill: "white" }), (0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" })] }));
10
5
  exports.default = OutlineEmbedIcon;
@@ -1,9 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlineEquationIcon = (props) => (react_1.default.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.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" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlineEquationIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: (0, jsx_runtime_1.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" }) }));
9
5
  exports.default = OutlineEquationIcon;
@@ -1,15 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlineFigureIcon = (props) => (react_1.default.createElement("svg", { width: "11", height: "14", viewBox: "0 0 11 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.createElement("g", { clipPath: "url(#clip0_203_2510)" },
9
- react_1.default.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" }),
10
- react_1.default.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" }),
11
- react_1.default.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" })),
12
- react_1.default.createElement("defs", null,
13
- react_1.default.createElement("clipPath", { id: "clip0_203_2510" },
14
- react_1.default.createElement("rect", { width: "11", height: "14", fill: "white" })))));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlineFigureIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "11", height: "14", viewBox: "0 0 11 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsxs)("g", { clipPath: "url(#clip0_203_2510)", children: [(0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" })] }), (0, jsx_runtime_1.jsx)("defs", { children: (0, jsx_runtime_1.jsx)("clipPath", { id: "clip0_203_2510", children: (0, jsx_runtime_1.jsx)("rect", { width: "11", height: "14", fill: "white" }) }) })] }));
15
5
  exports.default = OutlineFigureIcon;
@@ -1,12 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlineManuscriptIcon = (props) => (react_1.default.createElement("svg", { width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.createElement("rect", { x: "1.25", y: "1.25", width: "13.5", height: "15.5", rx: "1.75", stroke: "#FFBD26", strokeWidth: "1.5" }),
9
- react_1.default.createElement("rect", { x: "4.375", y: "4.375", width: "4.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }),
10
- react_1.default.createElement("rect", { x: "4.375", y: "8.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }),
11
- react_1.default.createElement("rect", { x: "4.375", y: "12.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlineManuscriptIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "16", height: "18", viewBox: "0 0 16 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.jsx)("rect", { x: "1.25", y: "1.25", width: "13.5", height: "15.5", rx: "1.75", stroke: "#FFBD26", strokeWidth: "1.5" }), (0, jsx_runtime_1.jsx)("rect", { x: "4.375", y: "4.375", width: "4.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }), (0, jsx_runtime_1.jsx)("rect", { x: "4.375", y: "8.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" }), (0, jsx_runtime_1.jsx)("rect", { x: "4.375", y: "12.375", width: "7.25", height: "0.75", rx: "0.375", stroke: "#FFBD26", strokeWidth: "0.75" })] }));
12
5
  exports.default = OutlineManuscriptIcon;
@@ -1,9 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlineOrderedListIcon = (props) => (react_1.default.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.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" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlineOrderedListIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: (0, jsx_runtime_1.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" }) }));
9
5
  exports.default = OutlineOrderedListIcon;
@@ -1,9 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlineParagraphIcon = (props) => (react_1.default.createElement("svg", { width: "9", height: "14", viewBox: "0 0 9 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.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" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlineParagraphIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { width: "9", height: "14", viewBox: "0 0 9 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: (0, jsx_runtime_1.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" }) }));
9
5
  exports.default = OutlineParagraphIcon;
@@ -1,11 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlinePullQuoteIcon = (props) => (react_1.default.createElement("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.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" }),
9
- react_1.default.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" }),
10
- react_1.default.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" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlinePullQuoteIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" })] }));
11
5
  exports.default = OutlinePullQuoteIcon;
@@ -1,9 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlineSectionIcon = (props) => (react_1.default.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.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" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlineSectionIcon = (props) => ((0, jsx_runtime_1.jsx)("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: (0, jsx_runtime_1.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" }) }));
9
5
  exports.default = OutlineSectionIcon;
@@ -1,11 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlineTableIcon = (props) => (react_1.default.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.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" }),
9
- react_1.default.createElement("path", { d: "M16 7.5H3.5V8.5H16V7.5Z", fill: "#F35143", stroke: "#F35143" }),
10
- react_1.default.createElement("path", { d: "M7.61538 4.5H6.61538V13.5H7.61538V4.5Z", fill: "#F35143", stroke: "#F35143" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlineTableIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.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" }), (0, jsx_runtime_1.jsx)("path", { d: "M16 7.5H3.5V8.5H16V7.5Z", fill: "#F35143", stroke: "#F35143" }), (0, jsx_runtime_1.jsx)("path", { d: "M7.61538 4.5H6.61538V13.5H7.61538V4.5Z", fill: "#F35143", stroke: "#F35143" })] }));
11
5
  exports.default = OutlineTableIcon;
@@ -1,11 +1,5 @@
1
1
  "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
2
  Object.defineProperty(exports, "__esModule", { value: true });
6
- const react_1 = __importDefault(require("react"));
7
- const OutlineUnorderedListIcon = (props) => (react_1.default.createElement("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
8
- react_1.default.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" }),
9
- react_1.default.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" }),
10
- react_1.default.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" })));
3
+ const jsx_runtime_1 = require("react/jsx-runtime");
4
+ const OutlineUnorderedListIcon = (props) => ((0, jsx_runtime_1.jsxs)("svg", { width: "19", height: "18", viewBox: "0 0 19 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props, children: [(0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" }), (0, jsx_runtime_1.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" })] }));
11
5
  exports.default = OutlineUnorderedListIcon;