@fibery/ui-kit 2.0.0 → 2.0.1

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 (100) hide show
  1. package/.oxlintrc.json +24 -0
  2. package/CHANGELOG.md +7 -0
  3. package/eslint.config.mjs +1 -1
  4. package/jest.config.cjs +36 -0
  5. package/package.json +10 -50
  6. package/src/@types/css.d.ts +1 -0
  7. package/src/actions-menu/actions-menu-checkbox-item.tsx +74 -0
  8. package/src/actions-menu/contexts/actions-menu-context.tsx +1 -0
  9. package/src/actions-menu/index.tsx +1 -0
  10. package/src/animated-number.tsx +2 -2
  11. package/src/antd/AutoComplete.d.ts +1 -0
  12. package/src/app-icon-with-fallback.tsx +4 -4
  13. package/src/app-icon.tsx +4 -4
  14. package/src/appIcons.json +1227 -1227
  15. package/src/avatar.tsx +44 -5
  16. package/src/box.tsx +10 -17
  17. package/src/button/make-button-colors.ts +13 -13
  18. package/src/checkbox.tsx +3 -3
  19. package/src/collapsible-section.tsx +1 -1
  20. package/src/context-menu/index.tsx +4 -0
  21. package/src/date-picker/date-range-picker.tsx +1 -1
  22. package/src/date-picker/relative-date-picker.tsx +3 -0
  23. package/src/date-picker/single-date-picker.tsx +10 -9
  24. package/src/design-system/alpha.ts +9 -0
  25. package/src/design-system/colors-css.test.ts +1 -9
  26. package/src/design-system/colors-css.ts +1 -1
  27. package/src/design-system/colors.ts +351 -313
  28. package/src/design-system/layout.ts +1 -1
  29. package/src/design-system/theme.ts +4 -1
  30. package/src/design-system/vars.test.ts +4 -0
  31. package/src/design-system.test.ts +1 -0
  32. package/src/design-system.ts +1 -1
  33. package/src/dropdown-menu/index.tsx +4 -0
  34. package/src/emoji-picker/primitives/emoji.tsx +12 -0
  35. package/src/emoji-picker/primitives/grid.tsx +100 -104
  36. package/src/emoji.tsx +1 -0
  37. package/src/file-item.tsx +308 -265
  38. package/src/icons/ast/AddDatabase.ts +1 -1
  39. package/src/icons/ast/AddIntegration.ts +1 -1
  40. package/src/icons/ast/ArrowsRightLeft.ts +1 -1
  41. package/src/icons/ast/ChatBubble.ts +1 -1
  42. package/src/icons/ast/ChatFloat.ts +1 -1
  43. package/src/icons/ast/ChatSidebar.ts +1 -1
  44. package/src/icons/ast/Clean.ts +1 -1
  45. package/src/icons/ast/Create.ts +1 -1
  46. package/src/icons/ast/ItemsTimeline.ts +1 -1
  47. package/src/icons/ast/Key.ts +1 -1
  48. package/src/icons/ast/NetworkAdd.ts +1 -1
  49. package/src/icons/ast/Print.ts +1 -1
  50. package/src/icons/ast/Success.ts +1 -1
  51. package/src/icons/ast/SuggestIntegration.ts +1 -1
  52. package/src/icons/ast/WarningTriangle.ts +1 -1
  53. package/src/icons/ast/Windows.ts +1 -1
  54. package/src/icons/svg/add-database.svg +1 -1
  55. package/src/icons/svg/add-integration.svg +1 -1
  56. package/src/icons/svg/arrows-right-left.svg +1 -1
  57. package/src/icons/svg/chat-bubble.svg +1 -1
  58. package/src/icons/svg/chat-float.svg +1 -1
  59. package/src/icons/svg/chat-sidebar.svg +3 -3
  60. package/src/icons/svg/clean.svg +1 -1
  61. package/src/icons/svg/create.svg +1 -1
  62. package/src/icons/svg/items-timeline.svg +1 -1
  63. package/src/icons/svg/key.svg +1 -1
  64. package/src/icons/svg/network-add.svg +1 -1
  65. package/src/icons/svg/print.svg +1 -1
  66. package/src/icons/svg/success.svg +1 -1
  67. package/src/icons/svg/suggest-integration.svg +1 -1
  68. package/src/icons/svg/warning-triangle.svg +1 -1
  69. package/src/icons/svg/windows.svg +1 -1
  70. package/src/images-gallery/images-gallery.tsx +24 -0
  71. package/src/lists/actions-menu-row-surface.tsx +2 -1
  72. package/src/logo.tsx +14 -13
  73. package/src/modal-menu/index.tsx +1 -0
  74. package/src/modal-menu/modal-menu-checkbox-item.tsx +50 -0
  75. package/src/online-users.tsx +45 -46
  76. package/src/palettes/slate-arch.colors-snapshot.test.ts +7 -7
  77. package/src/palettes/slate-user.colors-snapshot.test.ts +11 -11
  78. package/src/palettes/warm-arch.colors-snapshot.test.ts +7 -7
  79. package/src/palettes/warm-user.colors-snapshot.test.ts +7 -7
  80. package/src/popover/index.tsx +91 -203
  81. package/src/popover/popover-old.tsx +113 -0
  82. package/src/popover/popup-modifiers-context.ts +1 -1
  83. package/src/scale-generator.ts +2 -2
  84. package/src/select/components/clear-indicator.tsx +1 -1
  85. package/src/select/components/drop-down-indicator.tsx +2 -2
  86. package/src/select/components/group-heading.tsx +2 -2
  87. package/src/select/components/menu-list-virtualized.tsx +1 -1
  88. package/src/select/components/option.tsx +1 -1
  89. package/src/select/index.tsx +34 -37
  90. package/src/select/select-in-popover.tsx +34 -202
  91. package/src/select/select.tsx +5 -4
  92. package/src/select/styles.ts +3 -0
  93. package/src/thematic-state.ts +1 -1
  94. package/src/theme-provider.tsx +14 -2
  95. package/src/theme-styles.ts +14 -7
  96. package/src/toggle-button/toggle-button.tsx +48 -35
  97. package/src/tree-utils.test.ts +166 -0
  98. package/src/tree-utils.ts +107 -0
  99. package/src/file-item/use-register-in-image-gallery.tsx +0 -70
  100. package/src/file-item-2.tsx +0 -357
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const ChatBubble: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.137 10.235a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z"},"children":[]},{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M15.251 3c.799 0 1.532.22 2.052.786.509.554.697 1.313.697 2.139v8.15c0 .826-.188 1.585-.697 2.139-.52.566-1.253.786-2.052.786H4.749c-.799 0-1.532-.22-2.052-.786C2.188 15.66 2 14.9 2 14.075v-8.15c0-.826.188-1.585.697-2.139C3.217 3.22 3.95 3 4.75 3h10.502ZM4.749 4.5c-.534 0-.801.143-.947.302-.157.17-.302.499-.302 1.123v8.15c0 .624.145.952.302 1.123.146.16.413.302.947.302h10.502c.534 0 .801-.143.947-.302.157-.17.302-.499.302-1.123v-8.15c0-.624-.145-.952-.302-1.123-.146-.16-.413-.302-.947-.302H4.749Z"},"children":[]}],"metadata":""}]},"name":"chat-bubble"};
6
+ const ChatBubble: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.137 10.235a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M15.251 3c.799 0 1.532.22 2.052.786.509.554.697 1.313.697 2.139v8.15c0 .826-.188 1.585-.697 2.139-.52.566-1.253.786-2.052.786H4.749c-.799 0-1.532-.22-2.052-.786C2.188 15.66 2 14.9 2 14.075v-8.15c0-.826.188-1.585.697-2.139C3.217 3.22 3.95 3 4.75 3h10.502ZM4.749 4.5c-.534 0-.801.143-.947.302-.157.17-.302.499-.302 1.123v8.15c0 .624.145.952.302 1.123.146.16.413.302.947.302h10.502c.534 0 .801-.143.947-.302.157-.17.302-.499.302-1.123v-8.15c0-.624-.145-.952-.302-1.123-.146-.16-.413-.302-.947-.302H4.749Z"},"children":[]}],"metadata":""}]},"name":"chat-bubble"};
7
7
 
8
8
  export default ChatBubble;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const ChatFloat: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"d":"M14.84 9.05a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75v-4a.75.75 0 0 1 .75-.75h3.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M15.251 3c.799 0 1.532.22 2.052.786.509.554.697 1.313.697 2.139v8.15c0 .826-.188 1.585-.697 2.139-.52.566-1.253.786-2.052.786H4.749c-.799 0-1.532-.22-2.052-.786C2.188 15.66 2 14.9 2 14.075v-8.15c0-.826.188-1.585.697-2.139C3.217 3.22 3.95 3 4.75 3h10.502ZM4.749 4.5c-.534 0-.801.143-.947.302-.157.17-.302.499-.302 1.123v8.15c0 .624.145.952.302 1.123.146.16.413.302.947.302h10.502c.534 0 .801-.143.947-.302.157-.17.302-.499.302-1.123v-8.15c0-.624-.145-.952-.302-1.123-.146-.16-.413-.302-.947-.302H4.749Z"},"children":[]}],"metadata":""}]},"name":"chat-float"};
