@flodesk/grain 11.22.6 → 11.23.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 (152) hide show
  1. package/es/components/arrange/index.js +34 -47
  2. package/es/components/autocomplete.js +94 -149
  3. package/es/components/autocomplete2.js +127 -166
  4. package/es/components/badge.js +12 -17
  5. package/es/components/box.js +115 -126
  6. package/es/components/breakpoints-provider.js +6 -4
  7. package/es/components/button.js +26 -39
  8. package/es/components/checkbox.js +31 -28
  9. package/es/components/dropdown.js +52 -50
  10. package/es/components/flex/index.js +31 -46
  11. package/es/components/icon-button.js +17 -25
  12. package/es/components/icon-toggle.js +28 -32
  13. package/es/components/icon.js +10 -20
  14. package/es/components/link.js +18 -18
  15. package/es/components/modal.js +75 -69
  16. package/es/components/nav/index.js +36 -43
  17. package/es/components/pagination.js +45 -63
  18. package/es/components/popover.js +47 -48
  19. package/es/components/progress.js +12 -15
  20. package/es/components/provider.js +7 -6
  21. package/es/components/radio.js +25 -24
  22. package/es/components/select.js +90 -98
  23. package/es/components/slider.js +25 -29
  24. package/es/components/spinner.js +11 -26
  25. package/es/components/stack.js +10 -19
  26. package/es/components/switch.js +21 -21
  27. package/es/components/tab.js +18 -25
  28. package/es/components/text/index.js +38 -48
  29. package/es/components/text-button.js +28 -41
  30. package/es/components/text-input.js +52 -74
  31. package/es/components/text-toggle.js +20 -31
  32. package/es/components/textarea.js +38 -33
  33. package/es/components/toast.js +29 -28
  34. package/es/components/tooltip.js +43 -77
  35. package/es/foundational/field.js +37 -32
  36. package/es/foundational/menu.js +110 -96
  37. package/es/foundational/styles.js +23 -23
  38. package/es/hooks/useKeyPress.js +10 -31
  39. package/es/hooks/useMedia.js +8 -45
  40. package/es/hooks/useOnClickOutside.js +4 -7
  41. package/es/hooks/usePrev.js +3 -3
  42. package/es/hooks/useWidth.js +3 -29
  43. package/es/hooks/useWindowSize.js +4 -32
  44. package/es/icons/icon-align-center.js +28 -32
  45. package/es/icons/icon-align-left.js +35 -39
  46. package/es/icons/icon-align-right.js +35 -39
  47. package/es/icons/icon-archive.js +21 -25
  48. package/es/icons/icon-arrow-down.js +21 -25
  49. package/es/icons/icon-arrow-left.js +21 -25
  50. package/es/icons/icon-arrow-right.js +21 -25
  51. package/es/icons/icon-arrow-up.js +21 -25
  52. package/es/icons/icon-at.js +21 -25
  53. package/es/icons/icon-bold.js +28 -32
  54. package/es/icons/icon-bolt-filled.js +21 -25
  55. package/es/icons/icon-bolt.js +21 -25
  56. package/es/icons/icon-browser.js +21 -25
  57. package/es/icons/icon-brush.js +20 -24
  58. package/es/icons/icon-bullet-list.js +21 -25
  59. package/es/icons/icon-chart.js +29 -33
  60. package/es/icons/icon-check.js +21 -25
  61. package/es/icons/icon-chevron-down.js +21 -25
  62. package/es/icons/icon-chevron-horizontal.js +21 -25
  63. package/es/icons/icon-chevron-left.js +21 -25
  64. package/es/icons/icon-chevron-right.js +21 -25
  65. package/es/icons/icon-chevron-up.js +28 -32
  66. package/es/icons/icon-chevron-vertical.js +28 -32
  67. package/es/icons/icon-clip.js +37 -41
  68. package/es/icons/icon-clock.js +21 -25
  69. package/es/icons/icon-column-and-rows.js +25 -29
  70. package/es/icons/icon-column-one.js +21 -25
  71. package/es/icons/icon-column-two.js +21 -25
  72. package/es/icons/icon-columns-and-row.js +25 -29
  73. package/es/icons/icon-columns.js +21 -25
  74. package/es/icons/icon-content-align-bottom.js +21 -25
  75. package/es/icons/icon-content-align-center.js +21 -25
  76. package/es/icons/icon-content-align-top.js +21 -25
  77. package/es/icons/icon-crop.js +21 -25
  78. package/es/icons/icon-cross.js +23 -27
  79. package/es/icons/icon-download.js +28 -32
  80. package/es/icons/icon-drag.js +21 -25
  81. package/es/icons/icon-duplicate.js +21 -25
  82. package/es/icons/icon-ellipsis.js +21 -25
  83. package/es/icons/icon-file.js +28 -32
  84. package/es/icons/icon-folder-add.js +21 -25
  85. package/es/icons/icon-folder-move.js +21 -25
  86. package/es/icons/icon-folder-remove.js +21 -25
  87. package/es/icons/icon-folder.js +21 -25
  88. package/es/icons/icon-gear.js +35 -39
  89. package/es/icons/icon-globe.js +28 -32
  90. package/es/icons/icon-heart.js +21 -25
  91. package/es/icons/icon-hide.js +21 -25
  92. package/es/icons/icon-image.js +21 -25
  93. package/es/icons/icon-info.js +21 -25
  94. package/es/icons/icon-italic.js +28 -32
  95. package/es/icons/icon-layout-text-bottom.js +28 -32
  96. package/es/icons/icon-layout-text-left.js +21 -25
  97. package/es/icons/icon-layout-text-right.js +28 -32
  98. package/es/icons/icon-layout-text-top.js +21 -25
  99. package/es/icons/icon-link.js +21 -25
  100. package/es/icons/icon-location.js +21 -25
  101. package/es/icons/icon-mail.js +21 -25
  102. package/es/icons/icon-minus.js +19 -23
  103. package/es/icons/icon-monitor.js +21 -25
  104. package/es/icons/icon-number-list.js +29 -33
  105. package/es/icons/icon-pencil.js +28 -32
  106. package/es/icons/icon-phone.js +21 -25
  107. package/es/icons/icon-play.js +21 -25
  108. package/es/icons/icon-plus.js +21 -25
  109. package/es/icons/icon-question.js +21 -25
  110. package/es/icons/icon-redo.js +21 -25
  111. package/es/icons/icon-reset.js +22 -26
  112. package/es/icons/icon-row-and-columns.js +25 -29
  113. package/es/icons/icon-rows-and-column.js +25 -29
  114. package/es/icons/icon-rows.js +21 -25
  115. package/es/icons/icon-search.js +21 -25
  116. package/es/icons/icon-send.js +21 -25
  117. package/es/icons/icon-share.js +21 -25
  118. package/es/icons/icon-show.js +21 -25
  119. package/es/icons/icon-smile.js +28 -32
  120. package/es/icons/icon-square.js +21 -25
  121. package/es/icons/icon-strike.js +28 -32
  122. package/es/icons/icon-switch.js +21 -25
  123. package/es/icons/icon-tablet.js +21 -25
  124. package/es/icons/icon-text-align-center.js +21 -25
  125. package/es/icons/icon-text-align-left.js +21 -25
  126. package/es/icons/icon-text-align-right.js +21 -25
  127. package/es/icons/icon-text-justify.js +21 -25
  128. package/es/icons/icon-trash.js +28 -32
  129. package/es/icons/icon-type.js +28 -32
  130. package/es/icons/icon-underline.js +28 -32
  131. package/es/icons/icon-undo.js +28 -32
  132. package/es/icons/icon-upload.js +28 -32
  133. package/es/styles/base.js +1 -1
  134. package/es/styles/card.js +4 -8
  135. package/es/styles/colors/core.js +1 -1
  136. package/es/styles/colors/theme.js +1 -1
  137. package/es/styles/foundational-variables.js +5 -0
  138. package/es/styles/index.js +2 -2
  139. package/es/styles/shadows.js +1 -1
  140. package/es/styles/utilities.js +65 -90
  141. package/es/styles/variables.js +1 -1
  142. package/es/types.js +28 -29
  143. package/es/utilities/attributes.js +46 -49
  144. package/es/utilities/helpers.js +13 -36
  145. package/es/utilities/responsive.js +16 -43
  146. package/es/utilities/style-config.js +32 -76
  147. package/es/utilities/styles.js +17 -29
  148. package/es/variables/breakpoints.js +1 -1
  149. package/es/variables/colors.js +1 -1
  150. package/es/variables/vars.js +3 -13
  151. package/package.json +5 -5
  152. package/es/styles/component-variables.js +0 -2
