@flodesk/grain 11.63.5 → 11.65.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 (163) 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 +16 -21
  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 +50 -68
  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-dog.js +1 -4
  81. package/es/icons/icon-download.js +1 -4
  82. package/es/icons/icon-drag.js +1 -4
  83. package/es/icons/icon-duplicate.js +1 -4
  84. package/es/icons/icon-ellipsis.js +1 -4
  85. package/es/icons/icon-exit.js +1 -4
  86. package/es/icons/icon-file.js +1 -4
  87. package/es/icons/icon-flag.js +1 -4
  88. package/es/icons/icon-folder-add.js +1 -4
  89. package/es/icons/icon-folder-move.js +1 -4
  90. package/es/icons/icon-folder-remove.js +1 -4
  91. package/es/icons/icon-folder.js +1 -4
  92. package/es/icons/icon-footer.js +1 -4
  93. package/es/icons/icon-gallery.js +1 -4
  94. package/es/icons/icon-gear.js +1 -4
  95. package/es/icons/icon-globe.js +1 -4
  96. package/es/icons/icon-grid.js +1 -4
  97. package/es/icons/icon-heart.js +1 -4
  98. package/es/icons/icon-hide.js +1 -4
  99. package/es/icons/icon-image.js +1 -4
  100. package/es/icons/icon-info.js +1 -4
  101. package/es/icons/icon-italic.js +1 -4
  102. package/es/icons/icon-layout-text-bottom.js +1 -4
  103. package/es/icons/icon-layout-text-left.js +1 -4
  104. package/es/icons/icon-layout-text-right.js +1 -4
  105. package/es/icons/icon-layout-text-top.js +1 -4
  106. package/es/icons/icon-letter-list.js +1 -4
  107. package/es/icons/icon-line-dashed.js +1 -4
  108. package/es/icons/icon-line.js +1 -4
  109. package/es/icons/icon-link.js +1 -4
  110. package/es/icons/icon-list.js +1 -4
  111. package/es/icons/icon-location.js +1 -4
  112. package/es/icons/icon-logo-instagram.js +1 -4
  113. package/es/icons/icon-mail.js +1 -4
  114. package/es/icons/icon-minus.js +1 -4
  115. package/es/icons/icon-monitor.js +1 -4
  116. package/es/icons/icon-network.js +1 -4
  117. package/es/icons/icon-number-list.js +1 -4
  118. package/es/icons/icon-pencil-ai.js +1 -4
  119. package/es/icons/icon-pencil.js +1 -4
  120. package/es/icons/icon-phone.js +1 -4
  121. package/es/icons/icon-play.js +1 -4
  122. package/es/icons/icon-plus.js +1 -4
  123. package/es/icons/icon-push-button.js +1 -4
  124. package/es/icons/icon-qr.js +1 -4
  125. package/es/icons/icon-question.js +1 -4
  126. package/es/icons/icon-redo.js +1 -4
  127. package/es/icons/icon-reset.js +1 -4
  128. package/es/icons/icon-row-and-columns.js +1 -4
  129. package/es/icons/icon-rows-and-column.js +1 -4
  130. package/es/icons/icon-rows.js +1 -4
  131. package/es/icons/icon-search.js +1 -4
  132. package/es/icons/icon-send.js +1 -4
  133. package/es/icons/icon-share.js +1 -4
  134. package/es/icons/icon-show.js +1 -4
  135. package/es/icons/icon-smile.js +1 -4
  136. package/es/icons/icon-spacer.js +1 -4
  137. package/es/icons/icon-square.js +1 -4
  138. package/es/icons/icon-stopwatch.js +1 -4
  139. package/es/icons/icon-strike.js +1 -4
  140. package/es/icons/icon-switch.js +1 -4
  141. package/es/icons/icon-symbols.js +1 -4
  142. package/es/icons/icon-tablet.js +1 -4
  143. package/es/icons/icon-text-align-center.js +1 -4
  144. package/es/icons/icon-text-align-left.js +1 -4
  145. package/es/icons/icon-text-align-right.js +1 -4
  146. package/es/icons/icon-text-justify.js +1 -4
  147. package/es/icons/icon-text.js +1 -4
  148. package/es/icons/icon-three-branches.js +1 -4
  149. package/es/icons/icon-trash.js +1 -4
  150. package/es/icons/icon-two-branches.js +1 -4
  151. package/es/icons/icon-type.js +1 -4
  152. package/es/icons/icon-underline.js +1 -4
  153. package/es/icons/icon-undo.js +1 -4
  154. package/es/icons/icon-upload.js +1 -4
  155. package/es/styles/card.js +2 -1
  156. package/es/styles/utilities.js +0 -4
  157. package/es/styles/variables.js +1 -1
  158. package/es/utilities/attributes.js +2 -7
  159. package/es/utilities/responsive.js +0 -14
  160. package/es/utilities/style-config.js +0 -3
  161. package/es/utilities/styles.js +0 -7
  162. package/es/variables/vars.js +6 -6
  163. 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 IconInfo = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconInfo = 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.61 17-17 17-9.388 0-17-7.611-17-17S7.612 1 17 1c9.39 0 17 7.611 17 17M17 29a1.5 1.5 0 0 0 1.5-1.5v-13a1.5 1.5 0 0 0-3 0v13A1.5 1.5 0 0 0 17 29m2-20a2 2 0 1 0-4 0 2 2 0 0 0 4 0",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconInfo.viewBoxWidth = 34;
18
15
  export default IconInfo;
@@ -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 IconItalic = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 24 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconItalic = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M8 4.5A1.5 1.5 0 0 1 9.5 3h13a1.5 1.5 0 0 1 0 3H16.99l-6.857 24H14.5a1.5 1.5 0 0 1 0 3h-13a1.5 1.5 0 0 1 0-3h5.512l6.857-24H9.5A1.5 1.5 0 0 1 8 4.5",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconItalic.viewBoxWidth = 24;
18
15
  export default IconItalic;
@@ -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 IconLayoutTextBottom = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconLayoutTextBottom = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M27.5 25a1.5 1.5 0 0 0 1.5-1.5v-17A1.5 1.5 0 0 0 27.5 5h-23A1.5 1.5 0 0 0 3 6.5v17A1.5 1.5 0 0 0 4.5 25zm4.5-1.5a4.5 4.5 0 0 1-4.5 4.5h-23A4.5 4.5 0 0 1 0 23.5v-17A4.5 4.5 0 0 1 4.5 2h23A4.5 4.5 0 0 1 32 6.5zM7.5 34a1.5 1.5 0 0 1 0-3h17a1.5 1.5 0 0 1 0 3z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconLayoutTextBottom.viewBoxWidth = 32;
18
15
  export default IconLayoutTextBottom;
@@ -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 IconLayoutTextLeft = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconLayoutTextLeft = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M29 6.5A1.5 1.5 0 0 0 27.5 5h-17A1.5 1.5 0 0 0 9 6.5v23a1.5 1.5 0 0 0 1.5 1.5h17a1.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-17A4.5 4.5 0 0 1 6 29.5v-23A4.5 4.5 0 0 1 10.5 2zM3 26.5a1.5 1.5 0 0 1-3 0v-17a1.5 1.5 0 0 1 3 0z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconLayoutTextLeft.viewBoxWidth = 32;
18
15
  export default IconLayoutTextLeft;
@@ -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 IconLayoutTextRight = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconLayoutTextRight = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M23 6.5A1.5 1.5 0 0 0 21.5 5h-17A1.5 1.5 0 0 0 3 6.5v23A1.5 1.5 0 0 0 4.5 31h17a1.5 1.5 0 0 0 1.5-1.5zM21.5 2A4.5 4.5 0 0 1 26 6.5v23a4.5 4.5 0 0 1-4.5 4.5h-17A4.5 4.5 0 0 1 0 29.5v-23A4.5 4.5 0 0 1 4.5 2zM32 26.5a1.5 1.5 0 0 1-3 0v-17a1.5 1.5 0 0 1 3 0z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconLayoutTextRight.viewBoxWidth = 32;
18
15
  export default IconLayoutTextRight;
