@fibery/ui-kit 1.36.2 → 1.38.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 (296) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +8 -5
  3. package/src/action-badge.tsx +5 -4
  4. package/src/actions-menu/actions-menu-confirmation.tsx +1 -12
  5. package/src/actions-menu/actions-menu-item.tsx +19 -7
  6. package/src/actions-menu/actions-menu-props.tsx +4 -0
  7. package/src/actions-menu/actions-menu-sub-command-menu.tsx +7 -4
  8. package/src/actions-menu/actions-menu-sub-menu.tsx +9 -3
  9. package/src/actions-menu/actions-menu.tsx +24 -8
  10. package/src/actions-panel.tsx +12 -2
  11. package/src/antd/ant-modal.tsx +17 -2
  12. package/src/antd/input.tsx +4 -3
  13. package/src/app-icon-with-fallback.tsx +5 -8
  14. package/src/app-icon-wrapper.tsx +4 -4
  15. package/src/appIcons.json +20 -0
  16. package/src/axis-header.tsx +136 -76
  17. package/src/badge.tsx +14 -7
  18. package/src/beta-badge.tsx +12 -8
  19. package/src/box.tsx +1 -1
  20. package/src/breadcrumb.tsx +78 -0
  21. package/src/button/actions-button-compact.tsx +5 -2
  22. package/src/button/base-button.tsx +7 -4
  23. package/src/button/button-group.tsx +1 -1
  24. package/src/button/button.tsx +120 -2
  25. package/src/button/icon-button.tsx +13 -2
  26. package/src/button/select-button.tsx +27 -8
  27. package/src/card-container.tsx +36 -69
  28. package/src/card-hidden-link.tsx +52 -0
  29. package/src/collapsible-section.tsx +13 -3
  30. package/src/color-picker/index.js +65 -60
  31. package/src/color-picker/swatch.tsx +29 -14
  32. package/src/command-menu/index.tsx +5 -5
  33. package/src/context-menu/index.tsx +10 -1
  34. package/src/count-badge.tsx +57 -0
  35. package/src/date-picker/date-range-input.tsx +1 -1
  36. package/src/date-picker/date-range-picker.tsx +6 -3
  37. package/src/date-picker/fake-date-input.tsx +1 -1
  38. package/src/date-picker/relative-date-picker.tsx +7 -3
  39. package/src/date-picker/single-date-input.tsx +1 -1
  40. package/src/date-picker/single-date-picker.tsx +8 -5
  41. package/src/date-picker/styles.ts +32 -26
  42. package/src/date-picker/types.ts +3 -1
  43. package/src/date-picker/utils.ts +9 -2
  44. package/src/day-select/day-select.tsx +21 -75
  45. package/src/day-select/iso-week-day-select.tsx +1 -1
  46. package/src/day-select/mount-day-select.tsx +2 -2
  47. package/src/day-select/week-day-select.tsx +1 -5
  48. package/src/design-system.ts +91 -51
  49. package/src/dropdown-menu/index.tsx +8 -1
  50. package/src/emoji-picker/app-icon-picker.tsx +6 -4
  51. package/src/emoji-picker/emoji-picker-content-with-color.tsx +3 -9
  52. package/src/emoji-picker/emoji-picker-preview-footer.tsx +1 -1
  53. package/src/emoji-picker/emoji-picker.tsx +3 -0
  54. package/src/emoji-picker/emoji.tsx +2 -1
  55. package/src/emoji-picker/icon-emoji-picker.tsx +83 -68
  56. package/src/emoji-picker/primitives/footer.tsx +0 -1
  57. package/src/emoji-picker/primitives/header.tsx +1 -0
  58. package/src/emoji-picker/primitives/search.tsx +12 -13
  59. package/src/emoji-picker/primitives/skin-tone.tsx +1 -0
  60. package/src/emoji-picker/use-responsive-emoji-size.ts +11 -0
  61. package/src/emoji-picker/utils/emoji-set.ts +2 -1
  62. package/src/empty-state/empty-state.tsx +6 -0
  63. package/src/error-alert/error-alert.tsx +19 -7
  64. package/src/field-app-icon.tsx +29 -0
  65. package/src/field-container.tsx +4 -2
  66. package/src/field-icon.tsx +29 -0
  67. package/src/field-type-icon.tsx +82 -0
  68. package/src/file-item.tsx +164 -47
  69. package/src/guide-link.tsx +4 -3
  70. package/src/hint.tsx +10 -1
  71. package/src/html-styles.ts +23 -13
  72. package/src/icons/ast/ActivityFilled.ts +8 -0
  73. package/src/icons/ast/AiAssistantFilled.ts +8 -0
  74. package/src/icons/ast/AiFiberyBuild.ts +8 -0
  75. package/src/icons/ast/Anthropic.ts +1 -1
  76. package/src/icons/ast/Apple.ts +8 -0
  77. package/src/icons/ast/ArrowBottom.ts +1 -1
  78. package/src/icons/ast/ArrowForward.ts +1 -1
  79. package/src/icons/ast/ArrowLeft.ts +1 -1
  80. package/src/icons/ast/ArrowRight.ts +1 -1
  81. package/src/icons/ast/ArrowTop.ts +1 -1
  82. package/src/icons/ast/CollapseAllHorizontal.ts +8 -0
  83. package/src/icons/ast/Crosshair.ts +8 -0
  84. package/src/icons/ast/DateRange.ts +1 -1
  85. package/src/icons/ast/Document.ts +8 -0
  86. package/src/icons/ast/EntityCreate.ts +8 -0
  87. package/src/icons/ast/EntityCreateFilled.ts +8 -0
  88. package/src/icons/ast/ExpandAll.ts +8 -0
  89. package/src/icons/ast/ExpandAllHorizontal.ts +8 -0
  90. package/src/icons/ast/FiberyDesktopApp.ts +8 -0
  91. package/src/icons/ast/FileDownload.ts +8 -0
  92. package/src/icons/ast/GlobeUnpublish.ts +8 -0
  93. package/src/icons/ast/GraduationCapFilled.ts +8 -0
  94. package/src/icons/ast/Home.ts +1 -1
  95. package/src/icons/ast/HomeFilled.ts +8 -0
  96. package/src/icons/ast/ImportFilled.ts +8 -0
  97. package/src/icons/ast/IntegrationsFilled.ts +8 -0
  98. package/src/icons/ast/KeyboardHideDown.ts +8 -0
  99. package/src/icons/ast/LayoutMultiple.ts +8 -0
  100. package/src/icons/ast/LocationEdit.ts +8 -0
  101. package/src/icons/ast/MessagePlus.ts +8 -0
  102. package/src/icons/ast/OpenAi.ts +1 -1
  103. package/src/icons/ast/RicheditorHistoryRedo.ts +1 -1
  104. package/src/icons/ast/RicheditorHistoryUndo.ts +1 -1
  105. package/src/icons/ast/RicheditorMarkHighlight.ts +8 -0
  106. package/src/icons/ast/RicheditorMarkStrike.ts +1 -1
  107. package/src/icons/ast/RicheditorMarkUnderline.ts +1 -1
  108. package/src/icons/ast/SearchFilled.ts +8 -0
  109. package/src/icons/ast/SettingsFilled.ts +8 -0
  110. package/src/icons/ast/SlideMenuFilled.ts +8 -0
  111. package/src/icons/ast/SpaceApp.ts +8 -0
  112. package/src/icons/ast/SpaceGenerate.ts +8 -0
  113. package/src/icons/ast/SpaceScratch.ts +8 -0
  114. package/src/icons/ast/SpaceTemplate.ts +8 -0
  115. package/src/icons/ast/TableLayout.ts +8 -0
  116. package/src/icons/ast/TemplatesFilled.ts +8 -0
  117. package/src/icons/ast/ThumbsDown.ts +8 -0
  118. package/src/icons/ast/ThumbsUp.ts +8 -0
  119. package/src/icons/ast/TypeDate.ts +1 -1
  120. package/src/icons/ast/ViewDashboard.ts +8 -0
  121. package/src/icons/ast/WarningTriangleFilled.ts +8 -0
  122. package/src/icons/ast/Windows.ts +8 -0
  123. package/src/icons/ast/index.tsx +37 -0
  124. package/src/icons/react/ActivityFilled.tsx +13 -0
  125. package/src/icons/react/AiAssistantFilled.tsx +13 -0
  126. package/src/icons/react/AiFiberyBuild.tsx +13 -0
  127. package/src/icons/react/Apple.tsx +13 -0
  128. package/src/icons/react/CollapseAllHorizontal.tsx +13 -0
  129. package/src/icons/react/Crosshair.tsx +13 -0
  130. package/src/icons/react/Document.tsx +13 -0
  131. package/src/icons/react/EntityCreate.tsx +13 -0
  132. package/src/icons/react/EntityCreateFilled.tsx +13 -0
  133. package/src/icons/react/ExpandAll.tsx +13 -0
  134. package/src/icons/react/ExpandAllHorizontal.tsx +13 -0
  135. package/src/icons/react/FiberyDesktopApp.tsx +13 -0
  136. package/src/icons/react/FileDownload.tsx +13 -0
  137. package/src/icons/react/GlobeUnpublish.tsx +13 -0
  138. package/src/icons/react/GraduationCapFilled.tsx +13 -0
  139. package/src/icons/react/HomeFilled.tsx +13 -0
  140. package/src/icons/react/ImportFilled.tsx +13 -0
  141. package/src/icons/react/IntegrationsFilled.tsx +13 -0
  142. package/src/icons/react/KeyboardHideDown.tsx +13 -0
  143. package/src/icons/react/LayoutMultiple.tsx +13 -0
  144. package/src/icons/react/LocationEdit.tsx +13 -0
  145. package/src/icons/react/MessagePlus.tsx +13 -0
  146. package/src/icons/react/RicheditorMarkHighlight.tsx +13 -0
  147. package/src/icons/react/SearchFilled.tsx +13 -0
  148. package/src/icons/react/SettingsFilled.tsx +13 -0
  149. package/src/icons/react/SlideMenuFilled.tsx +13 -0
  150. package/src/icons/react/SpaceApp.tsx +13 -0
  151. package/src/icons/react/SpaceGenerate.tsx +13 -0
  152. package/src/icons/react/SpaceScratch.tsx +13 -0
  153. package/src/icons/react/SpaceTemplate.tsx +13 -0
  154. package/src/icons/react/TableLayout.tsx +13 -0
  155. package/src/icons/react/TemplatesFilled.tsx +13 -0
  156. package/src/icons/react/ThumbsDown.tsx +13 -0
  157. package/src/icons/react/ThumbsUp.tsx +13 -0
  158. package/src/icons/react/ViewDashboard.tsx +13 -0
  159. package/src/icons/react/WarningTriangleFilled.tsx +13 -0
  160. package/src/icons/react/Windows.tsx +13 -0
  161. package/src/icons/react/index.tsx +37 -0
  162. package/src/icons/svg/activity-filled.svg +4 -0
  163. package/src/icons/svg/ai-assistant-filled.svg +3 -0
  164. package/src/icons/svg/ai-fibery-build.svg +24 -0
  165. package/src/icons/svg/anthropic.svg +2 -14
  166. package/src/icons/svg/apple.svg +4 -0
  167. package/src/icons/svg/arrow-bottom.svg +1 -1
  168. package/src/icons/svg/arrow-forward.svg +1 -1
  169. package/src/icons/svg/arrow-left.svg +1 -1
  170. package/src/icons/svg/arrow-right.svg +1 -1
  171. package/src/icons/svg/arrow-top.svg +1 -1
  172. package/src/icons/svg/collapse-all-horizontal.svg +3 -0
  173. package/src/icons/svg/crosshair.svg +4 -0
  174. package/src/icons/svg/date-range.svg +3 -3
  175. package/src/icons/svg/document.svg +4 -0
  176. package/src/icons/svg/entity-create-filled.svg +4 -0
  177. package/src/icons/svg/entity-create.svg +3 -0
  178. package/src/icons/svg/expand-all-horizontal.svg +3 -0
  179. package/src/icons/svg/expand-all.svg +3 -0
  180. package/src/icons/svg/fibery-desktop-app.svg +101 -0
  181. package/src/icons/svg/file-download.svg +4 -0
  182. package/src/icons/svg/globe-unpublish.svg +4 -0
  183. package/src/icons/svg/go-to.svg +1 -3
  184. package/src/icons/svg/graduation-cap-filled.svg +4 -0
  185. package/src/icons/svg/home-filled.svg +3 -0
  186. package/src/icons/svg/home.svg +4 -2
  187. package/src/icons/svg/import-filled.svg +4 -0
  188. package/src/icons/svg/integrations-filled.svg +4 -0
  189. package/src/icons/svg/keyboard-hide-down.svg +1 -0
  190. package/src/icons/svg/layout-multiple.svg +3 -0
  191. package/src/icons/svg/location-edit.svg +13 -0
  192. package/src/icons/svg/message-plus.svg +4 -0
  193. package/src/icons/svg/open-ai.svg +2 -7
  194. package/src/icons/svg/open-as-page.svg +2 -3
  195. package/src/icons/svg/richeditor/history/redo.svg +3 -2
  196. package/src/icons/svg/richeditor/history/undo.svg +3 -2
  197. package/src/icons/svg/richeditor/mark/code.svg +4 -5
  198. package/src/icons/svg/richeditor/mark/em.svg +3 -2
  199. package/src/icons/svg/richeditor/mark/highlight.svg +3 -0
  200. package/src/icons/svg/richeditor/mark/strike.svg +3 -2
  201. package/src/icons/svg/richeditor/mark/strong.svg +3 -2
  202. package/src/icons/svg/richeditor/mark/underline.svg +4 -2
  203. package/src/icons/svg/search-filled.svg +3 -0
  204. package/src/icons/svg/settings-filled.svg +3 -0
  205. package/src/icons/svg/slide-menu-filled.svg +1 -0
  206. package/src/icons/svg/space-app.svg +3 -0
  207. package/src/icons/svg/space-generate.svg +3 -0
  208. package/src/icons/svg/space-scratch.svg +3 -0
  209. package/src/icons/svg/space-template.svg +3 -0
  210. package/src/icons/svg/table-layout.svg +3 -0
  211. package/src/icons/svg/templates-filled.svg +6 -0
  212. package/src/icons/svg/thumbs-down.svg +3 -0
  213. package/src/icons/svg/thumbs-up.svg +3 -0
  214. package/src/icons/svg/type/date.svg +3 -2
  215. package/src/icons/svg/view-dashboard.svg +5 -0
  216. package/src/icons/svg/warning-triangle-filled.svg +3 -0
  217. package/src/icons/svg/windows.svg +15 -0
  218. package/src/images-gallery/images-gallery.tsx +254 -0
  219. package/src/images-gallery/zoom.tsx +112 -0
  220. package/src/integration-compact-info-button.tsx +3 -1
  221. package/src/is-in-popup.ts +1 -1
  222. package/src/layout-styles.ts +43 -0
  223. package/src/lists/actions-menu-row-surface.tsx +3 -1
  224. package/src/lists/list-row-surface.tsx +9 -2
  225. package/src/loaders.tsx +6 -6
  226. package/src/logo.tsx +16 -9
  227. package/src/mobile-keyboard-aware-popup.tsx +87 -0
  228. package/src/mobile-styles.ts +10 -0
  229. package/src/modal-menu/contexts/modal-menu-context.tsx +22 -0
  230. package/src/modal-menu/contexts/modal-submenu-context.tsx +16 -0
  231. package/src/modal-menu/index.tsx +14 -0
  232. package/src/modal-menu/modal-menu-content.tsx +68 -0
  233. package/src/modal-menu/modal-menu-group.tsx +10 -0
  234. package/src/modal-menu/modal-menu-item.tsx +37 -0
  235. package/src/modal-menu/modal-menu-label.tsx +24 -0
  236. package/src/modal-menu/modal-menu-root.tsx +57 -0
  237. package/src/modal-menu/modal-menu-separator.tsx +14 -0
  238. package/src/modal-menu/modal-menu-trigger.tsx +37 -0
  239. package/src/modal-menu/modal-submenu-content.tsx +49 -0
  240. package/src/modal-menu/modal-submenu-trigger.tsx +34 -0
  241. package/src/modal-menu/modal-submenu.tsx +17 -0
  242. package/src/new-badge.tsx +4 -7
  243. package/src/number-input/text-area-auto-sized.tsx +47 -0
  244. package/src/number-input/text-input-auto-sized.tsx +49 -0
  245. package/src/online-users.tsx +3 -3
  246. package/src/palette.ts +50 -50
  247. package/src/popover/index.tsx +687 -0
  248. package/src/popover/mobile-popup-context.tsx +29 -0
  249. package/src/{popup → popover}/modifiers.tsx +0 -7
  250. package/src/{popup → popover}/popup-modifiers-context.ts +3 -3
  251. package/src/reactions/reaction-button.tsx +30 -45
  252. package/src/reactions/reaction-picker.tsx +39 -45
  253. package/src/rich-text-embed-error.tsx +2 -2
  254. package/src/select/{custom-select-partials → components}/menu.tsx +13 -7
  255. package/src/select/{custom-select-partials → components}/no-option-message.tsx +0 -1
  256. package/src/select/constants.ts +1 -0
  257. package/src/select/index.tsx +143 -148
  258. package/src/select/select-in-popover.tsx +119 -138
  259. package/src/select/styles.ts +60 -24
  260. package/src/shortcut-badge.tsx +1 -0
  261. package/src/tab-nav/tab-nav.tsx +47 -28
  262. package/src/theme-provider.tsx +9 -1
  263. package/src/toast/primitives.tsx +8 -1
  264. package/src/toggle-button/round-toggle-button.tsx +23 -0
  265. package/src/toggle-button/toggle-button-group.tsx +34 -0
  266. package/src/toggle-button/toggle-button.tsx +164 -0
  267. package/src/toggle.tsx +3 -3
  268. package/src/tooltip-if-overflown.tsx +9 -3
  269. package/src/tooltip.tsx +2 -2
  270. package/src/unit/index.tsx +9 -1
  271. package/src/unit/loading-unit-value.tsx +1 -0
  272. package/src/unit/maybe-unit-value.tsx +3 -3
  273. package/src/unit/primitive.tsx +58 -42
  274. package/src/unit/styles.ts +10 -14
  275. package/src/unit/types.ts +4 -2
  276. package/src/unit/unit-button-group.tsx +6 -11
  277. package/src/unit/unit-content.tsx +13 -5
  278. package/src/unit/unit-with-title.tsx +6 -1
  279. package/src/unit/unit-with-tooltip.tsx +24 -9
  280. package/src/use-is-phone.tsx +37 -0
  281. package/src/use-is-support-hover.ts +1 -1
  282. package/src/use-on-screen-keyboard-data.tsx +66 -0
  283. package/src/workflow-progress-icon.tsx +17 -23
  284. package/src/number-input/text-area-with-autosize.tsx +0 -91
  285. package/src/number-input/text-inline-input-with-autosize.tsx +0 -60
  286. package/src/popup/index.tsx +0 -382
  287. package/src/use-is-phone.ts +0 -5
  288. /package/src/{popup → popover}/popup-stack-context.tsx +0 -0
  289. /package/src/{popup → popover}/reference.ts +0 -0
  290. /package/src/{popup → popover}/styles.ts +0 -0
  291. /package/src/{popup → popover}/use-click-outside.ts +0 -0
  292. /package/src/select/{custom-select-partials → components}/clear-indicator.tsx +0 -0
  293. /package/src/select/{custom-select-partials → components}/drop-down-indicator.tsx +0 -0
  294. /package/src/select/{custom-select-partials → components}/group-heading.tsx +0 -0
  295. /package/src/select/{custom-select-partials → components}/menu-list-virtualized.tsx +0 -0
  296. /package/src/select/{custom-select-partials → components}/option.tsx +0 -0
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import TableLayoutSvg from '../ast/TableLayout';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const TableLayout = forwardRef<SVGSVGElement, IconBaseProps>(function TableLayout(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={TableLayoutSvg} />});
12
+
13
+ export default TableLayout;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import TemplatesFilledSvg from '../ast/TemplatesFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const TemplatesFilled = forwardRef<SVGSVGElement, IconBaseProps>(function TemplatesFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={TemplatesFilledSvg} />});
12
+
13
+ export default TemplatesFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import ThumbsDownSvg from '../ast/ThumbsDown';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const ThumbsDown = forwardRef<SVGSVGElement, IconBaseProps>(function ThumbsDown(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={ThumbsDownSvg} />});
12
+
13
+ export default ThumbsDown;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import ThumbsUpSvg from '../ast/ThumbsUp';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const ThumbsUp = forwardRef<SVGSVGElement, IconBaseProps>(function ThumbsUp(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={ThumbsUpSvg} />});
12
+
13
+ export default ThumbsUp;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import ViewDashboardSvg from '../ast/ViewDashboard';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const ViewDashboard = forwardRef<SVGSVGElement, IconBaseProps>(function ViewDashboard(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={ViewDashboardSvg} />});
12
+
13
+ export default ViewDashboard;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import WarningTriangleFilledSvg from '../ast/WarningTriangleFilled';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const WarningTriangleFilled = forwardRef<SVGSVGElement, IconBaseProps>(function WarningTriangleFilled(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={WarningTriangleFilledSvg} />});
12
+
13
+ export default WarningTriangleFilled;
@@ -0,0 +1,13 @@
1
+ // This icon file is generated automatically.
2
+
3
+ import {forwardRef} from 'react';
4
+ import WindowsSvg from '../ast/Windows';
5
+ import { Icon } from '../Icon';
6
+ import { IconBaseProps } from '../types';
7
+
8
+ const Windows = forwardRef<SVGSVGElement, IconBaseProps>(function Windows(
9
+ props: IconBaseProps,
10
+ ref: React.Ref<SVGSVGElement>
11
+ ) {return <Icon {...props} className={props.className} ref={ref} icon={WindowsSvg} />});
12
+
13
+ export default Windows;
@@ -1,6 +1,7 @@
1
1
  // This icon file is generated automatically.