@@ -1,39 +1,35 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconDownload = function IconDownload(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("g", {
15
- clipPath: "url(#Download_svg__a)"
16
- }, ___EmotionJSX("path", {
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M13 0v16.172l7.586-7.586L22 10l-8.586 8.586L12 20l-1.414-1.414L2 10l1.414-1.414L11 16.172V0h2ZM0 16v6a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-6h-2v6H2v-6H0Z",
20
- fill: "currentColor"
21
- })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
22
- id: "Download_svg__a"
23
- }, ___EmotionJSX("path", {
24
- fill: "#fff",
25
- d: "M0 0h24v24H0z"
26
- })))), ___EmotionJSX("svg", _extends({
27
- "data-icon-set-v": 2,
28
- viewBox: "0 0 32 36",
29
- fill: "none",
30
- xmlns: "http://www.w3.org/2000/svg"
31
- }, props), ___EmotionJSX("path", {
32
- fillRule: "evenodd",
33
- clipRule: "evenodd",
34
- d: "M29.6 13.9C30.2 14.5 30.2 15.5 29.6 16.1L17.1 28.6C16.8 28.8 16.4 29.0 16.0 29.0C15.6 29.0 15.2 28.8 14.9 28.6L2.4 16.1C1.9 15.5 1.9 14.5 2.4 13.9C3.0 13.4 4.0 13.4 4.6 13.9L14.5 23.9L14.5 3.5C14.5 2.7 15.2 2.0 16.0 2.0C16.8 2.0 17.5 2.7 17.5 3.5L17.5 23.9L27.4 13.9C28.0 13.4 29.0 13.4 29.6 13.9ZM1.5 31.0C0.7 31.0 0.0 31.7 0.0 32.5C0.0 33.3 0.7 34.0 1.5 34.0H30.5C31.3 34.0 32.0 33.3 32.0 32.5C32.0 31.7 31.3 31.0 30.5 31.0H1.5Z",
35
- fill: "currentColor"
36
- })));
37
- };
6
+ const IconDownload = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("g", {
12
+ clipPath: "url(#Download_svg__a)"
13
+ }, ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M13 0v16.172l7.586-7.586L22 10l-8.586 8.586L12 20l-1.414-1.414L2 10l1.414-1.414L11 16.172V0h2ZM0 16v6a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-6h-2v6H2v-6H0Z",
17
+ fill: "currentColor"
18
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
19
+ id: "Download_svg__a"
20
+ }, ___EmotionJSX("path", {
21
+ fill: "#fff",
22
+ d: "M0 0h24v24H0z"
23
+ })))), ___EmotionJSX("svg", _extends({
24
+ "data-icon-set-v": 2,
25
+ viewBox: "0 0 32 36",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg"
28
+ }, props), ___EmotionJSX("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M29.6 13.9C30.2 14.5 30.2 15.5 29.6 16.1L17.1 28.6C16.8 28.8 16.4 29.0 16.0 29.0C15.6 29.0 15.2 28.8 14.9 28.6L2.4 16.1C1.9 15.5 1.9 14.5 2.4 13.9C3.0 13.4 4.0 13.4 4.6 13.9L14.5 23.9L14.5 3.5C14.5 2.7 15.2 2.0 16.0 2.0C16.8 2.0 17.5 2.7 17.5 3.5L17.5 23.9L27.4 13.9C28.0 13.4 29.0 13.4 29.6 13.9ZM1.5 31.0C0.7 31.0 0.0 31.7 0.0 32.5C0.0 33.3 0.7 34.0 1.5 34.0H30.5C31.3 34.0 32.0 33.3 32.0 32.5C32.0 31.7 31.3 31.0 30.5 31.0H1.5Z",
32
+ fill: "currentColor"
33
+ })));
38
34
 