@@ -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 IconLayoutTextTop = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconLayoutTextTop = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M24.5 2a1.5 1.5 0 0 1 0 3h-17a1.5 1.5 0 1 1 0-3zm-20 9A1.5 1.5 0 0 0 3 12.5v17A1.5 1.5 0 0 0 4.5 31h23a1.5 1.5 0 0 0 1.5-1.5v-17a1.5 1.5 0 0 0-1.5-1.5zM0 12.5A4.5 4.5 0 0 1 4.5 8h23a4.5 4.5 0 0 1 4.5 4.5v17a4.5 4.5 0 0 1-4.5 4.5h-23A4.5 4.5 0 0 1 0 29.5z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconLayoutTextTop.viewBoxWidth = 32;
18
15
  export default IconLayoutTextTop;
@@ -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 IconLetterList = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -20,6 +18,5 @@ const IconLetterList = props => ___EmotionJSX("svg", _extends({
20
18
  fill: "#fff",
21
19
  d: "M0 0h34v36H0z"
22
20
  }))));
23
-
24
21
  IconLetterList.viewBoxWidth = 34;
25
22
  export default IconLetterList;
@@ -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 IconLineDashed = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -11,6 +9,5 @@ const IconLineDashed = props => ___EmotionJSX("svg", _extends({
11
9
  fill: "currentColor",
12
10
  d: "M7.5 16.5a1.5 1.5 0 0 1 0 3h-6a1.5 1.5 0 0 1 0-3zm12.5 0a1.5 1.5 0 0 1 0 3h-6a1.5 1.5 0 0 1 0-3zm12.5 0a1.5 1.5 0 0 1 0 3h-6a1.5 1.5 0 0 1 0-3z"
13
11
  }));
14
-
15
12
  IconLineDashed.viewBoxWidth = 34;
16
13
  export default IconLineDashed;
@@ -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 IconLine = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconLine = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M0 18a1.5 1.5 0 0 1 1.5-1.5h31a1.5 1.5 0 0 1 0 3h-31A1.5 1.5 0 0 1 0 18",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconLine.viewBoxWidth = 34;
18
15
  export default IconLine;
@@ -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 IconLink = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconLink = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M27.096 6.904a6.5 6.5 0 0 0-9.192 0l-4.343 4.343a1.5 1.5 0 0 1-2.122-2.121l4.344-4.344a9.5 9.5 0 0 1 13.435 0 9.5 9.5 0 0 1 0 13.436l-4.344 4.343a1.5 1.5 0 1 1-2.12-2.122l4.342-4.343a6.5 6.5 0 0 0 0-9.192M9.247 13.439a1.5 1.5 0 0 1 0 2.122l-4.343 4.343a6.5 6.5 0 0 0 9.192 9.192l4.343-4.343a1.5 1.5 0 0 1 2.122 2.121l-4.343 4.344a9.5 9.5 0 0 1-13.436 0 9.5 9.5 0 0 1 0-13.436l4.344-4.343a1.5 1.5 0 0 1 2.121 0m14.314-.878a1.5 1.5 0 0 0-2.122-2.122l-13 13a1.5 1.5 0 1 0 2.122 2.122z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconLink.viewBoxWidth = 32;
18
15
  export default IconLink;
@@ -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 IconList = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconList = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M0 7.5A1.5 1.5 0 0 1 1.5 6h31a1.5 1.5 0 0 1 0 3h-31A1.5 1.5 0 0 1 0 7.5M0 18a1.5 1.5 0 0 1 1.5-1.5h31a1.5 1.5 0 0 1 0 3h-31A1.5 1.5 0 0 1 0 18m1.5 9a1.5 1.5 0 0 0 0 3h31a1.5 1.5 0 0 0 0-3z",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconList.viewBoxWidth = 34;
18
15
  export default IconList;
@@ -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 IconLocation = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 28 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconLocation = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M3 15C3 8.925 7.925 4 14 4s11 4.925 11 11c0 4.928-2.812 9.196-5.831 12.335A34 34 0 0 1 14 31.71a33.982 33.982 0 0 1-5.169-4.374C5.812 24.195 3 19.927 3 15m10.227 19.786L14 33.5l-.772 1.286a1.5 1.5 0 0 0 1.544 0L14 33.5l.773 1.286v-.001l.004-.002.01-.006.034-.02.118-.074c.101-.064.246-.156.427-.276a36.984 36.984 0 0 0 5.965-4.992C24.562 26.055 28 21.072 28 15c0-7.732-6.268-14-14-14S0 7.268 0 15c0 6.072 3.438 11.054 6.669 14.415a37 37 0 0 0 4.48 3.943 33 33 0 0 0 1.912 1.325l.118.073.034.02.01.007.003.002zM10 15a4 4 0 1 1 8 0 4 4 0 0 1-8 0m4-7a7 7 0 1 0 0 14 7 7 0 0 0 0-14",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconLocation.viewBoxWidth = 28;
18
15
  export default IconLocation;
@@ -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 IconLogoInstagram = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconLogoInstagram = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M17.6 5h-3.2c-2.57 0-4.317.002-5.667.113-1.315.107-1.988.302-2.457.541a6 6 0 0 0-2.622 2.622c-.24.47-.434 1.142-.541 2.457C3.003 12.083 3 13.83 3 16.4v3.2c0 2.57.002 4.317.113 5.667.107 1.315.302 1.988.541 2.457a6 6 0 0 0 2.622 2.622c.47.24 1.142.434 2.457.541 1.35.11 3.097.113 5.667.113h3.2c2.57 0 4.317-.002 5.667-.113 1.315-.107 1.988-.302 2.457-.541a6 6 0 0 0 2.622-2.622c.24-.47.434-1.142.541-2.457.11-1.35.113-3.097.113-5.667v-3.2c0-2.57-.002-4.317-.113-5.667-.107-1.315-.302-1.988-.541-2.457a6 6 0 0 0-2.622-2.622c-.47-.24-1.142-.434-2.457-.541C21.917 5.003 20.17 5 17.6 5M.98 6.914C0 8.84 0 11.36 0 16.4v3.2c0 5.04 0 7.56.98 9.486a9 9 0 0 0 3.934 3.933C6.84 34 9.36 34 14.4 34h3.2c5.04 0 7.56 0 9.486-.98a9 9 0 0 0 3.933-3.934C32 27.16 32 24.64 32 19.6v-3.2c0-5.04 0-7.56-.98-9.486a9 9 0 0 0-3.934-3.933C25.16 2 22.64 2 17.6 2h-3.2c-5.04 0-7.56 0-9.486.98A9 9 0 0 0 .981 6.915M24 18a8 8 0 1 1-16 0 8 8 0 0 1 16 0m-8 5a5 5 0 1 0 0-10 5 5 0 0 0 0 10m8.5-11.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconLogoInstagram.viewBoxWidth = 32;
18
15
  export default IconLogoInstagram;
@@ -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 IconMail = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconMail = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M3 8.5A1.5 1.5 0 0 1 4.5 7h25A1.5 1.5 0 0 1 31 8.5v.635l-13.249 7.667a1.5 1.5 0 0 1-1.502 0L3 9.135zm0 4.101V27.5A1.5 1.5 0 0 0 4.5 29h25a1.5 1.5 0 0 0 1.5-1.5V12.6L19.254 19.4a4.5 4.5 0 0 1-4.508 0zM4.5 4A4.5 4.5 0 0 0 0 8.5v19A4.5 4.5 0 0 0 4.5 32h25a4.5 4.5 0 0 0 4.5-4.5v-19A4.5 4.5 0 0 0 29.5 4z",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconMail.viewBoxWidth = 34;
18
15
  export default IconMail;
@@ -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 IconMinus = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 28 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconMinus = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M0 18C-3.6e-08 17.2 0.7 16.5 1.5 16.5L26.5 16.5C27.3 16.5 28 17.2 28 18C28 18.8 27.3 19.5 26.5 19.5H1.5C0.7 19.5 3.6e-08 18.8 0 18Z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconMinus.viewBoxWidth = 28;
18
15
  export default IconMinus;
@@ -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 IconMonitor = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconMonitor = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M4.5 2A4.5 4.5 0 0 0 0 6.5v18A4.5 4.5 0 0 0 4.5 29h25a4.5 4.5 0 0 0 4.5-4.5v-18A4.5 4.5 0 0 0 29.5 2zM3 6.5A1.5 1.5 0 0 1 4.5 5h25A1.5 1.5 0 0 1 31 6.5v18a1.5 1.5 0 0 1-1.5 1.5h-25A1.5 1.5 0 0 1 3 24.5zM8.5 31a1.5 1.5 0 0 0 0 3h17a1.5 1.5 0 0 0 0-3h-17",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconMonitor.viewBoxWidth = 34;
18
15
  export default IconMonitor;
@@ -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 IconNetwork = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -11,6 +9,5 @@ const IconNetwork = props => ___EmotionJSX("svg", _extends({
11
9
  fill: "currentColor",
12
10
  d: "M26.5 2a5.5 5.5 0 1 1-3.99 9.283l-11.626 6.09a5.5 5.5 0 0 1 .038 2.047l11.446 5.45a5.5 5.5 0 1 1-1.29 2.708l-11.447-5.45a5.5 5.5 0 1 1-.142-7.412l11.626-6.089A5.5 5.5 0 0 1 26.5 2m0 24a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m-21-10a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m21-11a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5"
13
11
  }));
14
-
15
12
  IconNetwork.viewBoxWidth = 32;
16
13
  export default IconNetwork;
@@ -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 IconNumberList = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -20,6 +18,5 @@ const IconNumberList = props => ___EmotionJSX("svg", _extends({
20
18
  fill: "#fff",
21
19
  d: "M0 0h34v36H0z"
22
20
  }))));
23
-
24
21
  IconNumberList.viewBoxWidth = 34;
25
22
  export default IconNumberList;
@@ -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 IconPencilAI = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconPencilAI = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M23.879 5.88a3 3 0 1 1 4.242 4.242L8.52 29.725a1.5 1.5 0 0 1-.859.425l-4.408.6.598-4.409a1.5 1.5 0 0 1 .426-.859zm6.364-2.122a6 6 0 0 0-8.486 0L2.155 23.361a4.5 4.5 0 0 0-1.277 2.576L.014 32.3a1.5 1.5 0 0 0 1.688 1.688l6.362-.864a4.5 4.5 0 0 0 2.576-1.277l19.603-19.602a6 6 0 0 0 0-8.486m-9.54 23.267 1.291-.43a4.11 4.11 0 0 0 2.6-2.6l.43-1.292c.313-.937 1.639-.937 1.951 0l.43 1.291a4.11 4.11 0 0 0 2.6 2.6l1.292.43c.937.313.937 1.639 0 1.951l-1.291.43a4.11 4.11 0 0 0-2.6 2.6l-.43 1.292c-.313.937-1.639.937-1.951 0l-.43-1.291a4.11 4.11 0 0 0-2.6-2.6l-1.292-.43c-.937-.313-.937-1.639 0-1.951",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconPencilAI.viewBoxWidth = 32;
18
15
  export default IconPencilAI;
@@ -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 IconPencil = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconPencil = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M23.8787 5.87878C25.0503 4.7072 26.9498 4.7072 28.1213 5.87878C29.2929 7.05035 29.2929 8.94984 28.1213 10.1214L8.51879 29.724C8.28678 29.956 7.98509 30.1055 7.65997 30.1497L3.25166 30.7483L3.85025 26.3403C3.8944 26.0152 4.04394 25.7135 4.27595 25.4815L23.8787 5.87878ZM30.2427 3.75746C27.8995 1.41431 24.1005 1.41431 21.7574 3.75746L2.15463 23.3602C1.45861 24.0562 1.00999 24.9613 0.877537 25.9366L0.0136567 32.2981C-0.0493838 32.7623 0.108085 33.2293 0.439351 33.5606C0.770617 33.8918 1.23763 34.0493 1.70185 33.9863L8.06364 33.1224C9.03902 32.9899 9.94408 32.5413 10.6401 31.8453L30.2427 12.2427C32.5858 9.89959 32.5858 6.1006 30.2427 3.75746Z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconPencil.viewBoxWidth = 32;
18
15
  export default IconPencil;
