@flodesk/grain 11.64.0 → 11.66.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 (168) hide show
  1. package/es/components/arrange/index.js +24 -32
  2. package/es/components/autocomplete.js +24 -42
  3. package/es/components/autocomplete2.js +59 -85
  4. package/es/components/badge.js +10 -17
  5. package/es/components/box.js +64 -72
  6. package/es/components/button.js +16 -25
  7. package/es/components/card.js +53 -61
  8. package/es/components/checkbox.js +16 -26
  9. package/es/components/dropdown.js +1 -9
  10. package/es/components/flex/index.js +22 -30
  11. package/es/components/ghost-input.js +12 -24
  12. package/es/components/icon-button.js +14 -22
  13. package/es/components/icon-toggle.js +13 -23
  14. package/es/components/icon.js +9 -16
  15. package/es/components/link.js +8 -15
  16. package/es/components/modal.js +57 -72
  17. package/es/components/nav/index.js +29 -41
  18. package/es/components/pagination.js +15 -34
  19. package/es/components/popover.js +18 -25
  20. package/es/components/progress.js +9 -19
  21. package/es/components/radio.js +16 -26
  22. package/es/components/select.js +30 -59
  23. package/es/components/slider.js +13 -24
  24. package/es/components/spinner.js +8 -17
  25. package/es/components/stack.js +7 -14
  26. package/es/components/switch.js +11 -19
  27. package/es/components/tab.js +14 -23
  28. package/es/components/text/index.js +28 -38
  29. package/es/components/text-button.js +14 -23
  30. package/es/components/text-input.js +30 -43
  31. package/es/components/text-toggle.js +14 -23
  32. package/es/components/textarea.js +18 -30
  33. package/es/components/toast.js +1 -9
  34. package/es/components/tooltip.js +22 -37
  35. package/es/foundational/field.js +27 -38
  36. package/es/foundational/menu.js +33 -47
  37. package/es/hooks/useKeyPress.js +0 -5
  38. package/es/hooks/useMedia.js +0 -2
  39. package/es/hooks/useOnClickOutside.js +0 -1
  40. package/es/hooks/useWindowSize.js +0 -1
  41. package/es/icons/icon-align-center.js +1 -4
  42. package/es/icons/icon-align-left.js +1 -4
  43. package/es/icons/icon-align-right.js +1 -4
  44. package/es/icons/icon-apple.js +1 -4
  45. package/es/icons/icon-archive.js +1 -4
  46. package/es/icons/icon-arrow-down.js +1 -4
  47. package/es/icons/icon-arrow-left.js +1 -4
  48. package/es/icons/icon-arrow-right.js +1 -4
  49. package/es/icons/icon-arrow-up.js +1 -4
  50. package/es/icons/icon-at.js +1 -4
  51. package/es/icons/icon-bag.js +1 -4
  52. package/es/icons/icon-ball.js +1 -4
  53. package/es/icons/icon-bold.js +1 -4
  54. package/es/icons/icon-bolt-filled.js +1 -4
  55. package/es/icons/icon-bolt.js +1 -4
  56. package/es/icons/icon-branching.js +1 -4
  57. package/es/icons/icon-browser.js +1 -4
  58. package/es/icons/icon-bullet-list.js +1 -4
  59. package/es/icons/icon-car.js +1 -4
  60. package/es/icons/icon-chart.js +1 -4
  61. package/es/icons/icon-check.js +1 -4
  62. package/es/icons/icon-chevron-down.js +1 -4
  63. package/es/icons/icon-chevron-horizontal.js +1 -4
  64. package/es/icons/icon-chevron-left.js +1 -4
  65. package/es/icons/icon-chevron-right.js +1 -4
  66. package/es/icons/icon-chevron-up.js +1 -4
  67. package/es/icons/icon-chevron-vertical.js +1 -4
  68. package/es/icons/icon-clip.js +1 -4
  69. package/es/icons/icon-clock.js +1 -4
  70. package/es/icons/icon-column-and-rows.js +1 -4
  71. package/es/icons/icon-column-one.js +1 -4
  72. package/es/icons/icon-column-two.js +1 -4
  73. package/es/icons/icon-columns-and-row.js +1 -4
  74. package/es/icons/icon-columns.js +1 -4
  75. package/es/icons/icon-content-align-bottom.js +1 -4
  76. package/es/icons/icon-content-align-center.js +1 -4
  77. package/es/icons/icon-content-align-top.js +1 -4
  78. package/es/icons/icon-crop.js +1 -4
  79. package/es/icons/icon-cross.js +1 -4
  80. package/es/icons/icon-diamond.js +13 -0
  81. package/es/icons/icon-dog.js +1 -4
  82. package/es/icons/icon-download.js +1 -4
  83. package/es/icons/icon-drag.js +1 -4
  84. package/es/icons/icon-duplicate.js +1 -4
  85. package/es/icons/icon-ellipsis.js +1 -4
  86. package/es/icons/icon-exit.js +1 -4
  87. package/es/icons/icon-file.js +1 -4
  88. package/es/icons/icon-flag.js +1 -4
  89. package/es/icons/icon-folder-add.js +1 -4
  90. package/es/icons/icon-folder-move.js +1 -4
  91. package/es/icons/icon-folder-remove.js +1 -4
  92. package/es/icons/icon-folder.js +1 -4
  93. package/es/icons/icon-footer.js +1 -4
  94. package/es/icons/icon-gallery.js +1 -4
  95. package/es/icons/icon-gear.js +1 -4
  96. package/es/icons/icon-globe.js +1 -4
  97. package/es/icons/icon-grid.js +1 -4
  98. package/es/icons/icon-heart.js +1 -4
  99. package/es/icons/icon-hide.js +1 -4
  100. package/es/icons/icon-image.js +1 -4
  101. package/es/icons/icon-info.js +1 -4
  102. package/es/icons/icon-italic.js +1 -4
  103. package/es/icons/icon-layout-text-bottom.js +1 -4
  104. package/es/icons/icon-layout-text-left.js +1 -4
  105. package/es/icons/icon-layout-text-right.js +1 -4
  106. package/es/icons/icon-layout-text-top.js +1 -4
  107. package/es/icons/icon-letter-list.js +1 -4
  108. package/es/icons/icon-line-dashed.js +1 -4
  109. package/es/icons/icon-line.js +1 -4
  110. package/es/icons/icon-link.js +1 -4
  111. package/es/icons/icon-list.js +1 -4
  112. package/es/icons/icon-location.js +1 -4
  113. package/es/icons/icon-logo-instagram.js +1 -4
  114. package/es/icons/icon-mail.js +1 -4
  115. package/es/icons/icon-minus.js +1 -4
  116. package/es/icons/icon-monitor.js +1 -4
  117. package/es/icons/icon-network.js +1 -4
  118. package/es/icons/icon-number-list.js +1 -4
  119. package/es/icons/icon-pencil-ai.js +1 -4
  120. package/es/icons/icon-pencil.js +1 -4
  121. package/es/icons/icon-phone.js +1 -4
  122. package/es/icons/icon-play.js +1 -4
  123. package/es/icons/icon-plus.js +1 -4
  124. package/es/icons/icon-push-button.js +1 -4
  125. package/es/icons/icon-qr.js +1 -4
  126. package/es/icons/icon-question.js +1 -4
  127. package/es/icons/icon-redo.js +1 -4
  128. package/es/icons/icon-reset.js +1 -4
  129. package/es/icons/icon-row-and-columns.js +1 -4
  130. package/es/icons/icon-rows-and-column.js +1 -4
  131. package/es/icons/icon-rows.js +1 -4
  132. package/es/icons/icon-search.js +1 -4
  133. package/es/icons/icon-send.js +1 -4
  134. package/es/icons/icon-share.js +1 -4
  135. package/es/icons/icon-show.js +1 -4
  136. package/es/icons/icon-smile.js +1 -4
  137. package/es/icons/icon-spacer.js +1 -4
  138. package/es/icons/icon-square.js +1 -4
  139. package/es/icons/icon-star.js +13 -0
  140. package/es/icons/icon-stopwatch.js +1 -4
  141. package/es/icons/icon-strike.js +1 -4
  142. package/es/icons/icon-switch.js +1 -4
  143. package/es/icons/icon-symbols.js +1 -4
  144. package/es/icons/icon-tablet.js +1 -4
  145. package/es/icons/icon-text-align-center.js +1 -4
  146. package/es/icons/icon-text-align-left.js +1 -4
  147. package/es/icons/icon-text-align-right.js +1 -4
  148. package/es/icons/icon-text-justify.js +1 -4
  149. package/es/icons/icon-text.js +1 -4
  150. package/es/icons/icon-three-branches.js +1 -4
  151. package/es/icons/icon-trash.js +1 -4
  152. package/es/icons/icon-two-branches.js +1 -4
  153. package/es/icons/icon-type.js +1 -4
  154. package/es/icons/icon-underline.js +1 -4
  155. package/es/icons/icon-undo.js +1 -4
  156. package/es/icons/icon-upload.js +1 -4
  157. package/es/icons/index.js +3 -1
  158. package/es/styles/card.js +31 -19
  159. package/es/styles/utilities.js +0 -4
  160. package/es/styles/variables.js +1 -1
  161. package/es/types/components/modal.d.ts +2 -1
  162. package/es/types/components/text.d.ts +1 -1
  163. package/es/utilities/attributes.js +2 -7
  164. package/es/utilities/responsive.js +0 -14
  165. package/es/utilities/style-config.js +0 -3
  166. package/es/utilities/styles.js +0 -7
  167. package/es/variables/vars.js +6 -6
  168. package/package.json +1 -1
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconAt = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconAt = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M3 18C3 10.268 9.268 4 17 4s14 6.268 14 14c0 2.103-.537 3.33-1.147 4.013-.597.669-1.412.987-2.353.987-.817 0-1.698-.402-2.4-1.12-.701-.72-1.1-1.63-1.1-2.471V12.5a1.5 1.5 0 0 0-2.982-.233 7 7 0 1 0 1.035 10.577c.263.41.567.79.9 1.131C24.103 25.153 25.723 26 27.5 26c1.653 0 3.337-.583 4.592-1.99C33.334 22.617 34 20.594 34 18 34 8.61 26.389 1 17 1S0 8.611 0 18s7.611 17 17 17c3.44 0 6.646-1.023 9.324-2.783a1.5 1.5 0 0 0-1.648-2.507A13.93 13.93 0 0 1 17 32C9.268 32 3 25.732 3 18m18 0a4 4 0 1 0-8 0 4 4 0 0 0 8 0",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconAt.viewBoxWidth = 34;
18
15
  export default IconAt;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconBag = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 28 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconBag = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M9.1 8a5.002 5.002 0 0 1 9.8 0zM6 11.02v1.48a1.5 1.5 0 0 0 3 0V11h10v1.5a1.5 1.5 0 0 0 3 0v-1.48a2.5 2.5 0 0 1 2.185 2.36l.813 17.049A1.5 1.5 0 0 1 23.499 32H4.5a1.5 1.5 0 0 1-1.498-1.572l.817-17.048A2.5 2.5 0 0 1 6 11.02m.061-3.014a8.001 8.001 0 0 1 15.878 0 5.5 5.5 0 0 1 5.242 5.232l.813 17.048A4.5 4.5 0 0 1 23.5 35H4.5a4.5 4.5 0 0 1-4.495-4.715l.817-17.048a5.5 5.5 0 0 1 5.24-5.231",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconBag.viewBoxWidth = 28;
18
15
  export default IconBag;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconBall = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconBall = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M15.5 4.08a13.9 13.9 0 0 0-6.845 2.678c.853.74 1.548 1.736 2.076 2.793.944 1.887 1.553 4.307 1.722 6.949H15.5zm3 0V16.5h3.047c.169-2.642.779-5.062 1.722-6.95.529-1.056 1.223-2.052 2.076-2.792A13.9 13.9 0 0 0 18.5 4.079m-3 15.42h-3.047c-.169 2.642-.778 5.061-1.722 6.949-.528 1.056-1.223 2.053-2.076 2.793A13.9 13.9 0 0 0 15.5 31.92zm3 12.42V19.5h3.047c.169 2.642.779 5.061 1.722 6.949.529 1.056 1.223 2.053 2.076 2.793A13.9 13.9 0 0 1 18.5 31.92M3.08 16.5a13.94 13.94 0 0 1 3.346-7.676c.508.34 1.077.98 1.621 2.069.715 1.429 1.235 3.376 1.399 5.607zm3.346 10.676A13.94 13.94 0 0 1 3.079 19.5h6.367c-.164 2.23-.684 4.178-1.399 5.607-.544 1.089-1.113 1.729-1.621 2.069M30.92 19.5a13.94 13.94 0 0 1-3.347 7.676c-.508-.34-1.077-.98-1.621-2.069-.715-1.429-1.235-3.376-1.399-5.607zM27.574 8.824a13.94 13.94 0 0 1 3.347 7.676h-6.367c.164-2.23.684-4.178 1.399-5.607.544-1.089 1.113-1.729 1.621-2.069M0 18C0 8.611 7.611 1 17 1s17 7.611 17 17-7.611 17-17 17S0 27.389 0 18",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconBall.viewBoxWidth = 34;
18
15
  export default IconBall;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconBold = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 24 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconBold = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M0.6 2.6C1.0 2.2 1.5 2 2.0 2H13.0C18.0 2 22.0 6.0 22.0 11C22.0 13.4 21.1 15.6 19.5 17.2C22.2 18.8 24.0 21.7 24.0 25.0C24.0 30.0 20.0 34 15.0 34H2.0C0.9 34 0.0 33.1 0.0 32L0.0 18.0C0.0 18.0 0.0 18.0 0.0 18C0.0 18.0 0.0 18.0 0.0 18.0L0.0 4.0C0.0 3.5 0.2 3.0 0.6 2.6ZM4.0 20L4.0 30H15.0C17.8 30 20.0 27.8 20.0 25C20.0 22.2 17.8 20 15.0 20H13.0H4.0ZM4.0 16H13.0C15.8 16 18.0 13.8 18.0 11C18.0 8.2 15.8 6 13.0 6H4.0L4.0 16Z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconBold.viewBoxWidth = 24;
18
15
  export default IconBold;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconBoltFilled = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 28 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconBoltFilled = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M19.5745 0.114225C20.135 0.346396 20.5004 0.89335 20.5004 1.50004V15.5H26.5004C27.1071 15.5 27.6541 15.8655 27.8863 16.426C28.1184 16.9865 27.9901 17.6317 27.5611 18.0607L10.0611 35.5607C9.6321 35.9897 8.98693 36.118 8.42642 35.8859C7.8659 35.6537 7.50044 35.1067 7.50044 34.5V20.5H1.50044C0.893747 20.5 0.346793 20.1346 0.114621 19.5741C-0.11755 19.0136 0.0107834 18.3684 0.43978 17.9394L17.9398 0.439384C18.3688 0.0103867 19.014 -0.117947 19.5745 0.114225Z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconBoltFilled.viewBoxWidth = 28;
18
15
  export default IconBoltFilled;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconBolt = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 28 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconBolt = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M20.5004 1.50004C20.5004 0.893348 20.1349 0.346395 19.5744 0.114224C19.0139 -0.117947 18.3687 0.0103867 17.9397 0.439383L0.439779 17.9393C0.0107834 18.3683 -0.11755 19.0135 0.114621 19.574C0.346792 20.1345 0.893745 20.5 1.50044 20.5H7.50042V34.5C7.50042 35.1067 7.86588 35.6536 8.4264 35.8858C8.98691 36.1179 9.63208 35.9896 10.0611 35.5606L27.561 18.0607C27.99 17.6317 28.1184 16.9865 27.8862 16.426C27.654 15.8655 27.1071 15.5 26.5004 15.5H20.5004V1.50004ZM22.8791 18.5L10.5004 30.8786V19C10.5004 18.1716 9.82884 17.5 9.00042 17.5H5.12175L17.5004 5.12135V17C17.5004 17.8284 18.172 18.5 19.0004 18.5H22.8791Z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconBolt.viewBoxWidth = 28;
18
15
  export default IconBolt;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconBranching = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconBranching = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M10.5 7.5a5.5 5.5 0 1 1 7 5.293V16.5h6A4.5 4.5 0 0 1 28 21v2.207a5.5 5.5 0 1 1-3 0V21a1.5 1.5 0 0 0-1.5-1.5h-15A1.5 1.5 0 0 0 7 21v2.207a5.5 5.5 0 1 1-3 0V21a4.5 4.5 0 0 1 4.5-4.5h6v-3.707a5.5 5.5 0 0 1-4-5.293M16 5a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5M5.5 26a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m21 0a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconBranching.viewBoxWidth = 32;
18
15
  export default IconBranching;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconBrowser = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconBrowser = props => ___EmotionJSX("svg", _extends({
13
11
  clipRule: "evenodd",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconBrowser.viewBoxWidth = 34;
18
15
  export default IconBrowser;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconBulletList = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconBulletList = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M3 12a3 3 0 1 0 0-6 3 3 0 0 0 0 6m7.5-4a1.5 1.5 0 1 0 0 3h20a1.5 1.5 0 0 0 0-3zM3 30a3 3 0 1 0 0-6 3 3 0 0 0 0 6m7.5-5a1.5 1.5 0 1 0 0 3h20a1.5 1.5 0 1 0 0-3zM6 18a3 3 0 1 1-6 0 3 3 0 0 1 6 0m3 0a1.5 1.5 0 0 1 1.5-1.5h20a1.5 1.5 0 0 1 0 3h-20A1.5 1.5 0 0 1 9 18",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconBulletList.viewBoxWidth = 32;
18
15
  export default IconBulletList;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconCar = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconCar = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M13 4a4.5 4.5 0 0 0-3.6 1.8l-4.69 6.253-.26-.214a1.5 1.5 0 0 0-.95-.339h-2a1.5 1.5 0 0 0 0 3h1.375L1.9 15.8a4.5 4.5 0 0 0-.9 2.7v12A1.5 1.5 0 0 0 2.5 32h4a1.5 1.5 0 0 0 1.307-.765L9.065 29h15.87l1.258 2.235A1.5 1.5 0 0 0 27.5 32h4a1.5 1.5 0 0 0 1.5-1.5v-12a4.5 4.5 0 0 0-.9-2.7l-.975-1.3H32.5a1.5 1.5 0 0 0 0-3h-2a1.5 1.5 0 0 0-.95.34l-.26.213L24.6 5.8A4.5 4.5 0 0 0 21 4zm13.965 9.954L22.2 7.6A1.5 1.5 0 0 0 21 7h-8a1.5 1.5 0 0 0-1.2.6l-4.765 6.354L9.12 15.66c.268.22.604.339.95.339h13.858a1.5 1.5 0 0 0 .95-.34zM5.233 16.356 4.3 17.6a1.5 1.5 0 0 0-.3.9V29h1.623l1.257-2.235 1.952-3.471A4.5 4.5 0 0 1 12.754 21h8.492a4.5 4.5 0 0 1 3.922 2.294l1.952 3.47L28.377 29H30V18.5a1.5 1.5 0 0 0-.3-.9l-.933-1.244-1.988 1.627A4.5 4.5 0 0 1 23.929 19H10.071a4.5 4.5 0 0 1-2.85-1.017zM23.248 26H10.752l.695-1.235A1.5 1.5 0 0 1 12.755 24h8.49a1.5 1.5 0 0 1 1.308.765z",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconCar.viewBoxWidth = 34;
18
15
  export default IconCar;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconChart = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 24 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconChart = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M21 33.5V9.506a1.5 1.5 0 0 1 3 0V33.5a1.5 1.5 0 0 1-3 0M1.5 20A1.5 1.5 0 0 1 3 21.5v12a1.5 1.5 0 0 1-3 0v-12A1.5 1.5 0 0 1 1.5 20m12-17.5a1.5 1.5 0 0 0-3 0v31a1.5 1.5 0 0 0 3 0z",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconChart.viewBoxWidth = 24;
18
15
  export default IconChart;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconCheck = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 28 36",
8
6
  fill: "none",
@@ -11,6 +9,5 @@ const IconCheck = props => ___EmotionJSX("svg", _extends({
11
9
  d: "M24.94 9.44a1.5 1.5 0 1 1 2.12 2.12l-16 16a1.5 1.5 0 0 1-2.12 0l-8-8a1.5 1.5 0 1 1 2.12-2.12L10 24.378z",
12
10
  fill: "currentColor"
13
11
  }));
14
-
15
12
  IconCheck.viewBoxWidth = 28;
16
13
  export default IconCheck;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconChevronDown = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 20 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconChevronDown = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M19.56 13.69a1.5 1.5 0 0 0-2.12 0L10 21.128l-7.44-7.44a1.5 1.5 0 0 0-2.12 2.122l8.5 8.5a1.5 1.5 0 0 0 2.12 0l8.5-8.5a1.5 1.5 0 0 0 0-2.122",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconChevronDown.viewBoxWidth = 20;
18
15
  export default IconChevronDown;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconChevronHorizontal = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconChevronHorizontal = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M13.06 27.44a1.5 1.5 0 0 1-2.12 2.12L.44 19.06a1.5 1.5 0 0 1 0-2.12l10.5-10.5a1.5 1.5 0 0 1 2.12 2.12L3.622 18zm7.88-18.88a1.5 1.5 0 0 1 2.12-2.12l10.5 10.5a1.5 1.5 0 0 1 0 2.12l-10.5 10.5a1.5 1.5 0 0 1-2.12-2.12L30.378 18z",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconChevronHorizontal.viewBoxWidth = 34;
18
15
  export default IconChevronHorizontal;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconChevronLeft = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 12 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconChevronLeft = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M11.06 8.44a1.5 1.5 0 0 1 0 2.12L3.622 18l7.44 7.44a1.5 1.5 0 0 1-2.122 2.12l-8.5-8.5a1.5 1.5 0 0 1 0-2.12l8.5-8.5a1.5 1.5 0 0 1 2.122 0",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconChevronLeft.viewBoxWidth = 12;
18
15
  export default IconChevronLeft;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconChevronRight = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 12 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconChevronRight = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M.44 8.44a1.5 1.5 0 0 0 0 2.12L7.878 18l-7.44 7.44a1.5 1.5 0 0 0 2.122 2.12l8.5-8.5a1.5 1.5 0 0 0 0-2.12l-8.5-8.5a1.5 1.5 0 0 0-2.122 0",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconChevronRight.viewBoxWidth = 12;
18
15
  export default IconChevronRight;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconChevronUp = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 20 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconChevronUp = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M.44 22.31a1.5 1.5 0 0 0 2.121 0l7.44-7.439 7.439 7.44a1.5 1.5 0 0 0 2.121-2.122l-8.5-8.5a1.5 1.5 0 0 0-2.121 0l-8.5 8.5a1.5 1.5 0 0 0 0 2.122",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconChevronUp.viewBoxWidth = 20;
18
15
  export default IconChevronUp;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconChevronVertical = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 24 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconChevronVertical = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M2.561 14.06A1.5 1.5 0 1 1 .44 11.94l10.5-10.5a1.5 1.5 0 0 1 2.121 0l10.5 10.5a1.5 1.5 0 0 1-2.121 2.12L12 4.621zm18.879 7.88a1.5 1.5 0 0 1 2.121 2.12l-10.5 10.5a1.5 1.5 0 0 1-2.121 0L.44 24.06a1.5 1.5 0 1 1 2.121-2.12l9.44 9.438z",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconChevronVertical.viewBoxWidth = 24;
18
15
  export default IconChevronVertical;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconClip = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 28 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconClip = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M23.677 6.315a4.56 4.56 0 0 0-6.41 0l-.001.001L5.204 18.261a7.413 7.413 0 0 0 0 10.549c2.946 2.92 7.727 2.92 10.672 0l.001-.001 6.567-6.505a1.5 1.5 0 0 1 2.112 2.131l-6.567 6.505c-4.116 4.08-10.782 4.08-14.897 0a10.413 10.413 0 0 1 0-14.809L15.154 4.184c2.94-2.914 7.698-2.914 10.636 0a7.44 7.44 0 0 1 0 10.583L13.726 26.715a4.53 4.53 0 0 1-6.374 0 4.47 4.47 0 0 1 0-6.357h.001l12.09-11.973a1.5 1.5 0 0 1 2.111 2.131L9.465 22.487a1.47 1.47 0 0 0 0 2.097 1.53 1.53 0 0 0 2.15 0v-.001l12.062-11.945a4.44 4.44 0 0 0 0-6.323",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconClip.viewBoxWidth = 28;
18
15
  export default IconClip;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconClock = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconClock = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M31 18c0 7.732-6.268 14-14 14S3 25.732 3 18 9.268 4 17 4s14 6.268 14 14m3 0c0 9.389-7.611 17-17 17S0 27.389 0 18 7.611 1 17 1s17 7.611 17 17m-13.503 6.615a1.5 1.5 0 1 0 2.006-2.23L18 18.332V8.5a1.5 1.5 0 0 0-3 0V19c0 .425.18.83.497 1.115z",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconClock.viewBoxWidth = 34;
18
15
  export default IconClock;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconColumnAndRows = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -17,6 +15,5 @@ const IconColumnAndRows = props => ___EmotionJSX("svg", _extends({
17
15
  stroke: "currentColor",
18
16
  strokeWidth: "3"
19
17
  }));
20
-
21
18
  IconColumnAndRows.viewBoxWidth = 32;
22
19
  export default IconColumnAndRows;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconColumnOne = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 24 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconColumnOne = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M0 6.5A4.5 4.5 0 0 1 4.5 2h15A4.5 4.5 0 0 1 24 6.5v23a4.5 4.5 0 0 1-4.5 4.5h-15A4.5 4.5 0 0 1 0 29.5zM4.5 5A1.5 1.5 0 0 0 3 6.5v23A1.5 1.5 0 0 0 4.5 31h15a1.5 1.5 0 0 0 1.5-1.5v-23A1.5 1.5 0 0 0 19.5 5z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconColumnOne.viewBoxWidth = 24;
18
15
  export default IconColumnOne;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconColumnTwo = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconColumnTwo = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M11 6.5A1.5 1.5 0 0 0 9.5 5h-5A1.5 1.5 0 0 0 3 6.5v23A1.5 1.5 0 0 0 4.5 31h5a1.5 1.5 0 0 0 1.5-1.5zM9.5 2A4.5 4.5 0 0 1 14 6.5v23A4.5 4.5 0 0 1 9.5 34h-5A4.5 4.5 0 0 1 0 29.5v-23A4.5 4.5 0 0 1 4.5 2zM29 6.5A1.5 1.5 0 0 0 27.5 5h-5A1.5 1.5 0 0 0 21 6.5v23a1.5 1.5 0 0 0 1.5 1.5h5a1.5 1.5 0 0 0 1.5-1.5zM27.5 2A4.5 4.5 0 0 1 32 6.5v23a4.5 4.5 0 0 1-4.5 4.5h-5a4.5 4.5 0 0 1-4.5-4.5v-23A4.5 4.5 0 0 1 22.5 2z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconColumnTwo.viewBoxWidth = 32;
18
15
  export default IconColumnTwo;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconColumnsAndRow = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -17,6 +15,5 @@ const IconColumnsAndRow = props => ___EmotionJSX("svg", _extends({
17
15
  stroke: "currentColor",
18
16
  strokeWidth: "3"
19
17
  }));
20
-
21
18
  IconColumnsAndRow.viewBoxWidth = 32;
22
19
  export default IconColumnsAndRow;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconColumns = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconColumns = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M4.498 34A4.5 4.5 0 0 1 0 29.5v-23A4.5 4.5 0 0 1 4.5 2h23A4.5 4.5 0 0 1 32 6.5v23c0 2.484-2.01 4.5-4.497 4.5H4.498M3 29.5c0 .83.671 1.5 1.498 1.5H14.5V5h-10A1.5 1.5 0 0 0 3 6.5zM17.5 5v26h10.003C28.33 31 29 30.33 29 29.5v-23A1.5 1.5 0 0 0 27.5 5z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconColumns.viewBoxWidth = 32;
18
15
  export default IconColumns;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconContentAlignBottom = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconContentAlignBottom = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M29 6.5A1.5 1.5 0 0 0 27.5 5h-23A1.5 1.5 0 0 0 3 6.5v23A1.5 1.5 0 0 0 4.5 31h23a1.5 1.5 0 0 0 1.5-1.5zM27.5 2A4.5 4.5 0 0 1 32 6.5v23a4.5 4.5 0 0 1-4.5 4.5h-23A4.5 4.5 0 0 1 0 29.5v-23A4.5 4.5 0 0 1 4.5 2zm-20 26a1.5 1.5 0 1 1 0-3h17a1.5 1.5 0 0 1 0 3z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconContentAlignBottom.viewBoxWidth = 32;
18
15
  export default IconContentAlignBottom;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconContentAlignCenter = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconContentAlignCenter = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M29 6.5A1.5 1.5 0 0 0 27.5 5h-23A1.5 1.5 0 0 0 3 6.5v23A1.5 1.5 0 0 0 4.5 31h23a1.5 1.5 0 0 0 1.5-1.5zM27.5 2A4.5 4.5 0 0 1 32 6.5v23a4.5 4.5 0 0 1-4.5 4.5h-23A4.5 4.5 0 0 1 0 29.5v-23A4.5 4.5 0 0 1 4.5 2zm-20 17.5a1.5 1.5 0 1 1 0-3h17a1.5 1.5 0 1 1 0 3z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconContentAlignCenter.viewBoxWidth = 32;
18
15
  export default IconContentAlignCenter;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconContentAlignTop = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconContentAlignTop = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M29 6.5A1.5 1.5 0 0 0 27.5 5h-23A1.5 1.5 0 0 0 3 6.5v23A1.5 1.5 0 0 0 4.5 31h23a1.5 1.5 0 0 0 1.5-1.5zM27.5 2A4.5 4.5 0 0 1 32 6.5v23a4.5 4.5 0 0 1-4.5 4.5h-23A4.5 4.5 0 0 1 0 29.5v-23A4.5 4.5 0 0 1 4.5 2zm-20 9a1.5 1.5 0 1 1 0-3h17a1.5 1.5 0 0 1 0 3z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconContentAlignTop.viewBoxWidth = 32;
18
15
  export default IconContentAlignTop;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconCrop = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconCrop = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M5.99999 3.49957C5.99999 2.67115 6.67157 1.99957 7.49999 1.99957C8.32842 1.99957 8.99999 2.67115 8.99999 3.49957V7.99957H21.5C23.9853 7.99957 26 10.0143 26 12.4996V24.9996H30.5C31.3284 24.9996 32 25.6711 32 26.4996C32 27.328 31.3284 27.9996 30.5 27.9996H26V32.4996C26 33.328 25.3284 33.9996 24.5 33.9996C23.6716 33.9996 23 33.328 23 32.4996V27.9996L10.5 27.9996C8.01471 27.9996 5.99999 25.9849 5.99999 23.4996L5.99999 10.9996H1.49998C0.67155 10.9996 -2.28882e-05 10.328 -2.28882e-05 9.49957C-2.28882e-05 8.67115 0.67155 7.99957 1.49998 7.99957H5.99999L5.99999 3.49957ZM8.99999 10.9996L8.99999 23.4996C8.99999 24.328 9.67157 24.9996 10.5 24.9996L23 24.9996V12.4996C23 11.6711 22.3284 10.9996 21.5 10.9996H8.99999Z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconCrop.viewBoxWidth = 32;
18
15
  export default IconCrop;
@@ -1,8 +1,6 @@
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); }
2
-
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
2
  import * as React from 'react';
4
3
  import { jsx as ___EmotionJSX } from "@emotion/react";
5
-
6
4
  const IconCross = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 24 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconCross = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M23.6 8.6C24.1 8.0 24.1 7.0 23.6 6.4C23.0 5.9 22.0 5.9 21.4 6.4L12 15.9L2.6 6.4C2.0 5.9 1.0 5.9 0.4 6.4C-0.1 7.0 -0.1 8.0 0.4 8.6L9.9 18L0.4 27.4C-0.1 28.0 -0.1 29.0 0.4 29.6C1.0 30.1 2.0 30.1 2.6 29.6L12 20.1L21.4 29.6C22.0 30.1 23.0 30.1 23.6 29.6C24.1 29.0 24.1 28.0 23.6 27.4L14.1 18L23.6 8.6Z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconCross.viewBoxWidth = 24;
18
15
  export default IconCross;
@@ -0,0 +1,13 @@
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
+ import * as React from 'react';
3
+ import { jsx as ___EmotionJSX } from "@emotion/react";
4
+ const IconDiamond = props => ___EmotionJSX("svg", _extends({
5
+ viewBox: "0 0 32 36",
6
+ fill: "none",
7
+ xmlns: "http://www.w3.org/2000/svg"
8
+ }, props), ___EmotionJSX("path", {
9
+ fill: "currentColor",
10
+ d: "M24.653 4.5a1.5 1.5 0 0 1 1.263.692l5.348 8.366a1.5 1.5 0 0 1-.147 1.808l-14 15.635-.112.112a1.5 1.5 0 0 1-2.122-.112l-14-15.635a1.5 1.5 0 0 1-.146-1.808l5.347-8.366A1.5 1.5 0 0 1 7.348 4.5zM3.878 14.215 16 27.752l12.123-13.537L23.831 7.5H8.17zm4.096-1.31a1.5 1.5 0 0 1 2.121.069l6 6.399a1.501 1.501 0 0 1-2.19 2.053l-6-6.4a1.5 1.5 0 0 1 .069-2.12"
11
+ }));
12
+ IconDiamond.viewBoxWidth = 32;
13
+ export default IconDiamond;