6
+ const ChatFloat: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M14.84 9.05a.75.75 0 0 1 .75.75v4a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75v-4a.75.75 0 0 1 .75-.75h3.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M15.251 3c.799 0 1.532.22 2.052.786.509.554.697 1.313.697 2.139v8.15c0 .826-.188 1.585-.697 2.139-.52.566-1.253.786-2.052.786H4.749c-.799 0-1.532-.22-2.052-.786C2.188 15.66 2 14.9 2 14.075v-8.15c0-.826.188-1.585.697-2.139C3.217 3.22 3.95 3 4.75 3h10.502ZM4.749 4.5c-.534 0-.801.143-.947.302-.157.17-.302.499-.302 1.123v8.15c0 .624.145.952.302 1.123.146.16.413.302.947.302h10.502c.534 0 .801-.143.947-.302.157-.17.302-.499.302-1.123v-8.15c0-.624-.145-.952-.302-1.123-.146-.16-.413-.302-.947-.302H4.749Z"},"children":[]}],"metadata":""}]},"name":"chat-float"};
7
7
 
8
8
  export default ChatFloat;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const ChatSidebar: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"d":"M14.702 5.35a.75.75 0 0 1 .75.75v7.8a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75V6.1a.75.75 0 0 1 .75-.75h3.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M15.251 3c.799 0 1.532.22 2.052.786.509.554.697 1.313.697 2.139v8.15c0 .826-.188 1.585-.697 2.139-.52.566-1.253.786-2.052.786H4.749c-.799 0-1.532-.22-2.052-.786C2.188 15.66 2 14.9 2 14.075v-8.15c0-.826.188-1.585.697-2.139C3.217 3.22 3.95 3 4.75 3h10.502ZM4.749 4.5c-.534 0-.801.143-.947.302-.157.17-.302.499-.302 1.123v8.15c0 .624.145.952.302 1.123.146.16.413.302.947.302h10.502c.534 0 .801-.143.947-.302.157-.17.302-.499.302-1.123v-8.15c0-.624-.145-.952-.302-1.123-.146-.16-.413-.302-.947-.302H4.749Z"},"children":[]}],"metadata":""}]},"name":"chat-sidebar"};
6
+ const ChatSidebar: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M8.75 5.35a.75.75 0 0 1 .75.75v7.8a.75.75 0 0 1-.75.75h-3.5a.75.75 0 0 1-.75-.75V6.1a.75.75 0 0 1 .75-.75h3.5Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M15.251 3c.799 0 1.532.22 2.052.786.509.554.697 1.313.697 2.139v8.15c0 .826-.188 1.585-.697 2.139-.52.566-1.253.786-2.052.786H4.749c-.799 0-1.532-.22-2.052-.786C2.188 15.66 2 14.9 2 14.075v-8.15c0-.826.188-1.585.697-2.139C3.217 3.22 3.95 3 4.75 3h10.502ZM4.749 4.5c-.534 0-.801.143-.947.302-.157.17-.302.499-.302 1.123v8.15c0 .624.145.952.302 1.123.146.16.413.302.947.302h10.502c.534 0 .801-.143.947-.302.157-.17.302-.499.302-1.123v-8.15c0-.624-.145-.952-.302-1.123-.146-.16-.413-.302-.947-.302H4.749Z"},"children":[]}],"metadata":""}]},"name":"chat-sidebar"};
7
7
 
8
8
  export default ChatSidebar;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const Clean: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"d":"M2.75 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM6 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM4.5 7.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"},"children":[]},{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"m14.64 8.422 3.89-3.892a.75.75 0 0 0-1.06-1.06l-3.892 3.89-.604-.603a2.25 2.25 0 0 0-2.846-.277l-6.546 4.397a.75.75 0 0 0 .002 1.247c1.099.733 1.733 1.586 2.423 2.515.17.228.342.46.526.697.934 1.2 2.064 2.336 4.285 2.892a.75.75 0 0 0 .82-.333l3.834-6.186a2.25 2.25 0 0 0-.322-2.777l-.51-.51Zm-3.675-.697a.75.75 0 0 1 .948.092l2.176 2.176a.75.75 0 0 1 .107.926l-.465.751L10.259 8.2l.706-.474ZM8.99 9.05l3.928 3.929-2.257 3.642c-1.438-.474-2.213-1.266-2.945-2.207a20.49 20.49 0 0 1-.25-.329.748.748 0 0 0 .063-.056l1-1a.75.75 0 1 0-1.06-1.06l-.914.913c-.363-.45-.775-.909-1.272-1.342l3.707-2.49Z"},"children":[]}],"metadata":""}]},"name":"clean"};
6
+ const Clean: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M2.75 4.5a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5ZM6 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM4.5 7.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"},"children":[]},{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"m14.64 8.422 3.89-3.892a.75.75 0 0 0-1.06-1.06l-3.892 3.89-.604-.603a2.25 2.25 0 0 0-2.846-.277l-6.546 4.397a.75.75 0 0 0 .002 1.247c1.099.733 1.733 1.586 2.423 2.515.17.228.342.46.526.697.934 1.2 2.064 2.336 4.285 2.892a.75.75 0 0 0 .82-.333l3.834-6.186a2.25 2.25 0 0 0-.322-2.777l-.51-.51Zm-3.675-.697a.75.75 0 0 1 .948.092l2.176 2.176a.75.75 0 0 1 .107.926l-.465.751L10.259 8.2l.706-.474ZM8.99 9.05l3.928 3.929-2.257 3.642c-1.438-.474-2.213-1.266-2.945-2.207a20.49 20.49 0 0 1-.25-.329.748.748 0 0 0 .063-.056l1-1a.75.75 0 1 0-1.06-1.06l-.914.913c-.363-.45-.775-.909-1.272-1.342l3.707-2.49Z"},"children":[]}],"metadata":""}]},"name":"clean"};
7
7
 
8
8
  export default Clean;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const Create: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75v-6a.75.75 0 0 0-1.5 0v6a.75.75 0 0 1-.75.75H4.25a.75.75 0 0 1-.75-.75V4.25a.75.75 0 0 1 .75-.75h6a.75.75 0 0 0 0-1.5h-6Zm9.675.7A2.387 2.387 0 0 1 17.3 6.074l-5.727 5.727a.676.676 0 0 1-.478.198H8.838A.838.838 0 0 1 8 11.162V8.904c0-.18.071-.351.198-.478l5.727-5.727Zm2.42.956a1.035 1.035 0 0 0-1.464 0l-.224.224 1.463 1.463.224-.224a1.035 1.035 0 0 0 0-1.463ZM9.352 9.184v1.464h1.463l4.462-4.463-1.463-1.463-4.463 4.462Z"},"children":[]}],"metadata":""}]},"name":"create"};
6
+ const Create: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 2A2.25 2.25 0 0 0 2 4.25v11.5A2.25 2.25 0 0 0 4.25 18h11.5A2.25 2.25 0 0 0 18 15.75v-6a.75.75 0 0 0-1.5 0v6a.75.75 0 0 1-.75.75H4.25a.75.75 0 0 1-.75-.75V4.25a.75.75 0 0 1 .75-.75h6a.75.75 0 0 0 0-1.5h-6Zm9.675.7A2.387 2.387 0 0 1 17.3 6.074l-5.727 5.727a.676.676 0 0 1-.478.198H8.838A.838.838 0 0 1 8 11.162V8.904c0-.18.071-.351.198-.478l5.727-5.727Zm2.42.956a1.035 1.035 0 0 0-1.464 0l-.224.224 1.463 1.463.224-.224a1.035 1.035 0 0 0 0-1.463ZM9.352 9.184v1.464h1.463l4.462-4.463-1.463-1.463-4.463 4.462Z"},"children":[]}],"metadata":""}]},"name":"create"};
7
7
 
8
8
  export default Create;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const ItemsTimeline: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M4.25 4.5a.75.75 0 0 0-.75.75V7c0 .414.336.75.75.75h6.5A.75.75 0 0 0 11.5 7V5.25a.75.75 0 0 0-.75-.75h-6.5ZM2 5.25A2.25 2.25 0 0 1 4.25 3h6.5A2.25 2.25 0 0 1 13 5.25V7a2.25 2.25 0 0 1-2.25 2.25h-6.5A2.25 2.25 0 0 1 2 7V5.25Zm7.25 7a.75.75 0 0 0-.75.75v1.75c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75V13a.75.75 0 0 0-.75-.75h-6.5ZM7 13a2.25 2.25 0 0 1 2.25-2.25h6.5A2.25 2.25 0 0 1 18 13v1.75A2.25 2.25 0 0 1 15.75 17h-6.5A2.25 2.25 0 0 1 7 14.75V13Z"},"children":[]}],"metadata":""}]},"name":"items-timeline"};
6
+ const ItemsTimeline: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.25 4.5a.75.75 0 0 0-.75.75V7c0 .414.336.75.75.75h6.5A.75.75 0 0 0 11.5 7V5.25a.75.75 0 0 0-.75-.75h-6.5ZM2 5.25A2.25 2.25 0 0 1 4.25 3h6.5A2.25 2.25 0 0 1 13 5.25V7a2.25 2.25 0 0 1-2.25 2.25h-6.5A2.25 2.25 0 0 1 2 7V5.25Zm7.25 7a.75.75 0 0 0-.75.75v1.75c0 .414.336.75.75.75h6.5a.75.75 0 0 0 .75-.75V13a.75.75 0 0 0-.75-.75h-6.5ZM7 13a2.25 2.25 0 0 1 2.25-2.25h6.5A2.25 2.25 0 0 1 18 13v1.75A2.25 2.25 0 0 1 15.75 17h-6.5A2.25 2.25 0 0 1 7 14.75V13Z"},"children":[]}],"metadata":""}]},"name":"items-timeline"};
7
7
 