@@ -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 IconPhone = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 24 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconPhone = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M4.5 1A4.5 4.5 0 0 0 0 5.5v25A4.5 4.5 0 0 0 4.5 35h15a4.5 4.5 0 0 0 4.5-4.5v-25A4.5 4.5 0 0 0 19.5 1zM3 5.5A1.5 1.5 0 0 1 4.5 4h15A1.5 1.5 0 0 1 21 5.5v25a1.5 1.5 0 0 1-1.5 1.5h-15A1.5 1.5 0 0 1 3 30.5zM9.5 26a1.5 1.5 0 0 0 0 3h5a1.5 1.5 0 0 0 0-3h-5",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconPhone.viewBoxWidth = 24;
18
15
  export default IconPhone;
@@ -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 IconPlay = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 28 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconPlay = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M5.27623 5.2239C4.27654 4.6193 2.99998 5.33912 2.99998 6.50742V29.4928C2.99998 30.6611 4.27655 31.3809 5.27623 30.7763L24.2791 19.2836C25.2441 18.7 25.2441 17.3002 24.2791 16.7166L5.27623 5.2239ZM-2.28882e-05 6.50742C-2.28882e-05 3.00254 3.82968 0.843062 6.82874 2.65685L25.8316 14.1495C28.7266 15.9004 28.7266 20.0998 25.8316 21.8507L6.82874 33.3433C3.82968 35.1571 -2.28882e-05 32.9977 -2.28882e-05 29.4928V6.50742Z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconPlay.viewBoxWidth = 28;
18
15
  export default IconPlay;
@@ -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 IconPlus = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 28 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconPlus = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M15.5 5.5C15.5 4.7 14.8 4 14.0 4C13.2 4 12.5 4.7 12.5 5.5V16.5H1.5C0.7 16.5 0.0 17.2 0.0 18C0.0 18.8 0.7 19.5 1.5 19.5H12.5V30.5C12.5 31.3 13.2 32 14.0 32C14.8 32 15.5 31.3 15.5 30.5V19.5H26.5C27.3 19.5 28.0 18.8 28.0 18C28.0 17.2 27.3 16.5 26.5 16.5H15.5V5.5Z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconPlus.viewBoxWidth = 28;
18
15
  export default IconPlus;
@@ -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 IconPushButton = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconPushButton = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M4.5 8A4.5 4.5 0 0 0 0 12.5v11A4.5 4.5 0 0 0 4.5 28h25a4.5 4.5 0 0 0 4.5-4.5v-11A4.5 4.5 0 0 0 29.5 8zM3 12.5A1.5 1.5 0 0 1 4.5 11h25a1.5 1.5 0 0 1 1.5 1.5v11a1.5 1.5 0 0 1-1.5 1.5h-25A1.5 1.5 0 0 1 3 23.5zm6.5 4a1.5 1.5 0 0 0 0 3h15a1.5 1.5 0 0 0 0-3z",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconPushButton.viewBoxWidth = 34;
18
15
  export default IconPushButton;
@@ -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 IconQr = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconQr = 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.5v5A1.5 1.5 0 0 0 4.5 13h5a1.5 1.5 0 0 0 1.5-1.5zM9.5 2A4.5 4.5 0 0 1 14 6.5v5A4.5 4.5 0 0 1 9.5 16h-5A4.5 4.5 0 0 1 0 11.5v-5A4.5 4.5 0 0 1 4.5 2zM18 23v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1m11 1a1 1 0 0 1-1-1v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2m-6 2v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1m-5 7v-2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1m10 0a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1zM9.5 23a1.5 1.5 0 0 1 1.5 1.5v5A1.5 1.5 0 0 1 9.5 31h-5A1.5 1.5 0 0 1 3 29.5v-5A1.5 1.5 0 0 1 4.5 23zm4.5 1.5A4.5 4.5 0 0 0 9.5 20h-5A4.5 4.5 0 0 0 0 24.5v5A4.5 4.5 0 0 0 4.5 34h5a4.5 4.5 0 0 0 4.5-4.5zm15-18A1.5 1.5 0 0 0 27.5 5h-5A1.5 1.5 0 0 0 21 6.5v5a1.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.5v5a4.5 4.5 0 0 1-4.5 4.5h-5a4.5 4.5 0 0 1-4.5-4.5v-5A4.5 4.5 0 0 1 22.5 2z",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconQr.viewBoxWidth = 32;
18
15
  export default IconQr;