2
2
  export { default as Abort } from './Abort';
3
3
  export { default as AccessTemplate } from './AccessTemplate';
4
+ export { default as ActivityFilled } from './ActivityFilled';
4
5
  export { default as ActivityLog } from './ActivityLog';
5
6
  export { default as Activity } from './Activity';
6
7
  export { default as AddAfter } from './AddAfter';
@@ -11,8 +12,10 @@ export { default as AddGroup } from './AddGroup';
11
12
  export { default as AddIntegration } from './AddIntegration';
12
13
  export { default as AddReactions } from './AddReactions';
13
14
  export { default as Add } from './Add';
15
+ export { default as AiAssistantFilled } from './AiAssistantFilled';
14
16
  export { default as AiAssistant } from './AiAssistant';
15
17
  export { default as AiAvatar } from './AiAvatar';
18
+ export { default as AiFiberyBuild } from './AiFiberyBuild';
16
19
  export { default as AiSearch } from './AiSearch';
17
20
  export { default as AlertTriangle } from './AlertTriangle';
18
21
  export { default as Anthropic } from './Anthropic';
@@ -26,6 +29,7 @@ export { default as App } from './App';
26
29
  export { default as AppearanceAuto } from './AppearanceAuto';
27
30
  export { default as AppearanceDark } from './AppearanceDark';