39
35
  export default IconDownload;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconDrag = function IconDrag(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 12 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M10 6a2 2 0 100-4 2 2 0 000 4zm0 8a2 2 0 100-4 2 2 0 000 4zm2 6a2 2 0 11-4 0 2 2 0 014 0zM2 14a2 2 0 100-4 2 2 0 000 4zM4 4a2 2 0 11-4 0 2 2 0 014 0zM2 22a2 2 0 100-4 2 2 0 000 4z",
18
- fill: "currentColor"
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 18 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M15 9.0C16.7 9.0 18 7.7 18 6.0C18 4.3 16.7 3.0 15 3.0C13.3 3.0 12 4.3 12 6.0C12 7.7 13.3 9.0 15 9.0ZM15 21.0C16.7 21.0 18 19.7 18 18.0C18 16.3 16.7 15.0 15 15.0C13.3 15.0 12 16.3 12 18.0C12 19.7 13.3 21.0 15 21.0ZM18 30.0C18 31.7 16.7 33.0 15 33.0C13.3 33.0 12 31.7 12 30.0C12 28.3 13.3 27.0 15 27.0C16.7 27.0 18 28.3 18 30.0ZM3 21.0C4.7 21.0 6 19.7 6 18.0C6 16.3 4.7 15.0 3 15.0C1.3 15.0 0 16.3 0 18.0C0 19.7 1.3 21.0 3 21.0ZM6 6.0C6 7.7 4.7 9.0 3 9.0C1.3 9.0 0 7.7 0 6.0C0 4.3 1.3 3.0 3 3.0C4.7 3.0 6 4.3 6 6.0ZM3 33.0C4.7 33.0 6 31.7 6 30.0C6 28.3 4.7 27.0 3 27.0C1.3 27.0 0 28.3 0 30.0C0 31.7 1.3 33.0 3 33.0Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconDrag = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 12 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M10 6a2 2 0 100-4 2 2 0 000 4zm0 8a2 2 0 100-4 2 2 0 000 4zm2 6a2 2 0 11-4 0 2 2 0 014 0zM2 14a2 2 0 100-4 2 2 0 000 4zM4 4a2 2 0 11-4 0 2 2 0 014 0zM2 22a2 2 0 100-4 2 2 0 000 4z",
15
+ fill: "currentColor"
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 18 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M15 9.0C16.7 9.0 18 7.7 18 6.0C18 4.3 16.7 3.0 15 3.0C13.3 3.0 12 4.3 12 6.0C12 7.7 13.3 9.0 15 9.0ZM15 21.0C16.7 21.0 18 19.7 18 18.0C18 16.3 16.7 15.0 15 15.0C13.3 15.0 12 16.3 12 18.0C12 19.7 13.3 21.0 15 21.0ZM18 30.0C18 31.7 16.7 33.0 15 33.0C13.3 33.0 12 31.7 12 30.0C12 28.3 13.3 27.0 15 27.0C16.7 27.0 18 28.3 18 30.0ZM3 21.0C4.7 21.0 6 19.7 6 18.0C6 16.3 4.7 15.0 3 15.0C1.3 15.0 0 16.3 0 18.0C0 19.7 1.3 21.0 3 21.0ZM6 6.0C6 7.7 4.7 9.0 3 9.0C1.3 9.0 0 7.7 0 6.0C0 4.3 1.3 3.0 3 3.0C4.7 3.0 6 4.3 6 6.0ZM3 33.0C4.7 33.0 6 31.7 6 30.0C6 28.3 4.7 27.0 3 27.0C1.3 27.0 0 28.3 0 30.0C0 31.7 1.3 33.0 3 33.0Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconDrag;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconDuplicate = function IconDuplicate(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M10 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H10Zm0 2h12v12H10V2ZM2 8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4h-2v4H2V10h4V8H2Z",
18
- fill: "currentColor"
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 32 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M11.0004 29.5002C11.0004 30.3287 11.672 31.0002 12.5004 31.0002H27.5004C28.3288 31.0002 29.0004 30.3287 29.0004 29.5002V14.5002C29.0004 13.6718 28.3288 13.0002 27.5004 13.0002H12.5004C11.672 13.0002 11.0004 13.6718 11.0004 14.5002V29.5002ZM12.5004 34.0002C10.0151 34.0002 8.00038 31.9855 8.00038 29.5002V26.0001H4.50038C2.0151 26.0001 0.000384092 23.9854 0.000384092 21.5001V6.50013C0.000384092 4.01484 2.0151 2.00013 4.50038 2.00013H19.5004C21.9857 2.00013 24.0004 4.01484 24.0004 6.50013V10.0002H27.5004C29.9857 10.0002 32.0004 12.015 32.0004 14.5002V29.5002C32.0004 31.9855 29.9857 34.0002 27.5004 34.0002H12.5004ZM21.0004 10.0002H12.5004C10.0151 10.0002 8.00038 12.015 8.00038 14.5002V23.0001H4.50038C3.67196 23.0001 3.00038 22.3286 3.00038 21.5001V6.50013C3.00038 5.6717 3.67196 5.00013 4.50038 5.00013H19.5004C20.3288 5.00013 21.0004 5.6717 21.0004 6.50013V10.0002Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconDuplicate = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M10 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H10Zm0 2h12v12H10V2ZM2 8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4h-2v4H2V10h4V8H2Z",
15
+ fill: "currentColor"
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 32 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M11.0004 29.5002C11.0004 30.3287 11.672 31.0002 12.5004 31.0002H27.5004C28.3288 31.0002 29.0004 30.3287 29.0004 29.5002V14.5002C29.0004 13.6718 28.3288 13.0002 27.5004 13.0002H12.5004C11.672 13.0002 11.0004 13.6718 11.0004 14.5002V29.5002ZM12.5004 34.0002C10.0151 34.0002 8.00038 31.9855 8.00038 29.5002V26.0001H4.50038C2.0151 26.0001 0.000384092 23.9854 0.000384092 21.5001V6.50013C0.000384092 4.01484 2.0151 2.00013 4.50038 2.00013H19.5004C21.9857 2.00013 24.0004 4.01484 24.0004 6.50013V10.0002H27.5004C29.9857 10.0002 32.0004 12.015 32.0004 14.5002V29.5002C32.0004 31.9855 29.9857 34.0002 27.5004 34.0002H12.5004ZM21.0004 10.0002H12.5004C10.0151 10.0002 8.00038 12.015 8.00038 14.5002V23.0001H4.50038C3.67196 23.0001 3.00038 22.3286 3.00038 21.5001V6.50013C3.00038 5.6717 3.67196 5.00013 4.50038 5.00013H19.5004C20.3288 5.00013 21.0004 5.6717 21.0004 6.50013V10.0002Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconDuplicate;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconEllipsis = function IconEllipsis(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 20 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M4 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm6 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",
18
- fill: "currentColor"
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 30 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M18.0 18C18.0 19.7 16.7 21 15.0 21C13.3 21 12.0 19.7 12.0 18C12.0 16.3 13.3 15 15.0 15C16.7 15 18.0 16.3 18.0 18ZM6.0 18.0C6.0 19.7 4.7 21.0 3.0 21.0C1.3 21.0 0.0 19.7 0.0 18.0C0.0 16.3 1.3 15.0 3.0 15.0C4.7 15.0 6.0 16.3 6.0 18.0ZM27.0 21C28.7 21 30.0 19.7 30.0 18C30.0 16.3 28.7 15 27.0 15C25.3 15 24.0 16.3 24.0 18C24.0 19.7 25.3 21 27.0 21Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconEllipsis = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 20 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M4 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm6 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",
15
+ fill: "currentColor"
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 30 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M18.0 18C18.0 19.7 16.7 21 15.0 21C13.3 21 12.0 19.7 12.0 18C12.0 16.3 13.3 15 15.0 15C16.7 15 18.0 16.3 18.0 18ZM6.0 18.0C6.0 19.7 4.7 21.0 3.0 21.0C1.3 21.0 0.0 19.7 0.0 18.0C0.0 16.3 1.3 15.0 3.0 15.0C4.7 15.0 6.0 16.3 6.0 18.0ZM27.0 21C28.7 21 30.0 19.7 30.0 18C30.0 16.3 28.7 15 27.0 15C25.3 15 24.0 16.3 24.0 18C24.0 19.7 25.3 21 27.0 21Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconEllipsis;
@@ -1,39 +1,35 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconFile = function IconFile(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 20 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("g", {
15
- clipPath: "url(#File_svg__a)"
16
- }, ___EmotionJSX("path", {
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M2.008 0A2.007 2.007 0 0 0 0 2v20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7.586l-.293-.293-7-7L12.414 0H2.008ZM2 22V2.004A.017.017 0 0 1 2.005 2H10v8h8v12H2ZM17.586 8 12 2.414V8h5.586Z",
20
- fill: "currentColor"
21
- })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
22
- id: "File_svg__a"
23
- }, ___EmotionJSX("path", {
24
- fill: "#fff",
25
- d: "M0 0h20v24H0z"
26
- })))), ___EmotionJSX("svg", _extends({
27
- "data-icon-set-v": 2,
28
- viewBox: "0 0 28 36",
29
- fill: "none",
30
- xmlns: "http://www.w3.org/2000/svg"
31
- }, props), ___EmotionJSX("path", {
32
- fillRule: "evenodd",
33
- clipRule: "evenodd",
34
- d: "M26.6824 8.56053C27.5263 9.40445 28.0004 10.549 28.0004 11.7425L28.0004 11.9999L28.0004 31.4999C28.0004 33.9852 25.9857 35.9999 23.5004 35.9999L4.50039 35.9999C2.01511 35.9999 0.000391494 33.9852 0.000391602 31.4999L0.000392783 4.49987C0.000392891 2.01459 2.01511 -0.000126955 4.50039 -0.000126727L16.0004 -0.000125867L16.2578 -0.000125856C17.4512 -0.000125923 18.5958 0.473979 19.4397 1.31789L26.6824 8.56053ZM25.0004 13.4999L19.0004 13.4999C16.5151 13.4999 14.5004 11.4852 14.5004 8.99987L14.5004 2.99987L4.50039 2.99987C3.67197 2.99987 3.00039 3.67145 3.00039 4.49987L3.00039 31.4999C3.00039 32.3283 3.67196 32.9999 4.50039 32.9999L23.5004 32.9999C24.3288 32.9999 25.0004 32.3283 25.0004 31.4999L25.0004 13.4999ZM17.5004 3.62119L17.5004 8.99987C17.5004 9.8283 18.172 10.4999 19.0004 10.4999L24.3791 10.4999L17.5004 3.62119Z",
35
- fill: "currentColor"
36
- })));
37
- };
6
+ const IconFile = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 20 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("g", {
12
+ clipPath: "url(#File_svg__a)"
13
+ }, ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M2.008 0A2.007 2.007 0 0 0 0 2v20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7.586l-.293-.293-7-7L12.414 0H2.008ZM2 22V2.004A.017.017 0 0 1 2.005 2H10v8h8v12H2ZM17.586 8 12 2.414V8h5.586Z",
17
+ fill: "currentColor"
18
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
19
+ id: "File_svg__a"
20
+ }, ___EmotionJSX("path", {
21
+ fill: "#fff",
22
+ d: "M0 0h20v24H0z"
23
+ })))), ___EmotionJSX("svg", _extends({
24
+ "data-icon-set-v": 2,
25
+ viewBox: "0 0 28 36",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg"
28
+ }, props), ___EmotionJSX("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M26.6824 8.56053C27.5263 9.40445 28.0004 10.549 28.0004 11.7425L28.0004 11.9999L28.0004 31.4999C28.0004 33.9852 25.9857 35.9999 23.5004 35.9999L4.50039 35.9999C2.01511 35.9999 0.000391494 33.9852 0.000391602 31.4999L0.000392783 4.49987C0.000392891 2.01459 2.01511 -0.000126955 4.50039 -0.000126727L16.0004 -0.000125867L16.2578 -0.000125856C17.4512 -0.000125923 18.5958 0.473979 19.4397 1.31789L26.6824 8.56053ZM25.0004 13.4999L19.0004 13.4999C16.5151 13.4999 14.5004 11.4852 14.5004 8.99987L14.5004 2.99987L4.50039 2.99987C3.67197 2.99987 3.00039 3.67145 3.00039 4.49987L3.00039 31.4999C3.00039 32.3283 3.67196 32.9999 4.50039 32.9999L23.5004 32.9999C24.3288 32.9999 25.0004 32.3283 25.0004 31.4999L25.0004 13.4999ZM17.5004 3.62119L17.5004 8.99987C17.5004 9.8283 18.172 10.4999 19.0004 10.4999L24.3791 10.4999L17.5004 3.62119Z",
32
+ fill: "currentColor"
33
+ })));
38
34
 