@@ -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 IconQuestion = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconQuestion = 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-17-8a3.5 3.5 0 0 0-3.5 3.5 1.5 1.5 0 0 1-3 0 6.5 6.5 0 1 1 10.172 5.364c-.641.44-1.215.902-1.619 1.388-.398.48-.553.885-.553 1.248a1.5 1.5 0 0 1-3 0c0-1.294.574-2.357 1.246-3.165.666-.802 1.504-1.448 2.23-1.945A3.5 3.5 0 0 0 17 10m2 17a2 2 0 1 1-4 0 2 2 0 0 1 4 0",
14
12
  clipRule: "evenodd"
15
13
  }));
16
-
17
14
  IconQuestion.viewBoxWidth = 34;
18
15
  export default IconQuestion;
@@ -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 IconRedo = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconRedo = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M22.1 23.6C21.5 24.1 20.5 24.1 19.9 23.6C19.4 23.0 19.4 22.0 19.9 21.4L26.9 14.5H11.2C6.7 14.5 3 18.2 3 22.8C3 27.3 6.7 31 11.2 31L12.5 31C13.3 31 14 31.7 14 32.5C14 33.3 13.3 34 12.5 34L11.2 34C5.0 34 6.4e-07 29.0 0 22.8C-6.4e-07 16.5 5.0 11.5 11.2 11.5H26.9L19.9 4.6C19.4 4.0 19.4 3.0 19.9 2.4C20.5 1.9 21.5 1.9 22.1 2.4L31.6 11.9C31.8 12.2 32 12.6 32 13.0C32 13.4 31.8 13.8 31.6 14.1L22.1 23.6Z",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconRedo.viewBoxWidth = 32;
18
15
  export default IconRedo;
@@ -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 IconReset = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 34 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconReset = props => ___EmotionJSX("svg", _extends({
13
11
  clipRule: "evenodd",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconReset.viewBoxWidth = 34;
18
15
  export default IconReset;
@@ -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 IconRowAndColumns = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -17,6 +15,5 @@ const IconRowAndColumns = props => ___EmotionJSX("svg", _extends({
17
15
  stroke: "currentColor",
18
16
  strokeWidth: "3"
19
17
  }));
20
-
21
18
  IconRowAndColumns.viewBoxWidth = 32;
22
19
  export default IconRowAndColumns;
@@ -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 IconRowsAndColumn = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -17,6 +15,5 @@ const IconRowsAndColumn = props => ___EmotionJSX("svg", _extends({
17
15
  stroke: "currentColor",
18
16
  strokeWidth: "3"
19
17
  }));
20
-
21
18
  IconRowsAndColumn.viewBoxWidth = 32;
22
19
  export default IconRowsAndColumn;
@@ -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 IconRows = props => ___EmotionJSX("svg", _extends({
7
5
  viewBox: "0 0 32 36",
8
6
  fill: "none",
@@ -13,6 +11,5 @@ const IconRows = props => ___EmotionJSX("svg", _extends({
13
11
  d: "M3 29.5c0 .83.671 1.5 1.498 1.5h23.005C28.33 31 29 30.33 29 29.5v-10H3zm0-13h26v-10A1.5 1.5 0 0 0 27.5 5h-23A1.5 1.5 0 0 0 3 6.5zM4.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.498",
14
12
  fill: "currentColor"
15
13
  }));
16
-
17
14
  IconRows.viewBoxWidth = 32;
18
15
  export default IconRows;