28
31
  export { default as AppearanceLight } from './AppearanceLight';
32
+ export { default as Apple } from './Apple';
29
33
  export { default as ArrowBarLeft } from './ArrowBarLeft';
30
34
  export { default as ArrowBarRight } from './ArrowBarRight';
31
35
  export { default as ArrowBottom } from './ArrowBottom';
@@ -71,6 +75,7 @@ export { default as ClockAlarm } from './ClockAlarm';
71
75
  export { default as ClockForward } from './ClockForward';
72
76
  export { default as Clock } from './Clock';
73
77
  export { default as Close } from './Close';
78
+ export { default as CollapseAllHorizontal } from './CollapseAllHorizontal';
74
79
  export { default as CollapseAll } from './CollapseAll';
75
80
  export { default as ColorCodingFilled } from './ColorCodingFilled';
76
81
  export { default as ColorCoding } from './ColorCoding';
@@ -82,6 +87,7 @@ export { default as Copy } from './Copy';
82
87
  export { default as Create } from './Create';
83
88
  export { default as CreditsFilled } from './CreditsFilled';
84
89
  export { default as CrossCircle } from './CrossCircle';
90
+ export { default as Crosshair } from './Crosshair';
85
91
  export { default as Csv } from './Csv';
86
92
  export { default as DatabaseOff } from './DatabaseOff';
87
93
  export { default as DatabaseStroke } from './DatabaseStroke';
@@ -90,6 +96,7 @@ export { default as DateRange } from './DateRange';
90
96
  export { default as Delete } from './Delete';
91
97
  export { default as Demo } from './Demo';
92
98
  export { default as Dependency } from './Dependency';
99
+ export { default as Document } from './Document';
93
100
  export { default as DoubleArrowLeft } from './DoubleArrowLeft';
94
101
  export { default as DoubleArrowRight } from './DoubleArrowRight';
95
102
  export { default as DragBlockHandleSingle } from './DragBlockHandleSingle';
@@ -100,8 +107,12 @@ export { default as DynamicFilterValue } from './DynamicFilterValue';
100
107
  export { default as EditValue } from './EditValue';
101
108
  export { default as Email } from './Email';
102
109
  export { default as EmojiDelete } from './EmojiDelete';
110
+ export { default as EntityCreateFilled } from './EntityCreateFilled';
111
+ export { default as EntityCreate } from './EntityCreate';
103
112
  export { default as EntityMerge } from './EntityMerge';
104
113
  export { default as Equation } from './Equation';
114
+ export { default as ExpandAllHorizontal } from './ExpandAllHorizontal';
115
+ export { default as ExpandAll } from './ExpandAll';
105
116
  export { default as Export } from './Export';
106
117
  export { default as ExtensionAssignments } from './ExtensionAssignments';
107
118
  export { default as ExtensionAvatar } from './ExtensionAvatar';
@@ -113,10 +124,12 @@ export { default as Eye } from './Eye';
113
124
  export { default as FavoritesChecked } from './FavoritesChecked';
114
125
  export { default as FavoritesOff } from './FavoritesOff';
115
126
  export { default as Favorites } from './Favorites';
127
+ export { default as FiberyDesktopApp } from './FiberyDesktopApp';
116
128
  export { default as FiberyMono } from './FiberyMono';
117
129
  export { default as FieldUnit } from './FieldUnit';
118
130
  export { default as Fields } from './Fields';
119
131
  export { default as Figma } from './Figma';
132
+ export { default as FileDownload } from './FileDownload';
120
133
  export { default as FileUpload } from './FileUpload';
121
134
  export { default as Filter } from './Filter';
122
135
  export { default as FitToScreen } from './FitToScreen';
@@ -132,21 +145,26 @@ export { default as Gift } from './Gift';
132
145
  export { default as Github } from './Github';
133
146
  export { default as Gitlab } from './Gitlab';
134
147
  export { default as GlobeSimple } from './GlobeSimple';
148
+ export { default as GlobeUnpublish } from './GlobeUnpublish';
135
149
  export { default as Globe } from './Globe';
136
150
  export { default as GoTo } from './GoTo';
137
151
  export { default as GoogleDrive } from './GoogleDrive';
138
152
  export { default as GoogleMap } from './GoogleMap';
153
+ export { default as GraduationCapFilled } from './GraduationCapFilled';
139
154
  export { default as HeadphonesAi } from './HeadphonesAi';
140
155
  export { default as Headphones } from './Headphones';
141
156
  export { default as Hide } from './Hide';
142
157
  export { default as Highlights } from './Highlights';
143
158
  export { default as Hint } from './Hint';
159
+ export { default as HomeFilled } from './HomeFilled';
144
160
  export { default as Home } from './Home';
145
161
  export { default as ImageXmark } from './ImageXmark';
162
+ export { default as ImportFilled } from './ImportFilled';
146
163
  export { default as Import } from './Import';
147
164
  export { default as InfoCircleFilled } from './InfoCircleFilled';
148
165
  export { default as InfoCircle } from './InfoCircle';
149
166
  export { default as Integration } from './Integration';
167
+ export { default as IntegrationsFilled } from './IntegrationsFilled';
150
168
  export { default as IntegrationsIntegrationDiscourseColor } from './IntegrationsIntegrationDiscourseColor';
151
169
  export { default as IntegrationsIntegrationIntercomColor } from './IntegrationsIntegrationIntercomColor';
152
170
  export { default as IntegrationsIntegrationSlackColor } from './IntegrationsIntegrationSlackColor';
@@ -156,14 +174,17 @@ export { default as ItemsTimeline } from './ItemsTimeline';
156
174
  export { default as Items } from './Items';
157
175
  export { default as Jira } from './Jira';
158
176
  export { default as Key } from './Key';
177
+ export { default as KeyboardHideDown } from './KeyboardHideDown';
159
178
  export { default as Lab } from './Lab';
160
179
  export { default as LayoutDouble } from './LayoutDouble';
180
+ export { default as LayoutMultiple } from './LayoutMultiple';
161
181
  export { default as LayoutSingle } from './LayoutSingle';
162
182
  export { default as LeftPanel } from './LeftPanel';
163
183
  export { default as LevelPlus } from './LevelPlus';
164
184
  export { default as Levels } from './Levels';
165
185
  export { default as LineDivider } from './LineDivider';
166
186
  export { default as Link } from './Link';
187
+ export { default as LocationEdit } from './LocationEdit';
167
188
  export { default as LockOutline } from './LockOutline';
168
189
  export { default as Lock } from './Lock';
169
190
  export { default as Logout } from './Logout';
@@ -176,6 +197,7 @@ export { default as MapMode } from './MapMode';
176
197
  export { default as Markdown } from './Markdown';
177
198
  export { default as MenuCollapser } from './MenuCollapser';
178
199
  export { default as MessagePlusSquare } from './MessagePlusSquare';
200
+ export { default as MessagePlus } from './MessagePlus';
179
201
  export { default as Milestones } from './Milestones';
180
202
  export { default as Minus } from './Minus';
181
203
  export { default as Miro } from './Miro';
@@ -257,6 +279,7 @@ export { default as RicheditorListOrdered } from './RicheditorListOrdered';
257
279
  export { default as RicheditorListUnindent } from './RicheditorListUnindent';
258
280
  export { default as RicheditorMarkCode } from './RicheditorMarkCode';
259
281
  export { default as RicheditorMarkEm } from './RicheditorMarkEm';
282
+ export { default as RicheditorMarkHighlight } from './RicheditorMarkHighlight';
260
283
  export { default as RicheditorMarkStrike } from './RicheditorMarkStrike';
261
284
  export { default as RicheditorMarkStrong } from './RicheditorMarkStrong';
262
285
  export { default as RicheditorMarkTextBackgroundColor } from './RicheditorMarkTextBackgroundColor';
@@ -269,6 +292,7 @@ export { default as RightPanel } from './RightPanel';
269
292
  export { default as Rows } from './Rows';
270
293
  export { default as RuleScheduled } from './RuleScheduled';
271
294
  export { default as SearchAdd } from './SearchAdd';
295
+ export { default as SearchFilled } from './SearchFilled';
272
296
  export { default as SearchRemove } from './SearchRemove';
273
297
  export { default as Search } from './Search';
274
298
  export { default as SelfReferenceOff } from './SelfReferenceOff';
@@ -276,6 +300,7 @@ export { default as SelfReferenceOn } from './SelfReferenceOn';
276
300
  export { default as SendArrow } from './SendArrow';
277
301
  export { default as SendBackward } from './SendBackward';
278
302
  export { default as SendToBack } from './SendToBack';
303
+ export { default as SettingsFilled } from './SettingsFilled';
279
304
  export { default as SettingsOff } from './SettingsOff';
280
305
  export { default as Settings } from './Settings';
281
306
  export { default as Share } from './Share';
@@ -289,22 +314,31 @@ export { default as SimpleCompass } from './SimpleCompass';
289
314
  export { default as SlackIcon } from './SlackIcon';
290
315
  export { default as Slack } from './Slack';
291
316
  export { default as SlideMenuClose } from './SlideMenuClose';
317
+ export { default as SlideMenuFilled } from './SlideMenuFilled';
292
318
  export { default as SlideMenuOpen } from './SlideMenuOpen';
293
319
  export { default as SlideMenu } from './SlideMenu';
294
320
  export { default as SmartFolder } from './SmartFolder';
295
321
  export { default as SortOnBottom } from './SortOnBottom';
296
322
  export { default as SortOnTop } from './SortOnTop';
297
323
  export { default as Sort } from './Sort';
324
+ export { default as SpaceApp } from './SpaceApp';
325
+ export { default as SpaceGenerate } from './SpaceGenerate';
298
326
  export { default as SpaceList } from './SpaceList';
327
+ export { default as SpaceScratch } from './SpaceScratch';
328
+ export { default as SpaceTemplate } from './SpaceTemplate';
299
329
  export { default as Spinner } from './Spinner';
300
330
  export { default as Success } from './Success';
301
331
  export { default as SuggestIntegration } from './SuggestIntegration';
332
+ export { default as TableLayout } from './TableLayout';
302
333
  export { default as Template } from './Template';
334
+ export { default as TemplatesFilled } from './TemplatesFilled';
303
335
  export { default as Templates } from './Templates';
304
336
  export { default as Terminal } from './Terminal';
305
337
  export { default as TextToolAlignBottom } from './TextToolAlignBottom';
306
338
  export { default as TextToolAlignMiddle } from './TextToolAlignMiddle';
307
339
  export { default as TextToolAlignTop } from './TextToolAlignTop';
340
+ export { default as ThumbsDown } from './ThumbsDown';
341
+ export { default as ThumbsUp } from './ThumbsUp';
308
342
  export { default as Twitter } from './Twitter';
309
343
  export { default as TypeBoolean } from './TypeBoolean';
310
344
  export { default as TypeButton } from './TypeButton';
@@ -355,6 +389,7 @@ export { default as ViewBoard } from './ViewBoard';
355
389
  export { default as ViewCalendar } from './ViewCalendar';
356
390
  export { default as ViewCanvas } from './ViewCanvas';
357
391
  export { default as ViewChart } from './ViewChart';
392
+ export { default as ViewDashboard } from './ViewDashboard';
358
393
  export { default as ViewDetails } from './ViewDetails';
359
394
  export { default as ViewDocument } from './ViewDocument';
360
395
  export { default as ViewFeed } from './ViewFeed';
@@ -366,8 +401,10 @@ export { default as ViewPage } from './ViewPage';
366
401
  export { default as ViewTable } from './ViewTable';
367
402
  export { default as ViewTimeline } from './ViewTimeline';
368
403
  export { default as Views } from './Views';
404
+ export { default as WarningTriangleFilled } from './WarningTriangleFilled';
369
405
  export { default as WarningTriangle } from './WarningTriangle';
370
406
  export { default as Warning } from './Warning';
407
+ export { default as Windows } from './Windows';
371
408
  export { default as WorkspaceMap } from './WorkspaceMap';
372
409
  export { default as Youtube } from './Youtube';
373
410
  export { default as ZoomIn } from './ZoomIn';
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.4006 16.5C12.5919 16.5 12.6883 16.4996 12.7551 16.5498C12.808 16.5897 12.8493 16.6672 12.8537 16.7334C12.8591 16.8168 12.8127 16.8878 12.7199 17.0293C12.1393 17.9149 11.1382 18.5 10.0002 18.5C8.86236 18.4999 7.86185 17.9147 7.28144 17.0293C7.18865 16.8877 7.14221 16.8168 7.14765 16.7334C7.15209 16.6672 7.19333 16.5897 7.24628 16.5498C7.31305 16.4996 7.40939 16.5 7.60077 16.5H12.4006Z" />
3
+ <path d="M10.0002 2C11.5091 2 12.9664 2.5588 14.048 3.56836C15.1314 4.57954 15.7502 5.96311 15.7502 7.41699C15.7502 9.52228 16.2785 10.967 16.8674 11.9307C17.1396 12.3761 17.3513 12.692 17.508 12.9258C17.5307 12.9596 17.552 12.9919 17.5725 13.0225C17.6488 13.1367 17.7264 13.2535 17.7824 13.3545C17.8109 13.4059 17.8467 13.4759 17.8752 13.5557C17.9016 13.6298 17.9417 13.7669 17.9269 13.9355C17.9178 14.0405 17.8959 14.222 17.7922 14.4082C17.6878 14.5954 17.5438 14.7095 17.4572 14.7734C17.3402 14.8598 17.2227 14.8995 17.1584 14.918C17.0852 14.939 17.0134 14.9516 16.9533 14.96C16.8335 14.9767 16.6942 14.9851 16.549 14.9902C16.2687 15.0002 15.8801 15 15.3937 15H4.60663C4.12028 15 3.7317 15.0002 3.45136 14.9902C3.30614 14.9851 3.16688 14.9767 3.04706 14.96C2.98689 14.9516 2.91517 14.939 2.84198 14.918C2.7776 14.8994 2.66014 14.8598 2.54315 14.7734C2.45654 14.7095 2.31249 14.5953 2.20819 14.4082C2.10449 14.2221 2.08261 14.0405 2.07343 13.9355C2.05867 13.7668 2.09973 13.6298 2.12616 13.5557C2.15465 13.4758 2.19039 13.4059 2.21894 13.3545C2.27497 13.2536 2.35164 13.1367 2.42792 13.0225C2.44843 12.9917 2.47055 12.9598 2.49335 12.9258C2.6501 12.692 2.86079 12.3761 3.133 11.9307C3.72193 10.967 4.25013 9.52239 4.25019 7.41699C4.25019 5.96305 4.86989 4.57955 5.95331 3.56836C7.03492 2.55896 8.49141 2.00004 10.0002 2Z" />
4
+ </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="M3.37381 0.26212C3.24686 -0.0905013 2.74458 -0.0863003 2.6236 0.268402L2.07563 1.87504C2.04294 1.97088 1.96619 2.04537 1.86914 2.07546L0.279212 2.56834C-0.0897432 2.68271 -0.0941999 3.20111 0.272739 3.32176L1.86793 3.84624C1.96381 3.87777 2.03894 3.95278 2.07035 4.04834L2.62221 5.72743C2.74063 6.08774 3.25103 6.09189 3.37535 5.73355L3.96172 4.04334C3.99389 3.95063 4.06741 3.878 4.16077 3.84672L5.72941 3.32104C6.09351 3.19903 6.08902 2.68467 5.72285 2.56898L4.15938 2.07498C4.06487 2.04512 3.98977 1.97305 3.95631 1.88011L3.37381 0.26212ZM2.81151 15.2184C2.70572 14.9246 2.28715 14.9281 2.18633 15.2237L1.72969 16.5625C1.70245 16.6424 1.63849 16.7045 1.55762 16.7295L0.232676 17.1403C-0.074786 17.2356 -0.0784999 17.6676 0.227283 17.7681L1.55661 18.2052C1.63651 18.2315 1.69912 18.294 1.72529 18.3736L2.18517 19.7729C2.28386 20.0731 2.70919 20.0766 2.81279 19.778L3.30144 18.3695C3.32824 18.2922 3.3895 18.2317 3.46731 18.2056L4.77451 17.7675C5.07793 17.6659 5.07419 17.2372 4.76904 17.1408L3.46615 16.7291C3.38739 16.7043 3.32481 16.6442 3.29692 16.5668L2.81151 15.2184ZM11.9948 2.40429C11.6593 1.46842 10.3319 1.47958 10.0122 2.42096L8.54168 6.75071C8.41827 7.11407 8.12852 7.3965 7.76212 7.51057L3.50645 8.83545C2.53138 9.139 2.51961 10.5148 3.48934 10.835L7.76156 12.2457C8.12355 12.3652 8.40721 12.6496 8.52579 13.0119L10.0085 17.5424C10.3215 18.4987 11.6703 18.5097 11.9989 17.5587L13.5761 12.993C13.6975 12.6415 13.9751 12.3662 14.3275 12.2475L18.5303 10.8331C19.4926 10.5093 19.4807 9.14421 18.513 8.83715L14.3265 7.50873C13.9697 7.39551 13.6861 7.12227 13.5598 6.76989L11.9948 2.40429Z" />
3
+ </svg>
@@ -0,0 +1,24 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" opacity="0.6">
2
+ <path d="M10.1299 18.5498C10.5298 18.544 10.8591 18.8638 10.8652 19.2637C10.8709 19.6635 10.5512 19.9929 10.1514 19.999C10.1011 19.9998 10.0504 20 10 20C9.94956 20 9.89891 19.9998 9.84863 19.999C9.44877 19.9929 9.12909 19.6635 9.13477 19.2637C9.14091 18.8638 9.47022 18.544 9.87012 18.5498C9.91323 18.5504 9.95673 18.5508 10 18.5508C10.0433 18.5508 10.0868 18.5504 10.1299 18.5498Z" />
3
+ <path d="M6.46875 17.8066L6.60742 17.8525L6.84668 17.9502L6.97656 18.0186C7.25837 18.2032 7.382 18.5662 7.25293 18.8916C7.12369 19.2169 6.78488 19.3969 6.45312 19.3379L6.3125 19.2979L6.03223 19.1826L5.9043 19.1104C5.62835 18.9173 5.51653 18.5507 5.65527 18.2295C5.79434 17.9081 6.13886 17.7375 6.46875 17.8066Z" />
4
+ <path d="M13.5312 17.8066C13.8611 17.7375 14.2057 17.9081 14.3447 18.2295C14.5033 18.5966 14.3348 19.0237 13.9678 19.1826L13.6875 19.2979C13.3157 19.445 12.8947 19.2633 12.7471 18.8916C12.5995 18.5197 12.7815 18.0979 13.1533 17.9502C13.2333 17.9184 13.3138 17.8866 13.3926 17.8525L13.5312 17.8066Z" />
5
+ <path d="M2.83887 15.9385C3.09018 15.695 3.47269 15.6696 3.75098 15.8594L3.86328 15.9541L4.0459 16.1367C4.33279 16.4153 4.33974 16.874 4.06152 17.1611C3.81754 17.4126 3.43543 17.4493 3.15137 17.2676L3.03711 17.1777L2.82227 16.9629C2.54422 16.6756 2.55189 16.217 2.83887 15.9385Z" />
6
+ <path d="M16.249 15.8594C16.5273 15.6696 16.9098 15.695 17.1611 15.9385C17.4481 16.217 17.4558 16.6756 17.1777 16.9629L16.9629 17.1777L16.8486 17.2676C16.5646 17.4493 16.1825 17.4126 15.9385 17.1611C15.6603 16.874 15.6672 16.4153 15.9541 16.1367L16.1367 15.9541L16.249 15.8594Z" />
7
+ <path d="M11.2539 12.8418L11.3701 13.2217C11.4544 13.4988 11.4268 13.7983 11.293 14.0547C11.1589 14.3111 10.9293 14.5032 10.6553 14.5889C10.5508 14.6211 10.4422 14.6378 10.333 14.6377C10.1015 14.6381 9.87587 14.5635 9.68945 14.4248C9.50298 14.286 9.36525 14.0899 9.29688 13.8662L9.07227 13.1299L10.25 12.4434L11.2539 12.8418Z" />
8
+ <path d="M1.1084 12.7471C1.43376 12.618 1.79681 12.7416 1.98145 13.0234L2.0498 13.1533L2.14746 13.3926L2.19336 13.5312C2.26249 13.8611 2.09189 14.2057 1.77051 14.3447C1.4493 14.4835 1.08274 14.3716 0.889648 14.0957L0.817383 13.9678L0.702148 13.6875L0.662109 13.5469C0.603144 13.2151 0.783055 12.8763 1.1084 12.7471Z" />
9
+ <path d="M17.9502 13.1533C18.0979 12.7815 18.5197 12.5995 18.8916 12.7471C19.2633 12.8947 19.445 13.3157 19.2979 13.6875C19.2607 13.7812 19.2225 13.8755 19.1826 13.9678L19.1104 14.0957C18.9173 14.3716 18.5507 14.4835 18.2295 14.3447C17.8624 14.1859 17.6939 13.7598 17.8525 13.3926L17.9502 13.1533Z" />
10
+ <path d="M11.1885 5.37793C11.4635 5.33109 11.7459 5.3932 11.9766 5.55176C12.2072 5.71034 12.3687 5.95268 12.4268 6.22852C12.4848 6.50437 12.4349 6.79245 12.2881 7.03223L8.27539 12.9883C8.17604 13.1357 8.04178 13.2567 7.88574 13.3398C7.72979 13.4229 7.55615 13.4662 7.37988 13.4658C7.18376 13.4653 6.99111 13.4111 6.82324 13.3086C6.65542 13.2061 6.51842 13.0591 6.42676 12.8838C6.33512 12.7086 6.29211 12.5114 6.30273 12.3135C6.31341 12.1155 6.37738 11.9239 6.4873 11.7598L10.501 5.80273C10.6674 5.57678 10.9137 5.42482 11.1885 5.37793Z" />
11
+ <path d="M13.4746 10.9219C13.7089 11.0151 13.9037 11.1883 14.0254 11.4111C14.1471 11.6341 14.1884 11.8934 14.1416 12.1436C14.0947 12.3937 13.9624 12.6198 13.7686 12.7822C13.5747 12.9446 13.3308 13.033 13.0791 13.0332C12.944 13.0345 12.8097 13.011 12.6836 12.9619L10.707 12.1768L13.1074 10.7764L13.4746 10.9219Z" />
12
+ <path d="M13.6504 7.67969C13.7125 7.68522 13.7749 7.69634 13.8359 7.71289C14.1131 7.78801 14.3497 7.97138 14.4932 8.22266C14.6366 8.47387 14.6748 8.77255 14.6006 9.05273C14.5263 9.33291 14.3451 9.57173 14.0967 9.7168L8.95801 12.7148L12.292 7.76758L13.4707 7.67871C13.5306 7.67418 13.5909 7.67418 13.6504 7.67969Z" />
13
+ <path d="M0.736328 9.13477C1.13622 9.14091 1.45597 9.47022 1.4502 9.87012C1.44956 9.91323 1.44922 9.95673 1.44922 10C1.44922 10.0433 1.44956 10.0868 1.4502 10.1299C1.45597 10.5298 1.13622 10.8591 0.736328 10.8652C0.336481 10.8709 0.0070725 10.5512 0.000976562 10.1514C0.000230804 10.1011 1.65156e-09 10.0504 0 10C0 9.94956 0.000230809 9.89891 0.000976562 9.84863C0.00707248 9.44877 0.336481 9.12909 0.736328 9.13477Z" />
14
+ <path d="M19.2637 9.13477C19.6635 9.12909 19.9929 9.44877 19.999 9.84863C19.9998 9.89891 20 9.94956 20 10C20 10.0504 19.9998 10.1011 19.999 10.1514C19.9929 10.5512 19.6635 10.8709 19.2637 10.8652C18.8638 10.8591 18.544 10.5298 18.5498 10.1299C18.5504 10.0868 18.5508 10.0433 18.5508 10C18.5508 9.95673 18.5504 9.91323 18.5498 9.87012C18.544 9.47022 18.8638 9.14091 19.2637 9.13477Z" />
15
+ <path d="M6.92578 10.3691L6.52734 10.3994C6.50017 10.4016 6.47248 10.4023 6.44531 10.4023C6.16536 10.4027 5.89615 10.2929 5.69434 10.0967C5.49243 9.90022 5.37367 9.63177 5.36328 9.34863C5.3529 9.06547 5.45169 8.78918 5.63867 8.57812C5.82559 8.36725 6.08592 8.23743 6.36523 8.2168L8.4834 8.05664L6.92578 10.3691Z" />
16
+ <path d="M8.27246 5.56445C8.55924 5.57543 8.8302 5.70135 9.02539 5.91406L9.54492 6.48047L8.78027 7.61621L7.70801 7.69727L7.4375 7.40332C7.24228 7.19039 7.13855 6.90734 7.14941 6.61719C7.16029 6.32707 7.28553 6.05285 7.49609 5.85547C7.70656 5.65837 7.98579 5.55355 8.27246 5.56445Z" />
17
+ <path d="M0.817383 6.03223C0.976327 5.66524 1.40338 5.4967 1.77051 5.65527C2.13764 5.81414 2.30606 6.24022 2.14746 6.60742C2.11337 6.68622 2.08157 6.76668 2.0498 6.84668C1.90213 7.21854 1.4803 7.40046 1.1084 7.25293C0.736737 7.10529 0.554954 6.68427 0.702148 6.3125C0.739349 6.21879 0.77746 6.12451 0.817383 6.03223Z" />
18
+ <path d="M18.2295 5.65527C18.5507 5.51653 18.9173 5.62835 19.1104 5.9043L19.1826 6.03223L19.2979 6.3125L19.3379 6.45312C19.3969 6.78488 19.2169 7.12369 18.8916 7.25293C18.5662 7.382 18.2032 7.25837 18.0186 6.97656L17.9502 6.84668L17.8525 6.60742L17.8066 6.46875C17.7375 6.13886 17.9081 5.79434 18.2295 5.65527Z" />
19
+ <path d="M15.9385 2.83887C16.217 2.55189 16.6756 2.54422 16.9629 2.82227L17.1777 3.03711L17.2676 3.15137C17.4493 3.43543 17.4126 3.81754 17.1611 4.06152C16.874 4.33974 16.4153 4.33279 16.1367 4.0459L15.9541 3.86328L15.8594 3.75098C15.6696 3.47269 15.695 3.09018 15.9385 2.83887Z" />
20
+ <path d="M3.15137 2.73242C3.43543 2.55067 3.81754 2.58745 4.06152 2.83887C4.33974 3.12604 4.33279 3.5847 4.0459 3.86328L3.86328 4.0459L3.75098 4.14062C3.47269 4.33043 3.09018 4.305 2.83887 4.06152C2.55189 3.78303 2.54422 3.32436 2.82227 3.03711L3.03711 2.82227L3.15137 2.73242Z" />
21
+ <path d="M6.3125 0.702148C6.68427 0.554954 7.10529 0.736737 7.25293 1.1084C7.40046 1.4803 7.21854 1.90213 6.84668 2.0498C6.76668 2.08157 6.68622 2.11337 6.60742 2.14746C6.24022 2.30606 5.81414 2.13764 5.65527 1.77051C5.4967 1.40338 5.66524 0.976327 6.03223 0.817383C6.12451 0.77746 6.21879 0.739349 6.3125 0.702148Z" />
22
+ <path d="M13.5469 0.662109L13.6875 0.702148L13.9678 0.817383L14.0957 0.889648C14.3716 1.08274 14.4835 1.4493 14.3447 1.77051C14.2057 2.09189 13.8611 2.26249 13.5312 2.19336L13.3926 2.14746L13.1533 2.0498L13.0234 1.98145C12.7416 1.79681 12.618 1.43376 12.7471 1.1084C12.8763 0.783055 13.2151 0.603143 13.5469 0.662109Z" />
23
+ <path d="M10.1514 0.000976562C10.5512 0.00707248 10.8709 0.336481 10.8652 0.736328C10.8591 1.13622 10.5298 1.45597 10.1299 1.4502C10.0868 1.44956 10.0433 1.44922 10 1.44922C9.95673 1.44922 9.91323 1.44956 9.87012 1.4502C9.47022 1.45597 9.14091 1.13622 9.13477 0.736328C9.12909 0.336481 9.44877 0.0070725 9.84863 0.000976562C9.89891 0.000230809 9.94956 0 10 0C10.0504 1.65157e-09 10.1011 0.000230804 10.1514 0.000976562Z"/>
24
+ </svg>
@@ -1,15 +1,3 @@
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_10165_54307)">
3
- <mask id="mask0_10165_54307" maskUnits="userSpaceOnUse" x="0" y="0" width="20" height="20">
4
- <path d="M20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10Z" fill="white"/>
5
- </mask>
6
- <g mask="url(#mask0_10165_54307)">
7
- <path d="M3.90812 13.296L7.85312 11.09L7.91912 10.898L7.85312 10.792H7.66012L7.00012 10.752L4.74612 10.691L2.79212 10.61L0.898121 10.509L0.421121 10.407L-0.0258789 9.82L0.0201211 9.527L0.420121 9.259L0.994121 9.309L2.26412 9.395L4.16712 9.527L5.54812 9.607L7.59412 9.82H7.91912L7.96412 9.689L7.85312 9.608L7.76612 9.527L5.79612 8.197L3.66612 6.79L2.54912 5.98L1.94512 5.57L1.64012 5.186L1.50812 4.346L2.05612 3.744L2.79312 3.794L2.98012 3.845L3.72712 4.417L5.32112 5.647L7.40012 7.173L7.70512 7.426L7.82712 7.34L7.84212 7.28L7.70512 7.052L6.57312 5.012L5.36512 2.94L4.82712 2.08L4.68512 1.563C4.63166 1.36496 4.60278 1.1611 4.59912 0.956L5.22312 0.111L5.56812 0L6.40112 0.111L6.75112 0.415L7.26912 1.594L8.10612 3.451L9.40612 5.975L9.78612 6.724L9.99012 7.417L10.0661 7.63H10.1981V7.508L10.3051 6.087L10.5021 4.341L10.6951 2.095L10.7611 1.462L11.0761 0.703L11.7001 0.293L12.1881 0.526L12.5881 1.098L12.5331 1.468L12.2941 3.01L11.8271 5.429L11.5231 7.048H11.7011L11.9041 6.845L12.7261 5.758L14.1061 4.038L14.7161 3.354L15.4261 2.601L15.8831 2.241H16.7461L17.3811 3.182L17.0971 4.154L16.2081 5.277L15.4721 6.228L14.4161 7.645L13.7561 8.778L13.8171 8.869L13.9751 8.854L16.3611 8.348L17.6501 8.115L19.1881 7.852L19.8841 8.176L19.9601 8.505L19.6861 9.178L18.0411 9.583L16.1111 9.967L13.2391 10.645L13.2031 10.67L13.2431 10.721L14.5381 10.842L15.0911 10.872H16.4471L18.9701 11.06L19.6301 11.495L20.0261 12.026L19.9601 12.431L18.9451 12.947L17.5741 12.623L14.3761 11.864L13.2791 11.591H13.1271V11.682L14.0411 12.572L15.7161 14.08L17.8131 16.023L17.9191 16.503L17.6501 16.883L17.3661 16.843L15.5231 15.462L14.8131 14.839L13.2031 13.489H13.0971V13.63L13.4671 14.171L15.4271 17.106L15.5281 18.006L15.3861 18.3L14.8781 18.477L14.3201 18.376L13.1731 16.772L11.9901 14.966L11.0361 13.346L10.9191 13.413L10.3551 19.459L10.0911 19.767L9.48212 20L8.97512 19.616L8.70512 18.993L8.97512 17.763L9.29912 16.16L9.56312 14.885L9.80212 13.301L9.94412 12.775L9.93412 12.74L9.81712 12.755L8.61912 14.395L6.79712 16.848L5.35512 18.386L5.01012 18.523L4.41012 18.214L4.46712 17.663L4.80212 17.172L6.79712 14.642L8.00012 13.074L8.77712 12.168L8.77112 12.036H8.72612L3.42612 15.466L2.48212 15.588L2.07612 15.208L2.12612 14.586L2.31912 14.384L3.91312 13.291L3.90812 13.296Z" fill="#D97757"/>
8
- </g>
9
- </g>
10
- <defs>
11
- <clipPath id="clip0_10165_54307">
12
- <rect width="20" height="20" fill="white"/>
13
- </clipPath>
14
- </defs>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M4.51633 12.9669L8.06746 10.9812L8.12687 10.8084L8.06746 10.7129H7.89373L7.29962 10.6769L5.27066 10.622L3.51175 10.5491L1.80685 10.4582L1.37747 10.3664L0.975098 9.83799L1.01651 9.57424L1.37657 9.333L1.89326 9.37801L3.03646 9.45542L4.74947 9.57424L5.99259 9.64626L7.83432 9.83799H8.12687L8.16738 9.72007L8.06746 9.64715L7.98915 9.57424L6.21583 8.37703L4.29849 7.1105L3.29301 6.38137L2.74931 6.01231L2.47476 5.66665L2.35594 4.91051L2.84923 4.36861L3.51265 4.41362L3.68098 4.45953L4.3534 4.97442L5.78825 6.08162L7.65969 7.45526L7.93424 7.68301L8.04406 7.60559L8.05756 7.55158L7.93424 7.34634L6.91526 5.51002L5.82786 3.64488L5.34358 2.87075L5.21575 2.40536C5.16763 2.2271 5.14163 2.04359 5.13834 1.85897L5.70004 1.09833L6.01059 0.998413L6.76043 1.09833L7.07548 1.37198L7.54177 2.43327L8.2952 4.10487L9.46541 6.37687L9.80747 7.05109L9.9911 7.6749L10.0595 7.86664H10.1783V7.75682L10.2746 6.47769L10.452 4.90601L10.6257 2.88425L10.6851 2.31445L10.9687 1.63123L11.5304 1.26216L11.9696 1.4719L12.3297 1.98679L12.2802 2.31985L12.0651 3.7079L11.6447 5.88538L11.371 7.34274H11.5313L11.714 7.16001L12.4539 6.18154L13.6961 4.63326L14.2452 4.01755L14.8844 3.33973L15.2957 3.01567H16.0726L16.6442 3.86272L16.3885 4.73768L15.5883 5.74856L14.9258 6.60461L13.9752 7.88014L13.3811 8.90002L13.436 8.98194L13.5782 8.96843L15.726 8.51295L16.8863 8.30322L18.2708 8.06647L18.8973 8.35812L18.9657 8.65428L18.719 9.26009L17.2383 9.62465L15.501 9.97031L12.9157 10.5806L12.8833 10.6031L12.9193 10.649L14.085 10.758L14.5828 10.785H15.8034L18.0745 10.9542L18.6686 11.3458L19.0251 11.8237L18.9657 12.1883L18.052 12.6528L16.8179 12.3611L13.9392 11.6779L12.9517 11.4322H12.8149V11.5141L13.6376 12.3152L15.1454 13.6727L17.033 15.4217L17.1285 15.8538L16.8863 16.1958L16.6307 16.1598L14.9717 14.9167L14.3326 14.3559L12.8833 13.1407H12.7879V13.2676L13.1209 13.7546L14.8853 16.3966L14.9762 17.2067L14.8484 17.4713L14.3911 17.6307L13.8888 17.5398L12.8563 16.0959L11.7914 14.4702L10.9327 13.012L10.8273 13.0723L10.3196 18.5146L10.082 18.7919L9.53382 19.0016L9.07744 18.656L8.8344 18.0952L9.07744 16.988L9.36909 15.545L9.60674 14.3973L9.82187 12.9714L9.9497 12.498L9.9407 12.4665L9.83538 12.48L8.75698 13.9562L7.11689 16.1643L5.81886 17.5488L5.5083 17.6721L4.96821 17.3939L5.01952 16.8979L5.32107 16.456L7.11689 14.1786L8.19978 12.7671L8.89921 11.9516L8.89381 11.8327H8.8533L4.08245 14.9203L3.2327 15.0301L2.86723 14.6881L2.91224 14.1282L3.08597 13.9463L4.52083 12.9624L4.51633 12.9669Z" fill="#D97757"/>
15
3
  </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.6933 9.97307C14.6716 7.80339 16.4691 6.76274 16.5495 6.71017C15.5393 5.23851 13.9654 5.03658 13.4052 5.0136C12.0668 4.87817 10.7923 5.79904 10.1133 5.79904C9.43576 5.79904 8.38671 5.03345 7.27685 5.05294C5.81683 5.07453 4.47109 5.89896 3.71977 7.20108C2.2035 9.82165 3.33188 13.7054 4.80936 15.8323C5.53168 16.8718 6.39308 18.0416 7.52321 17.9989C8.61245 17.956 9.02341 17.2969 10.3401 17.2969C11.6569 17.2969 12.0266 17.9989 13.1787 17.9769C14.3501 17.9556 15.0927 16.9175 15.809 15.8737C16.6383 14.6659 16.9797 13.4965 17 13.4373C16.9745 13.4254 14.7167 12.5637 14.6933 9.97307Z" />
3
+ <path d="M12.214 3.76658C12.7299 3.03328 13.0795 2.01436 12.9844 1C12.2398 1.03522 11.3385 1.57938 10.8039 2.31197C10.3249 2.96214 9.90617 3.99727 10.0184 4.9933C10.849 5.06867 11.6962 4.49846 12.214 3.76658Z" />
4
+ </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5.43433 7.43427C5.74675 7.12185 6.25328 7.12185 6.5657 7.43427L10 10.8686L13.4343 7.43427C13.7467 7.12185 14.2533 7.12185 14.5657 7.43427C14.8781 7.74669 14.8781 8.25322 14.5657 8.56564L10.5657 12.5656C10.2533 12.8781 9.74675 12.8781 9.43433 12.5656L5.43433 8.56564C5.12191 8.25322 5.12191 7.74669 5.43433 7.43427Z" />
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5.43433 7.83431C5.74675 7.52189 6.25328 7.52189 6.5657 7.83431L10 11.2686L13.4343 7.83431C13.7467 7.52189 14.2533 7.52189 14.5657 7.83431C14.8781 8.14673 14.8781 8.65326 14.5657 8.96568L10.5657 12.9656C10.2533 13.2781 9.74675 13.2781 9.43433 12.9656L5.43433 8.96568C5.12191 8.65326 5.12191 8.14673 5.43433 7.83431Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M10.461 16.018C10.1749 15.7185 10.1858 15.2437 10.4853 14.9576L14.6306 10.9983H4C3.58579 10.9983 3.25 10.6625 3.25 10.2483C3.25 9.83412 3.58579 9.49833 4 9.49833H14.6297L10.4855 5.54252C10.1858 5.25652 10.1748 4.78177 10.4608 4.48215C10.7468 4.18252 11.2215 4.17148 11.5212 4.45748L17.0195 9.70581C17.1677 9.8473 17.2516 10.0433 17.2517 10.2482C17.2517 10.4531 17.1679 10.6491 17.0197 10.7907L11.5213 16.0424C11.2218 16.3285 10.7471 16.3176 10.461 16.018Z" />
2
+ <path d="M12.5303 5.21967C12.2374 4.92678 11.7626 4.92678 11.4697 5.21967C11.1768 5.51256 11.1768 5.98744 11.4697 6.28033L14.4393 9.25H3.75C3.33579 9.25 3 9.58579 3 10C3 10.4142 3.33579 10.75 3.75 10.75H14.4393L11.4697 13.7197C11.1768 14.0126 11.1768 14.4874 11.4697 14.7803C11.7626 15.0732 12.2374 15.0732 12.5303 14.7803L16.7803 10.5303C16.9268 10.3839 17 10.1919 17 10C17 9.89831 16.9798 9.80134 16.9431 9.71291C16.9065 9.62445 16.8522 9.54158 16.7803 9.46967L12.5303 5.21967Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M12.5657 5.43427C12.8781 5.74669 12.8781 6.25322 12.5657 6.56564L9.13138 9.99995L12.5657 13.4343C12.8781 13.7467 12.8781 14.2532 12.5657 14.5656C12.2533 14.8781 11.7467 14.8781 11.4343 14.5656L7.43433 10.5656C7.12191 10.2532 7.12191 9.74669 7.43433 9.43427L11.4343 5.43427C11.7467 5.12185 12.2533 5.12185 12.5657 5.43427Z" />
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.1657 5.43427C12.4781 5.74669 12.4781 6.25322 12.1657 6.56564L8.73137 9.99995L12.1657 13.4343C12.4781 13.7467 12.4781 14.2532 12.1657 14.5656C11.8533 14.8781 11.3467 14.8781 11.0343 14.5656L7.03432 10.5656C6.7219 10.2532 6.7219 9.74669 7.03432 9.43427L11.0343 5.43427C11.3467 5.12185 11.8533 5.12185 12.1657 5.43427Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.43433 14.5656C7.12191 14.2532 7.12191 13.7467 7.43433 13.4343L10.8686 9.99995L7.43433 6.56564C7.12191 6.25322 7.12191 5.74669 7.43433 5.43427C7.74675 5.12185 8.25328 5.12185 8.5657 5.43427L12.5657 9.43427C12.8781 9.74669 12.8781 10.2532 12.5657 10.5656L8.5657 14.5656C8.25328 14.8781 7.74675 14.8781 7.43433 14.5656Z" />
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.83431 14.5656C7.52189 14.2532 7.52189 13.7467 7.83431 13.4343L11.2686 9.99995L7.83431 6.56564C7.52189 6.25322 7.52189 5.74669 7.83431 5.43427C8.14673 5.12185 8.65326 5.12185 8.96568 5.43427L12.9657 9.43427C13.2781 9.74669 13.2781 10.2532 12.9657 10.5656L8.96568 14.5656C8.65326 14.8781 8.14673 14.8781 7.83431 14.5656Z" fill="black"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5657 12.5656C14.2533 12.8781 13.7467 12.8781 13.4343 12.5656L10 9.13132L6.5657 12.5656C6.25328 12.8781 5.74675 12.8781 5.43433 12.5656C5.12191 12.2532 5.12191 11.7467 5.43433 11.4343L9.43433 7.43427C9.74675 7.12185 10.2533 7.12185 10.5657 7.43427L14.5657 11.4343C14.8781 11.7467 14.8781 12.2532 14.5657 12.5656Z" />
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.5657 12.1656C14.2533 12.4781 13.7467 12.4781 13.4343 12.1656L10 8.73137L6.5657 12.1656C6.25328 12.4781 5.74675 12.4781 5.43433 12.1656C5.12191 11.8532 5.12191 11.3467 5.43433 11.0343L9.43433 7.03432C9.74675 6.7219 10.2533 6.7219 10.5657 7.03432L14.5657 11.0343C14.8781 11.3467 14.8781 11.8532 14.5657 12.1656Z" fill="black"/>
3
3
  </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.38138 13.1186C3.06896 13.4311 3.06896 13.9376 3.38138 14.25C3.6938 14.5624 4.20033 14.5624 4.51275 14.25L7.84703 10.6843C8.15953 10.3719 8.15953 9.86535 7.84703 9.55295L4.51276 5.98724C4.20034 5.67484 3.69381 5.67484 3.38139 5.98724C3.06897 6.29964 3.06897 6.80624 3.38139 7.11864L6.15003 10.1186L3.38138 13.1186ZM16.6186 7.11864C16.9311 6.80624 16.9311 6.29964 16.6186 5.98724C16.3062 5.67484 15.7997 5.67484 15.4873 5.98724L11.9157 9.55295C11.6033 9.86535 11.6033 10.3719 11.9157 10.6843L15.4873 14.25C15.7997 14.5624 16.3062 14.5624 16.6186 14.25C16.9311 13.9376 16.9311 13.4311 16.6186 13.1186L13.6127 10.1186L16.6186 7.11864Z" 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="M10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2ZM10.75 6.25C10.75 6.66421 10.4142 7 10 7C9.58579 7 9.25 6.66421 9.25 6.25V3.54395C6.25961 3.88757 3.88757 6.25961 3.54395 9.25H6.25C6.66421 9.25 7 9.58579 7 10C7 10.4142 6.66421 10.75 6.25 10.75H3.54395C3.88757 13.7404 6.25966 16.1114 9.25 16.4551V13.75C9.25 13.3358 9.58579 13 10 13C10.4142 13 10.75 13.3358 10.75 13.75V16.4551C13.7403 16.1114 16.1124 13.7404 16.4561 10.75H13.75C13.3358 10.75 13 10.4142 13 10C13 9.58579 13.3358 9.25 13.75 9.25H16.4561C16.1124 6.25961 13.7404 3.88757 10.75 3.54395V6.25Z"/>