39
35
  export default IconFile;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconFolderAdd = function IconFolderAdd(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M1 2H0v18a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H10.414L8.707 2.293 8.414 2H1Zm1 9V4h5.586l1.707 1.707.293.293H22v14H2v-9Zm9-3h2v4h4v2h-4v4h-2v-4H7v-2h4V8Z",
18
- fill: "currentColor"
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 36 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M6.5 4.00012C4.01472 4.00012 2 6.01484 2 8.50012V13.5001C2 14.3285 2.67158 15.0001 3.5 15.0001C4.32843 15.0001 5 14.3285 5 13.5001V8.50012C5 7.67169 5.67158 7.00012 6.5 7.00012H13.25L15.8 10.4001C16.0833 10.7778 16.5279 11.0001 17 11.0001H31.5C32.3284 11.0001 33 11.6717 33 12.5001V25.5001C33 26.3285 32.3284 27.0001 31.5 27.0001H18.5C17.6716 27.0001 17 27.6717 17 28.5001C17 29.3285 17.6716 30.0001 18.5 30.0001H31.5C33.9853 30.0001 36 27.9854 36 25.5001V12.5001C36 10.0148 33.9853 8.00012 31.5 8.00012H17.75L15.2 4.60012C14.9167 4.22241 14.4721 4.00012 14 4.00012H6.5ZM7 18C7.82842 18 8.5 18.6716 8.5 19.5V23.5H12.5C13.3284 23.5 14 24.1716 14 25C14 25.8284 13.3284 26.5 12.5 26.5H8.5V30.5C8.5 31.3284 7.82842 32 7 32C6.17157 32 5.5 31.3284 5.5 30.5V26.5H1.5C0.671573 26.5 0 25.8284 0 25C0 24.1716 0.671573 23.5 1.5 23.5H5.5V19.5C5.5 18.6716 6.17157 18 7 18Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconFolderAdd = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M1 2H0v18a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H10.414L8.707 2.293 8.414 2H1Zm1 9V4h5.586l1.707 1.707.293.293H22v14H2v-9Zm9-3h2v4h4v2h-4v4h-2v-4H7v-2h4V8Z",
15
+ fill: "currentColor"
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 36 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M6.5 4.00012C4.01472 4.00012 2 6.01484 2 8.50012V13.5001C2 14.3285 2.67158 15.0001 3.5 15.0001C4.32843 15.0001 5 14.3285 5 13.5001V8.50012C5 7.67169 5.67158 7.00012 6.5 7.00012H13.25L15.8 10.4001C16.0833 10.7778 16.5279 11.0001 17 11.0001H31.5C32.3284 11.0001 33 11.6717 33 12.5001V25.5001C33 26.3285 32.3284 27.0001 31.5 27.0001H18.5C17.6716 27.0001 17 27.6717 17 28.5001C17 29.3285 17.6716 30.0001 18.5 30.0001H31.5C33.9853 30.0001 36 27.9854 36 25.5001V12.5001C36 10.0148 33.9853 8.00012 31.5 8.00012H17.75L15.2 4.60012C14.9167 4.22241 14.4721 4.00012 14 4.00012H6.5ZM7 18C7.82842 18 8.5 18.6716 8.5 19.5V23.5H12.5C13.3284 23.5 14 24.1716 14 25C14 25.8284 13.3284 26.5 12.5 26.5H8.5V30.5C8.5 31.3284 7.82842 32 7 32C6.17157 32 5.5 31.3284 5.5 30.5V26.5H1.5C0.671573 26.5 0 25.8284 0 25C0 24.1716 0.671573 23.5 1.5 23.5H5.5V19.5C5.5 18.6716 6.17157 18 7 18Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconFolderAdd;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconFolderMove = function IconFolderMove(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M0 2h8.414l.293.293L10.414 4H22a2 2 0 012 2v14a2 2 0 01-2 2H2a2 2 0 01-2-2v-4h2v4h20V6H9.586l-.293-.293L7.586 4H2v6H0V2zm16.257 11.707l-5.25 5.25-1.414-1.414L13.136 14H0v-2h13.136L9.593 8.457l1.414-1.414 5.25 5.25.707.707-.707.707z",
18
- fill: "currentColor"
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 36 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M6.5004 4.00068C4.01512 4.00068 2.0004 6.0154 2.0004 8.50068V13.5007C2.0004 14.3291 2.67197 15.0007 3.5004 15.0007C4.32882 15.0007 5.0004 14.3291 5.0004 13.5007V8.50068C5.0004 7.67226 5.67197 7.00068 6.5004 7.00068H13.2504L15.8004 10.4007C16.0837 10.7784 16.5283 11.0007 17.0004 11.0007H31.5004C32.3288 11.0007 33.0004 11.6723 33.0004 12.5007V25.5007C33.0004 26.3291 32.3288 27.0007 31.5004 27.0007H18.5004C17.672 27.0007 17.0004 27.6723 17.0004 28.5007C17.0004 29.3291 17.672 30.0007 18.5004 30.0007H31.5004C33.9857 30.0007 36.0004 27.986 36.0004 25.5007V12.5007C36.0004 10.0154 33.9857 8.00068 31.5004 8.00068H17.7504L15.2004 4.60068C14.9171 4.22297 14.4725 4.00068 14.0004 4.00068H6.5004ZM5.93919 31.5602C6.52498 32.146 7.47472 32.146 8.06051 31.5602L13.56 26.0607C13.8413 25.7794 13.9993 25.3979 13.9993 25.0001C13.9993 24.6023 13.8413 24.2207 13.56 23.9394L8.0605 18.44C7.47472 17.8542 6.52497 17.8542 5.93918 18.44C5.3534 19.0258 5.3534 19.9755 5.93918 20.5613L8.87846 23.5006L1.50034 23.5006C0.671913 23.5006 0.000340631 24.1721 0.000340462 25.0006C0.000340293 25.829 0.671913 26.5006 1.50034 26.5006L8.87749 26.5006L5.93919 29.4389C5.3534 30.0246 5.3534 30.9744 5.93919 31.5602Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconFolderMove = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M0 2h8.414l.293.293L10.414 4H22a2 2 0 012 2v14a2 2 0 01-2 2H2a2 2 0 01-2-2v-4h2v4h20V6H9.586l-.293-.293L7.586 4H2v6H0V2zm16.257 11.707l-5.25 5.25-1.414-1.414L13.136 14H0v-2h13.136L9.593 8.457l1.414-1.414 5.25 5.25.707.707-.707.707z",
15
+ fill: "currentColor"
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 36 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M6.5004 4.00068C4.01512 4.00068 2.0004 6.0154 2.0004 8.50068V13.5007C2.0004 14.3291 2.67197 15.0007 3.5004 15.0007C4.32882 15.0007 5.0004 14.3291 5.0004 13.5007V8.50068C5.0004 7.67226 5.67197 7.00068 6.5004 7.00068H13.2504L15.8004 10.4007C16.0837 10.7784 16.5283 11.0007 17.0004 11.0007H31.5004C32.3288 11.0007 33.0004 11.6723 33.0004 12.5007V25.5007C33.0004 26.3291 32.3288 27.0007 31.5004 27.0007H18.5004C17.672 27.0007 17.0004 27.6723 17.0004 28.5007C17.0004 29.3291 17.672 30.0007 18.5004 30.0007H31.5004C33.9857 30.0007 36.0004 27.986 36.0004 25.5007V12.5007C36.0004 10.0154 33.9857 8.00068 31.5004 8.00068H17.7504L15.2004 4.60068C14.9171 4.22297 14.4725 4.00068 14.0004 4.00068H6.5004ZM5.93919 31.5602C6.52498 32.146 7.47472 32.146 8.06051 31.5602L13.56 26.0607C13.8413 25.7794 13.9993 25.3979 13.9993 25.0001C13.9993 24.6023 13.8413 24.2207 13.56 23.9394L8.0605 18.44C7.47472 17.8542 6.52497 17.8542 5.93918 18.44C5.3534 19.0258 5.3534 19.9755 5.93918 20.5613L8.87846 23.5006L1.50034 23.5006C0.671913 23.5006 0.000340631 24.1721 0.000340462 25.0006C0.000340293 25.829 0.671913 26.5006 1.50034 26.5006L8.87749 26.5006L5.93919 29.4389C5.3534 30.0246 5.3534 30.9744 5.93919 31.5602Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconFolderMove;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconFolderRemove = function IconFolderRemove(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M1 2H0v18a2 2 0 002 2h20a2 2 0 002-2V6a2 2 0 00-2-2H10.414L8.707 2.293 8.414 2H1zm1 9V4h5.586l1.707 1.707.293.293H22v14H2v-9zm15 1H7v2h10v-2z",
18
- fill: "currentColor"
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 36 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M6.50039 5.00012C4.01511 5.00012 2.00039 7.01484 2.00039 9.50012V20.0001C2.00039 20.8285 2.67197 21.5001 3.50039 21.5001C4.32882 21.5001 5.00039 20.8285 5.00039 20.0001V9.50012C5.00039 8.67169 5.67197 8.00012 6.50039 8.00012H13.2504L15.8004 11.4001C16.0837 11.7778 16.5283 12.0001 17.0004 12.0001H31.5004C32.3288 12.0001 33.0004 12.6717 33.0004 13.5001V26.5001C33.0004 27.3285 32.3288 28.0001 31.5004 28.0001H18.5004C17.672 28.0001 17.0004 28.6717 17.0004 29.5001C17.0004 30.3285 17.672 31.0001 18.5004 31.0001H31.5004C33.9857 31.0001 36.0004 28.9854 36.0004 26.5001V13.5001C36.0004 11.0148 33.9857 9.00012 31.5004 9.00012H17.7504L15.2004 5.60012C14.9171 5.22241 14.4725 5.00012 14.0004 5.00012H6.50039ZM1.5004 24.5001C0.67197 24.5001 0.000396729 25.1717 0.000396729 26.0001C0.000396729 26.8285 0.671969 27.5001 1.5004 27.5001L12.5004 27.5001C13.3288 27.5001 14.0004 26.8285 14.0004 26.0001C14.0004 25.1717 13.3288 24.5001 12.5004 24.5001L1.5004 24.5001Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconFolderRemove = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M1 2H0v18a2 2 0 002 2h20a2 2 0 002-2V6a2 2 0 00-2-2H10.414L8.707 2.293 8.414 2H1zm1 9V4h5.586l1.707 1.707.293.293H22v14H2v-9zm15 1H7v2h10v-2z",
15
+ fill: "currentColor"
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 36 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M6.50039 5.00012C4.01511 5.00012 2.00039 7.01484 2.00039 9.50012V20.0001C2.00039 20.8285 2.67197 21.5001 3.50039 21.5001C4.32882 21.5001 5.00039 20.8285 5.00039 20.0001V9.50012C5.00039 8.67169 5.67197 8.00012 6.50039 8.00012H13.2504L15.8004 11.4001C16.0837 11.7778 16.5283 12.0001 17.0004 12.0001H31.5004C32.3288 12.0001 33.0004 12.6717 33.0004 13.5001V26.5001C33.0004 27.3285 32.3288 28.0001 31.5004 28.0001H18.5004C17.672 28.0001 17.0004 28.6717 17.0004 29.5001C17.0004 30.3285 17.672 31.0001 18.5004 31.0001H31.5004C33.9857 31.0001 36.0004 28.9854 36.0004 26.5001V13.5001C36.0004 11.0148 33.9857 9.00012 31.5004 9.00012H17.7504L15.2004 5.60012C14.9171 5.22241 14.4725 5.00012 14.0004 5.00012H6.50039ZM1.5004 24.5001C0.67197 24.5001 0.000396729 25.1717 0.000396729 26.0001C0.000396729 26.8285 0.671969 27.5001 1.5004 27.5001L12.5004 27.5001C13.3288 27.5001 14.0004 26.8285 14.0004 26.0001C14.0004 25.1717 13.3288 24.5001 12.5004 24.5001L1.5004 24.5001Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconFolderRemove;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconFolder = function IconFolder(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M0 2h8.414l.293.293L10.414 4H22a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Zm2 2v16h20V6H9.586l-.293-.293L7.586 4H2Z",
18
- fill: "currentColor"
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 36 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M0 8.50012C0 6.01484 2.01472 4.00012 4.5 4.00012H12C12.4721 4.00012 12.9167 4.22241 13.2 4.60012L15.75 8.00012H31.5C33.9853 8.00012 36 10.0148 36 12.5001V27.5001C36 29.9854 33.9853 32.0001 31.5 32.0001H4.5C2.01472 32.0001 0 29.9854 0 27.5001V8.50012ZM4.5 7.00012C3.67157 7.00012 3 7.6717 3 8.50012V27.5001C3 28.3285 3.67157 29.0001 4.5 29.0001H31.5C32.3284 29.0001 33 28.3286 33 27.5001V12.5001C33 11.6717 32.3284 11.0001 31.5 11.0001H15C14.5279 11.0001 14.0833 10.7778 13.8 10.4001L11.25 7.00012H4.5Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconFolder = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M0 2h8.414l.293.293L10.414 4H22a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Zm2 2v16h20V6H9.586l-.293-.293L7.586 4H2Z",
15
+ fill: "currentColor"
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 36 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M0 8.50012C0 6.01484 2.01472 4.00012 4.5 4.00012H12C12.4721 4.00012 12.9167 4.22241 13.2 4.60012L15.75 8.00012H31.5C33.9853 8.00012 36 10.0148 36 12.5001V27.5001C36 29.9854 33.9853 32.0001 31.5 32.0001H4.5C2.01472 32.0001 0 29.9854 0 27.5001V8.50012ZM4.5 7.00012C3.67157 7.00012 3 7.6717 3 8.50012V27.5001C3 28.3285 3.67157 29.0001 4.5 29.0001H31.5C32.3284 29.0001 33 28.3286 33 27.5001V12.5001C33 11.6717 32.3284 11.0001 31.5 11.0001H15C14.5279 11.0001 14.0833 10.7778 13.8 10.4001L11.25 7.00012H4.5Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconFolder;