@fibery/ui-kit 1.36.1 → 1.37.0

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 (209) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/package.json +3 -3
  3. package/scripts/generate-icons.mjs +15 -1
  4. package/src/action-badge.tsx +5 -4
  5. package/src/actions-menu/actions-menu-confirmation.tsx +1 -12
  6. package/src/actions-menu/actions-menu-item.tsx +3 -3
  7. package/src/actions-menu/actions-menu-sub-command-menu.tsx +3 -0
  8. package/src/antd/ant-modal.tsx +17 -2
  9. package/src/antd/input.tsx +4 -3
  10. package/src/app-icon-with-fallback.tsx +5 -8
  11. package/src/app-icon-wrapper.tsx +4 -4
  12. package/src/appIcons.json +20 -0
  13. package/src/badge.tsx +14 -7
  14. package/src/beta-badge.tsx +21 -0
  15. package/src/button/actions-button-compact.tsx +1 -1
  16. package/src/button/base-button.tsx +4 -3
  17. package/src/button/button.tsx +89 -2
  18. package/src/button/icon-button.tsx +4 -2
  19. package/src/button/select-button.tsx +23 -8
  20. package/src/card-container.tsx +29 -65
  21. package/src/card-hidden-link.tsx +52 -0
  22. package/src/collapsible-section.tsx +13 -3
  23. package/src/color-picker/index.js +65 -60
  24. package/src/color-picker/swatch.tsx +28 -14
  25. package/src/command-menu/index.tsx +16 -11
  26. package/src/command-menu/nested-command-menu.tsx +8 -1
  27. package/src/context-menu/index.tsx +3 -3
  28. package/src/count-badge.tsx +57 -0
  29. package/src/date-picker/date-range-input.tsx +1 -1
  30. package/src/date-picker/fake-date-input.tsx +1 -1
  31. package/src/date-picker/relative-date-picker.tsx +1 -1
  32. package/src/date-picker/single-date-input.tsx +1 -1
  33. package/src/date-picker/utils.ts +9 -2
  34. package/src/design-system.ts +85 -50
  35. package/src/dropdown-menu/index.tsx +1 -1
  36. package/src/emoji-picker/emoji-picker-content-with-color.tsx +3 -9
  37. package/src/emoji-picker/icon-emoji-picker.tsx +75 -69
  38. package/src/emoji-picker/primitives/header.tsx +1 -0
  39. package/src/emoji-picker/primitives/search.tsx +12 -13
  40. package/src/error-alert/error-alert.tsx +19 -7
  41. package/src/field-app-icon.tsx +29 -0
  42. package/src/field-container.tsx +4 -2
  43. package/src/field-icon.tsx +26 -0
  44. package/src/field-type-icon.tsx +82 -0
  45. package/src/format-date-from-now.ts +1 -1
  46. package/src/guide-link.tsx +4 -3
  47. package/src/hint.tsx +10 -1
  48. package/src/html-styles.ts +15 -13
  49. package/src/icons/ast/AiFiberyBuild.ts +8 -0
  50. package/src/icons/ast/Anthropic.ts +8 -0
  51. package/src/icons/ast/Apple.ts +8 -0
  52. package/src/icons/ast/ArrowBottom.ts +1 -1
  53. package/src/icons/ast/ArrowForward.ts +1 -1
  54. package/src/icons/ast/ArrowLeft.ts +1 -1
  55. package/src/icons/ast/ArrowRight.ts +1 -1
  56. package/src/icons/ast/ArrowTop.ts +1 -1
  57. package/src/icons/ast/Crosshair.ts +8 -0
  58. package/src/icons/ast/Csv.ts +8 -0
  59. package/src/icons/ast/Document.ts +8 -0
  60. package/src/icons/ast/EntityCreate.ts +8 -0
  61. package/src/icons/ast/ExpandAll.ts +8 -0
  62. package/src/icons/ast/FiberyDesktopApp.ts +8 -0
  63. package/src/icons/ast/FiberyMono.ts +1 -1
  64. package/src/icons/ast/FileDownload.ts +8 -0
  65. package/src/icons/ast/GraduationCapFilled.ts +8 -0
  66. package/src/icons/ast/Home.ts +1 -1
  67. package/src/icons/ast/ImportFilled.ts +8 -0
  68. package/src/icons/ast/IntegrationsFilled.ts +8 -0
  69. package/src/icons/ast/LocationEdit.ts +8 -0
  70. package/src/icons/ast/MessagePlus.ts +8 -0
  71. package/src/icons/ast/OpenAi.ts +8 -0
  72. package/src/icons/ast/RicheditorMarkHighlight.ts +8 -0
  73. package/src/icons/ast/RicheditorMarkStrike.ts +1 -1
  74. package/src/icons/ast/RicheditorMarkUnderline.ts +1 -1
  75. package/src/icons/ast/SpaceApp.ts +8 -0
  76. package/src/icons/ast/SpaceGenerate.ts +8 -0
  77. package/src/icons/ast/SpaceList.ts +8 -0
  78. package/src/icons/ast/SpaceScratch.ts +8 -0
  79. package/src/icons/ast/SpaceTemplate.ts +8 -0
  80. package/src/icons/ast/SuggestIntegration.ts +8 -0
  81. package/src/icons/ast/TableLayout.ts +8 -0
  82. package/src/icons/ast/TemplatesFilled.ts +8 -0
  83. package/src/icons/ast/ThumbsDown.ts +8 -0
  84. package/src/icons/ast/ThumbsUp.ts +8 -0
  85. package/src/icons/ast/ViewDashboard.ts +8 -0
  86. package/src/icons/ast/WarningTriangleFilled.ts +8 -0
  87. package/src/icons/ast/Windows.ts +8 -0
  88. package/src/icons/ast/index.tsx +30 -0
  89. package/src/icons/react/AiFiberyBuild.tsx +13 -0
  90. package/src/icons/react/Anthropic.tsx +13 -0
  91. package/src/icons/react/Apple.tsx +13 -0
  92. package/src/icons/react/Crosshair.tsx +13 -0
  93. package/src/icons/react/Csv.tsx +13 -0
  94. package/src/icons/react/Document.tsx +13 -0
  95. package/src/icons/react/EntityCreate.tsx +13 -0
  96. package/src/icons/react/ExpandAll.tsx +13 -0
  97. package/src/icons/react/FiberyDesktopApp.tsx +13 -0
  98. package/src/icons/react/FileDownload.tsx +13 -0
  99. package/src/icons/react/GraduationCapFilled.tsx +13 -0
  100. package/src/icons/react/ImportFilled.tsx +13 -0
  101. package/src/icons/react/IntegrationsFilled.tsx +13 -0
  102. package/src/icons/react/LocationEdit.tsx +13 -0
  103. package/src/icons/react/MessagePlus.tsx +13 -0
  104. package/src/icons/react/OpenAi.tsx +13 -0
  105. package/src/icons/react/RicheditorMarkHighlight.tsx +13 -0
  106. package/src/icons/react/SpaceApp.tsx +13 -0
  107. package/src/icons/react/SpaceGenerate.tsx +13 -0
  108. package/src/icons/react/SpaceList.tsx +13 -0
  109. package/src/icons/react/SpaceScratch.tsx +13 -0
  110. package/src/icons/react/SpaceTemplate.tsx +13 -0
  111. package/src/icons/react/SuggestIntegration.tsx +13 -0
  112. package/src/icons/react/TableLayout.tsx +13 -0
  113. package/src/icons/react/TemplatesFilled.tsx +13 -0
  114. package/src/icons/react/ThumbsDown.tsx +13 -0
  115. package/src/icons/react/ThumbsUp.tsx +13 -0
  116. package/src/icons/react/ViewDashboard.tsx +13 -0
  117. package/src/icons/react/WarningTriangleFilled.tsx +13 -0
  118. package/src/icons/react/Windows.tsx +13 -0
  119. package/src/icons/react/index.tsx +30 -0
  120. package/src/icons/svg/ai-fibery-build.svg +24 -0
  121. package/src/icons/svg/anthropic.svg +3 -0
  122. package/src/icons/svg/apple.svg +4 -0
  123. package/src/icons/svg/arrow-bottom.svg +1 -1
  124. package/src/icons/svg/arrow-forward.svg +1 -1
  125. package/src/icons/svg/arrow-left.svg +1 -1
  126. package/src/icons/svg/arrow-right.svg +1 -1
  127. package/src/icons/svg/arrow-top.svg +1 -1
  128. package/src/icons/svg/crosshair.svg +4 -0
  129. package/src/icons/svg/csv.svg +3 -0
  130. package/src/icons/svg/document.svg +4 -0
  131. package/src/icons/svg/entity-create.svg +3 -0
  132. package/src/icons/svg/expand-all.svg +3 -0
  133. package/src/icons/svg/fibery-desktop-app.svg +101 -0
  134. package/src/icons/svg/fibery-mono.svg +6 -1
  135. package/src/icons/svg/file-download.svg +4 -0
  136. package/src/icons/svg/go-to.svg +1 -3
  137. package/src/icons/svg/graduation-cap-filled.svg +4 -0
  138. package/src/icons/svg/home.svg +4 -2
  139. package/src/icons/svg/import-filled.svg +4 -0
  140. package/src/icons/svg/integrations-filled.svg +4 -0
  141. package/src/icons/svg/location-edit.svg +13 -0
  142. package/src/icons/svg/message-plus.svg +4 -0
  143. package/src/icons/svg/open-ai.svg +3 -0
  144. package/src/icons/svg/open-as-page.svg +2 -3
  145. package/src/icons/svg/richeditor/mark/code.svg +4 -5
  146. package/src/icons/svg/richeditor/mark/em.svg +3 -2
  147. package/src/icons/svg/richeditor/mark/highlight.svg +3 -0
  148. package/src/icons/svg/richeditor/mark/strike.svg +3 -2
  149. package/src/icons/svg/richeditor/mark/strong.svg +3 -2
  150. package/src/icons/svg/richeditor/mark/underline.svg +4 -2
  151. package/src/icons/svg/space-app.svg +3 -0
  152. package/src/icons/svg/space-generate.svg +3 -0
  153. package/src/icons/svg/space-list.svg +4 -0
  154. package/src/icons/svg/space-scratch.svg +3 -0
  155. package/src/icons/svg/space-template.svg +3 -0
  156. package/src/icons/svg/suggest-integration.svg +4 -0
  157. package/src/icons/svg/table-layout.svg +3 -0
  158. package/src/icons/svg/templates-filled.svg +6 -0
  159. package/src/icons/svg/thumbs-down.svg +3 -0
  160. package/src/icons/svg/thumbs-up.svg +3 -0
  161. package/src/icons/svg/view-dashboard.svg +5 -0
  162. package/src/icons/svg/warning-triangle-filled.svg +3 -0
  163. package/src/icons/svg/windows.svg +15 -0
  164. package/src/icons/types.ts +2 -2
  165. package/src/integration-compact-info-button.tsx +3 -1
  166. package/src/layout-styles.ts +23 -0
  167. package/src/lists/list-row-surface.tsx +2 -1
  168. package/src/loaders.tsx +6 -6
  169. package/src/logo.tsx +23 -48
  170. package/src/mobile-styles.ts +2 -0
  171. package/src/new-badge.tsx +5 -6
  172. package/src/number-input/text-area-auto-sized.tsx +47 -0
  173. package/src/number-input/text-input-auto-sized.tsx +49 -0
  174. package/src/palette.ts +50 -50
  175. package/src/popup/index.tsx +1 -0
  176. package/src/rich-text-embed-error.tsx +2 -2
  177. package/src/select/{custom-select-partials → components}/menu.tsx +13 -7
  178. package/src/select/{custom-select-partials → components}/no-option-message.tsx +0 -1
  179. package/src/select/constants.ts +1 -0
  180. package/src/select/index.tsx +136 -145
  181. package/src/select/select-in-popover.tsx +103 -108
  182. package/src/select/styles.ts +60 -24
  183. package/src/shortcut-badge.tsx +1 -0
  184. package/src/tab-nav/tab-nav.tsx +12 -19
  185. package/src/theme-provider.tsx +9 -1
  186. package/src/toast/utils/toastify-item-name.ts +1 -1
  187. package/src/tooltip-if-overflown.tsx +9 -3
  188. package/src/type-badge-box.tsx +4 -2
  189. package/src/type-badge.tsx +20 -12
  190. package/src/unit/index.tsx +9 -1
  191. package/src/unit/loading-unit-value.tsx +1 -0
  192. package/src/unit/maybe-unit-value.tsx +3 -3
  193. package/src/unit/primitive.tsx +60 -41
  194. package/src/unit/styles.ts +12 -12
  195. package/src/unit/types.ts +5 -2
  196. package/src/unit/unit-button-group.tsx +6 -11
  197. package/src/unit/unit-content.tsx +13 -5
  198. package/src/unit/unit-with-title.tsx +6 -1
  199. package/src/unit/unit-with-tooltip.tsx +24 -9
  200. package/src/use-is-phone.tsx +12 -0
  201. package/src/workflow-progress-icon.tsx +1 -1
  202. package/src/number-input/text-area-with-autosize.tsx +0 -91
  203. package/src/number-input/text-inline-input-with-autosize.tsx +0 -60
  204. package/src/use-is-phone.ts +0 -5
  205. /package/src/select/{custom-select-partials → components}/clear-indicator.tsx +0 -0
  206. /package/src/select/{custom-select-partials → components}/drop-down-indicator.tsx +0 -0
  207. /package/src/select/{custom-select-partials → components}/group-heading.tsx +0 -0
  208. /package/src/select/{custom-select-partials → components}/menu-list-virtualized.tsx +0 -0
  209. /package/src/select/{custom-select-partials → components}/option.tsx +0 -0
@@ -0,0 +1,101 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_11012_44340)">
3
+ <path d="M15 0H5C2.23858 0 0 2.23858 0 5V15C0 17.7614 2.23858 20 5 20H15C17.7614 20 20 17.7614 20 15V5C20 2.23858 17.7614 0 15 0Z" fill="black"/>
4
+ <path d="M6.36804 14.8042C6.09619 14.8035 5.82964 14.728 5.59695 14.5859C5.36427 14.4437 5.17419 14.2403 5.04712 13.9973C4.92003 13.7543 4.86071 13.4809 4.87552 13.2065C4.89032 12.932 4.97869 12.6667 5.13117 12.4391L10.6941 4.18245C10.925 3.86886 11.2667 3.65754 11.648 3.5926C12.0292 3.52767 12.4205 3.61413 12.7402 3.83396C13.0599 4.05378 13.2832 4.38997 13.3637 4.77235C13.4442 5.15473 13.3754 5.55375 13.1718 5.8861L7.60889 14.1428C7.47117 14.3471 7.2861 14.5142 7.06978 14.6295C6.85348 14.7447 6.61255 14.8047 6.36804 14.8042Z" fill="url(#paint0_linear_11012_44340)" fill-opacity="0.5"/>
5
+ <path d="M9.36966 5.12149L8.64974 4.33691C8.37916 4.04175 8.00366 3.86738 7.60588 3.85216C7.20816 3.83694 6.82071 3.98211 6.52881 4.25573C6.23691 4.52936 6.06447 4.90903 6.04941 5.31122C6.03436 5.71341 6.17793 6.10518 6.44854 6.40033L6.82309 6.80832L8.30909 6.69568L9.36966 5.12149Z" fill="url(#paint1_linear_11012_44340)" fill-opacity="0.5"/>
6
+ <path d="M13.1765 6.906L14.8114 6.78207C14.8945 6.77577 14.9778 6.77651 15.0604 6.78417C15.1466 6.79184 15.2324 6.80709 15.3172 6.83003C15.7013 6.93415 16.0289 7.1883 16.2277 7.53666C16.4266 7.88495 16.4804 8.29887 16.3774 8.6873C16.2745 9.0758 16.0231 9.40702 15.6787 9.60809L8.55615 13.7637L13.1765 6.906Z" fill="url(#paint2_linear_11012_44340)" fill-opacity="0.5"/>
7
+ <path d="M10.4614 16.4286C10.1404 16.4291 9.82771 16.3255 9.56921 16.1331C9.31071 15.9406 9.12007 15.6694 9.02536 15.3593L8.71436 14.3385L10.3466 13.3862L11.7387 13.9394L11.8995 14.4654C12.0165 14.8497 11.9779 15.2653 11.792 15.6208C11.6061 15.9763 11.2884 16.2427 10.9084 16.3614C10.7635 16.4062 10.6129 16.4288 10.4614 16.4286Z" fill="url(#paint3_linear_11012_44340)" fill-opacity="0.5"/>
8
+ <path d="M14.3071 11.0757L10.9797 13.017L13.72 14.1058C13.8947 14.1738 14.0807 14.2078 14.268 14.206V14.205C14.6172 14.2048 14.9553 14.0814 15.2242 13.856C15.493 13.6308 15.6756 13.3177 15.7406 12.9708C15.8055 12.6238 15.7487 12.2649 15.58 11.9558C15.4112 11.6468 15.141 11.4069 14.8161 11.2777L14.3071 11.0757Z" fill="url(#paint4_linear_11012_44340)" fill-opacity="0.5"/>
9
+ <path d="M7.89761 7.30615L5.73814 10.5113L5.18608 10.5532C5.14843 10.5562 5.11076 10.5572 5.07311 10.5572C4.68467 10.5577 4.31118 10.4058 4.03129 10.1334C3.75141 9.86108 3.58695 9.48958 3.57256 9.09708C3.55818 8.70458 3.69498 8.32172 3.95416 8.02915C4.21335 7.73665 4.57469 7.55715 4.9621 7.52865L7.89761 7.30615Z" fill="url(#paint5_linear_11012_44340)" fill-opacity="0.5"/>
10
+ <path d="M6.36804 14.8042C6.09619 14.8035 5.82964 14.728 5.59695 14.5859C5.36427 14.4437 5.17419 14.2403 5.04712 13.9973C4.92003 13.7543 4.86071 13.4809 4.87552 13.2065C4.89032 12.932 4.97869 12.6667 5.13117 12.4391L10.6941 4.18245C10.925 3.86886 11.2667 3.65754 11.648 3.5926C12.0292 3.52767 12.4205 3.61413 12.7402 3.83396C13.0599 4.05378 13.2832 4.38997 13.3637 4.77235C13.4442 5.15473 13.3754 5.55375 13.1718 5.8861L7.60889 14.1428C7.47117 14.3471 7.2861 14.5142 7.06978 14.6295C6.85348 14.7447 6.61255 14.8047 6.36804 14.8042Z" fill="url(#paint6_linear_11012_44340)"/>
11
+ <path d="M6.36804 14.8042C6.09619 14.8035 5.82964 14.728 5.59695 14.5859C5.36427 14.4437 5.17419 14.2403 5.04712 13.9973C4.92003 13.7543 4.86071 13.4809 4.87552 13.2065C4.89032 12.932 4.97869 12.6667 5.13117 12.4391L10.6941 4.18245C10.925 3.86886 11.2667 3.65754 11.648 3.5926C12.0292 3.52767 12.4205 3.61413 12.7402 3.83396C13.0599 4.05378 13.2832 4.38997 13.3637 4.77235C13.4442 5.15473 13.3754 5.55375 13.1718 5.8861L7.60889 14.1428C7.47117 14.3471 7.2861 14.5142 7.06978 14.6295C6.85348 14.7447 6.61255 14.8047 6.36804 14.8042Z" fill="url(#paint7_linear_11012_44340)" fill-opacity="0.1"/>
12
+ <path d="M13.1765 6.906L14.8114 6.78207C14.8945 6.77577 14.9778 6.77651 15.0604 6.78417C15.1466 6.79184 15.2324 6.80709 15.3172 6.83003C15.7013 6.93415 16.0289 7.1883 16.2277 7.53666C16.4266 7.88495 16.4804 8.29887 16.3774 8.6873C16.2745 9.0758 16.0231 9.40702 15.6787 9.60809L8.55615 13.7637L13.1765 6.906Z" fill="url(#paint8_linear_11012_44340)"/>
13
+ <path d="M13.1765 6.906L14.8114 6.78207C14.8945 6.77577 14.9778 6.77651 15.0604 6.78417C15.1466 6.79184 15.2324 6.80709 15.3172 6.83003C15.7013 6.93415 16.0289 7.1883 16.2277 7.53666C16.4266 7.88495 16.4804 8.29887 16.3774 8.6873C16.2745 9.0758 16.0231 9.40702 15.6787 9.60809L8.55615 13.7637L13.1765 6.906Z" fill="url(#paint9_linear_11012_44340)" fill-opacity="0.1"/>
14
+ <path d="M10.4614 16.4286C10.1404 16.4291 9.82771 16.3255 9.56921 16.1331C9.31071 15.9406 9.12007 15.6694 9.02536 15.3593L8.71436 14.3385L10.3466 13.3862L11.7387 13.9394L11.8995 14.4654C12.0165 14.8497 11.9779 15.2653 11.792 15.6208C11.6061 15.9763 11.2884 16.2427 10.9084 16.3614C10.7635 16.4062 10.6129 16.4288 10.4614 16.4286Z" fill="url(#paint10_linear_11012_44340)"/>
15
+ <path d="M10.4614 16.4286C10.1404 16.4291 9.82771 16.3255 9.56921 16.1331C9.31071 15.9406 9.12007 15.6694 9.02536 15.3593L8.71436 14.3385L10.3466 13.3862L11.7387 13.9394L11.8995 14.4654C12.0165 14.8497 11.9779 15.2653 11.792 15.6208C11.6061 15.9763 11.2884 16.2427 10.9084 16.3614C10.7635 16.4062 10.6129 16.4288 10.4614 16.4286Z" fill="url(#paint11_linear_11012_44340)" fill-opacity="0.1"/>
16
+ <path d="M14.3071 11.0757L10.9797 13.017L13.72 14.1058C13.8947 14.1738 14.0807 14.2078 14.268 14.206C14.6172 14.2058 14.9553 14.0814 15.2242 13.856C15.493 13.6308 15.6756 13.3177 15.7406 12.9708C15.8055 12.6238 15.7487 12.2649 15.58 11.9558C15.4112 11.6468 15.141 11.4069 14.8161 11.2777L14.3071 11.0757Z" fill="url(#paint12_linear_11012_44340)"/>
17
+ <path d="M14.3071 11.0757L10.9797 13.017L13.72 14.1058C13.8947 14.1738 14.0807 14.2078 14.268 14.206C14.6172 14.2058 14.9553 14.0814 15.2242 13.856C15.493 13.6308 15.6756 13.3177 15.7406 12.9708C15.8055 12.6238 15.7487 12.2649 15.58 11.9558C15.4112 11.6468 15.141 11.4069 14.8161 11.2777L14.3071 11.0757Z" fill="url(#paint13_linear_11012_44340)" fill-opacity="0.1"/>
18
+ <path d="M7.89761 7.30615L5.73814 10.5113L5.18608 10.5532C5.14843 10.5562 5.11076 10.5572 5.07311 10.5572C4.68467 10.5577 4.31118 10.4058 4.03129 10.1334C3.75141 9.86108 3.58695 9.48958 3.57256 9.09708C3.55818 8.70458 3.69498 8.32172 3.95416 8.02915C4.21335 7.73665 4.57469 7.55715 4.9621 7.52865L7.89761 7.30615Z" fill="url(#paint14_linear_11012_44340)"/>
19
+ <path d="M7.89761 7.30615L5.73814 10.5113L5.18608 10.5532C5.14843 10.5562 5.11076 10.5572 5.07311 10.5572C4.68467 10.5577 4.31118 10.4058 4.03129 10.1334C3.75141 9.86108 3.58695 9.48958 3.57256 9.09708C3.55818 8.70458 3.69498 8.32172 3.95416 8.02915C4.21335 7.73665 4.57469 7.55715 4.9621 7.52865L7.89761 7.30615Z" fill="url(#paint15_linear_11012_44340)" fill-opacity="0.1"/>
20
+ <path d="M8.64974 4.33691L9.36966 5.12149L8.27288 6.7494L6.86824 6.85898L6.44854 6.40033C6.17793 6.10518 6.03436 5.71341 6.04941 5.31122C6.06447 4.90903 6.23691 4.52936 6.52881 4.25573C6.82071 3.98211 7.20816 3.83694 7.60588 3.85216C8.00366 3.86738 8.37916 4.04175 8.64974 4.33691Z" fill="url(#paint16_linear_11012_44340)"/>
21
+ <path d="M8.64974 4.33691L9.36966 5.12149L8.27288 6.7494L6.86824 6.85898L6.44854 6.40033C6.17793 6.10518 6.03436 5.71341 6.04941 5.31122C6.06447 4.90903 6.23691 4.52936 6.52881 4.25573C6.82071 3.98211 7.20816 3.83694 7.60588 3.85216C8.00366 3.86738 8.37916 4.04175 8.64974 4.33691Z" fill="url(#paint17_linear_11012_44340)" fill-opacity="0.1"/>
22
+ <path d="M6.52774 6.32761L6.86605 6.69731L8.24862 6.59198L9.23355 5.13132L8.57083 4.40936L8.47183 4.3117C8.23169 4.09699 7.92469 3.97185 7.60198 3.95945C7.23305 3.94533 6.87349 4.07993 6.60238 4.33403L6.50542 4.43378C6.29295 4.67672 6.1689 4.98815 6.15665 5.31548L6.15804 5.45498C6.17488 5.7327 6.27243 5.99933 6.43845 6.22088L6.52774 6.32761ZM6.52774 6.32761L6.44822 6.40015L6.47263 6.37713L6.52774 6.32761ZM11.6512 14.0195L11.797 14.4965C11.8923 14.8095 11.8764 15.1448 11.7551 15.4452L11.6973 15.5715C11.546 15.8607 11.301 16.0862 11.006 16.2118L10.8763 16.2593C10.7755 16.2903 10.672 16.31 10.5672 16.3178L10.4619 16.3213C10.2013 16.3218 9.94569 16.2488 9.72526 16.1107L9.63319 16.0472C9.39319 15.8685 9.21562 15.6164 9.12748 15.328L8.84148 14.3878L10.3552 13.5046L11.6512 14.0195ZM11.6658 3.69856C11.9752 3.64588 12.2919 3.70022 12.565 3.85133L12.6794 3.92248C12.9391 4.10108 13.131 4.3624 13.2248 4.66327L13.259 4.7944C13.3338 5.14991 13.2695 5.5207 13.0805 5.82956L7.52033 14.0829C7.42448 14.2252 7.30348 14.348 7.16462 14.4456L7.01951 14.5349C6.81875 14.6419 6.59481 14.698 6.368 14.6975L6.27383 14.694C6.0547 14.6783 5.84195 14.6098 5.65302 14.4945C5.43702 14.3625 5.26055 14.1735 5.14242 13.9476C5.03905 13.7499 4.98354 13.5308 4.98059 13.308L4.98268 13.2124C4.99473 12.989 5.05879 12.7721 5.16962 12.5797L5.21985 12.4988L10.7807 4.24614C10.9684 3.99111 11.2348 3.809 11.5354 3.72716L11.6658 3.69856ZM14.7762 11.3771C15.0776 11.497 15.3287 11.7198 15.4856 12.007C15.6228 12.2584 15.6805 12.5455 15.6523 12.8294L15.6349 12.9508C15.582 13.2331 15.4455 13.4913 15.245 13.6916L15.155 13.7739C14.9053 13.983 14.5915 14.0974 14.2677 14.0975H14.2349C14.0721 14.0953 13.9106 14.0654 13.7585 14.0062L11.2236 12.9983L14.3158 11.1944L14.7762 11.3771ZM15.0503 6.89123H15.051C15.0909 6.89478 15.1307 6.90021 15.1703 6.90727L15.2889 6.93378C15.6008 7.01831 15.8728 7.20954 16.0597 7.47297L16.135 7.59018C16.2966 7.8734 16.3551 8.20347 16.3031 8.52347L16.2738 8.66018C16.19 8.97633 16.0005 9.25126 15.7402 9.44004L15.6244 9.5154L8.90569 13.4356L13.236 7.00841L14.8195 6.88913C14.858 6.88622 14.8968 6.88462 14.9353 6.88495L15.0503 6.89123ZM5.67813 10.4083L5.17799 10.4466C5.1442 10.4493 5.109 10.4501 5.07336 10.4501C4.7582 10.4505 4.45307 10.3423 4.2077 10.146L4.10587 10.0567C3.84596 9.80375 3.69308 9.4584 3.67967 9.0934C3.66795 8.77383 3.76408 8.46133 3.94962 8.20611L4.03472 8.10004C4.24531 7.86254 4.5282 7.70561 4.8362 7.65226L4.97013 7.63554L7.68426 7.42904L5.67813 10.4083Z" stroke="white" stroke-opacity="0.1" stroke-width="0.3"/>
23
+ </g>
24
+ <defs>
25
+ <linearGradient id="paint0_linear_11012_44340" x1="10.0001" y1="3.57153" x2="10.0001" y2="16.4287" gradientUnits="userSpaceOnUse">
26
+ <stop stop-color="#7FE8D4"/>
27
+ <stop offset="1" stop-color="#00D2AB"/>
28
+ </linearGradient>
29
+ <linearGradient id="paint1_linear_11012_44340" x1="10.0002" y1="3.57165" x2="10.0002" y2="16.4288" gradientUnits="userSpaceOnUse">
30
+ <stop stop-color="#7FE8D4"/>
31
+ <stop offset="1" stop-color="#00D2AB"/>
32
+ </linearGradient>
33
+ <linearGradient id="paint2_linear_11012_44340" x1="10" y1="3.57152" x2="10" y2="16.4287" gradientUnits="userSpaceOnUse">
34
+ <stop stop-color="#7FE8D4"/>
35
+ <stop offset="1" stop-color="#00D2AB"/>
36
+ </linearGradient>
37
+ <linearGradient id="paint3_linear_11012_44340" x1="10.0001" y1="3.57144" x2="10.0001" y2="16.4286" gradientUnits="userSpaceOnUse">
38
+ <stop stop-color="#7FE8D4"/>
39
+ <stop offset="1" stop-color="#00D2AB"/>
40
+ </linearGradient>
41
+ <linearGradient id="paint4_linear_11012_44340" x1="10.0002" y1="3.57154" x2="10.0002" y2="16.4287" gradientUnits="userSpaceOnUse">
42
+ <stop stop-color="#7FE8D4"/>
43
+ <stop offset="1" stop-color="#00D2AB"/>
44
+ </linearGradient>
45
+ <linearGradient id="paint5_linear_11012_44340" x1="10.0001" y1="3.57151" x2="10.0001" y2="16.4287" gradientUnits="userSpaceOnUse">
46
+ <stop stop-color="#7FE8D4"/>
47
+ <stop offset="1" stop-color="#00D2AB"/>
48
+ </linearGradient>
49
+ <linearGradient id="paint6_linear_11012_44340" x1="10.0001" y1="3.57153" x2="10.0001" y2="16.4287" gradientUnits="userSpaceOnUse">
50
+ <stop stop-color="#7FE8D4"/>
51
+ <stop offset="1" stop-color="#20AE9F"/>
52
+ </linearGradient>
53
+ <linearGradient id="paint7_linear_11012_44340" x1="12.8857" y1="3.57153" x2="5.39783" y2="14.5658" gradientUnits="userSpaceOnUse">
54
+ <stop stop-opacity="0"/>
55
+ <stop offset="1"/>
56
+ </linearGradient>
57
+ <linearGradient id="paint8_linear_11012_44340" x1="10" y1="3.57152" x2="10" y2="16.4287" gradientUnits="userSpaceOnUse">
58
+ <stop stop-color="#7FE8D4"/>
59
+ <stop offset="1" stop-color="#20AE9F"/>
60
+ </linearGradient>
61
+ <linearGradient id="paint9_linear_11012_44340" x1="12.8856" y1="3.57152" x2="5.39774" y2="14.5658" gradientUnits="userSpaceOnUse">
62
+ <stop stop-opacity="0"/>
63
+ <stop offset="1"/>
64
+ </linearGradient>
65
+ <linearGradient id="paint10_linear_11012_44340" x1="10.0001" y1="3.57144" x2="10.0001" y2="16.4286" gradientUnits="userSpaceOnUse">
66
+ <stop stop-color="#7FE8D4"/>
67
+ <stop offset="1" stop-color="#20AE9F"/>
68
+ </linearGradient>
69
+ <linearGradient id="paint11_linear_11012_44340" x1="12.8856" y1="3.57144" x2="5.3978" y2="14.5657" gradientUnits="userSpaceOnUse">
70
+ <stop stop-opacity="0"/>
71
+ <stop offset="1"/>
72
+ </linearGradient>
73
+ <linearGradient id="paint12_linear_11012_44340" x1="10.0002" y1="3.57154" x2="10.0002" y2="16.4287" gradientUnits="userSpaceOnUse">
74
+ <stop stop-color="#7FE8D4"/>
75
+ <stop offset="1" stop-color="#20AE9F"/>
76
+ </linearGradient>
77
+ <linearGradient id="paint13_linear_11012_44340" x1="12.8857" y1="3.57154" x2="5.39789" y2="14.5658" gradientUnits="userSpaceOnUse">
78
+ <stop stop-opacity="0"/>
79
+ <stop offset="1"/>
80
+ </linearGradient>
81
+ <linearGradient id="paint14_linear_11012_44340" x1="10.0001" y1="3.57151" x2="10.0001" y2="16.4287" gradientUnits="userSpaceOnUse">
82
+ <stop stop-color="#7FE8D4"/>
83
+ <stop offset="1" stop-color="#20AE9F"/>
84
+ </linearGradient>
85
+ <linearGradient id="paint15_linear_11012_44340" x1="12.8857" y1="3.57151" x2="5.39784" y2="14.5658" gradientUnits="userSpaceOnUse">
86
+ <stop stop-opacity="0"/>
87
+ <stop offset="1"/>
88
+ </linearGradient>
89
+ <linearGradient id="paint16_linear_11012_44340" x1="10.0002" y1="3.57165" x2="10.0002" y2="16.4288" gradientUnits="userSpaceOnUse">
90
+ <stop stop-color="#7FE8D4"/>
91
+ <stop offset="1" stop-color="#20AE9F"/>
92
+ </linearGradient>
93
+ <linearGradient id="paint17_linear_11012_44340" x1="12.8857" y1="3.57165" x2="5.39789" y2="14.5659" gradientUnits="userSpaceOnUse">
94
+ <stop stop-opacity="0"/>
95
+ <stop offset="1"/>
96
+ </linearGradient>
97
+ <clipPath id="clip0_11012_44340">
98
+ <rect width="20" height="20" fill="white"/>
99
+ </clipPath>
100
+ </defs>
101
+ </svg>
@@ -1,3 +1,8 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M16.7346 6.54387C17.062 6.76961 17.3041 7.10092 17.4212 7.4837C17.5392 7.86791 17.5243 8.28131 17.3788 8.65577C17.2334 9.03024 16.9661 9.34344 16.621 9.54377L6.64047 15.3697C6.29717 15.5705 5.89658 15.6474 5.50438 15.5878C5.11218 15.5282 4.75164 15.3357 4.48188 15.0417C4.21212 14.7478 4.04914 14.3699 4.01966 13.97C3.99019 13.5701 4.09597 13.1719 4.31966 12.8408L10.8126 3.21274C11.082 2.84688 11.4807 2.60034 11.9255 2.52458C12.3703 2.44882 12.8269 2.5497 13.1999 2.80616C13.5729 3.06262 13.8335 3.45484 13.9274 3.90095C14.0212 4.34706 13.941 4.81257 13.7035 5.20032L9.96386 10.7574L13.4827 6.40339L15.6185 6.24088C16.0137 6.21133 16.4071 6.31814 16.7346 6.54387ZM9.57414 4.64029L8.42587 3.38811C8.1563 3.09429 7.79604 2.90173 7.40409 2.84196C7.01214 2.7822 6.61174 2.85877 6.26846 3.05914C5.92517 3.25951 5.65936 3.57181 5.51455 3.94487C5.36974 4.31794 5.35451 4.72967 5.47137 5.11263L5.92119 6.59045L7.3308 6.86989L4.11149 7.1119C3.71665 7.14351 3.3441 7.30964 3.05476 7.58312C2.76543 7.85661 2.57644 8.22126 2.5187 8.61744C2.46095 9.01363 2.53788 9.4179 2.73689 9.76414C2.93589 10.1104 3.24521 10.3781 3.61425 10.5235L5.15337 11.1338L9.57414 4.64029ZM15.1594 10.7258L8.38195 14.6554L8.86415 16.2478C9.00093 16.6974 9.30876 17.0737 9.71993 17.2938C10.1311 17.5139 10.6119 17.5599 11.0566 17.4216C11.5013 17.2833 11.8734 16.9721 12.0912 16.5564C12.3089 16.1406 12.3544 15.6545 12.2176 15.2049L11.9297 14.2614L10.8519 13.395L14.3488 14.7805C14.7175 14.9247 15.1236 14.9384 15.501 14.8193C15.8784 14.7003 16.2048 14.4556 16.427 14.125C16.6492 13.7944 16.7541 13.3975 16.7247 12.9989C16.6952 12.6003 16.5332 12.2236 16.2649 11.93L15.1594 10.7258Z" />
2
+ <path d="M12.2313 15.3227L12.4376 15.9978C12.5876 16.4909 12.5385 17.0242 12.3001 17.4804C12.0616 17.9366 11.6532 18.2782 11.1655 18.4305C10.9798 18.4879 10.7867 18.5172 10.5925 18.517C10.1807 18.5177 9.7792 18.3846 9.44753 18.1378C9.11593 17.8908 8.87117 17.5427 8.7495 17.1449L8.34944 15.8343L10.4446 14.6122L12.2313 15.3227Z" />
3
+ <path d="M12.1146 2.04344C12.6039 1.9601 13.1066 2.07075 13.517 2.35286C13.9271 2.63494 14.2139 3.06662 14.3171 3.55723C14.4203 4.04796 14.3314 4.5601 14.0702 4.98663L6.93149 15.5832C6.7548 15.8453 6.51722 16.0603 6.23971 16.2083C5.9621 16.3563 5.65231 16.433 5.33852 16.4323C4.98969 16.4314 4.64735 16.3344 4.34877 16.152C4.05028 15.9696 3.8065 15.7084 3.64345 15.3967C3.4804 15.0849 3.40469 14.7341 3.42362 14.3819C3.44262 14.0297 3.55612 13.6884 3.7518 13.3964L10.8905 2.80085C11.1867 2.39843 11.6254 2.12679 12.1146 2.04344Z" />
4
+ <path d="M16.1809 11.9065C16.5978 12.0724 16.9448 12.3799 17.1613 12.7765C17.3778 13.173 17.4498 13.6337 17.3666 14.0788C17.2832 14.524 17.0489 14.9263 16.7039 15.2154C16.3591 15.5043 15.9255 15.6641 15.4777 15.6644C15.2373 15.6668 14.9978 15.6225 14.7734 15.5353L11.2572 14.1381L15.5277 11.6471L16.1809 11.9065Z" />
5
+ <path d="M16.4945 6.13891C16.605 6.14875 16.7152 6.16886 16.8238 6.19829C17.3167 6.3319 17.7375 6.65777 17.9927 7.10469C18.2479 7.55171 18.3165 8.08348 18.1844 8.58202C18.0522 9.08051 17.7294 9.50543 17.2874 9.76346L8.14732 15.0966L14.0764 6.29622L16.1747 6.13682C16.2813 6.12877 16.3885 6.12909 16.4945 6.13891Z" />
6
+ <path d="M4.53005 10.923L3.8216 10.9762C3.77333 10.98 3.72506 10.9814 3.67679 10.9814C3.17832 10.9821 2.6993 10.787 2.34011 10.4375C1.98102 10.0881 1.77005 9.61169 1.75147 9.10815C1.733 8.60443 1.9085 8.11253 2.24113 7.73709C2.57367 7.36186 3.03709 7.132 3.53405 7.09531L7.30134 6.80881L4.53005 10.923Z" />
7
+ <path d="M6.92732 2.37682C7.43776 2.39638 7.91984 2.62003 8.26713 2.9988L9.19124 4.00522L7.78372 6.09515L5.98029 6.2358L5.44166 5.64716C5.09439 5.26836 4.91081 4.76515 4.93012 4.24901C4.94946 3.73294 5.17031 3.24577 5.5448 2.89462C5.91939 2.54345 6.41686 2.35729 6.92732 2.37682Z" />
3
8
  </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.0289 12.5303L10.5301 15.0303C10.2373 15.3232 9.76267 15.3232 9.46992 15.0303L6.97111 12.5303C6.67835 12.2374 6.67835 11.7626 6.97111 11.4697C7.26386 11.1768 7.73851 11.1768 8.03126 11.4697L9.25035 12.6893V8.75C9.25035 8.33579 9.58598 8 9.99999 8C10.414 8 10.7496 8.33579 10.7496 8.75V12.6893L11.9687 11.4697C12.2615 11.1768 12.7361 11.1768 13.0289 11.4697C13.3216 11.7626 13.3216 12.2374 13.0289 12.5303Z" />
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.74527 1.5C4.2272 1.5 2.99657 2.73123 2.99658 4.25002L2.99665 15.75C2.99665 17.2688 4.22728 18.5 5.74532 18.5H14.2479C15.766 18.5 16.9966 17.2688 16.9966 15.75V6.74668C16.9966 6.54748 16.9174 6.35646 16.7764 6.21576L12.2719 1.71909C12.1314 1.5788 11.941 1.50001 11.7424 1.50001L5.74527 1.5ZM4.49586 4.25001C4.49586 3.55965 5.05524 3 5.74527 3L10.9928 3.00001V5.91334C10.9928 6.33327 11.1595 6.736 11.4563 7.03293C11.7531 7.32986 12.1556 7.49668 12.5754 7.49668H15.4973V15.75C15.4973 16.4404 14.9379 17 14.2479 17H5.74532C5.0553 17 4.49593 16.4404 4.49593 15.75L4.49586 4.25001ZM14.4343 5.99668L12.4921 4.05783V5.91334C12.4921 5.93545 12.5009 5.95664 12.5165 5.97227C12.5321 5.9879 12.5533 5.99668 12.5754 5.99668H14.4343Z" />
4
+ </svg>
@@ -1,5 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <g id="go-to">
3
- <path id="Vector" fill-rule="evenodd" clip-rule="evenodd" d="M4.43431 13.4343C4.12189 13.7467 4.12189 14.2532 4.43431 14.5656C4.74673 14.8781 5.25326 14.8781 5.56568 14.5656L9.56568 10.5656C9.87808 10.2532 9.87808 9.74669 9.56568 9.43427L5.56568 5.43427C5.25326 5.12185 4.74673 5.12185 4.43431 5.43427C4.12189 5.74669 4.12189 6.25322 4.43431 6.56564L7.86858 9.99995L4.43431 13.4343ZM10.4343 13.4343C10.1219 13.7467 10.1219 14.2532 10.4343 14.5656C10.7467 14.8781 11.2533 14.8781 11.5657 14.5656L15.5657 10.5656C15.8781 10.2532 15.8781 9.74669 15.5657 9.43427L11.5657 5.43427C11.2533 5.12185 10.7467 5.12185 10.4343 5.43427C10.1219 5.74669 10.1219 6.25322 10.4343 6.56564L13.8686 9.99995L10.4343 13.4343Z" />
4
- </g>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.43431 13.4343C4.12189 13.7467 4.12189 14.2532 4.43431 14.5656C4.74673 14.8781 5.25326 14.8781 5.56568 14.5656L9.56568 10.5656C9.87808 10.2532 9.87808 9.74669 9.56568 9.43427L5.56568 5.43427C5.25326 5.12185 4.74673 5.12185 4.43431 5.43427C4.12189 5.74669 4.12189 6.25322 4.43431 6.56564L7.86858 9.99995L4.43431 13.4343ZM10.4343 13.4343C10.1219 13.7467 10.1219 14.2532 10.4343 14.5656C10.7467 14.8781 11.2533 14.8781 11.5657 14.5656L15.5657 10.5656C15.8781 10.2532 15.8781 9.74669 15.5657 9.43427L11.5657 5.43427C11.2533 5.12185 10.7467 5.12185 10.4343 5.43427C10.1219 5.74669 10.1219 6.25322 10.4343 6.56564L13.8686 9.99995L10.4343 13.4343Z" fill="black"/>
5
3
  </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <path d="M11.6536 13.7666C11.1436 14.0288 10.5714 14.1666 10.0002 14.1666C9.42919 14.1666 8.85469 14.0277 8.34581 13.7655L3.88916 11.4722V15.5566C3.88916 17.5622 6.96362 18.6122 10.0002 18.6122C13.0369 18.6122 16.1114 17.5622 16.1114 15.5566V11.4722L11.6536 13.7666Z" />
3
+ <path d="M18.5769 10.2512C18.548 9.35563 18.6391 8.46119 18.8169 7.58231C18.8369 7.43781 18.8891 7.37006 18.8891 7.08338C18.8891 6.41563 18.5202 5.81006 17.9269 5.50451L10.8913 1.88229C10.3336 1.59451 9.66688 1.59562 9.10913 1.88229L2.07355 5.50562C1.48022 5.81118 1.11133 6.41563 1.11133 7.08338C1.11133 7.75119 1.48022 8.35675 2.07355 8.66231L9.10913 12.2834C9.388 12.4268 9.69357 12.4989 10.0002 12.4989C10.3069 12.4989 10.6124 12.4268 10.8913 12.2834L16.948 9.16563C16.9269 9.5445 16.898 9.92338 16.9102 10.3034C16.9369 11.1612 17.0502 12.0212 17.2447 12.8601C17.3336 13.2456 17.6769 13.5056 18.0547 13.5056C18.118 13.5056 18.1802 13.4989 18.2436 13.4834C18.6913 13.3801 18.9713 12.9323 18.868 12.4845C18.6991 11.7512 18.6002 11.0012 18.5769 10.2512Z" />
4
+ </svg>
@@ -1,2 +1,4 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon"><path d="M6.5,14.5 L6.5,15 C6.77614,15 7,14.7761 7,14.5 L6.5,14.5 Z M6.5,10.5 L6.5,10 C6.22386,10 6,10.22386 6,10.5 L6.5,10.5 Z M9.5,10.5 L10,10.5 C10,10.22386 9.77614,10 9.5,10 L9.5,10.5 Z M9.5,14.5 L9,14.5 C9,14.7761 9.22386,15 9.5,15 L9.5,14.5 Z M13.5,14.5 L13.5,15 C13.7761,15 14,14.7761 14,14.5 L13.5,14.5 Z M13.5,9.5 L13.5,9 C13.2239,9 13,9.22386 13,9.5 L13.5,9.5 Z M15.5,8 L16,8 C16,7.86739 15.9473,7.74021 15.8536,7.64645 L15.5,8 Z M8,0.5 L8.35355,0.146447 C8.15829,-0.048816 7.84171,-0.048816 7.64645,0.146447 L8,0.5 Z M0.5,8 L0.146447,7.64645 C0.052678,7.74021 0,7.86739 0,8 L0.5,8 Z M2.5,9.5 L3,9.5 C3,9.22386 2.77614,9 2.5,9 L2.5,9.5 Z M2.5,14.5 L2,14.5 C2,14.7761 2.22386,15 2.5,15 L2.5,14.5 Z M0.5,9.5 L0,9.5 C0,9.77614 0.223858,10 0.5,10 L0.5,9.5 Z M15.5,9.5 L15.5,10 C15.7761,10 16,9.77614 16,9.5 L15.5,9.5 Z M7,14.5 L7,10.5 L6,10.5 L6,14.5 L7,14.5 Z M6.5,11 L9.5,11 L9.5,10 L6.5,10 L6.5,11 Z M9,10.5 L9,14.5 L10,14.5 L10,10.5 L9,10.5 Z M9.5,15 L13.5,15 L13.5,14 L9.5,14 L9.5,15 Z M14,14.5 L14,9.5 L13,9.5 L13,14.5 L14,14.5 Z M15.8536,7.64645 L8.35355,0.146447 L7.64645,0.853553 L15.1464,8.35355 L15.8536,7.64645 Z M7.64645,0.146447 L0.146447,7.64645 L0.853553,8.35355 L8.35355,0.853553 L7.64645,0.146447 Z M2,9.5 L2,14.5 L3,14.5 L3,9.5 L2,9.5 Z M2.5,15 L6.5,15 L6.5,14 L2.5,14 L2.5,15 Z M0,8 L0,9.5 L1,9.5 L1,8 L0,8 Z M0.5,10 L2.5,10 L2.5,9 L0.5,9 L0.5,10 Z M15,8 L15,9.5 L16,9.5 L16,8 L15,8 Z M15.5,9 L13.5,9 L13.5,10 L15.5,10 L15.5,9 Z" transform="translate(2 2)" class="uiIcons"></path></svg>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16 7.54101C16 7.43817 15.9518 7.34034 15.8701 7.27832L10.1992 2.96874C10.0971 2.89092 9.95911 2.88023 9.84668 2.93945L9.80078 2.96874L4.13086 7.27832C4.04889 7.34059 4 7.4375 4 7.54101V15.375C4.00006 16.1541 4.63101 16.7852 5.41016 16.7852H14.5898C15.369 16.7852 15.9999 16.1541 16 15.375V7.54101ZM17.5 15.375C17.4999 16.9826 16.1974 18.2852 14.5898 18.2852H5.41016C3.80258 18.2852 2.50006 16.9826 2.5 15.375V7.54101C2.5 6.96849 2.76783 6.42897 3.22363 6.083L8.89258 1.77441L9.01855 1.68749C9.65953 1.27963 10.4939 1.30742 11.1074 1.77441L16.7764 6.083L16.9385 6.22167C17.2954 6.56477 17.5 7.04117 17.5 7.54101V15.375Z" />
3
+ <path d="M12.3908 12.527C12.6854 12.2869 13.1202 12.3042 13.3947 12.5788C13.6693 12.8535 13.6861 13.2881 13.4455 13.5827L13.3947 13.6393C11.5792 15.4549 8.66919 15.5115 6.78536 13.8092L6.60665 13.6393L6.55489 13.5827C6.31459 13.2881 6.33205 12.8534 6.60665 12.5788C6.88126 12.3042 7.31598 12.2867 7.61056 12.527L7.6672 12.5788L7.79025 12.696C9.08525 13.8659 11.0862 13.8267 12.3342 12.5788L12.3908 12.527Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.1667 6.66666H10.8334V12.71L12.7445 10.7989C13.07 10.4733 13.5978 10.4733 13.9234 10.7989C14.2489 11.1244 14.2489 11.6522 13.9234 11.9778L10.59 15.3111C10.4278 15.4733 10.2145 15.5556 10.0011 15.5556C9.78781 15.5556 9.57447 15.4744 9.41225 15.3111L6.07892 11.9778C5.75336 11.6522 5.75336 11.1244 6.07892 10.7989C6.40447 10.4733 6.93225 10.4733 7.25781 10.7989L9.16892 12.71V6.66666H5.83558C4.15003 6.66666 2.78003 8.03666 2.78003 9.72222V15.8333C2.78003 17.5189 4.15003 18.8889 5.83558 18.8889H14.1689C15.8545 18.8889 17.2245 17.5189 17.2245 15.8333V9.72222C17.2245 8.03666 15.8545 6.66666 14.1689 6.66666H14.1667Z" />
3
+ <path d="M10.8334 6.72V1.94444C10.8334 1.48444 10.4601 1.11111 10.0001 1.11111C9.54008 1.11111 9.16675 1.48444 9.16675 1.94444V6.72H10.8334Z" />
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M10.0002 18.8889C5.09911 18.8889 1.11133 14.9011 1.11133 10.0001C1.11133 5.09893 5.09911 1.11115 10.0002 1.11115C14.9013 1.11115 18.8891 5.09893 18.8891 10.0001C18.8891 12.9889 17.4002 15.7611 14.9058 17.4134C14.5224 17.6656 14.0047 17.5623 13.7502 17.1801C13.4958 16.7967 13.6002 16.2789 13.9836 16.0245C16.0113 14.6811 17.2213 12.4289 17.2213 10.0001C17.2213 6.01781 13.9813 2.77781 9.99913 2.77781C6.01688 2.77781 2.778 6.01781 2.778 10.0001C2.778 13.7011 5.57577 16.7601 9.16688 17.1745V14.5589C9.16688 14.0989 9.54019 13.7256 10.0002 13.7256C10.4602 13.7256 10.8336 14.0989 10.8336 14.5589V18.0545C10.8336 18.5145 10.4602 18.8889 10.0002 18.8889Z" />
3
+ <path d="M13.2857 7.77769H12.7979V6.16659C12.7979 5.70659 12.4246 5.33325 11.9646 5.33325C11.5046 5.33325 11.1312 5.70659 11.1312 6.16659V7.77769H8.87012V6.16659C8.87012 5.70659 8.49681 5.33325 8.03681 5.33325C7.57681 5.33325 7.20343 5.70659 7.20343 6.16659V7.77769H6.71568C5.64346 7.77769 4.77124 8.64994 4.77124 9.72213V10.1621C4.77124 13.0466 7.11681 15.3921 10.0012 15.3921C12.8857 15.3921 15.2312 13.0466 15.2312 10.1621V9.72213C15.2312 8.64994 14.359 7.77769 13.2868 7.77769H13.2857Z" />
4
+ </svg>
@@ -0,0 +1,13 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ fill-rule="evenodd"
4
+ clip-rule="evenodd"
5
+ d="M14.4268 11.5127C15.1101 10.8294 16.218 10.8294 16.9014 11.5127L17.4873 12.0986C18.1706 12.782 18.1706 13.8899 17.4873 14.5732L14.3262 17.7344C14.2359 17.8247 14.1238 17.8908 14.001 17.9258L11.2051 18.7217C10.9435 18.796 10.662 18.7226 10.4697 18.5303C10.2775 18.338 10.204 18.0565 10.2783 17.7949L11.0742 14.999L11.1064 14.9092C11.1439 14.8216 11.1979 14.7416 11.2656 14.6738L14.4268 11.5127ZM15.8408 12.5732C15.7432 12.4758 15.5849 12.4757 15.4873 12.5732L12.4639 15.5957L12.0898 16.9092L13.4033 16.5352L16.4268 13.5127C16.5243 13.4151 16.5242 13.2568 16.4268 13.1592L15.8408 12.5732Z"
6
+ />
7
+ <path
8
+ fill-rule="evenodd"
9
+ clip-rule="evenodd"
10
+ d="M9.25 6C10.769 6 12 7.23193 12 8.75C12 10.2681 10.769 11.5 9.25 11.5C7.73104 11.5 6.5 10.2681 6.5 8.75C6.5 7.23193 7.73104 6 9.25 6ZM9.25 7.5C8.55976 7.5 8 8.06007 8 8.75C8 9.43993 8.55976 10 9.25 10C9.94024 10 10.5 9.43993 10.5 8.75C10.5 8.06007 9.94024 7.5 9.25 7.5Z"
11
+ />
12
+ <path d="M8.63574 16.1084C8.98681 16.3277 9.0941 16.7903 8.875 17.1416C8.65582 17.4929 8.19319 17.5998 7.8418 17.3809C6.7957 16.7284 5.47582 15.6006 4.41113 14.1387C3.34573 12.6756 2.5 10.8271 2.5 8.75C2.5 5.02392 5.52195 2 9.25 2C12.9781 2 16 5.02392 16 8.75C16 9.16421 15.6642 9.5 15.25 9.5C14.8358 9.5 14.5 9.16421 14.5 8.75C14.5 5.85208 12.1493 3.5 9.25 3.5C6.35065 3.5 4 5.85208 4 8.75C4 10.4142 4.6792 11.9586 5.62305 13.2549C6.56767 14.5521 7.74267 15.5514 8.63574 16.1084Z" />
13
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.25 2.5C16.7695 2.5 18 3.73203 18 5.25V9.59277C18 10.007 17.6642 10.3428 17.25 10.3428C16.8358 10.3428 16.5 10.007 16.5 9.59277V5.25C16.5 4.55997 15.9405 4 15.25 4H4.75C4.05946 4 3.5 4.55997 3.5 5.25V12.25C3.5 12.94 4.05946 13.5 4.75 13.5H6.75C7.16421 13.5 7.5 13.8358 7.5 14.25V15.6895L8.53223 14.8643C8.85564 14.6058 9.32727 14.6582 9.58594 14.9814C9.84466 15.3049 9.79222 15.7774 9.46875 16.0361L7.21875 17.8359C6.99362 18.016 6.68464 18.0507 6.4248 17.9258C6.16514 17.8008 6 17.5382 6 17.25V15H4.75C3.23054 15 2 13.768 2 12.25V5.25C2 3.73203 3.23054 2.5 4.75 2.5H15.25Z" />
3
+ <path d="M14.75 11.5C15.1642 11.5 15.5 11.8358 15.5 12.25V14H17.25C17.6642 14 18 14.3358 18 14.75C18 15.1642 17.6642 15.5 17.25 15.5H15.5V17.25C15.5 17.6642 15.1642 18 14.75 18C14.3358 18 14 17.6642 14 17.25V15.5H12.25C11.8358 15.5 11.5 15.1642 11.5 14.75C11.5 14.3358 11.8358 14 12.25 14H14V12.25C14 11.8358 14.3358 11.5 14.75 11.5Z" />
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.5007 8.41235C17.697 7.82325 17.7651 7.19899 17.7004 6.58143C17.6357 5.96387 17.4396 5.36728 17.1255 4.83169C16.6602 4.02145 15.9497 3.37995 15.0962 2.99972C14.2428 2.61949 13.2907 2.52019 12.3772 2.71615C11.9644 2.25239 11.4576 1.8818 10.8905 1.62902C10.3234 1.37624 9.70903 1.24706 9.08817 1.25005C8.15417 1.24835 7.24371 1.54298 6.48778 2.09154C5.73185 2.6401 5.16942 3.41432 4.8814 4.3028C4.27299 4.42801 3.69822 4.68134 3.19533 5.04594C2.69243 5.41054 2.27294 5.87805 1.96476 6.41737C1.49654 7.22577 1.29689 8.16189 1.39455 9.09098C1.49221 10.0201 1.88215 10.8942 2.50823 11.5876C2.31193 12.1767 2.24385 12.801 2.30858 13.4185C2.3733 14.0361 2.56933 14.6327 2.8835 15.1683C3.34877 15.9787 4.0595 16.6203 4.91313 17.0006C5.76675 17.3808 6.71911 17.48 7.63276 17.2838C8.04476 17.7485 8.55139 18.1198 9.11866 18.3727C9.68592 18.6255 10.3007 18.7541 10.9218 18.7499C11.8562 18.7517 12.767 18.4569 13.5232 17.9079C14.2793 17.359 14.8418 16.5842 15.1295 15.6952C15.7376 15.5697 16.312 15.3163 16.8145 14.9517C17.317 14.5871 17.7362 14.1197 18.0442 13.5806C18.5116 12.7724 18.7107 11.8369 18.6129 10.9084C18.5151 9.9799 18.1253 9.10635 17.4998 8.41332L17.5007 8.41235ZM10.9227 17.6056C10.1554 17.6073 9.41196 17.3388 8.82275 16.8473L8.92678 16.7889L12.4112 14.7765C12.4989 14.7269 12.5717 14.6548 12.6221 14.5676C12.6725 14.4804 12.6987 14.3813 12.698 14.2806V9.36609L14.1709 10.2168C14.1787 10.2203 14.1854 10.2259 14.1904 10.2329C14.1953 10.2399 14.1983 10.2481 14.1991 10.2566V14.3254C14.1983 15.1944 13.853 16.0277 13.2389 16.6426C12.6247 17.2575 11.7918 17.6038 10.9227 17.6056ZM3.8771 14.5956C3.49293 13.9318 3.35457 13.154 3.48627 12.3984L3.58933 12.4597L7.07374 14.4722C7.1605 14.5233 7.25936 14.5503 7.36006 14.5503C7.46076 14.5503 7.55962 14.5233 7.64638 14.4722L11.9008 12.0154V13.7167C11.9009 13.7255 11.899 13.7341 11.8953 13.742C11.8916 13.7499 11.8862 13.7569 11.8794 13.7624L8.35706 15.7963C7.60354 16.2302 6.70867 16.3475 5.86879 16.1224C5.02892 15.8973 4.31263 15.3482 3.8771 14.5956ZM2.95933 6.98903C3.34234 6.32433 3.94706 5.81564 4.66751 5.5521L4.66557 5.67265V9.69762C4.66463 9.79825 4.69064 9.8973 4.7409 9.98449C4.79117 10.0717 4.86385 10.1438 4.9514 10.1934L9.20581 12.6493L7.7329 13.4999C7.72595 13.505 7.71779 13.5081 7.70925 13.5089C7.70071 13.5098 7.6921 13.5084 7.68429 13.5048L4.15905 11.468C3.40699 11.0325 2.85829 10.3166 2.63322 9.47716C2.40816 8.63775 2.52508 7.74335 2.95836 6.99L2.95933 6.98903ZM15.0605 9.80553L10.807 7.34972L12.279 6.49903C12.2862 6.4938 12.2948 6.49066 12.3037 6.48998C12.3126 6.48929 12.3216 6.49108 12.3295 6.49514L15.8519 8.52902C16.3918 8.84046 16.8317 9.29933 17.1202 9.85185C17.4087 10.4044 17.5337 11.0277 17.4807 11.6487C17.4276 12.2697 17.1987 12.8628 16.8206 13.3584C16.4426 13.8539 15.9312 14.2315 15.3463 14.4469V10.3014C15.3474 10.2008 15.3216 10.1018 15.2715 10.0146C15.2214 9.92738 15.1489 9.8552 15.0614 9.80553M16.5275 7.59958L16.4235 7.53833L12.9391 5.52585C12.8522 5.47453 12.7532 5.44746 12.6523 5.44746C12.5514 5.44746 12.4524 5.47453 12.3655 5.52585L8.11207 7.98166V6.28126C8.11175 6.27268 8.11332 6.26414 8.11668 6.25624C8.12004 6.24834 8.12511 6.24128 8.13151 6.23556L11.6548 4.20364C12.1944 3.89229 12.8115 3.74108 13.4339 3.76771C14.0563 3.79433 14.6582 3.99769 15.1692 4.35397C15.6802 4.71026 16.0792 5.20473 16.3194 5.77952C16.5596 6.35431 16.6311 6.98562 16.5256 7.59958M7.31096 10.6329L5.83806 9.78123C5.83008 9.77779 5.82316 9.77229 5.81804 9.76528C5.81291 9.75827 5.80975 9.75001 5.80889 9.74137V5.67168C5.80941 5.04855 5.9874 4.43846 6.32204 3.91281C6.65668 3.38716 7.13411 2.9677 7.69847 2.70353C8.26283 2.43935 8.89076 2.34138 9.50877 2.4211C10.1268 2.50081 10.7093 2.75491 11.1882 3.15365L11.0841 3.21198L7.59971 5.22446C7.51197 5.27396 7.4391 5.34605 7.38866 5.43325C7.33822 5.52044 7.31207 5.61956 7.31291 5.72029L7.30999 10.6319L7.31096 10.6329ZM8.11109 8.90721L10.005 7.81249L11.8988 8.90623V11.0947L10.003 12.1875L8.10915 11.0937V8.90721H8.11109Z" />
3
+ </svg>
@@ -1,4 +1,3 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon">
3
- <path d="M16.25 3L12 3.00001C11.5858 3.00001 11.25 3.3358 11.25 3.75001C11.25 4.16422 11.5858 4.50001 12 4.50001L14.4393 4.5L4.5 14.4393L4.5 12C4.5 11.5858 4.16421 11.25 3.75 11.25C3.33579 11.25 3 11.5858 3 12L3 16.25C3 16.4489 3.07902 16.6397 3.21968 16.7803C3.36033 16.921 3.55109 17 3.75001 17L8 17C8.41422 17 8.75 16.6642 8.75 16.25C8.75 15.8358 8.41421 15.5 8 15.5L5.56067 15.5L15.5 5.56066L15.5 8C15.5 8.41421 15.8358 8.75 16.25 8.75C16.6642 8.75 17 8.41421 17 8L17 3.75C17 3.55109 16.921 3.36032 16.7803 3.21967C16.6397 3.07902 16.4489 3 16.25 3Z" class="uiIcons" />
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.25 3L12 3.00001C11.5858 3.00001 11.25 3.3358 11.25 3.75001C11.25 4.16422 11.5858 4.50001 12 4.50001L14.4393 4.5L4.5 14.4393L4.5 12C4.5 11.5858 4.16421 11.25 3.75 11.25C3.33579 11.25 3 11.5858 3 12L3 16.25C3 16.4489 3.07902 16.6397 3.21968 16.7803C3.36033 16.921 3.55109 17 3.75001 17L8 17C8.41422 17 8.75 16.6642 8.75 16.25C8.75 15.8358 8.41421 15.5 8 15.5L5.56067 15.5L15.5 5.56066L15.5 8C15.5 8.41421 15.8358 8.75 16.25 8.75C16.6642 8.75 17 8.41421 17 8L17 3.75C17 3.55109 16.921 3.36032 16.7803 3.21967C16.6397 3.07902 16.4489 3 16.25 3Z" fill="black"/>
4
3
  </svg>
@@ -1,6 +1,5 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" class="Icon">
3
- <path d="M12.2293 3.92508C12.326 3.5223 12.0778 3.11743 11.675 3.02076C11.2723 2.92409 10.8674 3.17224 10.7707 3.57502L7.77071 16.075C7.67405 16.4778 7.9222 16.8827 8.32497 16.9793C8.72775 17.076 9.13263 16.8279 9.22929 16.4251L12.2293 3.92508Z" class="richEditorIcons"/>
4
- <path d="M6.53033 6.21967C6.82322 6.51256 6.82322 6.98743 6.53033 7.28033L3.81066 10L6.53033 12.7197C6.82322 13.0126 6.82322 13.4874 6.53033 13.7803C6.23744 14.0732 5.76257 14.0732 5.46967 13.7803L2.21967 10.5304C2.07902 10.3897 2 10.1989 2 10C2 9.80111 2.07902 9.61034 2.21967 9.46969L5.46967 6.21967C5.76256 5.92678 6.23743 5.92678 6.53033 6.21967Z" class="richEditorIcons"/>
5
- <path d="M13.4697 6.21967C13.7626 5.92678 14.2374 5.92678 14.5303 6.21967L17.7803 9.46969C17.921 9.61034 18 9.80111 18 10C18 10.1989 17.921 10.3897 17.7803 10.5304L14.5303 13.7803C14.2374 14.0732 13.7626 14.0732 13.4697 13.7803C13.1768 13.4874 13.1768 13.0126 13.4697 12.7197L16.1893 10L13.4697 7.28033C13.1768 6.98743 13.1768 6.51256 13.4697 6.21967Z" class="richEditorIcons"/>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.2293 3.92508C12.326 3.5223 12.0778 3.11743 11.675 3.02076C11.2723 2.92409 10.8674 3.17224 10.7707 3.57502L7.77071 16.075C7.67405 16.4778 7.9222 16.8827 8.32497 16.9793C8.72775 17.076 9.13263 16.8279 9.22929 16.4251L12.2293 3.92508Z" fill="black"/>
3
+ <path d="M6.53033 6.21967C6.82322 6.51256 6.82322 6.98743 6.53033 7.28033L3.81066 10L6.53033 12.7197C6.82322 13.0126 6.82322 13.4874 6.53033 13.7803C6.23744 14.0732 5.76257 14.0732 5.46967 13.7803L2.21967 10.5304C2.07902 10.3897 2 10.1989 2 10C2 9.80111 2.07902 9.61034 2.21967 9.46969L5.46967 6.21967C5.76256 5.92678 6.23743 5.92678 6.53033 6.21967Z" fill="black"/>
4
+ <path d="M13.4697 6.21967C13.7626 5.92678 14.2374 5.92678 14.5303 6.21967L17.7803 9.46969C17.921 9.61034 18 9.80111 18 10C18 10.1989 17.921 10.3897 17.7803 10.5304L14.5303 13.7803C14.2374 14.0732 13.7626 14.0732 13.4697 13.7803C13.1768 13.4874 13.1768 13.0126 13.4697 12.7197L16.1893 10L13.4697 7.28033C13.1768 6.98743 13.1768 6.51256 13.4697 6.21967Z" fill="black"/>
6
5
  </svg>
@@ -1,2 +1,3 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon"><path d="M6.89624 4.42857C6.89624 3.91574 7.31224 3.5 7.82481 3.5H13.3962C13.9088 3.5 14.3248 3.91574 14.3248 4.42857C14.3248 4.9414 13.9088 5.35714 13.3962 5.35714H11.8143L9.67039 14.6429H11.5391C12.0516 14.6429 12.4676 15.0586 12.4676 15.5715C12.4676 16.0843 12.0516 16.5 11.5391 16.5H5.96763C5.45506 16.5 5.03906 16.0843 5.03906 15.5715C5.03906 15.0586 5.45506 14.6429 5.96763 14.6429H7.76415L9.90801 5.35714H7.82481C7.31224 5.35714 6.89624 4.9414 6.89624 4.42857Z" class="richEditorIcons"></path></svg>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.89624 4.42857C6.89624 3.91574 7.31224 3.5 7.82481 3.5H13.3962C13.9088 3.5 14.3248 3.91574 14.3248 4.42857C14.3248 4.9414 13.9088 5.35714 13.3962 5.35714H11.8143L9.67039 14.6429H11.5391C12.0516 14.6429 12.4676 15.0586 12.4676 15.5715C12.4676 16.0843 12.0516 16.5 11.5391 16.5H5.96763C5.45506 16.5 5.03906 16.0843 5.03906 15.5715C5.03906 15.0586 5.45506 14.6429 5.96763 14.6429H7.76415L9.90801 5.35714H7.82481C7.31224 5.35714 6.89624 4.9414 6.89624 4.42857Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.5948 3.59463C12.9232 2.26635 15.0769 2.26635 16.4053 3.59463C17.7337 4.92303 17.7336 7.07677 16.4053 8.40521L8.81057 16H16.2501C16.6642 16 16.9999 16.3359 17.0001 16.75C17.0001 17.1642 16.6643 17.5 16.2501 17.5H3.5C2.94772 17.5 2.5 17.0523 2.5 16.5V13C2.50006 12.8011 2.57913 12.6103 2.71973 12.4697L11.5948 3.59463ZM4.00001 13.3105V16H6.68947L13.9024 8.78705L11.2139 6.09758L4.00001 13.3105ZM15.3448 4.65519C14.6022 3.91269 13.3979 3.91269 12.6553 4.65519L12.0977 5.21378L14.7862 7.90326L15.3448 7.34466C16.0873 6.602 16.0874 5.39779 15.3448 4.65519Z" fill="black"/>
3
+ </svg>
@@ -1,2 +1,3 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon"><g class="richEditorIcons"><path d="M14.8042 12.6882C14.7507 15.0908 12.8062 16.6 9.72261 16.6C7.1272 16.6 5.39692 15.5296 4.89226 14.0667C4.81115 13.8526 4.76609 13.6207 4.76609 13.4066C4.76609 12.7644 5.18064 12.354 5.79344 12.354C6.30712 12.354 6.63155 12.5592 6.88388 13.0766C7.28941 14.1916 8.40688 14.6911 9.79471 14.6911C11.3628 14.6911 12.4622 13.924 12.4622 12.8536C12.4622 12.7971 12.4598 12.742 12.4549 12.6882H14.8042Z" class="richEditorIcons"></path><path d="M14.749 11.9H12.1227C12.1203 11.8973 12.1178 11.8945 12.1154 11.8917H4.88464C4.47064 11.8917 4.13464 11.556 4.13464 11.1417C4.13464 10.7275 4.47064 10.3917 4.88464 10.3917H7.50782C7.50444 10.3905 7.50105 10.3893 7.49767 10.3881H13.9766L13.9802 10.3917H15.3552C15.7692 10.3917 16.1052 10.7275 16.1052 11.1417C16.1052 11.556 15.7692 11.8917 15.3552 11.8917H14.7475C14.748 11.8945 14.7485 11.8973 14.749 11.9Z" class="richEditorIcons"></path><path d="M6.03927 9.59998C5.27104 8.972 4.90127 8.13769 4.90127 7.10005C4.90127 4.83432 6.91091 3.30005 9.73162 3.30005C12.0296 3.30005 13.814 4.31695 14.3457 6.02071C14.3998 6.16343 14.4268 6.33291 14.4268 6.547C14.4268 7.10897 14.0213 7.49254 13.4175 7.49254C12.8768 7.49254 12.5433 7.26061 12.3 6.76108C11.8584 5.67282 10.9302 5.20897 9.7136 5.20897C8.2717 5.20897 7.24435 5.8869 7.24435 6.96625C7.24435 7.84042 7.8932 8.4024 9.51534 8.74136L10.9122 9.02681C11.6488 9.17791 12.2707 9.36706 12.7864 9.59998H6.03927Z" class="richEditorIcons"></path></g></svg>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.5137 11.625C13.9066 11.494 14.3317 11.7069 14.4629 12.0986C14.5799 12.4506 14.6453 12.8343 14.6553 13.2383C14.6812 14.3091 14.2978 15.2809 13.5469 16.0508C12.6479 16.9718 11.294 17.5 9.83203 17.5H9.83008C6.56233 17.5 5.33399 15.7243 4.87891 14.2334C4.75791 13.8374 4.98094 13.4179 5.37793 13.2969C5.76993 13.1749 6.19345 13.3989 6.31445 13.7959C6.77346 15.2999 7.89107 16.001 9.83105 16.001C10.892 16.001 11.8537 15.6378 12.4727 15.0039C12.9346 14.53 13.1712 13.9322 13.1553 13.2754C13.1493 13.0205 13.11 12.7852 13.04 12.5742C12.9091 12.1813 13.1208 11.7561 13.5137 11.625ZM9.83008 2.5C11.0201 2.50001 13.1728 2.8681 14.2148 5.33398C14.3758 5.71492 14.1973 6.15532 13.8164 6.31738C13.4354 6.47838 12.994 6.29897 12.833 5.91797C12.295 4.64501 11.285 4.00002 9.83008 4C9.22812 4 7.89603 4.21181 7.16699 5.01367C6.77299 5.44767 6.61464 5.99636 6.68164 6.69336C6.72667 7.16169 6.86599 8.58719 9.8623 9.12207C10.0675 9.15849 10.2843 9.20114 10.5068 9.25H15.75C16.164 9.25 16.5 9.586 16.5 10C16.5 10.414 16.164 10.75 15.75 10.75H3.75C3.336 10.75 3 10.414 3 10C3 9.586 3.336 9.25 3.75 9.25H6.4209C5.56966 8.50465 5.26386 7.60952 5.18945 6.83691C5.08247 5.72799 5.3817 4.74884 6.05762 4.00586C7.38662 2.54286 9.58408 2.5 9.83008 2.5Z" fill="black"/>
3
+ </svg>
@@ -1,2 +1,3 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon"><path d="M7.00901 16.5H11.2162C13.982 16.5 15.6486 15.1126 15.6486 12.8243C15.6486 11.0946 14.4595 9.84234 12.6937 9.64414V9.57207C13.991 9.35586 15.009 8.12162 15.009 6.74324C15.009 4.77928 13.4955 3.5 11.1892 3.5H7.00901C6.37838 3.5 6 3.8964 6 4.54505V15.455C6 16.1036 6.37838 16.5 7.00901 16.5ZM8.01802 9.03153V5.14865H10.7027C12.1622 5.14865 12.991 5.81532 12.991 7.02252C12.991 8.31081 12.027 9.03153 10.2793 9.03153H8.01802ZM8.01802 14.8514V10.5721H10.6847C12.5946 10.5721 13.5856 11.2928 13.5856 12.6982C13.5856 14.1036 12.6216 14.8514 10.8018 14.8514H8.01802Z" class="richEditorIcons"></path></svg>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.00901 16.5H11.2162C13.982 16.5 15.6486 15.1126 15.6486 12.8243C15.6486 11.0946 14.4595 9.84234 12.6937 9.64414V9.57207C13.991 9.35586 15.009 8.12162 15.009 6.74324C15.009 4.77928 13.4955 3.5 11.1892 3.5H7.00901C6.37838 3.5 6 3.8964 6 4.54505V15.455C6 16.1036 6.37838 16.5 7.00901 16.5ZM8.01802 9.03153V5.14865H10.7027C12.1622 5.14865 12.991 5.81532 12.991 7.02252C12.991 8.31081 12.027 9.03153 10.2793 9.03153H8.01802ZM8.01802 14.8514V10.5721H10.6847C12.5946 10.5721 13.5856 11.2928 13.5856 12.6982C13.5856 14.1036 12.6216 14.8514 10.8018 14.8514H8.01802Z" fill="black"/>
3
+ </svg>
@@ -1,2 +1,4 @@
1
- <?xml version="1.0" standalone="no"?>
2
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" class="Icon"><g transform="translate(2, 2)" class="richEditorIcons"><path d="M5.313 3.136h-1.23V9.54c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V3.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57-1.709 0-2.687-1.08-2.687-2.57V3.136z" class="richEditorIcons"></path><path fill-rule="evenodd" d="M12.5 15h-9v-1h9v1z" clip-rule="evenodd" class="richEditorIcons"></path></g></svg>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M7.31301 5.13599H6.08301V11.54C6.08301 13.645 7.55301 15.163 10 15.163C12.447 15.163 13.917 13.645 13.917 11.54V5.13599H12.687V11.459C12.687 12.949 11.709 14.029 10 14.029C8.29101 14.029 7.31301 12.949 7.31301 11.459V5.13599Z" fill="black"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 17H5.5V16H14.5V17Z" fill="black"/>
4
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.25C2 3.00736 3.00736 2 4.25 2H7C8.24264 2 9.25 3.00736 9.25 4.25V7C9.25 8.24264 8.24264 9.25 7 9.25H4.25C3.00736 9.25 2 8.24264 2 7V4.25ZM3.5 4.25C3.5 3.83579 3.83579 3.5 4.25 3.5H7C7.41421 3.5 7.75 3.83579 7.75 4.25V7C7.75 7.41421 7.41421 7.75 7 7.75H4.25C3.83579 7.75 3.5 7.41421 3.5 7V4.25ZM13 10.75C11.7574 10.75 10.75 11.7574 10.75 13V15.75C10.75 16.9926 11.7574 18 13 18H15.75C16.9926 18 18 16.9926 18 15.75V13C18 11.7574 16.9926 10.75 15.75 10.75H13ZM13 12.25C12.5858 12.25 12.25 12.5858 12.25 13V15.75C12.25 16.1642 12.5858 16.5 13 16.5H15.75C16.1642 16.5 16.5 16.1642 16.5 15.75V13C16.5 12.5858 16.1642 12.25 15.75 12.25H13ZM7.19458 10.9001C6.32772 10.0333 4.92228 10.0333 4.05542 10.9001L2.15014 12.8054C1.28329 13.6723 1.28329 15.0777 2.15014 15.9446L4.05542 17.8499C4.92228 18.7167 6.32772 18.7167 7.19458 17.8499L9.09986 15.9446C9.96671 15.0777 9.96671 13.6723 9.09986 12.8054L7.19458 10.9001ZM6.13392 11.9608C5.85285 11.6797 5.39715 11.6797 5.11608 11.9608L3.2108 13.8661C2.92973 14.1472 2.92973 14.6028 3.2108 14.8839L5.11608 16.7892C5.39715 17.0703 5.85285 17.0703 6.13392 16.7892L8.0392 14.8839C8.32027 14.6028 8.32027 14.1472 8.0392 13.8661L6.13392 11.9608ZM16.5 5.5C16.5 6.60457 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 6.60457 12.5 5.5C12.5 4.39543 13.3954 3.5 14.5 3.5C15.6046 3.5 16.5 4.39543 16.5 5.5ZM18 5.5C18 7.433 16.433 9 14.5 9C12.567 9 11 7.433 11 5.5C11 3.567 12.567 2 14.5 2C16.433 2 18 3.567 18 5.5Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.25 2C3.00736 2 2 3.00736 2 4.25V7C2 8.24264 3.00736 9.25 4.25 9.25H7C8.24264 9.25 9.25 8.24264 9.25 7V4.25C9.25 3.00736 8.24264 2 7 2H4.25ZM4.25 3.5C3.83579 3.5 3.5 3.83579 3.5 4.25V7C3.5 7.41421 3.83579 7.75 4.25 7.75H7C7.41421 7.75 7.75 7.41421 7.75 7V4.25C7.75 3.83579 7.41421 3.5 7 3.5H4.25ZM4.05542 10.9001C4.92228 10.0333 6.32772 10.0333 7.19458 10.9001L9.09986 12.8054C9.96671 13.6723 9.96671 15.0777 9.09986 15.9446L7.19458 17.8499C6.32772 18.7167 4.92228 18.7167 4.05542 17.8499L2.15014 15.9446C1.28329 15.0777 1.28329 13.6723 2.15014 12.8054L4.05542 10.9001ZM5.11608 11.9608C5.39715 11.6797 5.85285 11.6797 6.13392 11.9608L8.0392 13.8661C8.32027 14.1472 8.32027 14.6028 8.0392 14.8839L6.13392 16.7892C5.85285 17.0703 5.39715 17.0703 5.11608 16.7892L3.2108 14.8839C2.92973 14.6028 2.92973 14.1472 3.2108 13.8661L5.11608 11.9608ZM14.5 7.5C15.6046 7.5 16.5 6.60457 16.5 5.5C16.5 4.39543 15.6046 3.5 14.5 3.5C13.3954 3.5 12.5 4.39543 12.5 5.5C12.5 6.60457 13.3954 7.5 14.5 7.5ZM14.5 9C16.433 9 18 7.433 18 5.5C18 3.567 16.433 2 14.5 2C12.567 2 11 3.567 11 5.5C11 7.433 12.567 9 14.5 9ZM14.0609 11.3131C14.202 10.8993 14.788 10.8944 14.9361 11.3058L15.6157 13.1935C15.6547 13.3019 15.7423 13.386 15.8526 13.4208L17.6767 13.9971C18.1039 14.1321 18.1091 14.7322 17.6843 14.8745L15.8542 15.4878C15.7453 15.5243 15.6595 15.6091 15.622 15.7172L14.9379 17.6891C14.7929 18.1072 14.1974 18.1024 14.0592 17.682L13.4154 15.7231C13.3788 15.6116 13.2911 15.5241 13.1792 15.4873L11.3182 14.8754C10.8901 14.7346 10.8953 14.1298 11.3257 13.9964L13.1807 13.4214C13.2939 13.3863 13.3834 13.2994 13.4216 13.1875L14.0609 11.3131Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.25C2 3.00736 3.00736 2 4.25 2H7C8.24264 2 9.25 3.00736 9.25 4.25V7C9.25 8.24264 8.24264 9.25 7 9.25H4.25C3.00736 9.25 2 8.24264 2 7V4.25ZM3.5 4.25C3.5 3.83579 3.83579 3.5 4.25 3.5H7C7.41421 3.5 7.75 3.83579 7.75 4.25V7C7.75 7.41421 7.41421 7.75 7 7.75H4.25C3.83579 7.75 3.5 7.41421 3.5 7V4.25ZM13 10.75C11.7574 10.75 10.75 11.7574 10.75 13V15.75C10.75 16.9926 11.7574 18 13 18H15.75C16.9926 18 18 16.9926 18 15.75V13C18 11.7574 16.9926 10.75 15.75 10.75H13ZM13 12.25C12.5858 12.25 12.25 12.5858 12.25 13V15.75C12.25 16.1642 12.5858 16.5 13 16.5H15.75C16.1642 16.5 16.5 16.1642 16.5 15.75V13C16.5 12.5858 16.1642 12.25 15.75 12.25H13ZM7.19458 10.9001C6.32772 10.0333 4.92228 10.0333 4.05542 10.9001L2.15014 12.8054C1.28329 13.6723 1.28329 15.0777 2.15014 15.9446L4.05542 17.8499C4.92228 18.7167 6.32772 18.7167 7.19458 17.8499L9.09986 15.9446C9.96671 15.0777 9.96671 13.6723 9.09986 12.8054L7.19458 10.9001ZM6.13392 11.9608C5.85285 11.6797 5.39715 11.6797 5.11608 11.9608L3.2108 13.8661C2.92973 14.1472 2.92973 14.6028 3.2108 14.8839L5.11608 16.7892C5.39715 17.0703 5.85285 17.0703 6.13392 16.7892L8.0392 14.8839C8.32027 14.6028 8.32027 14.1472 8.0392 13.8661L6.13392 11.9608ZM16.5 5.5C16.5 6.60457 15.6046 7.5 14.5 7.5C13.3954 7.5 12.5 6.60457 12.5 5.5C12.5 4.39543 13.3954 3.5 14.5 3.5C15.6046 3.5 16.5 4.39543 16.5 5.5ZM18 5.5C18 7.433 16.433 9 14.5 9C12.567 9 11 7.433 11 5.5C11 3.567 12.567 2 14.5 2C16.433 2 18 3.567 18 5.5Z"/>
3
+ </svg>
4
+
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.35999 7.75H7C7.41421 7.75 7.75 7.41421 7.75 7V6.28H9.25V7C9.25 8.24264 8.24264 9.25 7 9.25H6.35999V7.75ZM3.5 6.28V7C3.5 7.41421 3.83579 7.75 4.25 7.75H4.85999V9.25H4.25C3.00736 9.25 2 8.24264 2 7V6.28H3.5ZM4.85999 3.5H4.25C3.83579 3.5 3.5 3.83579 3.5 4.25V4.78H2V4.25C2 3.00736 3.00736 2 4.25 2H4.85999V3.5ZM6.35999 3.5H7C7.41421 3.5 7.75 3.83579 7.75 4.25V4.78H9.25V4.25C9.25 3.00736 8.24264 2 7 2H6.35999V3.5ZM10.75 6.28V7C10.75 8.24264 11.7574 9.25 13 9.25H13.62V7.75H13C12.5858 7.75 12.25 7.41421 12.25 7V6.28H10.75ZM12.25 4.78H10.75V4.25C10.75 3.00736 11.7574 2 13 2H13.62V3.5H13C12.5858 3.5 12.25 3.83579 12.25 4.25V4.78ZM16.5 4.78V4.25C16.5 3.83579 16.1642 3.5 15.75 3.5H15.12V2H15.75C16.9926 2 18 3.00736 18 4.25V4.78H16.5ZM15.12 7.75H15.75C16.1642 7.75 16.5 7.41421 16.5 7V6.28H18V7C18 8.24264 16.9926 9.25 15.75 9.25H15.12V7.75ZM13.62 10.75H13C11.7574 10.75 10.75 11.7574 10.75 13V13.67H12.25V13C12.25 12.5858 12.5858 12.25 13 12.25H13.62V10.75ZM15.12 12.25V10.75H15.75C16.9926 10.75 18 11.7574 18 13V13.67H16.5V13C16.5 12.5858 16.1642 12.25 15.75 12.25H15.12ZM15.12 16.5H15.75C16.1642 16.5 16.5 16.1642 16.5 15.75V15.17H18V15.75C18 16.9926 16.9926 18 15.75 18H15.12V16.5ZM12.25 15.17V15.75C12.25 16.1642 12.5858 16.5 13 16.5H13.62V18H13C11.7574 18 10.75 16.9926 10.75 15.75V15.17H12.25ZM9.25 13.67V13C9.25 11.7574 8.24264 10.75 7 10.75H6.35999V12.25H7C7.41421 12.25 7.75 12.5858 7.75 13V13.67H9.25ZM7.75 15.17H9.25V15.75C9.25 16.9926 8.24264 18 7 18H6.35999V16.5H7C7.41421 16.5 7.75 16.1642 7.75 15.75V15.17ZM3.5 15.17V15.75C3.5 16.1642 3.83579 16.5 4.25 16.5H4.85999V18H4.25C3.00736 18 2 16.9926 2 15.75V15.17H3.5ZM4.85999 12.25H4.25C3.83579 12.25 3.5 12.5858 3.5 13V13.67H2V13C2 11.7574 3.00736 10.75 4.25 10.75H4.85999V12.25Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.75C2 3.23122 3.23122 2 4.75 2H15.25C16.7688 2 18 3.23122 18 4.75V15.25C18 16.7688 16.7688 18 15.25 18H4.75C3.23122 18 2 16.7688 2 15.25V4.75ZM4.75 3.5C4.05964 3.5 3.5 4.05964 3.5 4.75V15.25C3.5 15.9404 4.05964 16.5 4.75 16.5H15.25C15.9404 16.5 16.5 15.9404 16.5 15.25V4.75C16.5 4.05964 15.9404 3.5 15.25 3.5H4.75ZM8.55542 6.65015C9.42227 5.7833 10.8277 5.7833 11.6946 6.65015L13.5999 8.55543C14.4667 9.42229 14.4667 10.8277 13.5999 11.6946L11.6946 13.5999C10.8277 14.4667 9.42227 14.4667 8.55542 13.5999L6.65013 11.6946C5.78328 10.8277 5.78328 9.42229 6.65013 8.55543L8.55542 6.65015ZM9.61608 7.71081C9.89714 7.42974 10.3528 7.42974 10.6339 7.71081L12.5392 9.61609C12.8203 9.89716 12.8203 10.3529 12.5392 10.6339L10.6339 12.5392C10.3528 12.8203 9.89714 12.8203 9.61608 12.5392L7.71079 10.6339C7.42972 10.3529 7.42972 9.89716 7.71079 9.61609L9.61608 7.71081Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M4.27499 2.02502C2.90808 2.02502 1.79999 3.13312 1.79999 4.50003V11.6197C1.79999 12.9866 2.90808 14.0947 4.27499 14.0947H8.57547L12.3738 16.3317C12.5825 16.4546 12.8411 16.4562 13.0513 16.336C13.2616 16.2159 13.3914 15.9922 13.3914 15.75V14.0947H14.175C15.5419 14.0947 16.65 12.9866 16.65 11.6197V4.68002C16.65 3.21371 15.4613 2.02502 13.995 2.02502H4.27499ZM3.14999 4.50003C3.14999 3.8787 3.65367 3.37502 4.27499 3.37502H13.995C14.7157 3.37502 15.3 3.95929 15.3 4.68002V11.6197C15.3 12.241 14.7963 12.7447 14.175 12.7447H12.7164C12.3436 12.7447 12.0414 13.0469 12.0414 13.4197V14.5691L9.10201 12.838C8.99821 12.7769 8.87994 12.7447 8.75947 12.7447H4.27499C3.65367 12.7447 3.14999 12.241 3.14999 11.6197V4.50003ZM8.99999 5.40002C9.37277 5.40002 9.67499 5.70224 9.67499 6.07502V7.42502H11.025C11.3978 7.42502 11.7 7.72723 11.7 8.10002C11.7 8.4728 11.3978 8.77502 11.025 8.77502H9.67499V10.125C9.67499 10.4978 9.37277 10.8 8.99999 10.8C8.62712 10.8 8.32499 10.4978 8.32499 10.125V8.77502H6.97499C6.60221 8.77502 6.29999 8.4728 6.29999 8.10002C6.29999 7.72723 6.60221 7.42502 6.97499 7.42502H8.32499V6.07502C8.32499 5.70224 8.62721 5.40002 8.99999 5.40002Z"/>
3
+ </svg>
4
+
@@ -0,0 +1,3 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.875 2.96875C3.63465 2.96875 3.40414 3.06423 3.23418 3.23418C3.06423 3.40414 2.96875 3.63465 2.96875 3.875V7.40614H7.40614V2.96875H3.875ZM3.875 1.28125C3.1871 1.28125 2.52736 1.55452 2.04094 2.04094C1.55452 2.52736 1.28125 3.1871 1.28125 3.875V16.125C1.28125 16.8129 1.55452 17.4726 2.04094 17.959C2.52736 18.4455 3.1871 18.7188 3.875 18.7188H16.125C16.8129 18.7188 17.4726 18.4455 17.959 17.959C18.4455 17.4726 18.7188 16.8129 18.7188 16.125V3.875C18.7188 3.1871 18.4455 2.52736 17.959 2.04094C17.4726 1.55452 16.8129 1.28125 16.125 1.28125H3.875ZM9.09364 2.96875V7.40614H17.0312V3.875C17.0312 3.63465 16.9358 3.40414 16.7658 3.23418C16.5959 3.06423 16.3654 2.96875 16.125 2.96875H9.09364ZM7.40614 9.09364H2.96875V16.125C2.96875 16.3654 3.06423 16.5959 3.23418 16.7658C3.40414 16.9358 3.63465 17.0312 3.875 17.0312H7.40614V9.09364ZM9.09364 17.0312V9.09364H17.0312V16.125C17.0312 16.3654 16.9358 16.5959 16.7658 16.7658C16.5959 16.9358 16.3654 17.0312 16.125 17.0312H9.09364Z" />
3
+ </svg>
@@ -0,0 +1,6 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.94438 2.22229H4.16662C3.09273 2.22229 2.22217 3.09285 2.22217 4.16674V6.9445C2.22217 8.01838 3.09273 8.88894 4.16662 8.88894H6.94438C8.01826 8.88894 8.88882 8.01838 8.88882 6.9445V4.16674C8.88882 3.09285 8.01826 2.22229 6.94438 2.22229Z" />
3
+ <path d="M15.8331 11.1111H13.0553C11.9814 11.1111 11.1108 11.9817 11.1108 13.0556V15.8334C11.1108 16.9073 11.9814 17.7778 13.0553 17.7778H15.8331C16.907 17.7778 17.7775 16.9073 17.7775 15.8334V13.0556C17.7775 11.9817 16.907 11.1111 15.8331 11.1111Z" />
4
+ <path d="M14.4441 9.16681C16.4385 9.16681 18.0553 7.55006 18.0553 5.55569C18.0553 3.56133 16.4385 1.94458 14.4441 1.94458C12.4498 1.94458 10.833 3.56133 10.833 5.55569C10.833 7.55006 12.4498 9.16681 14.4441 9.16681Z" />
5
+ <path d="M5.55569 18.0557C7.55006 18.0557 9.16681 16.4389 9.16681 14.4446C9.16681 12.4502 7.55006 10.8334 5.55569 10.8334C3.56133 10.8334 1.94458 12.4502 1.94458 14.4446C1.94458 16.4389 3.56133 18.0557 5.55569 18.0557Z" />
6
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 3C5.76932 3 6.23419 3.22765 6.55469 3.58691C7.02196 3.22023 7.60973 3 8.25 3H13.9609L14.1934 3.00977C15.3419 3.10665 16.32 3.91543 16.6191 5.0459L17.8096 9.5459L17.8486 9.70898C18.19 11.3953 16.9014 12.9998 15.1523 13H11.8262L12.624 15.167L12.6982 15.4033C13.0137 16.593 12.4564 17.8602 11.335 18.4209C11.0282 18.5741 10.6568 18.4997 10.4326 18.2402L6.16797 13.3037C6.0553 13.173 5.95656 13.0314 5.87109 12.8838C5.67782 12.9573 5.46907 13 5.25 13H3.75C2.7835 13 2 12.2165 2 11.25V4.75C2 3.7835 2.7835 3 3.75 3H5.25ZM8.25 4.5C7.55921 4.5 7 5.05921 7 5.75V11.25C7 11.302 6.99663 11.3534 6.99219 11.4043C6.9967 11.4376 6.99999 11.4714 7 11.5059C7 11.8055 7.10788 12.0961 7.30371 12.3232L11.0889 16.7061C11.2682 16.4426 11.3333 16.1089 11.248 15.7871L11.2158 15.6855L10.0459 12.5088C9.9614 12.2789 9.99473 12.0222 10.1348 11.8213C10.275 11.6201 10.5048 11.5 10.75 11.5H15.1523C15.9214 11.4998 16.4943 10.8172 16.3896 10.0781L16.3604 9.92969L15.1689 5.42969C15.033 4.91615 14.5884 4.54887 14.0664 4.50488L13.9609 4.5H8.25ZM3.75 4.5C3.61193 4.5 3.5 4.61193 3.5 4.75V11.25C3.5 11.3881 3.61193 11.5 3.75 11.5H5.25C5.38807 11.5 5.5 11.3881 5.5 11.25V4.75C5.5 4.61193 5.38807 4.5 5.25 4.5H3.75Z" />
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.5234 1.6709C10.7489 1.48518 11.0667 1.44516 11.335 1.5791L11.5518 1.7002C12.5272 2.30812 12.9927 3.48614 12.6982 4.59668L12.624 4.83301L11.8262 7H15.1523C16.9014 7.00021 18.19 8.60471 17.8486 10.291L17.8096 10.4541L16.6191 14.9541C16.3 16.1601 15.2081 17 13.9609 17H8.25C7.60952 17 7.02203 16.779 6.55469 16.4121C6.23418 16.7717 5.76958 17 5.25 17H3.75C2.7835 17 2 16.2165 2 15.25V8.75C2 7.7835 2.7835 7 3.75 7H5.25C5.46895 7 5.67791 7.0418 5.87109 7.11524C5.95646 6.96785 6.05549 6.82772 6.16797 6.69727L10.4326 1.75977L10.5234 1.6709ZM3.75 8.5C3.61193 8.5 3.5 8.61193 3.5 8.75V15.25C3.5 15.3881 3.61193 15.5 3.75 15.5H5.25C5.38807 15.5 5.5 15.3881 5.5 15.25V8.75C5.5 8.61193 5.38807 8.5 5.25 8.5H3.75ZM7.30371 7.67676C7.1079 7.90393 7 8.19449 7 8.49414C6.99999 8.52797 6.99653 8.56111 6.99219 8.59375C6.99675 8.64525 7 8.69732 7 8.75V14.25L7.00684 14.3779C7.07087 15.0085 7.60244 15.5 8.25 15.5H13.9609C14.5277 15.5 15.024 15.1181 15.1689 14.5703L16.3604 10.0703L16.3896 9.92188C16.4943 9.18275 15.9214 8.50021 15.1523 8.5H10.75C10.5048 8.5 10.275 8.37983 10.1348 8.17871C9.99474 7.97777 9.96143 7.72109 10.0459 7.49121L11.2158 4.31446L11.248 4.21289C11.3333 3.8908 11.2685 3.55656 11.0889 3.29297L7.30371 7.67676Z" />
3
+ </svg>
@@ -0,0 +1,5 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9.5 11.5C10.3284 11.5 11 12.2122 11 13.0908V14.4092C11 15.2878 10.3284 16 9.5 16H6.5C5.6716 16 5.00005 15.2878 5 14.4092V13.0908C5.00005 12.2122 5.6716 11.5 6.5 11.5H9.5Z" />
3
+ <path d="M15.4688 5.46875C16.3144 5.46875 17 6.15431 17 7V13C17 13.8457 16.3144 14.5312 15.4688 14.5312H13.9688C13.1231 14.5312 12.4375 13.8457 12.4375 13V7C12.4375 6.15431 13.1231 5.46875 13.9688 5.46875H15.4688Z" />
4
+ <path d="M8.95605 4C9.80877 4.00009 10.5 4.67163 10.5 5.5V8.5C10.5 9.32837 9.80877 9.99991 8.95605 10H4.54395C3.69123 9.99991 3 9.32837 3 8.5V5.5C3 4.67163 3.69123 4.00009 4.54395 4H8.95605Z" />
5
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.8917 14.5583L12.1833 2.89166C11.9665 2.50292 11.6498 2.17912 11.266 1.95372C10.8822 1.72831 10.4451 1.60947 10 1.60947C9.55489 1.60947 9.11785 1.72831 8.73402 1.95372C8.35019 2.17912 8.03351 2.50292 7.81668 2.89166L1.15001 14.5583C0.925677 14.9367 0.805132 15.3675 0.800551 15.8073C0.795969 16.2472 0.907512 16.6804 1.12392 17.0634C1.34032 17.4463 1.65393 17.7654 2.03308 17.9883C2.41223 18.2113 2.8435 18.3303 3.28335 18.3333H16.7167C17.1601 18.3377 17.5966 18.2241 17.9816 18.0041C18.3666 17.7841 18.6861 17.4657 18.9075 17.0815C19.1289 16.6973 19.244 16.2612 19.2413 15.8178C19.2385 15.3744 19.1178 14.9397 18.8917 14.5583ZM10 6.66666C9.779 6.66666 9.56704 6.75446 9.41076 6.91074C9.25448 7.06702 9.16668 7.27898 9.16668 7.49999V10.8333C9.16668 11.0543 9.25448 11.2663 9.41076 11.4226C9.56704 11.5789 9.779 11.6667 10 11.6667C10.221 11.6667 10.433 11.5789 10.5893 11.4226C10.7455 11.2663 10.8333 11.0543 10.8333 10.8333V7.49999C10.8333 7.27898 10.7455 7.06702 10.5893 6.91074C10.433 6.75446 10.221 6.66666 10 6.66666ZM9.53704 13.4738C9.67408 13.3822 9.8352 13.3333 10 13.3333C10.221 13.3333 10.433 13.4211 10.5893 13.5774C10.7455 13.7337 10.8333 13.9456 10.8333 14.1667C10.8333 14.3315 10.7845 14.4926 10.6929 14.6296C10.6013 14.7667 10.4712 14.8735 10.3189 14.9366C10.1666 14.9996 9.99909 15.0161 9.83744 14.984C9.67579 14.9518 9.5273 14.8725 9.41076 14.7559C9.29421 14.6394 9.21485 14.4909 9.18269 14.3292C9.15054 14.1676 9.16704 14 9.23011 13.8478C9.29319 13.6955 9.4 13.5653 9.53704 13.4738Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_11033_44381)">
3
+ <mask id="mask0_11033_44381" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="2" width="16" height="16">
4
+ <path d="M18 2H2V18H18V2Z"/>
5
+ </mask>
6
+ <g mask="url(#mask0_11033_44381)">
7
+ <path d="M2 2H9.58482V9.58154H2V2ZM10.4152 2H18V9.58154H10.4152V2ZM2 10.4152H9.58482V18H2V10.4152ZM10.4152 10.4152H18V18H10.4152"/>
8
+ </g>
9
+ </g>
10
+ <defs>
11
+ <clipPath id="clip0_11033_44381">
12
+ <rect width="16" height="16" transform="translate(2 2)"/>
13
+ </clipPath>
14
+ </defs>
15
+ </svg>
@@ -1,10 +1,10 @@
1
- import {SVGProps} from "react";
1
+ import {CSSProperties, SVGProps} from "react";
2
2
 
3
3
  export interface AbstractNode {
4
4
  type: string;
5
5
  tagName?: string;
6
6
  properties?: {
7
- [key: string]: string | number;
7
+ [key: string]: string | number | CSSProperties;
8
8
  };
9
9
  children: AbstractNode[];
10
10
  metadata?: string;
@@ -34,7 +34,9 @@ export const IntegrationCompactInfoButton: React.FC<{
34
34
  if (error) {
35
35
  iconNode = <WarningIcon color={colors.errorButtonColor} iconSize={18} containerSize={24} />;
36
36
  } else if (loading) {
37
- iconNode = <Spinner color={colors.accentTextColor} backgroundColor={colors.mainBg} size={16} containerSize={24} />;
37
+ iconNode = (
38
+ <Spinner color={colors.accentTextColor} backgroundColor={colors.mainBg} iconSize={16} containerSize={24} />
39
+ );
38
40
  }
39
41
 
40
42
  const className = cx(buttonCss, loading && loadingCss);
@@ -0,0 +1,23 @@
1
+ import {css} from "@linaria/core";
2
+ import {
3
+ layout,
4
+ listRowSurfaceFontSizeVar,
5
+ sidebarMenuItemHeightVar,
6
+ sidebarMenuIconSizeVar,
7
+ textStyles,
8
+ } from "./design-system";
9
+ import {mobileRootClassName} from "./mobile-styles";
10
+
11
+ export const layoutStyles = css`
12
+ :global() {
13
+ html:root {
14
+ ${sidebarMenuItemHeightVar}: ${layout.newMenuItemHeight}px;
15
+ ${sidebarMenuIconSizeVar}: ${layout.newMenuIconSize}px;
16
+ ${listRowSurfaceFontSizeVar}: ${textStyles.regular.fontSize}px;
17
+ &.${mobileRootClassName} {
18
+ ${sidebarMenuItemHeightVar}: ${layout.mobileSidebarMenuItemHeight}px;
19
+ ${sidebarMenuIconSizeVar}: ${layout.mobileSidebarIconSize}px;
20
+ }
21
+ }
22
+ }
23
+ `;
@@ -1,6 +1,6 @@
1
1
  import {css, cx} from "@linaria/core";
2
2
  import {ForwardedRef, forwardRef, HTMLAttributes, PropsWithChildren, ReactNode} from "react";
3
- import {border, space, textStyles, themeVars, transition} from "../design-system";
3
+ import {border, layoutVars, space, textStyles, themeVars, transition} from "../design-system";
4
4
 
5
5
  interface ListRowSurfaceBase extends HTMLAttributes<HTMLDivElement> {
6
6
  testId?: string;
@@ -28,6 +28,7 @@ export const listRowSurfaceStylesBase = css`
28
28
  padding: 0 ${space.s4}px;
29
29
  column-gap: ${space.s4}px;
30
30
  ${{...textStyles.regular}};
31
+ font-size: ${layoutVars.listRowSurfaceFontSize};
31
32
  color: ${themeVars.textColor};
32
33
  border-radius: ${border.radius6}px;
33
34
  transition: background-color ${transition};
package/src/loaders.tsx CHANGED
@@ -105,7 +105,7 @@ const ContainerSpinner = styled.div<{containerSize: number}>`
105
105
  `;
106
106
 
107
107
  type Props = {
108
- size?: number;
108
+ iconSize?: number;
109
109
  containerSize?: number;
110
110
  width?: number;
111
111
  color?: string;
@@ -114,7 +114,7 @@ type Props = {
114
114
 
115
115
  export const Spinner = memo<Props>(
116
116
  ({
117
- size = 20,
117
+ iconSize = 20,
118
118
  containerSize = 15,
119
119
  width = 2,
120
120
  color = themeVars.iconColor,
@@ -122,14 +122,14 @@ export const Spinner = memo<Props>(
122
122
  }) => {
123
123
  const style = useMemo(() => {
124
124
  return {
125
- width: size,
126
- height: size,
127
- ...getShiftStyle({elementSize: size, containerSize}),
125
+ width: iconSize,
126
+ height: iconSize,
127
+ ...getShiftStyle({elementSize: iconSize, containerSize}),
128
128
  borderWidth: width,
129
129
  borderColor: backgroundColor,
130
130
  borderTopColor: color,
131
131
  };
132
- }, [backgroundColor, color, containerSize, size, width]);
132
+ }, [backgroundColor, color, containerSize, iconSize, width]);
133
133
 
134
134
  return (
135
135
  <ContainerSpinner containerSize={containerSize}>