8
8
  export default ItemsTimeline;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const Key: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20","fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M6.917 7.667a5.417 5.417 0 1 1 4.689 5.368 11.456 11.456 0 0 0-.413-.05 6.842 6.842 0 0 0-.212.206l-1.228 1.228a.75.75 0 0 1-.53.22h-.806v.805a.75.75 0 0 1-.75.75H6.86V17a.75.75 0 0 1-.75.75h-1.89c-.197 0-.388 0-.548-.013a1.546 1.546 0 0 1-.589-.153 1.528 1.528 0 0 1-.667-.668 1.545 1.545 0 0 1-.154-.588c-.013-.161-.013-.351-.013-.548v-1.416c0-.147 0-.33.042-.51.038-.155.1-.304.183-.441.097-.158.226-.287.331-.391l.028-.028L6.81 9.02a6.736 6.736 0 0 0 .206-.212l-.004-.047c-.007-.08-.022-.19-.046-.366a5.458 5.458 0 0 1-.048-.727Zm5.417-3.917a3.917 3.917 0 0 0-3.882 4.444l.002.014c.02.157.04.296.05.408.01.107.02.25 0 .398-.029.202-.08.35-.179.529-.106.19-.274.356-.414.496l-.041.04-3.975 3.976a4.823 4.823 0 0 0-.142.146l-.001.012c-.002.038-.002.09-.002.191v1.352a6.376 6.376 0 0 0 .012.483l.033.003a6.4 6.4 0 0 0 .45.008H5.36v-.806a.75.75 0 0 1 .75-.75h.806v-.805a.75.75 0 0 1 .75-.75h1.245L9.92 12.13l.04-.04c.14-.141.307-.309.497-.415.179-.1.327-.15.53-.179.146-.02.29-.01.398 0 .111.01.25.03.407.05l.014.002a3.917 3.917 0 1 0 .528-7.798Zm-.75 2.361a.75.75 0 0 1 .75-.75 2.3 2.3 0 0 1 1.63.675 2.3 2.3 0 0 1 .675 1.63.75.75 0 1 1-1.5 0 .8.8 0 0 0-.236-.569.8.8 0 0 0-.57-.236.75.75 0 0 1-.75-.75Z"},"children":[]}],"metadata":""}]},"name":"key"};
6
+ const Key: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M6.917 7.667a5.417 5.417 0 1 1 4.689 5.368 11.456 11.456 0 0 0-.413-.05 6.842 6.842 0 0 0-.212.206l-1.228 1.228a.75.75 0 0 1-.53.22h-.806v.805a.75.75 0 0 1-.75.75H6.86V17a.75.75 0 0 1-.75.75h-1.89c-.197 0-.388 0-.548-.013a1.546 1.546 0 0 1-.589-.153 1.528 1.528 0 0 1-.667-.668 1.545 1.545 0 0 1-.154-.588c-.013-.161-.013-.351-.013-.548v-1.416c0-.147 0-.33.042-.51.038-.155.1-.304.183-.441.097-.158.226-.287.331-.391l.028-.028L6.81 9.02a6.736 6.736 0 0 0 .206-.212l-.004-.047c-.007-.08-.022-.19-.046-.366a5.458 5.458 0 0 1-.048-.727Zm5.417-3.917a3.917 3.917 0 0 0-3.882 4.444l.002.014c.02.157.04.296.05.408.01.107.02.25 0 .398-.029.202-.08.35-.179.529-.106.19-.274.356-.414.496l-.041.04-3.975 3.976a4.823 4.823 0 0 0-.142.146l-.001.012c-.002.038-.002.09-.002.191v1.352a6.376 6.376 0 0 0 .012.483l.033.003a6.4 6.4 0 0 0 .45.008H5.36v-.806a.75.75 0 0 1 .75-.75h.806v-.805a.75.75 0 0 1 .75-.75h1.245L9.92 12.13l.04-.04c.14-.141.307-.309.497-.415.179-.1.327-.15.53-.179.146-.02.29-.01.398 0 .111.01.25.03.407.05l.014.002a3.917 3.917 0 1 0 .528-7.798Zm-.75 2.361a.75.75 0 0 1 .75-.75 2.3 2.3 0 0 1 1.63.675 2.3 2.3 0 0 1 .675 1.63.75.75 0 1 1-1.5 0 .8.8 0 0 0-.236-.569.8.8 0 0 0-.57-.236.75.75 0 0 1-.75-.75Z"},"children":[]}],"metadata":""}]},"name":"key"};
7
7
 
8
8
  export default Key;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const NetworkAdd: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20","fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M7 4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-.25v1.25h2.583a.75.75 0 0 1 0 1.5H6.667a.917.917 0 0 0-.917.917V12H6a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h.25v-.333A2.417 2.417 0 0 1 6.667 9.25H9.25V8H9a2 2 0 0 1-2-2V4Zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H9Zm-5 10a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H4Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M15 12a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 15 12Z"},"children":[]}],"metadata":""}]},"name":"network-add"};
6
+ const NetworkAdd: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M7 4a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2h-.25v1.25h2.583a.75.75 0 0 1 0 1.5H6.667a.917.917 0 0 0-.917.917V12H6a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h.25v-.333A2.417 2.417 0 0 1 6.667 9.25H9.25V8H9a2 2 0 0 1-2-2V4Zm2-.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5V4a.5.5 0 0 0-.5-.5H9Zm-5 10a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h2a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5H4Z"},"children":[]},{"type":"element","tagName":"path","properties":{"d":"M15 12a.75.75 0 0 1 .75.75v1.5h1.5a.75.75 0 0 1 0 1.5h-1.5v1.5a.75.75 0 0 1-1.5 0v-1.5h-1.5a.75.75 0 0 1 0-1.5h1.5v-1.5A.75.75 0 0 1 15 12Z"},"children":[]}],"metadata":""}]},"name":"network-add"};
7
7
 
8
8
  export default NetworkAdd;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const Print: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.75 2.25A2.25 2.25 0 0 1 16 4.5v2.55c1.141.231 2 1.24 2 2.45v6a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 2 15.5v-6c0-1.21.859-2.219 2-2.45V4.5a2.25 2.25 0 0 1 2.25-2.25h7.5ZM4.5 8.5c-.552 0-1 .557-1 1.11v5.89a1 1 0 0 0 1 1H8v-2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v2h.5a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1h-11ZM8 10a.75.75 0 0 1 0 1.5H5.5a.75.75 0 0 1 0-1.5H8ZM6.25 3.75a.75.75 0 0 0-.75.75V7h9V4.5a.75.75 0 0 0-.75-.75h-7.5Z"},"children":[]}],"metadata":""}]},"name":"print"};
6
+ const Print: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M13.75 2.25A2.25 2.25 0 0 1 16 4.5v2.55c1.141.231 2 1.24 2 2.45v6a2.5 2.5 0 0 1-2.5 2.5h-11A2.5 2.5 0 0 1 2 15.5v-6c0-1.21.859-2.219 2-2.45V4.5a2.25 2.25 0 0 1 2.25-2.25h7.5ZM4.5 8.5c-.552 0-1 .557-1 1.11v5.89a1 1 0 0 0 1 1H8v-2a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 .5.5v2h.5a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1h-11ZM8 10a.75.75 0 0 1 0 1.5H5.5a.75.75 0 0 1 0-1.5H8ZM6.25 3.75a.75.75 0 0 0-.75.75V7h9V4.5a.75.75 0 0 0-.75-.75h-7.5Z"},"children":[]}],"metadata":""}]},"name":"print"};
7
7
 
8
8
  export default Print;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const Success: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"fill":"none","viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m12.267 7.325-3.575 3.583-1.375-1.375a.833.833 0 1 0-1.175 1.175L8.1 12.675a.834.834 0 0 0 1.175 0l4.167-4.167a.833.833 0 1 0-1.175-1.183ZM10 1.667a8.333 8.333 0 1 0 0 16.666 8.333 8.333 0 0 0 0-16.666Zm0 15a6.667 6.667 0 1 1 0-13.334 6.667 6.667 0 0 1 0 13.334Z"},"children":[]}],"metadata":""}]},"name":"success"};
6
+ const Success: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"m12.267 7.325-3.575 3.583-1.375-1.375a.833.833 0 1 0-1.175 1.175L8.1 12.675a.834.834 0 0 0 1.175 0l4.167-4.167a.833.833 0 1 0-1.175-1.183ZM10 1.667a8.333 8.333 0 1 0 0 16.666 8.333 8.333 0 0 0 0-16.666Zm0 15a6.667 6.667 0 1 1 0-13.334 6.667 6.667 0 0 1 0 13.334Z"},"children":[]}],"metadata":""}]},"name":"success"};
7
7
 
8
8
  export default Success;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const SuggestIntegration: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":18,"height":18,"fill":"none"},"children":[{"type":"element","tagName":"path","properties":{"clipRule":"evenodd","d":"M4.275 2.025A2.475 2.475 0 0 0 1.8 4.5v7.12a2.475 2.475 0 0 0 2.475 2.475h4.3l3.799 2.237a.675.675 0 0 0 1.017-.582v-1.655h.784a2.475 2.475 0 0 0 2.475-2.475V4.68a2.655 2.655 0 0 0-2.655-2.655h-9.72ZM3.15 4.5c0-.621.504-1.125 1.125-1.125h9.72c.72 0 1.305.584 1.305 1.305v6.94c0 .621-.504 1.125-1.125 1.125h-1.459a.675.675 0 0 0-.675.675v1.15l-2.939-1.732a.675.675 0 0 0-.343-.093H4.275A1.125 1.125 0 0 1 3.15 11.62V4.5ZM9 5.4c.373 0 .675.302.675.675v1.35h1.35a.675.675 0 1 1 0 1.35h-1.35v1.35a.675.675 0 0 1-1.35 0v-1.35h-1.35a.675.675 0 0 1 0-1.35h1.35v-1.35c0-.373.302-.675.675-.675Z"},"children":[]}],"metadata":""}]},"name":"suggest-integration"};
6
+ const SuggestIntegration: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 18 18"},"children":[{"type":"element","tagName":"path","properties":{"fillRule":"evenodd","clipRule":"evenodd","d":"M4.275 2.025A2.475 2.475 0 0 0 1.8 4.5v7.12a2.475 2.475 0 0 0 2.475 2.475h4.3l3.799 2.237a.675.675 0 0 0 1.017-.582v-1.655h.784a2.475 2.475 0 0 0 2.475-2.475V4.68a2.655 2.655 0 0 0-2.655-2.655h-9.72ZM3.15 4.5c0-.621.504-1.125 1.125-1.125h9.72c.72 0 1.305.584 1.305 1.305v6.94c0 .621-.504 1.125-1.125 1.125h-1.459a.675.675 0 0 0-.675.675v1.15l-2.939-1.732a.675.675 0 0 0-.343-.093H4.275A1.125 1.125 0 0 1 3.15 11.62V4.5ZM9 5.4c.373 0 .675.302.675.675v1.35h1.35a.675.675 0 1 1 0 1.35h-1.35v1.35a.675.675 0 0 1-1.35 0v-1.35h-1.35a.675.675 0 0 1 0-1.35h1.35v-1.35c0-.373.302-.675.675-.675Z"},"children":[]}],"metadata":""}]},"name":"suggest-integration"};
7
7
 
8
8
  export default SuggestIntegration;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const WarningTriangle: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"fill":"none","viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 13.333A.833.833 0 1 0 10 15a.833.833 0 0 0 0-1.666Zm8.892 1.225L12.183 2.892a2.5 2.5 0 0 0-4.366 0L1.15 14.558a2.5 2.5 0 0 0 2.133 3.775h13.434a2.5 2.5 0 0 0 2.175-3.775Zm-1.442 1.667a.832.832 0 0 1-.733.425H3.283a.832.832 0 0 1-.733-.425.833.833 0 0 1 0-.833L9.217 3.725a.833.833 0 0 1 1.483 0l6.708 11.667a.834.834 0 0 1 .042.85v-.017ZM10 6.667a.833.833 0 0 0-.833.833v3.333a.833.833 0 0 0 1.666 0V7.5A.834.834 0 0 0 10 6.667Z"},"children":[]}],"metadata":""}]},"name":"warning-triangle"};
6
+ const WarningTriangle: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"path","properties":{"d":"M10 13.333A.833.833 0 1 0 10 15a.833.833 0 0 0 0-1.666Zm8.892 1.225L12.183 2.892a2.5 2.5 0 0 0-4.366 0L1.15 14.558a2.5 2.5 0 0 0 2.133 3.775h13.434a2.5 2.5 0 0 0 2.175-3.775Zm-1.442 1.667a.832.832 0 0 1-.733.425H3.283a.832.832 0 0 1-.733-.425.833.833 0 0 1 0-.833L9.217 3.725a.833.833 0 0 1 1.483 0l6.708 11.667a.834.834 0 0 1 .042.85v-.017ZM10 6.667a.833.833 0 0 0-.833.833v3.333a.833.833 0 0 0 1.666 0V7.5A.834.834 0 0 0 10 6.667Z"},"children":[]}],"metadata":""}]},"name":"warning-triangle"};
7
7
 
8
8
  export default WarningTriangle;
@@ -3,6 +3,6 @@
3
3
 
4
4
  import { IconDefinition } from '../types';
5
5
 
6
- const Windows: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"width":20,"height":20},"children":[{"type":"element","tagName":"g","properties":{"clipPath":"url(#Windows__a)"},"children":[{"type":"element","tagName":"mask","properties":{"id":"Windows__b","style":{"maskType":"luminance"},"maskUnits":"userSpaceOnUse","x":2,"y":2,"width":16,"height":16},"children":[{"type":"element","tagName":"path","properties":{"d":"M18 2H2v16h16V2Z"},"children":[]}]},{"type":"element","tagName":"g","properties":{"mask":"url(#Windows__b)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M2 2h7.585v7.582H2V2Zm8.415 0H18v7.582h-7.585V2ZM2 10.415h7.585V18H2v-7.585Zm8.415 0H18V18h-7.585"},"children":[]}]}]},{"type":"element","tagName":"defs","properties":{},"children":[{"type":"element","tagName":"clipPath","properties":{"id":"Windows__a"},"children":[{"type":"element","tagName":"path","properties":{"transform":"translate(2 2)","d":"M0 0h16v16H0z"},"children":[]}]}]}],"metadata":""}]},"name":"windows"};
6
+ const Windows: IconDefinition = {"icon":{"type":"root","children":[{"type":"element","tagName":"svg","properties":{"viewBox":"0 0 20 20"},"children":[{"type":"element","tagName":"g","properties":{"clipPath":"url(#Windows__a)"},"children":[{"type":"element","tagName":"mask","properties":{"id":"Windows__b","style":{"maskType":"luminance"},"maskUnits":"userSpaceOnUse","x":2,"y":2,"width":16,"height":16},"children":[{"type":"element","tagName":"path","properties":{"d":"M18 2H2v16h16V2Z"},"children":[]}]},{"type":"element","tagName":"g","properties":{"mask":"url(#Windows__b)"},"children":[{"type":"element","tagName":"path","properties":{"d":"M2 2h7.585v7.582H2V2Zm8.415 0H18v7.582h-7.585V2ZM2 10.415h7.585V18H2v-7.585Zm8.415 0H18V18h-7.585"},"children":[]}]}]},{"type":"element","tagName":"defs","properties":{},"children":[{"type":"element","tagName":"clipPath","properties":{"id":"Windows__a"},"children":[{"type":"element","tagName":"path","properties":{"transform":"translate(2 2)","d":"M0 0h16v16H0z"},"children":[]}]}]}],"metadata":""}]},"name":"windows"};
7
7
 
8
8
  export default Windows;
@@ -1,3 +1,3 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
2
  <path fill-rule="evenodd" clip-rule="evenodd" d="M5.83504 8.7377C5.48428 8.56753 5.17462 8.36727 4.9143 8.13536C4.45434 7.72559 4 7.04571 4 6.40068C4 4.00199 6.68629 3 10 3C13.3137 3 16 3.97162 16 6.40068C16 7.04924 15.5523 7.73222 15.0892 8.14566C14.8283 8.37864 14.5176 8.57898 14.1654 8.74861C13.0862 9.26835 11.6178 9.5 10 9.5C8.38231 9.5 6.91414 9.2612 5.83504 8.7377ZM2.5 13.5993C2.5 15.5032 3.6269 16.801 5.07921 17.5371C6.53919 18.2771 8.42745 18.5281 10.2953 18.4976C10.6913 18.4911 11 18.1623 11 17.7663C11 17.3344 10.6349 16.9935 10.203 16.9988C8.26302 17.0224 5.27591 16.818 4.27385 14.8121C4.03917 14.3423 3.96183 13.8044 4.01608 13.2844C4.03279 13.1243 4.06236 12.971 4.10407 12.8244C4.51038 13.2198 4.99469 13.5272 5.50864 13.763C7.00724 14.4507 8.72233 14.6002 10.3529 14.5674C10.7166 14.5601 11 14.2577 11 13.8939C11 13.4964 10.6641 13.1827 10.2667 13.1891C8.76839 13.2132 7.16155 13.0857 5.79908 12.4113C5.4425 12.2348 5.12939 12.0266 4.86861 11.7851C4.60523 11.5412 4.15873 11.0642 4.07361 10.7017C4.02516 10.4954 4 10.2763 4 10.0442C4 9.76752 4.03574 9.50942 4.10407 9.2693C4.49786 9.65252 4.97532 9.96325 5.50864 10.208C6.76549 10.7847 8.35916 11.0158 10 11.0158C11.6378 11.0158 13.2325 10.7922 14.4906 10.219C15.007 9.98374 15.4935 9.67568 15.9007 9.27818C15.9344 9.40085 15.9598 9.52829 15.9765 9.66057C16.0012 9.85653 16 10.053 16 10.25C16 10.6642 16.3358 11 16.75 11C17.1642 11 17.5 10.6642 17.5 10.25V6.40068C17.5 4.48619 16.3779 3.18493 14.9171 2.44961C13.5324 1.75263 11.7642 1.5 10 1.5C8.22975 1.5 6.46226 1.76187 5.07921 2.46288C3.6269 3.19899 2.5 4.4968 2.5 6.40068V13.5993ZM15.75 12.75C15.75 12.3358 15.4142 12 15 12C14.5858 12 14.25 12.3358 14.25 12.75V14.25H12.75C12.3358 14.25 12 14.5858 12 15C12 15.4142 12.3358 15.75 12.75 15.75H14.25V17.25C14.25 17.6642 14.5857 18 15 18C15.4142 18 15.75 17.6642 15.75 17.25V15.75H17.25C17.6642 15.75 18 15.4142 18 15C18 14.5858 17.6642 14.25 17.25 14.25H15.75V12.75Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
2
  <path fill-rule="evenodd" clip-rule="evenodd" d="M8.43474 6.62663L7.73471 5.92661C7.58417 5.77604 7.49959 5.57182 7.49959 5.3589C7.49959 5.14597 7.58416 4.94177 7.7347 4.7912L8.36858 4.15731C10.2392 2.28673 13.1628 2.11237 15.2304 3.63423L16.6057 2.25887C16.6761 2.18257 16.7605 2.12061 16.8544 2.07643C16.9499 2.03151 17.0534 2.00584 17.1588 2.00089C17.2642 1.99593 17.3695 2.0118 17.4688 2.04757C17.5681 2.08334 17.6594 2.13832 17.7374 2.20937C17.8155 2.28041 17.8787 2.36614 17.9236 2.46164C17.9685 2.55715 17.9942 2.66056 17.9991 2.76598C18.0041 2.8714 17.9882 2.97676 17.9524 3.07604C17.9166 3.1753 17.8616 3.26654 17.7906 3.34456C17.7748 3.36184 17.7583 3.37846 17.7411 3.39429L16.3656 4.76989C17.388 6.16413 17.6624 8.09354 17.075 9.75281C16.9267 10.1718 16.4006 10.3447 16 10.1008C15.6423 9.88288 15.5198 9.42929 15.6247 9.02378C16 7.57317 15.6686 6.25406 14.7073 5.29274C14.47 5.05545 14.2097 4.85703 13.934 4.69746C12.5262 3.88274 10.7156 4.08117 9.50401 5.29274L9.43786 5.3589L13.0761 9C13.4186 9.31082 13.4315 9.84485 13.1044 10.1718C12.8034 10.4728 12.3208 10.4892 12 10.2094L9.57017 7.76206L8.8711 8.46113C8.79716 8.5369 8.70896 8.5973 8.61157 8.63885C8.51371 8.68061 8.40852 8.7025 8.30213 8.70325C8.19574 8.704 8.09025 8.6836 7.99181 8.64323C7.89337 8.60287 7.80393 8.54333 7.7287 8.4681C7.65346 8.39287 7.59393 8.30343 7.55356 8.20499C7.51319 8.10655 7.49279 8.00106 7.49355 7.89467C7.4943 7.78827 7.51619 7.68309 7.55794 7.58523C7.5995 7.48784 7.6599 7.39964 7.73567 7.3257L8.43474 6.62663ZM9.7075 17.0785C8.07472 17.6768 6.20414 17.4425 4.75537 16.3801L3.37758 17.7579C3.30364 17.8336 3.21543 17.894 3.11805 17.9356C3.02018 17.9773 2.915 17.9992 2.8086 18C2.70221 18.0007 2.59672 17.9803 2.49829 17.94C2.39985 17.8996 2.31041 17.8401 2.23517 17.7648C2.15994 17.6896 2.10041 17.6002 2.06004 17.5017C2.01967 17.4033 1.99927 17.2978 2.00002 17.1914C2.00077 17.085 2.02266 16.9798 2.06442 16.882C2.10597 16.7846 2.16638 16.6964 2.24215 16.6224L3.61971 15.2449C2.09786 13.1773 2.27222 10.2537 4.1428 8.3831L4.77666 7.74923C4.92724 7.59869 5.13146 7.5141 5.34438 7.5141C5.5573 7.5141 5.7615 7.59868 5.91208 7.74922L10.094 11.9184C10.4319 12.234 10.4345 12.7688 10.0997 13.0876C9.79262 13.38 9.31125 13.3835 9 13.0956L5.34438 9.45238L5.27822 9.51853C3.82936 10.9674 3.82936 13.2729 5.27822 14.7218C6.20019 15.6438 7.68452 15.8614 8.94504 15.5629C9.43076 15.4479 9.97353 15.6733 10.1253 16.1488C10.2458 16.5261 10.0794 16.9422 9.7075 17.0785ZM15.75 12.75C15.75 12.3358 15.4142 12 15 12C14.5858 12 14.25 12.3358 14.25 12.75V14.25H12.75C12.3358 14.25 12 14.5858 12 15C12 15.4142 12.3358 15.75 12.75 15.75H14.25V17.25C14.25 17.6642 14.5857 18 15 18C15.4142 18 15.75 17.6642 15.75 17.25V15.75H17.25C17.6642 15.75 18 15.4142 18 15C18 14.5858 17.6642 14.25 17.25 14.25H15.75V12.75Z"/>
3
3
  </svg>
@@ -1,3 +1,3 @@
1
- <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
2
  <path fill-rule="evenodd" clip-rule="evenodd" d="M3.223 13.3864C2.9301 13.6792 2.93011 14.1541 3.223 14.447L6.05633 17.2803C6.34922 17.5732 6.8241 17.5732 7.11699 17.2803C7.40988 16.9875 7.40988 16.5126 7.11699 16.2197L5.56399 14.6667H16.25C16.6642 14.6667 17 14.3309 17 13.9167C17 13.5025 16.6642 13.1667 16.25 13.1667H5.56399L7.11699 11.6137C7.40988 11.3208 7.40988 10.8459 7.11699 10.553C6.8241 10.2601 6.34922 10.2601 6.05633 10.553L3.223 13.3864ZM2.99998 6.08335C2.99998 6.49756 3.33577 6.83335 3.74998 6.83335H14.436L12.883 8.38635C12.5901 8.67924 12.5901 9.15412 12.883 9.44701C13.1759 9.7399 13.6508 9.7399 13.9437 9.44701L16.777 6.61368C17.0699 6.32079 17.0699 5.84591 16.777 5.55302L13.9437 2.71969C13.6508 2.42679 13.1759 2.42679 12.883 2.71969C12.5901 3.01258 12.5901 3.48745 12.883 3.78035L14.436 5.33335H3.74998C3.33577 5.33335 2.99998 5.66913 2.99998 6.08335Z"/>
3
3
  </svg>
@@ -1,4 +1,4 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M13.1367 10.2354C14.2412 10.2354 15.1366 11.1309 15.1367 12.2354C15.1367 13.3399 14.2413 14.2354 13.1367 14.2354C12.0321 14.2354 11.1367 13.3399 11.1367 12.2354C11.1369 11.1309 12.0322 10.2354 13.1367 10.2354Z"/>
3
3
  <path fill-rule="evenodd" clip-rule="evenodd" d="M15.251 3C16.0499 3.00007 16.7826 3.22033 17.3027 3.78613C17.8118 4.34007 18 5.0993 18 5.9248V14.0752C18 14.9007 17.8118 15.6599 17.3027 16.2139C16.7826 16.7797 16.0499 16.9999 15.251 17H4.74902C3.95013 16.9999 3.21744 16.7797 2.69727 16.2139C2.18815 15.6599 2 14.9007 2 14.0752V5.9248C2 5.0993 2.18815 4.34007 2.69727 3.78613C3.21744 3.22033 3.95013 3.00007 4.74902 3H15.251ZM4.74902 4.5C4.21538 4.50006 3.94793 4.64276 3.80176 4.80176C3.64471 4.97282 3.5 5.30102 3.5 5.9248V14.0752C3.5 14.699 3.64471 15.0272 3.80176 15.1982C3.94793 15.3572 4.21538 15.4999 4.74902 15.5H15.251C15.7846 15.4999 16.0521 15.3572 16.1982 15.1982C16.3553 15.0272 16.5 14.699 16.5 14.0752V5.9248C16.5 5.30102 16.3553 4.97282 16.1982 4.80176C16.0521 4.64276 15.7846 4.50006 15.251 4.5H4.74902Z"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M14.8398 9.0498C15.2538 9.05007 15.5897 9.38587 15.5898 9.7998V13.7998C15.5898 14.2139 15.2538 14.5495 14.8398 14.5498H11.3398C10.9256 14.5498 10.5898 14.214 10.5898 13.7998V9.7998C10.59 9.3857 10.9257 9.0498 11.3398 9.0498H14.8398Z"/>