3
+ </svg>
4
+
@@ -1,4 +1,4 @@
1
1
  <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd"
3
- d="M14 3.6H15.6C16.2365 3.6 16.847 3.85286 17.2971 4.30294C17.7471 4.75303 18 5.36348 18 6V15.6C18 16.2365 17.7471 16.847 17.2971 17.2971C16.847 17.7471 16.2365 18 15.6 18H4.4C3.76348 18 3.15303 17.7471 2.70294 17.2971C2.25286 16.847 2 16.2365 2 15.6V6C2 5.36348 2.25286 4.75303 2.70294 4.30294C3.15303 3.85286 3.76348 3.6 4.4 3.6H6V2.8C6 2.58783 6.08429 2.38434 6.23431 2.23431C6.38434 2.08429 6.58783 2 6.8 2C7.01217 2 7.21566 2.08429 7.36569 2.23431C7.51571 2.38434 7.6 2.58783 7.6 2.8V3.6H12.4V2.8C12.4 2.58783 12.4843 2.38434 12.6343 2.23431C12.7843 2.08429 12.9878 2 13.2 2C13.4122 2 13.6157 2.08429 13.7657 2.23431C13.9157 2.38434 14 2.58783 14 2.8V3.6ZM16.1657 16.1657C16.3157 16.0157 16.4 15.8122 16.4 15.6V6C16.4 5.78783 16.3157 5.58434 16.1657 5.43431C16.0157 5.28429 15.8122 5.2 15.6 5.2H14V6C14 6.21217 13.9157 6.41566 13.7657 6.56569C13.6157 6.71571 13.4122 6.8 13.2 6.8C12.9878 6.8 12.7843 6.71571 12.6343 6.56569C12.4843 6.41566 12.4 6.21217 12.4 6V5.2H7.6V6C7.6 6.21217 7.51571 6.41566 7.36569 6.56569C7.21566 6.71571 7.01217 6.8 6.8 6.8C6.58783 6.8 6.38434 6.71571 6.23431 6.56569C6.08429 6.41566 6 6.21217 6 6V5.2H4.4C4.18783 5.2 3.98434 5.28429 3.83431 5.43431C3.68429 5.58434 3.6 5.78783 3.6 6V15.6C3.6 15.8122 3.68429 16.0157 3.83431 16.1657C3.98434 16.3157 4.18783 16.4 4.4 16.4H15.6C15.8122 16.4 16.0157 16.3157 16.1657 16.1657ZM8.78033 8.21967C9.07322 8.51256 9.07322 8.98744 8.78033 9.28033L7.56066 10.5H12.4393L11.2197 9.28033C10.9268 8.98744 10.9268 8.51256 11.2197 8.21967C11.5126 7.92678 11.9874 7.92678 12.2803 8.21967L14.7803 10.7197C15.0732 11.0126 15.0732 11.4874 14.7803 11.7803L12.2803 14.2803C11.9874 14.5732 11.5126 14.5732 11.2197 14.2803C10.9268 13.9874 10.9268 13.5126 11.2197 13.2197L12.4393 12H7.56066L8.78033 13.2197C9.07322 13.5126 9.07322 13.9874 8.78033 14.2803C8.48744 14.5732 8.01256 14.5732 7.71967 14.2803L5.21967 11.7803C4.92678 11.4874 4.92678 11.0126 5.21967 10.7197L7.71967 8.21967C8.01256 7.92678 8.48744 7.92678 8.78033 8.21967Z" />
4
- </svg>
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.6 3H14V1.80391C14 1.59174 13.9157 1.38825 13.7657 1.23822C13.6157 1.0882 13.4122 1.00391 13.2 1.00391C12.9878 1.00391 12.7843 1.0882 12.6343 1.23822C12.4843 1.38825 12.4 1.59174 12.4 1.80391V3H7.6V1.80391C7.6 1.59174 7.51571 1.38825 7.36569 1.23822C7.21566 1.0882 7.01217 1.00391 6.8 1.00391C6.58783 1.00391 6.38434 1.0882 6.23431 1.23822C6.08429 1.38825 6 1.59174 6 1.80391V3H4.4C3.76348 3 3.15303 3.25286 2.70294 3.70294C2.25286 4.15303 2 4.76348 2 5.4V14.6C2 15.2365 2.25286 15.847 2.70294 16.2971C3.15303 16.7471 3.76348 17 4.4 17H15.6C16.2365 17 16.847 16.7471 17.2971 16.2971C17.7471 15.847 18 15.2365 18 14.6V5.4C18 4.76348 17.7471 4.15303 17.2971 3.70294C16.847 3.25286 16.2365 3 15.6 3ZM16.1657 15.1657C16.3157 15.0157 16.4 14.8122 16.4 14.6V7.4V5.4C16.4 5.18783 16.3157 4.98434 16.1657 4.83431C16.0157 4.68429 15.8122 4.6 15.6 4.6H4.4C4.18783 4.6 3.98434 4.68429 3.83431 4.83431C3.68429 4.98434 3.6 5.18783 3.6 5.4V7.4V14.6C3.6 14.8122 3.68429 15.0157 3.83431 15.1657C3.98434 15.3157 4.18783 15.4 4.4 15.4H15.6C15.8122 15.4 16.0157 15.3157 16.1657 15.1657Z" />
3
+ <path d="M8.78033 8.08033C9.07322 7.78744 9.07322 7.31256 8.78033 7.01967C8.48744 6.72678 8.01256 6.72678 7.71967 7.01967L5.21967 9.51967C4.92678 9.81256 4.92678 10.2874 5.21967 10.5803L7.71967 13.0803C8.01256 13.3732 8.48744 13.3732 8.78033 13.0803C9.07322 12.7874 9.07322 12.3126 8.78033 12.0197L7.56066 10.8H12.4393L11.2197 12.0197C10.9268 12.3126 10.9268 12.7874 11.2197 13.0803C11.5126 13.3732 11.9874 13.3732 12.2803 13.0803L14.7803 10.5803C15.0732 10.2874 15.0732 9.81256 14.7803 9.51967L12.2803 7.01967C11.9874 6.72678 11.5126 6.72678 11.2197 7.01967C10.9268 7.31256 10.9268 7.78744 11.2197 8.08033L12.4393 9.3H7.56066L8.78033 8.08033Z" />
4
+ </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="M5.74528 3C5.05525 3 4.49587 3.55965 4.49587 4.25001L4.49594 15.75C4.49594 16.4404 5.05532 17 5.74534 17H14.2479C14.9379 17 15.4973 16.4404 15.4973 15.75V7.49668H12.5754C12.1557 7.49668 11.7531 7.32986 11.4563 7.03293C11.1595 6.736 10.9928 6.33327 10.9928 5.91334V3.00001L5.74528 3ZM12.4921 4.05783L14.4343 5.99668H12.5754C12.5533 5.99668 12.5321 5.9879 12.5165 5.97227C12.5009 5.95664 12.4921 5.93545 12.4921 5.91334V4.05783ZM2.99659 4.25002C2.99659 2.73123 4.22722 1.5 5.74528 1.5L11.7424 1.50001C11.941 1.50001 12.1314 1.5788 12.2719 1.71909L16.7764 6.21576C16.9174 6.35646 16.9966 6.54748 16.9966 6.74668V15.75C16.9966 17.2688 15.766 18.5 14.2479 18.5H5.74534C4.22729 18.5 2.99667 17.2688 2.99666 15.75L2.99659 4.25002ZM5.99856 10.25C5.99856 9.8358 6.33419 9.50001 6.7482 9.50001H13.2451C13.6591 9.50001 13.9947 9.8358 13.9947 10.25C13.9947 10.6642 13.6591 11 13.2451 11H6.7482C6.33419 11 5.99856 10.6642 5.99856 10.25ZM5.99856 13.25C5.99856 12.8358 6.33419 12.5 6.7482 12.5H11.246C11.6601 12.5 11.9957 12.8358 11.9957 13.25C11.9957 13.6642 11.6601 14 11.246 14H6.7482C6.33419 14 5.99856 13.6642 5.99856 13.25Z"/>
3
+ </svg>
4
+
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.5 2C11.8033 2 12.0773 2.18263 12.1934 2.46289C12.3094 2.74313 12.2448 3.06579 12.0303 3.28027L7.36621 7.94434C7.13186 8.17869 7.00008 8.49671 7 8.82812V11.75C7 12.4404 7.55964 13 8.25 13H11.1719C11.5033 12.9999 11.8213 12.8681 12.0557 12.6338L16.7197 7.96973C16.9342 7.75525 17.2569 7.6906 17.5371 7.80664C17.8174 7.92273 18 8.19665 18 8.5V15.25C18 16.7688 16.7688 18 15.25 18H4.75C3.23122 18 2 16.7688 2 15.25V4.75C2 3.23122 3.23122 2 4.75 2H11.5Z" />
3
+ <path d="M14.8506 2.625C15.5476 1.92807 16.678 1.92807 17.375 2.625C18.072 3.32197 18.0719 4.45243 17.375 5.14941L17.1504 5.37305L11.3467 11.1777C11.206 11.3184 11.0143 11.3975 10.8154 11.3975H9.35254C8.93833 11.3975 8.60254 11.0617 8.60254 10.6475V9.18457C8.60254 8.98575 8.68173 8.79493 8.82227 8.6543L14.627 2.84961L14.8506 2.625Z" />
4
+ </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.0074 2 4.25V15.75C2 16.9926 3.00736 18 4.25 18H15.75C16.9926 18 18 16.9926 18 15.75V9.75C18 9.33579 17.6642 9 17.25 9C16.8358 9 16.5 9.33579 16.5 9.75V15.75C16.5 16.1642 16.1642 16.5 15.75 16.5H4.25C3.83579 16.5 3.5 16.1642 3.5 15.75V4.25C3.5 3.8358 3.83579 3.5 4.25 3.5H10.25C10.6642 3.5 11 3.16421 11 2.75C11 2.33579 10.6642 2 10.25 2H4.25ZM13.9247 2.69921C14.857 1.76693 16.3685 1.76693 17.3008 2.69921C18.2331 3.63148 18.2331 5.143 17.3008 6.07528L11.5741 11.8019C11.4473 11.9288 11.2753 12 11.096 12H8.83756C8.37499 12 8 11.625 8 11.1624V8.90404C8 8.72469 8.07125 8.55268 8.19807 8.42586L13.9247 2.69921ZM16.3444 3.65557C15.9403 3.25148 15.2852 3.25148 14.8811 3.65557L14.657 3.87967L16.1203 5.34302L16.3444 5.11892C16.7485 4.71483 16.7485 4.05966 16.3444 3.65557ZM9.3525 9.18415V10.6475H10.8158L15.278 6.18532L13.8147 4.72197L9.3525 9.18415Z" fill="black"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.84709 13.1186C8.15951 13.4311 8.15951 13.9376 7.84709 14.25C7.53467 14.5624 7.02814 14.5624 6.71572 14.25L3.38144 10.6843C3.06894 10.3719 3.06894 9.86535 3.38144 9.55295L6.71571 5.98724C7.02813 5.67484 7.53466 5.67484 7.84708 5.98724C8.1595 6.29964 8.1595 6.80624 7.84708 7.11864L5.07844 10.1186L7.84709 13.1186ZM11.9157 7.11864C11.6032 6.80624 11.6032 6.29964 11.9157 5.98724C12.2281 5.67484 12.7346 5.67484 13.047 5.98724L16.6186 9.55295C16.9311 9.86535 16.9311 10.3719 16.6186 10.6843L13.047 14.25C12.7346 14.5624 12.2281 14.5624 11.9157 14.25C11.6032 13.9376 11.6032 13.4311 11.9157 13.1186L14.9216 10.1186L11.9157 7.11864Z" 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="M7 7.96571C6.68758 8.27813 6.18105 8.27813 5.86863 7.96571C5.55621 7.65329 5.55621 7.14676 5.86863 6.83434L9.43433 3.50006C9.74675 3.18756 10.2533 3.18756 10.5657 3.50006L14.1314 6.83433C14.4438 7.14675 14.4438 7.65328 14.1314 7.9657C13.819 8.27812 13.3124 8.27812 13 7.9657L10 5.19706L7 7.96571ZM13 12.0344C13.3124 11.7219 13.819 11.7219 14.1314 12.0344C14.4438 12.3468 14.4438 12.8533 14.1314 13.1657L10.5657 16.7373C10.2533 17.0497 9.74675 17.0497 9.43433 16.7373L5.86864 13.1657C5.55622 12.8533 5.55622 12.3468 5.86864 12.0344C6.18106 11.7219 6.68759 11.7219 7.00001 12.0344L10 15.0402L13 12.0344Z" />
3
+ </svg>