3
3
  <path fill-rule="evenodd" clip-rule="evenodd" d="M15.251 3C16.0499 3.00007 16.7826 3.22033 17.3027 3.78613C17.8118 4.34007 18 5.0993 18 5.9248V14.0752C18 14.9007 17.8118 15.6599 17.3027 16.2139C16.7826 16.7797 16.0499 16.9999 15.251 17H4.74902C3.95013 16.9999 3.21744 16.7797 2.69727 16.2139C2.18815 15.6599 2 14.9007 2 14.0752V5.9248C2 5.0993 2.18815 4.34007 2.69727 3.78613C3.21744 3.22033 3.95013 3.00007 4.74902 3H15.251ZM4.74902 4.5C4.21538 4.50006 3.94793 4.64276 3.80176 4.80176C3.64471 4.97282 3.5 5.30102 3.5 5.9248V14.0752C3.5 14.699 3.64471 15.0272 3.80176 15.1982C3.94793 15.3572 4.21538 15.4999 4.74902 15.5H15.251C15.7846 15.4999 16.0521 15.3572 16.1982 15.1982C16.3553 15.0272 16.5 14.699 16.5 14.0752V5.9248C16.5 5.30102 16.3553 4.97282 16.1982 4.80176C16.0521 4.64276 15.7846 4.50006 15.251 4.5H4.74902Z"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M14.7021 5.35059C15.1164 5.35059 15.4521 5.68639 15.4521 6.10059V13.8994C15.452 14.3135 15.1163 14.6494 14.7021 14.6494H11.2021C10.788 14.6494 10.4523 14.3135 10.4521 13.8994V6.10059C10.4522 5.68639 10.7879 5.35059 11.2021 5.35059H14.7021Z"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M15.251 3C16.0499 3.00007 16.7826 3.22033 17.3027 3.78613C17.8118 4.34007 18 5.0993 18 5.9248V14.0752C18 14.9007 17.8118 15.6599 17.3027 16.2139C16.7826 16.7797 16.0499 16.9999 15.251 17H4.74902C3.95013 16.9999 3.21744 16.7797 2.69727 16.2139C2.18815 15.6599 2 14.9007 2 14.0752V5.9248C2 5.0993 2.18815 4.34007 2.69727 3.78613C3.21744 3.22033 3.95013 3.00007 4.74902 3H15.251ZM4.74902 4.5C4.21538 4.50006 3.94793 4.64276 3.80176 4.80176C3.64471 4.97282 3.5 5.30102 3.5 5.9248V14.0752C3.5 14.699 3.64471 15.0272 3.80176 15.1982C3.94793 15.3572 4.21538 15.4999 4.74902 15.5H15.251C15.7846 15.4999 16.0521 15.3572 16.1982 15.1982C16.3553 15.0272 16.5 14.699 16.5 14.0752V5.9248C16.5 5.30102 16.3553 4.97282 16.1982 4.80176C16.0521 4.64276 15.7846 4.50006 15.251 4.5H4.74902Z"/>
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M8.75 5.35059C9.1642 5.35059 9.49998 5.68639 9.5 6.10059V13.8994C9.49987 14.3135 9.16413 14.6494 8.75 14.6494H5.25C4.83587 14.6494 4.50013 14.3135 4.5 13.8994V6.10059C4.50002 5.68639 4.8358 5.35059 5.25 5.35059H8.75Z" />
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M15.251 3C16.0499 3.00007 16.7826 3.22033 17.3027 3.78613C17.8118 4.34007 18 5.0993 18 5.9248V14.0752C18 14.9007 17.8118 15.6599 17.3027 16.2139C16.7826 16.7797 16.0499 16.9999 15.251 17H4.74902C3.95013 16.9999 3.21744 16.7797 2.69727 16.2139C2.18815 15.6599 2 14.9007 2 14.0752V5.9248C2 5.0993 2.18815 4.34007 2.69727 3.78613C3.21744 3.22033 3.95013 3.00007 4.74902 3H15.251ZM4.74902 4.5C4.21538 4.50006 3.94793 4.64276 3.80176 4.80176C3.64471 4.97282 3.5 5.30102 3.5 5.9248V14.0752C3.5 14.699 3.64471 15.0272 3.80176 15.1982C3.94793 15.3572 4.21538 15.4999 4.74902 15.5H15.251C15.7846 15.4999 16.0521 15.3572 16.1982 15.1982C16.3553 15.0272 16.5 14.699 16.5 14.0752V5.9248C16.5 5.30102 16.3553 4.97282 16.1982 4.80176C16.0521 4.64276 15.7846 4.50006 15.251 4.5H4.74902Z" />
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M2.75 4.5C3.16421 4.5 3.5 4.16421 3.5 3.75C3.5 3.33579 3.16421 3 2.75 3C2.33579 3 2 3.33579 2 3.75C2 4.16421 2.33579 4.5 2.75 4.5Z"/>
3
3
  <path d="M6 4.5C6 4.77614 5.77614 5 5.5 5C5.22386 5 5 4.77614 5 4.5C5 4.22386 5.22386 4 5.5 4C5.77614 4 6 4.22386 6 4.5Z"/>
4
4
  <path d="M4.5 7.25C4.5 7.94036 3.94036 8.5 3.25 8.5C2.55964 8.5 2 7.94036 2 7.25C2 6.55964 2.55964 6 3.25 6C3.94036 6 4.5 6.55964 4.5 7.25Z"/>
@@ -1,3 +1,3 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
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" />
3
3
  </svg>
@@ -1,4 +1,4 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
2
  <path fill-rule="evenodd" clip-rule="evenodd"
3
3
  d="M4.25 4.5C3.83579 4.5 3.5 4.83579 3.5 5.25V7C3.5 7.41421 3.83579 7.75 4.25 7.75H10.75C11.1642 7.75 11.5 7.41421 11.5 7V5.25C11.5 4.83579 11.1642 4.5 10.75 4.5H4.25ZM2 5.25C2 4.00736 3.00736 3 4.25 3H10.75C11.9926 3 13 4.00736 13 5.25V7C13 8.24264 11.9926 9.25 10.75 9.25H4.25C3.00736 9.25 2 8.24264 2 7V5.25ZM9.25 12.25C8.83579 12.25 8.5 12.5858 8.5 13V14.75C8.5 15.1642 8.83579 15.5 9.25 15.5H15.75C16.1642 15.5 16.5 15.1642 16.5 14.75V13C16.5 12.5858 16.1642 12.25 15.75 12.25H9.25ZM7 13C7 11.7574 8.00736 10.75 9.25 10.75H15.75C16.9926 10.75 18 11.7574 18 13V14.75C18 15.9926 16.9926 17 15.75 17H9.25C8.00736 17 7 15.9926 7 14.75V13Z" />
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
2
  <path fill-rule="evenodd" clip-rule="evenodd" d="M6.91681 7.66667C6.91681 4.67512 9.34193 2.25 12.3335 2.25C15.325 2.25 17.7501 4.67512 17.7501 7.66667C17.7501 10.6582 15.325 13.0833 12.3335 13.0833C12.0871 13.0833 11.8442 13.0668 11.6058 13.0348C11.4311 13.0113 11.3209 12.9966 11.2405 12.9888C11.2195 12.9868 11.2039 12.9857 11.1928 12.985C11.1884 12.9888 11.1828 12.9937 11.1761 12.9998C11.1339 13.0383 11.0787 13.0932 10.9809 13.191L9.75269 14.4192C9.61204 14.5599 9.42127 14.6389 9.22236 14.6389H8.41681V15.4444C8.41681 15.8587 8.08102 16.1944 7.66681 16.1944H6.86125V17C6.86125 17.4142 6.52546 17.75 6.11125 17.75L4.22034 17.75C4.02352 17.75 3.8334 17.75 3.67267 17.7369C3.49659 17.7225 3.29086 17.6887 3.08432 17.5835C2.79685 17.437 2.56313 17.2033 2.41666 16.9158C2.31142 16.7093 2.27761 16.5035 2.26323 16.3275C2.25009 16.1667 2.25012 15.9766 2.25014 15.7798L2.25014 14.4044C2.25014 14.3915 2.25011 14.3783 2.25007 14.3649C2.2497 14.2166 2.24923 14.034 2.29235 13.8544C2.32978 13.6985 2.39151 13.5495 2.47527 13.4128C2.57178 13.2553 2.70125 13.1265 2.80633 13.0219C2.81587 13.0125 2.8252 13.0032 2.8343 12.9941L6.80913 9.01923C6.90689 8.92148 6.96187 8.86623 7.0003 8.82404C7.00643 8.8173 7.01133 8.81176 7.01517 8.80732C7.01448 8.79623 7.01331 8.78061 7.01129 8.75966C7.00352 8.6792 6.98884 8.56907 6.96535 8.39429C6.9333 8.15596 6.91681 7.91304 6.91681 7.66667ZM12.3335 3.75C10.1704 3.75 8.41681 5.50355 8.41681 7.66667C8.41681 7.84601 8.42881 8.02216 8.45197 8.19443L8.45378 8.20789C8.47493 8.36521 8.49355 8.50362 8.50435 8.61552C8.51475 8.72322 8.52494 8.86692 8.50392 9.01388C8.47495 9.21639 8.42493 9.36439 8.32513 9.54296C8.21913 9.73259 8.05143 9.89928 7.91054 10.0393C7.89667 10.0531 7.88306 10.0666 7.86979 10.0799L3.89496 14.0547C3.82308 14.1266 3.78673 14.1632 3.76128 14.1911C3.75774 14.195 3.75493 14.1981 3.75275 14.2006C3.75253 14.2039 3.75228 14.2082 3.75204 14.2134C3.75032 14.2511 3.75014 14.3027 3.75014 14.4044V15.7556C3.75014 15.9857 3.75072 16.1133 3.75825 16.2053C3.75935 16.2189 3.7605 16.2298 3.76157 16.2386C3.77029 16.2396 3.78127 16.2408 3.79481 16.2419C3.88689 16.2494 4.01441 16.25 4.24458 16.25H5.36125V15.4444C5.36125 15.0302 5.69704 14.6944 6.11125 14.6944H6.91681V13.8889C6.91681 13.4747 7.25259 13.1389 7.66681 13.1389H8.9117L9.92025 12.1303C9.93351 12.1171 9.94704 12.1035 9.96083 12.0896C10.1009 11.9487 10.2675 11.781 10.4572 11.675C10.6357 11.5752 10.7838 11.5252 10.9863 11.4962C11.1332 11.4752 11.2769 11.4854 11.3846 11.4958C11.4965 11.5066 11.6349 11.5252 11.7921 11.5463L11.8057 11.5482C11.978 11.5713 12.1541 11.5833 12.3335 11.5833C14.4966 11.5833 16.2501 9.82978 16.2501 7.66667C16.2501 5.50355 14.4966 3.75 12.3335 3.75ZM11.5835 6.11111C11.5835 5.6969 11.9193 5.36111 12.3335 5.36111C12.9224 5.36111 13.5137 5.58635 13.9637 6.03639C14.4138 6.48642 14.639 7.07774 14.639 7.6666C14.639 8.08081 14.3033 8.41661 13.889 8.41662C13.4748 8.41663 13.139 8.08086 13.139 7.66664C13.139 7.45933 13.0605 7.25449 12.9031 7.09705C12.7456 6.93961 12.5408 6.86111 12.3335 6.86111C11.9193 6.86111 11.5835 6.52532 11.5835 6.11111Z"/>
3
3
  </svg>
4
4
 
@@ -1,4 +1,4 @@
1
- <svg viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
2
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7 4C7 2.89543 7.89543 2 9 2H11C12.1046 2 13 2.89543 13 4V6C13 7.10457 12.1046 8 11 8H10.75V9.25H13.3333C13.7475 9.25 14.0833 9.58579 14.0833 10C14.0833 10.4142 13.7475 10.75 13.3333 10.75H6.66667C6.42355 10.75 6.19039 10.8466 6.01849 11.0185C5.84658 11.1904 5.75 11.4236 5.75 11.6667V12H6C7.10457 12 8 12.8954 8 14V16C8 17.1046 7.10457 18 6 18H4C2.89543 18 2 17.1046 2 16V14C2 12.8954 2.89543 12 4 12H4.25V11.6667C4.25 11.0257 4.50461 10.411 4.95783 9.95783C5.41104 9.50461 6.02573 9.25 6.66667 9.25H9.25V8H9C7.89543 8 7 7.10457 7 6V4ZM9 3.5C8.72386 3.5 8.5 3.72386 8.5 4V6C8.5 6.27614 8.72386 6.5 9 6.5H11C11.2761 6.5 11.5 6.27614 11.5 6V4C11.5 3.72386 11.2761 3.5 11 3.5H9ZM4 13.5C3.72386 13.5 3.5 13.7239 3.5 14V16C3.5 16.2761 3.72386 16.5 4 16.5H6C6.27614 16.5 6.5 16.2761 6.5 16V14C6.5 13.7239 6.27614 13.5 6 13.5H4Z"/>
3
3
  <path d="M15 12C15.4142 12 15.75 12.3358 15.75 12.75L15.75 14.25H17.25C17.6642 14.25 18 14.5858 18 15C18 15.4142 17.6642 15.75 17.25 15.75H15.75L15.75 17.25C15.75 17.6642 15.4142 18 15 18C14.5857 18 14.25 17.6642 14.25 17.25L14.25 15.75H12.75C12.3358 15.75 12 15.4142 12 15C12 14.5858 12.3358 14.25 12.75 14.25H14.25L14.25 12.75C14.25 12.3358 14.5858 12 15 12Z"/>
4
4
  </svg>
@@ -1,3 +1,3 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M13.75 2.25C14.9926 2.25 16 3.25736 16 4.5V7.0498C17.1411 7.28143 18 8.29051 18 9.5V15.5C18 16.8807 16.8807 18 15.5 18H4.5C3.11929 18 2 16.8807 2 15.5V9.5C2 8.29051 2.85886 7.28142 4 7.0498V4.5C4 3.25736 5.00736 2.25 6.25 2.25H13.75ZM4.5 8.5C3.94771 8.5 3.5 9.05709 3.5 9.60938V15.5C3.5 16.0523 3.94771 16.5 4.5 16.5H8V14.5C8 14.2239 8.22386 14 8.5 14H14.5C14.7761 14 15 14.2239 15 14.5V16.5H15.5C16.0523 16.5 16.5 16.0523 16.5 15.5V9.5C16.5 8.94771 16.0523 8.5 15.5 8.5H4.5ZM8 10C8.41421 10 8.75 10.3358 8.75 10.75C8.75 11.1642 8.41421 11.5 8 11.5H5.5C5.08579 11.5 4.75 11.1642 4.75 10.75C4.75 10.3358 5.08579 10 5.5 10H8ZM6.25 3.75C5.83579 3.75 5.5 4.08579 5.5 4.5V7H14.5V4.5C14.5 4.08579 14.1642 3.75 13.75 3.75H6.25Z"/>
3
3
  </svg>
@@ -1,4 +1,4 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
2
2
  <path
3
3
  d="m12.267 7.325-3.575 3.583-1.375-1.375a.833.833 0 1 0-1.175 1.175L8.1 12.675a.834.834 0 0 0 1.175 0l4.167-4.167a.833.833 0 1 0-1.175-1.183ZM10 1.667a8.333 8.333 0 1 0 0 16.666 8.333 8.333 0 0 0 0-16.666Zm0 15a6.667 6.667 0 1 1 0-13.334 6.667 6.667 0 0 1 0 13.334Z" />
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
2
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
3
  </svg>
4
4
 
@@ -1,4 +1,4 @@
1
- <svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
2
2
  <path
3
3
  d="M10 13.333A.833.833 0 1 0 10 15a.833.833 0 0 0 0-1.666Zm8.892 1.225L12.183 2.892a2.5 2.5 0 0 0-4.366 0L1.15 14.558a2.5 2.5 0 0 0 2.133 3.775h13.434a2.5 2.5 0 0 0 2.175-3.775Zm-1.442 1.667a.832.832 0 0 1-.733.425H3.283a.832.832 0 0 1-.733-.425.833.833 0 0 1 0-.833L9.217 3.725a.833.833 0 0 1 1.483 0l6.708 11.667a.834.834 0 0 1 .042.85v-.017ZM10 6.667a.833.833 0 0 0-.833.833v3.333a.833.833 0 0 0 1.666 0V7.5A.834.834 0 0 0 10 6.667Z" />
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
1
+ <svg viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
2
2
  <g clip-path="url(#clip0_11033_44381)">
3
3
  <mask id="mask0_11033_44381" style="mask-type:luminance" maskUnits="userSpaceOnUse" x="2" y="2" width="16" height="16">
4
4
  <path d="M18 2H2V18H18V2Z"/>
@@ -27,6 +27,7 @@ type Methods = {
27
27
  update: () => void;
28
28
  nextImage: () => void;
29
29
  prevImage: () => void;
30
+ registerOnClose: (callback: () => void) => () => void;
30
31
  };
31
32
 
32
33
  export {ImagesGalleryRegistryProvider, useImagesGalleryRegistry};
@@ -37,6 +38,7 @@ const [ImagesGalleryMethodsProvider, useImagesGalleryMethods] = createContext<Me
37
38
  update: noop,
38
39
  nextImage: noop,
39
40
  prevImage: noop,
41
+ registerOnClose: () => noop,
40
42
  });
41
43
  type State = {version: "1" | "2"; visible: boolean; activated: boolean; _inc: number};
42
44
 
@@ -51,6 +53,14 @@ export {
51
53
  ImagesGalleryStateContext,
52
54
  };
53
55
 
56
+ export function useOnImageGalleryClose(callback: () => void) {
57
+ const methods = useImagesGalleryMethods();
58
+
59
+ useEffect(() => {
60
+ return methods.registerOnClose(callback);
61
+ }, [methods, callback]);
62
+ }
63
+
54
64
  type Registry = Map<
55
65
  string,
56
66
  {
@@ -130,6 +140,8 @@ export function ImagesGalleryProvider({children}: PropsWithChildren) {
130
140
  const [galleryState, dispatchState] = useReducer(imagesGalleryReducer, [], initialState);
131
141
 
132
142
  const lightbox = useRef<PhotoSwipeLightbox | null>(null);
143
+ const onCloseCallbacks = useRef<Set<() => void>>(new Set());
144
+
133
145
  const markAllNotZoomed = useCallback(() => {
134
146
  for (const node of imagesRegistry.values()) {
135
147
  if (node.zoomed) {
@@ -161,6 +173,12 @@ export function ImagesGalleryProvider({children}: PropsWithChildren) {
161
173
  prevImage: () => {
162
174
  lightbox.current?.pswp?.prev();
163
175
  },
176
+ registerOnClose: (callback: () => void) => {
177
+ onCloseCallbacks.current.add(callback);
178
+ return () => {
179
+ onCloseCallbacks.current.delete(callback);
180
+ };
181
+ },
164
182
  };
165
183
  }, []);
166
184
 
@@ -170,10 +188,16 @@ export function ImagesGalleryProvider({children}: PropsWithChildren) {
170
188
 
171
189
  useEffect(() => {
172
190
  if (galleryState.activated) {
191
+ const onCloseCallbacksCopy = [...onCloseCallbacks.current];
192
+ const onClose = () => {
193
+ onCloseCallbacksCopy.forEach((callback) => callback());
194
+ };
195
+
173
196
  const value = initGallery(imagesRegistry, {toastQueue: toast, isPhone, themeMode});
174
197
  value.on("close", () => {
175
198
  dispatchState({type: "set-activated", payload: false});
176
199
  markAllNotZoomed();
200
+ onClose();
177
201
  value.destroy();
178
202
  });
179
203
 
@@ -19,7 +19,8 @@ import {
19
19
  } from "./list-row-surface";
20
20
 
21
21
  interface ActionMenuItemSurfaceProps
22
- extends Omit<ActionsMenuItemProps, "description">,
22
+ extends
23
+ Omit<ActionsMenuItemProps, "description">,
23
24
  Omit<ListRowSurfaceProps, "children" | "darker" | "onSelect" | "id"> {}
24
25
 
25
26
  export const actionMenuItemSurface = css`
package/src/logo.tsx CHANGED
@@ -4,34 +4,35 @@ import {layout} from "./design-system";
4
4
 
5
5
  interface LogoProps {
6
6
  size?: number;
7
+ isDevMode?: boolean;
7
8
  }
8
9
 
9
- export const Logo: FC<LogoProps> = ({size = 40}) => {
10
+ export const Logo: FC<LogoProps> = ({size = 40, isDevMode}) => {
10
11
  return (
11
12
  <svg width={size} height={size} viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
12
13
  <path
13
- d="M3.5181 14.7077C2.61266 14.1545 2.35441 12.906 2.93813 12.0346L9.86469 1.75412C10.4517 0.956677 11.5947 0.758115 12.4123 1.3202C13.2317 1.88362 13.468 3.02927 12.9497 3.87537L6.02318 14.156C5.48027 14.9614 4.35607 15.2196 3.5181 14.7077Z"
14
- fill="#4FC5B3"
14
+ d="M8.95771 13.1812L7.79751 13.7491L6.12671 14.5519L6.40768 15.7762C6.51305 16.2428 6.74385 16.6592 7.05995 16.9904C7.54162 17.4972 8.21897 17.8082 8.95653 17.8082C9.6941 17.8082 10.3714 17.4972 10.8531 16.9904C11.1642 16.6592 11.395 16.2478 11.5054 15.7812L11.7898 14.5453L8.95771 13.1812Z"
15
+ fill={isDevMode ? "#49385F" : "#2B4A51"}
15
16
  />
16
17
  <path
17
- d="M12.9561 5.1453L14.9917 4.99099C15.7033 4.93713 16.4005 5.30922 16.7552 5.93053C17.2619 6.8181 16.9569 7.99294 16.0715 8.50971L7.20312 13.6839L12.9561 5.1453Z"
18
- fill="#4FC5B3"
18
+ d="M8.95152 2.17895L8.1688 1.19554C7.86775 0.819232 7.48141 0.548291 7.05995 0.387734C6.40768 0.136863 5.66009 0.151915 4.99779 0.47303C4.33549 0.794145 3.85883 1.36613 3.64308 2.03345C3.50761 2.46495 3.47751 2.93157 3.58288 3.39819C3.58288 3.39819 3.58288 3.4032 3.58288 3.40822L3.86385 4.63247H5.71528H6.99974L8.95653 2.18397L8.95152 2.17895Z"
19
+ fill={isDevMode ? "#49385F" : "#2B4A51"}
19
20
  />
20
21
  <path
21
- d="M7.78663 15.671L7.39941 14.4001L9.43178 13.2144L11.1651 13.9031L11.3653 14.5581C11.6625 15.5343 11.1102 16.6129 10.1313 16.9189C9.14845 17.2223 8.08489 16.6471 7.78663 15.671Z"
22
- fill="#4FC5B3"
22
+ d="M16.6282 12.3844C16.5629 11.9328 16.3873 11.4963 16.0863 11.12L15.3036 10.1366L13.6328 10.9394L8.95653 13.1922L11.7813 14.5519L12.9153 15.0988C13.3468 15.3096 13.8134 15.3848 14.27 15.3447C14.9674 15.2845 15.6297 14.9483 16.0913 14.3713C16.5529 13.7943 16.7285 13.0718 16.6332 12.3794L16.6282 12.3844Z"
23
+ fill={isDevMode ? "#614A7F" : "#2D6D7D"}
23
24
  />
24
25
  <path
25
- d="M14.3627 10.3369L10.2197 12.7541L13.6316 14.1098C14.7147 14.5312 15.9366 13.8227 16.1475 12.6966C16.3113 11.8216 15.8264 10.9185 14.9964 10.5884L14.3627 10.3369Z"
26
- fill="#4FC5B3"
26
+ d="M6.99975 4.62744H3.86386H2.6095C2.12783 4.62744 1.67626 4.75789 1.2849 4.99371C0.682812 5.34995 0.231244 5.94201 0.0656694 6.6595C-0.0999055 7.37699 0.0556346 8.10953 0.441976 8.69155C0.692847 9.06786 1.04407 9.38396 1.48058 9.59469L2.6095 10.1416L3.76351 8.69155L6.99975 4.63246V4.62744Z"
27
+ fill={isDevMode ? "#795D9E" : "#3E8897"}
27
28
  />
28
29
  <path
29
- d="M6.38255 5.64331L3.69375 9.63411C3.41895 9.65492 3.14154 9.69117 2.86569 9.69117C1.86572 9.69255 1.03376 8.8668 0.997336 7.87321C0.960913 6.87944 1.73006 5.99385 2.72749 5.92037L6.38255 5.64331Z"
30
- fill="#4FC5B3"
30
+ d="M17.8474 6.6595C17.6818 5.94201 17.2303 5.34995 16.6282 4.99371C16.2368 4.76291 15.7802 4.62744 15.3036 4.62744H14.0442H12.1928L8.95653 8.68654L3.64308 15.3447C4.09465 15.3848 4.56127 15.3045 4.99779 15.0988L15.3036 10.1366L16.4375 9.58967C16.869 9.37894 17.2202 9.06284 17.4761 8.68654C17.8625 8.10451 18.018 7.37699 17.8524 6.6595H17.8474Z"
31
+ fill={isDevMode ? "#795D9E" : "#309FB6"}
31
32
  />
32
33
  <path
33
- d="M7.31897 1.94643L8.21539 2.92332L6.84973 4.95028L5.10078 5.08672L4.57821 4.51563C3.88603 3.76067 3.93057 2.54616 4.67816 1.84536C5.42435 1.14589 6.62812 1.19291 7.31897 1.94643Z"
34
- fill="#4FC5B3"
34
+ d="M14.265 2.03345C14.0542 1.36613 13.5776 0.794145 12.9103 0.47303C12.248 0.151915 11.5004 0.136863 10.8481 0.387734C10.4216 0.548291 10.0353 0.82425 9.73926 1.19554L8.95654 2.17895L1.82176 11.12C1.52072 11.4963 1.34511 11.9328 1.27988 12.3844C1.18455 13.0768 1.36016 13.7993 1.82176 14.3763C2.28337 14.9533 2.94567 15.2895 3.64309 15.3497L12.1928 4.62746H14.0442L14.3252 3.4032C14.4305 2.93658 14.4055 2.46495 14.265 2.02843V2.03345Z"
35
+ fill={isDevMode ? "#916FBE" : "#25AFCB"}
35
36
  />
36
37
  </svg>
37
38
  );
@@ -6,6 +6,7 @@ export {ModalMenuRoot as Root} from "./modal-menu-root";
6
6
  export {ModalMenuTrigger as Trigger} from "./modal-menu-trigger";
7
7
  export {ModalMenuContent as Content} from "./modal-menu-content";
8
8
  export {ModalMenuItem as Item} from "./modal-menu-item";
9
+ export {ModalMenuCheckboxItem as CheckboxItem} from "./modal-menu-checkbox-item";
9
10
  export {ModalMenuSeparator as Separator} from "./modal-menu-separator";
10
11
  export {ModalMenuLabel as Label} from "./modal-menu-label";
11
12
  export {ModalMenuGroup as Group} from "./modal-menu-group";
@@ -0,0 +1,50 @@
1
+ import {css, cx} from "@linaria/core";
2
+ import {ComponentProps, ReactNode} from "react";
3
+ import {space, textStyles} from "../design-system";
4
+ import {useModalMenu} from "./contexts/modal-menu-context";
5
+
6
+ interface ModalMenuCheckboxItemProps extends Omit<ComponentProps<"div">, "onSelect"> {
7
+ checked: boolean;
8
+ onCheckedChange?: (checked: boolean) => void;
9
+ disabled?: boolean;
10
+ children?: ReactNode;
11
+ }
12
+
13
+ export const ModalMenuCheckboxItem = ({
14
+ children,
15
+ checked,
16
+ onCheckedChange,
17
+ disabled,
18
+ ...otherProps
19
+ }: ModalMenuCheckboxItemProps) => {
20
+ const {onOpenChange} = useModalMenu();
21
+
22
+ return (
23
+ <div
24
+ role="menuitemcheckbox"
25
+ aria-checked={checked}
26
+ {...otherProps}
27
+ className={cx(
28
+ otherProps.className,
29
+ css`
30
+ ${textStyles.big}
31
+ padding: ${space.s10}px ${space.s16}px ${space.s10}px ${space.s16}px;
32
+ `,
33
+ disabled &&
34
+ css`
35
+ opacity: 0.4;
36
+ `
37
+ )}
38
+ onClick={(event) => {
39
+ otherProps.onClick?.(event);
40
+ if (disabled) {
41
+ return;
42
+ }
43
+ onCheckedChange?.(!checked);
44
+ onOpenChange(false);
45
+ }}
46
+ >
47
+ {children}
48
+ </div>
49
+ );
50
+ };