@flodesk/grain 11.22.6 → 11.23.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/es/components/arrange/index.js +34 -47
  2. package/es/components/autocomplete.js +94 -149
  3. package/es/components/autocomplete2.js +131 -170
  4. package/es/components/badge.js +12 -17
  5. package/es/components/box.js +115 -126
  6. package/es/components/breakpoints-provider.js +6 -4
  7. package/es/components/button.js +27 -40
  8. package/es/components/checkbox.js +31 -28
  9. package/es/components/dropdown.js +52 -50
  10. package/es/components/flex/index.js +31 -46
  11. package/es/components/icon-button.js +17 -25
  12. package/es/components/icon-toggle.js +30 -34
  13. package/es/components/icon.js +10 -20
  14. package/es/components/link.js +18 -18
  15. package/es/components/modal.js +75 -69
  16. package/es/components/nav/index.js +36 -43
  17. package/es/components/pagination.js +45 -63
  18. package/es/components/popover.js +47 -48
  19. package/es/components/progress.js +12 -15
  20. package/es/components/provider.js +7 -6
  21. package/es/components/radio.js +25 -24
  22. package/es/components/select.js +92 -100
  23. package/es/components/slider.js +25 -29
  24. package/es/components/spinner.js +11 -26
  25. package/es/components/stack.js +10 -19
  26. package/es/components/switch.js +21 -21
  27. package/es/components/tab.js +18 -25
  28. package/es/components/text/index.js +38 -48
  29. package/es/components/text-button.js +28 -41
  30. package/es/components/text-input.js +53 -75
  31. package/es/components/text-toggle.js +20 -31
  32. package/es/components/textarea.js +38 -33
  33. package/es/components/toast.js +29 -28
  34. package/es/components/tooltip.js +43 -77
  35. package/es/foundational/field.js +39 -34
  36. package/es/foundational/menu.js +112 -98
  37. package/es/foundational/styles.js +23 -23
  38. package/es/hooks/useKeyPress.js +10 -31
  39. package/es/hooks/useMedia.js +8 -45
  40. package/es/hooks/useOnClickOutside.js +4 -7
  41. package/es/hooks/usePrev.js +3 -3
  42. package/es/hooks/useWidth.js +3 -29
  43. package/es/hooks/useWindowSize.js +4 -32
  44. package/es/icons/icon-align-center.js +28 -32
  45. package/es/icons/icon-align-left.js +35 -39
  46. package/es/icons/icon-align-right.js +35 -39
  47. package/es/icons/icon-archive.js +21 -25
  48. package/es/icons/icon-arrow-down.js +21 -25
  49. package/es/icons/icon-arrow-left.js +21 -25
  50. package/es/icons/icon-arrow-right.js +21 -25
  51. package/es/icons/icon-arrow-up.js +21 -25
  52. package/es/icons/icon-at.js +21 -25
  53. package/es/icons/icon-bold.js +28 -32
  54. package/es/icons/icon-bolt-filled.js +21 -25
  55. package/es/icons/icon-bolt.js +21 -25
  56. package/es/icons/icon-browser.js +21 -25
  57. package/es/icons/icon-brush.js +20 -24
  58. package/es/icons/icon-bullet-list.js +21 -25
  59. package/es/icons/icon-chart.js +29 -33
  60. package/es/icons/icon-check.js +21 -25
  61. package/es/icons/icon-chevron-down.js +21 -25
  62. package/es/icons/icon-chevron-horizontal.js +21 -25
  63. package/es/icons/icon-chevron-left.js +21 -25
  64. package/es/icons/icon-chevron-right.js +21 -25
  65. package/es/icons/icon-chevron-up.js +28 -32
  66. package/es/icons/icon-chevron-vertical.js +28 -32
  67. package/es/icons/icon-clip.js +37 -41
  68. package/es/icons/icon-clock.js +21 -25
  69. package/es/icons/icon-column-and-rows.js +25 -29
  70. package/es/icons/icon-column-one.js +21 -25
  71. package/es/icons/icon-column-two.js +21 -25
  72. package/es/icons/icon-columns-and-row.js +25 -29
  73. package/es/icons/icon-columns.js +21 -25
  74. package/es/icons/icon-content-align-bottom.js +21 -25
  75. package/es/icons/icon-content-align-center.js +21 -25
  76. package/es/icons/icon-content-align-top.js +21 -25
  77. package/es/icons/icon-crop.js +21 -25
  78. package/es/icons/icon-cross.js +23 -27
  79. package/es/icons/icon-download.js +28 -32
  80. package/es/icons/icon-drag.js +21 -25
  81. package/es/icons/icon-duplicate.js +21 -25
  82. package/es/icons/icon-ellipsis.js +21 -25
  83. package/es/icons/icon-file.js +28 -32
  84. package/es/icons/icon-folder-add.js +21 -25
  85. package/es/icons/icon-folder-move.js +21 -25
  86. package/es/icons/icon-folder-remove.js +21 -25
  87. package/es/icons/icon-folder.js +21 -25
  88. package/es/icons/icon-gear.js +35 -39
  89. package/es/icons/icon-globe.js +28 -32
  90. package/es/icons/icon-heart.js +21 -25
  91. package/es/icons/icon-hide.js +21 -25
  92. package/es/icons/icon-image.js +21 -25
  93. package/es/icons/icon-info.js +21 -25
  94. package/es/icons/icon-italic.js +28 -32
  95. package/es/icons/icon-layout-text-bottom.js +28 -32
  96. package/es/icons/icon-layout-text-left.js +21 -25
  97. package/es/icons/icon-layout-text-right.js +28 -32
  98. package/es/icons/icon-layout-text-top.js +21 -25
  99. package/es/icons/icon-link.js +21 -25
  100. package/es/icons/icon-location.js +21 -25
  101. package/es/icons/icon-mail.js +21 -25
  102. package/es/icons/icon-minus.js +19 -23
  103. package/es/icons/icon-monitor.js +21 -25
  104. package/es/icons/icon-number-list.js +29 -33
  105. package/es/icons/icon-pencil.js +28 -32
  106. package/es/icons/icon-phone.js +21 -25
  107. package/es/icons/icon-play.js +21 -25
  108. package/es/icons/icon-plus.js +21 -25
  109. package/es/icons/icon-question.js +21 -25
  110. package/es/icons/icon-redo.js +21 -25
  111. package/es/icons/icon-reset.js +22 -26
  112. package/es/icons/icon-row-and-columns.js +25 -29
  113. package/es/icons/icon-rows-and-column.js +25 -29
  114. package/es/icons/icon-rows.js +21 -25
  115. package/es/icons/icon-search.js +21 -25
  116. package/es/icons/icon-send.js +21 -25
  117. package/es/icons/icon-share.js +21 -25
  118. package/es/icons/icon-show.js +21 -25
  119. package/es/icons/icon-smile.js +28 -32
  120. package/es/icons/icon-square.js +21 -25
  121. package/es/icons/icon-strike.js +28 -32
  122. package/es/icons/icon-switch.js +21 -25
  123. package/es/icons/icon-tablet.js +21 -25
  124. package/es/icons/icon-text-align-center.js +21 -25
  125. package/es/icons/icon-text-align-left.js +21 -25
  126. package/es/icons/icon-text-align-right.js +21 -25
  127. package/es/icons/icon-text-justify.js +21 -25
  128. package/es/icons/icon-trash.js +28 -32
  129. package/es/icons/icon-type.js +28 -32
  130. package/es/icons/icon-underline.js +28 -32
  131. package/es/icons/icon-undo.js +28 -32
  132. package/es/icons/icon-upload.js +28 -32
  133. package/es/styles/base.js +1 -1
  134. package/es/styles/card.js +4 -8
  135. package/es/styles/colors/core.js +1 -1
  136. package/es/styles/colors/theme.js +1 -1
  137. package/es/styles/foundational-variables.js +5 -0
  138. package/es/styles/index.js +2 -2
  139. package/es/styles/shadows.js +1 -1
  140. package/es/styles/utilities.js +65 -90
  141. package/es/styles/variables.js +1 -1
  142. package/es/types.js +28 -29
  143. package/es/utilities/attributes.js +46 -49
  144. package/es/utilities/helpers.js +13 -36
  145. package/es/utilities/responsive.js +16 -43
  146. package/es/utilities/style-config.js +32 -76
  147. package/es/utilities/styles.js +17 -29
  148. package/es/variables/breakpoints.js +1 -1
  149. package/es/variables/colors.js +1 -1
  150. package/es/variables/vars.js +3 -13
  151. package/package.json +5 -5
  152. package/es/styles/component-variables.js +0 -2
@@ -1,39 +1,35 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconGlobe = function IconGlobe(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("g", {
15
- clipPath: "url(#Globe_svg__a)"
16
- }, ___EmotionJSX("path", {
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M11 13v8.763c-.715-.332-1.495-1.04-2.222-2.286-.94-1.611-1.613-3.873-1.752-6.477H11Zm2 0v8.763c.715-.332 1.495-1.04 2.222-2.286.94-1.611 1.613-3.873 1.752-6.477H13Zm3.974-2H13V2.237c.715.332 1.495 1.04 2.222 2.285.94 1.612 1.613 3.874 1.752 6.478Zm2.002 2c-.148 3.072-.97 5.817-2.214 7.796A10.004 10.004 0 0 0 21.95 13h-2.975Zm2.975-2h-2.975c-.148-3.072-.97-5.817-2.214-7.796A10.004 10.004 0 0 1 21.95 11ZM11 11H7.026c.14-2.604.812-4.866 1.752-6.478C9.505 3.277 10.285 2.57 11 2.237V11Zm-5.976 0c.148-3.072.97-5.817 2.214-7.796A10.004 10.004 0 0 0 2.05 11h2.975Zm-2.975 2a10.004 10.004 0 0 0 5.19 7.796C5.994 18.816 5.171 16.072 5.023 13H2.049ZM12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0Z",
20
- fill: "currentColor"
21
- })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
22
- id: "Globe_svg__a"
23
- }, ___EmotionJSX("path", {
24
- fill: "#fff",
25
- d: "M0 0h24v24H0z"
26
- })))), ___EmotionJSX("svg", _extends({
27
- "data-icon-set-v": 2,
28
- viewBox: "0 0 36 36",
29
- fill: "none",
30
- xmlns: "http://www.w3.org/2000/svg"
31
- }, props), ___EmotionJSX("path", {
32
- fillRule: "evenodd",
33
- clipRule: "evenodd",
34
- d: "M13.0 7.1C11.6 9.5 10.7 12.8 10.5 16.5H16.5L16.5 3.3C15.3 3.9 14.0 5.1 13.0 7.1ZM3.1 16.5H7.5C7.7 12.3 8.7 8.5 10.3 5.6C10.5 5.4 10.6 5.1 10.8 4.9C6.5 7.2 3.6 11.5 3.1 16.5ZM3.1 19.5C3.6 24.5 6.5 28.8 10.8 31.1C10.6 30.9 10.5 30.6 10.3 30.4C8.7 27.5 7.7 23.7 7.5 19.5H3.1ZM25.2 31.1C29.5 28.8 32.4 24.5 32.9 19.5H28.5C28.3 23.7 27.3 27.5 25.7 30.4C25.5 30.6 25.4 30.9 25.2 31.1ZM32.9 16.5C32.4 11.5 29.5 7.2 25.2 4.9C25.4 5.1 25.5 5.4 25.7 5.6C27.3 8.5 28.3 12.3 28.5 16.5H32.9ZM18.0 0.0C28.0 0.0 36 8.1 36 18.0C36 27.9 27.9 36.0 18 36.0C8.1 36.0 0 27.9 0 18.0C0 8.1 8.0 0.0 18.0 0.0C18.0 6.0e-05 18.0 0 18 0C18.0 0 18.0 6.0e-05 18.0 0.0ZM23.0 7.1C24.4 9.5 25.3 12.8 25.5 16.5H19.5V3.3C20.7 3.9 22.0 5.1 23.0 7.1ZM19.5 19.5H25.5C25.3 23.2 24.4 26.5 23.0 28.9C22.0 30.9 20.7 32.1 19.5 32.7V19.5ZM13.0 28.9C14.0 30.9 15.3 32.1 16.5 32.7V19.5H10.5C10.7 23.2 11.6 26.5 13.0 28.9Z",
35
- fill: "currentColor"
36
- })));
37
- };
6
+ const IconGlobe = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("g", {
12
+ clipPath: "url(#Globe_svg__a)"
13
+ }, ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M11 13v8.763c-.715-.332-1.495-1.04-2.222-2.286-.94-1.611-1.613-3.873-1.752-6.477H11Zm2 0v8.763c.715-.332 1.495-1.04 2.222-2.286.94-1.611 1.613-3.873 1.752-6.477H13Zm3.974-2H13V2.237c.715.332 1.495 1.04 2.222 2.285.94 1.612 1.613 3.874 1.752 6.478Zm2.002 2c-.148 3.072-.97 5.817-2.214 7.796A10.004 10.004 0 0 0 21.95 13h-2.975Zm2.975-2h-2.975c-.148-3.072-.97-5.817-2.214-7.796A10.004 10.004 0 0 1 21.95 11ZM11 11H7.026c.14-2.604.812-4.866 1.752-6.478C9.505 3.277 10.285 2.57 11 2.237V11Zm-5.976 0c.148-3.072.97-5.817 2.214-7.796A10.004 10.004 0 0 0 2.05 11h2.975Zm-2.975 2a10.004 10.004 0 0 0 5.19 7.796C5.994 18.816 5.171 16.072 5.023 13H2.049ZM12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0Z",
17
+ fill: "currentColor"
18
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
19
+ id: "Globe_svg__a"
20
+ }, ___EmotionJSX("path", {
21
+ fill: "#fff",
22
+ d: "M0 0h24v24H0z"
23
+ })))), ___EmotionJSX("svg", _extends({
24
+ "data-icon-set-v": 2,
25
+ viewBox: "0 0 36 36",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg"
28
+ }, props), ___EmotionJSX("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M13.0 7.1C11.6 9.5 10.7 12.8 10.5 16.5H16.5L16.5 3.3C15.3 3.9 14.0 5.1 13.0 7.1ZM3.1 16.5H7.5C7.7 12.3 8.7 8.5 10.3 5.6C10.5 5.4 10.6 5.1 10.8 4.9C6.5 7.2 3.6 11.5 3.1 16.5ZM3.1 19.5C3.6 24.5 6.5 28.8 10.8 31.1C10.6 30.9 10.5 30.6 10.3 30.4C8.7 27.5 7.7 23.7 7.5 19.5H3.1ZM25.2 31.1C29.5 28.8 32.4 24.5 32.9 19.5H28.5C28.3 23.7 27.3 27.5 25.7 30.4C25.5 30.6 25.4 30.9 25.2 31.1ZM32.9 16.5C32.4 11.5 29.5 7.2 25.2 4.9C25.4 5.1 25.5 5.4 25.7 5.6C27.3 8.5 28.3 12.3 28.5 16.5H32.9ZM18.0 0.0C28.0 0.0 36 8.1 36 18.0C36 27.9 27.9 36.0 18 36.0C8.1 36.0 0 27.9 0 18.0C0 8.1 8.0 0.0 18.0 0.0C18.0 6.0e-05 18.0 0 18 0C18.0 0 18.0 6.0e-05 18.0 0.0ZM23.0 7.1C24.4 9.5 25.3 12.8 25.5 16.5H19.5V3.3C20.7 3.9 22.0 5.1 23.0 7.1ZM19.5 19.5H25.5C25.3 23.2 24.4 26.5 23.0 28.9C22.0 30.9 20.7 32.1 19.5 32.7V19.5ZM13.0 28.9C14.0 30.9 15.3 32.1 16.5 32.7V19.5H10.5C10.7 23.2 11.6 26.5 13.0 28.9Z",
32
+ fill: "currentColor"
33
+ })));
38
34
 
39
35
  export default IconGlobe;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconHeart = function IconHeart(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- clipRule: "evenodd",
16
- d: "M9.706 18.876c1.01.92 1.8 1.639 2.294 2.124.495-.485 1.284-1.204 2.294-2.124 1.8-1.638 4.302-3.916 7.095-6.658A5.334 5.334 0 0023 8.4a5.335 5.335 0 00-1.618-3.825A5.534 5.534 0 0017.5 3a5.534 5.534 0 00-3.89 1.582A5.334 5.334 0 0012 8.4a5.334 5.334 0 00-1.61-3.818A5.534 5.534 0 006.5 3a5.534 5.534 0 00-3.882 1.575A5.335 5.335 0 001 8.4c0 1.491.616 2.841 1.61 3.818 2.794 2.742 5.296 5.02 7.096 6.658z",
17
- stroke: "currentColor",
18
- strokeWidth: 2
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 36 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M18.0 4.9C16.2 2.5 13.3 1.0 10.0 1C4.5 1.0 0 5.5 0 11.0C0 14.0 1.2 17.0 2.8 19.7C4.4 22.5 6.6 25.0 8.7 27.2C10.8 29.4 12.9 31.3 14.5 32.6C15.3 33.3 15.9 33.8 16.4 34.2C16.6 34.3 16.8 34.5 16.9 34.6C17.0 34.6 17.0 34.6 17.1 34.7L17.1 34.7L17.1 34.7L17.1 34.7L17.1 34.7C17.1 34.7 17.1 34.7 18 33.5L17.1 34.7C17.6 35.1 18.4 35.1 18.9 34.7L18 33.5C18.9 34.7 18.9 34.7 18.9 34.7L18.9 34.7L18.9 34.7L18.9 34.7L18.9 34.7C19.0 34.6 19.0 34.6 19.1 34.6C19.2 34.5 19.4 34.3 19.6 34.2C20.1 33.8 20.7 33.3 21.5 32.6C23.1 31.3 25.2 29.4 27.3 27.2C29.4 25.0 31.6 22.5 33.2 19.7C34.8 17.0 36 14.0 36 11.0C36 5.5 31.5 1 26.0 1C22.7 1 19.8 2.5 18.0 4.9ZM18 31.6C17.6 31.3 17.0 30.8 16.4 30.3C14.9 29.0 12.8 27.3 10.8 25.2C8.8 23.0 6.8 20.7 5.4 18.2C3.9 15.7 3 13.3 3 11.0C3 7.2 6.1 4.0 10.0 4C13.0 4.0 15.6 5.9 16.6 8.5C16.8 9.1 17.4 9.5 18.0 9.5C18.6 9.5 19.2 9.1 19.4 8.5C20.4 5.9 23.0 4 26.0 4C29.9 4 33 7.1 33 11.0C33 13.3 32.1 15.7 30.6 18.2C29.2 20.7 27.2 23.0 25.2 25.2C23.2 27.3 21.1 29.0 19.6 30.3C19.0 30.8 18.4 31.3 18 31.6Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconHeart = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ clipRule: "evenodd",
13
+ d: "M9.706 18.876c1.01.92 1.8 1.639 2.294 2.124.495-.485 1.284-1.204 2.294-2.124 1.8-1.638 4.302-3.916 7.095-6.658A5.334 5.334 0 0023 8.4a5.335 5.335 0 00-1.618-3.825A5.534 5.534 0 0017.5 3a5.534 5.534 0 00-3.89 1.582A5.334 5.334 0 0012 8.4a5.334 5.334 0 00-1.61-3.818A5.534 5.534 0 006.5 3a5.534 5.534 0 00-3.882 1.575A5.335 5.335 0 001 8.4c0 1.491.616 2.841 1.61 3.818 2.794 2.742 5.296 5.02 7.096 6.658z",
14
+ stroke: "currentColor",
15
+ strokeWidth: 2
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 36 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M18.0 4.9C16.2 2.5 13.3 1.0 10.0 1C4.5 1.0 0 5.5 0 11.0C0 14.0 1.2 17.0 2.8 19.7C4.4 22.5 6.6 25.0 8.7 27.2C10.8 29.4 12.9 31.3 14.5 32.6C15.3 33.3 15.9 33.8 16.4 34.2C16.6 34.3 16.8 34.5 16.9 34.6C17.0 34.6 17.0 34.6 17.1 34.7L17.1 34.7L17.1 34.7L17.1 34.7L17.1 34.7C17.1 34.7 17.1 34.7 18 33.5L17.1 34.7C17.6 35.1 18.4 35.1 18.9 34.7L18 33.5C18.9 34.7 18.9 34.7 18.9 34.7L18.9 34.7L18.9 34.7L18.9 34.7L18.9 34.7C19.0 34.6 19.0 34.6 19.1 34.6C19.2 34.5 19.4 34.3 19.6 34.2C20.1 33.8 20.7 33.3 21.5 32.6C23.1 31.3 25.2 29.4 27.3 27.2C29.4 25.0 31.6 22.5 33.2 19.7C34.8 17.0 36 14.0 36 11.0C36 5.5 31.5 1 26.0 1C22.7 1 19.8 2.5 18.0 4.9ZM18 31.6C17.6 31.3 17.0 30.8 16.4 30.3C14.9 29.0 12.8 27.3 10.8 25.2C8.8 23.0 6.8 20.7 5.4 18.2C3.9 15.7 3 13.3 3 11.0C3 7.2 6.1 4.0 10.0 4C13.0 4.0 15.6 5.9 16.6 8.5C16.8 9.1 17.4 9.5 18.0 9.5C18.6 9.5 19.2 9.1 19.4 8.5C20.4 5.9 23.0 4 26.0 4C29.9 4 33 7.1 33 11.0C33 13.3 32.1 15.7 30.6 18.2C29.2 20.7 27.2 23.0 25.2 25.2C23.2 27.3 21.1 29.0 19.6 30.3C19.0 30.8 18.4 31.3 18 31.6Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconHeart;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconHide = function IconHide(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M19.532 5.882l3.175-3.175-1.414-1.414-3.41 3.41C16.205 3.683 14.228 3 12 3 5.39 3 1 9 .033 12c.527 1.634 2.07 4.16 4.434 6.119l-3.174 3.174 1.414 1.414 3.409-3.409 1.464-1.463.951-.952 1.443-1.443 5.453-5.453 1.447-1.446 1.237-1.238 1.421-1.421zm-3.112.284C15.104 5.446 13.62 5 11.999 5 9.332 5 7.043 6.207 5.252 7.849c-1.523 1.397-2.564 3-3.077 4.151.513 1.15 1.554 2.754 3.077 4.151.206.188.418.371.636.547l1.237-1.237A5.996 5.996 0 016.033 12c0-3.314 2.671-6 5.966-6 1.293 0 2.491.414 3.469 1.118l.952-.952zm-2.395 2.395A3.924 3.924 0 0011.999 8c-2.18 0-3.966 1.78-3.966 4 0 .736.197 1.424.538 2.014l5.454-5.453zm5.545.111l1.416-1.415c1.546 1.663 2.57 3.472 2.978 4.743C23 15 18.607 21 12 21c-1.441 0-2.777-.285-3.994-.762l1.576-1.577A8.802 8.802 0 0012 19c2.666 0 4.956-1.207 6.747-2.85 1.524-1.396 2.565-3 3.077-4.15-.414-.93-1.173-2.155-2.253-3.328zM12 18a5.942 5.942 0 01-1.552-.205l1.804-1.803c1.97-.125 3.562-1.704 3.703-3.704l1.815-1.815c.128.488.195 1 .195 1.527 0 3.314-2.67 6-5.965 6z",
18
- fill: "currentColor"
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 36 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M2.4 31.4C1.9 32.0 1.9 33.0 2.4 33.6C3.0 34.1 4.0 34.1 4.6 33.6L33.6 4.6C34.1 4.0 34.1 3.0 33.6 2.4C33.0 1.9 32.0 1.9 31.4 2.4L27.3 6.6C24.8 5.0 21.7 4.0 18.0 4.0C7.1 4.0 1.6 12.7 0.1 17.5C-0.0 17.8 -0.0 18.2 0.1 18.5C0.9 21.0 2.9 24.8 6.2 27.6L2.4 31.4ZM8.4 25.5L11.4 22.5C10.5 21.2 10.0 19.7 10.0 18C10.0 13.6 13.6 10 18.0 10C19.7 10 21.2 10.5 22.5 11.4L25.1 8.8C23.1 7.7 20.8 7.0 18.0 7.0C9.3 7.0 4.6 13.7 3.1 18C3.9 20.3 5.6 23.2 8.4 25.5ZM20.3 13.6C19.6 13.2 18.8 13 18.0 13C15.2 13 13.0 15.2 13.0 18C13.0 18.8 13.2 19.6 13.6 20.3L20.3 13.6ZM13.9 28.5C15.2 28.8 16.5 29 18.0 29C26.7 29 31.4 22.3 32.9 18C32.3 16.4 31.3 14.4 29.8 12.6L31.9 10.5C34.0 12.9 35.3 15.6 35.9 17.5C36.0 17.8 36.0 18.2 35.9 18.5C34.4 23.3 28.9 32 18.0 32C15.6 32 13.4 31.6 11.5 30.8L13.9 28.5Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconHide = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M19.532 5.882l3.175-3.175-1.414-1.414-3.41 3.41C16.205 3.683 14.228 3 12 3 5.39 3 1 9 .033 12c.527 1.634 2.07 4.16 4.434 6.119l-3.174 3.174 1.414 1.414 3.409-3.409 1.464-1.463.951-.952 1.443-1.443 5.453-5.453 1.447-1.446 1.237-1.238 1.421-1.421zm-3.112.284C15.104 5.446 13.62 5 11.999 5 9.332 5 7.043 6.207 5.252 7.849c-1.523 1.397-2.564 3-3.077 4.151.513 1.15 1.554 2.754 3.077 4.151.206.188.418.371.636.547l1.237-1.237A5.996 5.996 0 016.033 12c0-3.314 2.671-6 5.966-6 1.293 0 2.491.414 3.469 1.118l.952-.952zm-2.395 2.395A3.924 3.924 0 0011.999 8c-2.18 0-3.966 1.78-3.966 4 0 .736.197 1.424.538 2.014l5.454-5.453zm5.545.111l1.416-1.415c1.546 1.663 2.57 3.472 2.978 4.743C23 15 18.607 21 12 21c-1.441 0-2.777-.285-3.994-.762l1.576-1.577A8.802 8.802 0 0012 19c2.666 0 4.956-1.207 6.747-2.85 1.524-1.396 2.565-3 3.077-4.15-.414-.93-1.173-2.155-2.253-3.328zM12 18a5.942 5.942 0 01-1.552-.205l1.804-1.803c1.97-.125 3.562-1.704 3.703-3.704l1.815-1.815c.128.488.195 1 .195 1.527 0 3.314-2.67 6-5.965 6z",
15
+ fill: "currentColor"
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 36 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M2.4 31.4C1.9 32.0 1.9 33.0 2.4 33.6C3.0 34.1 4.0 34.1 4.6 33.6L33.6 4.6C34.1 4.0 34.1 3.0 33.6 2.4C33.0 1.9 32.0 1.9 31.4 2.4L27.3 6.6C24.8 5.0 21.7 4.0 18.0 4.0C7.1 4.0 1.6 12.7 0.1 17.5C-0.0 17.8 -0.0 18.2 0.1 18.5C0.9 21.0 2.9 24.8 6.2 27.6L2.4 31.4ZM8.4 25.5L11.4 22.5C10.5 21.2 10.0 19.7 10.0 18C10.0 13.6 13.6 10 18.0 10C19.7 10 21.2 10.5 22.5 11.4L25.1 8.8C23.1 7.7 20.8 7.0 18.0 7.0C9.3 7.0 4.6 13.7 3.1 18C3.9 20.3 5.6 23.2 8.4 25.5ZM20.3 13.6C19.6 13.2 18.8 13 18.0 13C15.2 13 13.0 15.2 13.0 18C13.0 18.8 13.2 19.6 13.6 20.3L20.3 13.6ZM13.9 28.5C15.2 28.8 16.5 29 18.0 29C26.7 29 31.4 22.3 32.9 18C32.3 16.4 31.3 14.4 29.8 12.6L31.9 10.5C34.0 12.9 35.3 15.6 35.9 17.5C36.0 17.8 36.0 18.2 35.9 18.5C34.4 23.3 28.9 32 18.0 32C15.6 32 13.4 31.6 11.5 30.8L13.9 28.5Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconHide;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconImage = function IconImage(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M0 4a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm22 0H2v11.448l6.155-5.211.663-.562.649.58L20.38 20H22V4ZM2 20v-1.93l6.783-5.745L17.38 20H2ZM15 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z",
18
- fill: "currentColor"
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 36 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M0.000396729 8.50012C0.000396729 6.01484 2.01512 4.00012 4.5004 4.00012H31.5004C33.9857 4.00012 36.0004 6.01484 36.0004 8.50012V27.5001C36.0004 29.9854 33.9857 32.0001 31.5004 32.0001H4.5004C2.01512 32.0001 0.000396729 29.9854 0.000396729 27.5001V24.0028V23.997V8.50012ZM3.0004 27.5001V24.6001L11.5266 15.6476L24.8791 29.0001H4.5004C3.67197 29.0001 3.0004 28.3285 3.0004 27.5001ZM31.5004 29.0001H29.1185C29.1 28.9795 29.0809 28.9593 29.0611 28.9394L12.5611 12.4394C12.2753 12.1536 11.8862 11.9953 11.4821 12.0002C11.078 12.0051 10.6929 12.1729 10.4142 12.4656L3.0004 20.2501V8.50012C3.0004 7.67169 3.67197 7.00012 4.5004 7.00012H31.5004C32.3288 7.00012 33.0004 7.67169 33.0004 8.50012V27.5001C33.0004 28.3286 32.3288 29.0001 31.5004 29.0001ZM23.0004 14.5001C23.0004 13.1194 24.1197 12.0001 25.5004 12.0001C26.8811 12.0001 28.0004 13.1194 28.0004 14.5001C28.0004 15.8808 26.8811 17.0001 25.5004 17.0001C24.1197 17.0001 23.0004 15.8808 23.0004 14.5001ZM25.5004 9.00009C22.4628 9.00009 20.0004 11.4625 20.0004 14.5001C20.0004 17.5377 22.4628 20.0001 25.5004 20.0001C28.538 20.0001 31.0004 17.5377 31.0004 14.5001C31.0004 11.4625 28.538 9.00009 25.5004 9.00009Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconImage = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M0 4a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm22 0H2v11.448l6.155-5.211.663-.562.649.58L20.38 20H22V4ZM2 20v-1.93l6.783-5.745L17.38 20H2ZM15 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z",
15
+ fill: "currentColor"
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 36 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M0.000396729 8.50012C0.000396729 6.01484 2.01512 4.00012 4.5004 4.00012H31.5004C33.9857 4.00012 36.0004 6.01484 36.0004 8.50012V27.5001C36.0004 29.9854 33.9857 32.0001 31.5004 32.0001H4.5004C2.01512 32.0001 0.000396729 29.9854 0.000396729 27.5001V24.0028V23.997V8.50012ZM3.0004 27.5001V24.6001L11.5266 15.6476L24.8791 29.0001H4.5004C3.67197 29.0001 3.0004 28.3285 3.0004 27.5001ZM31.5004 29.0001H29.1185C29.1 28.9795 29.0809 28.9593 29.0611 28.9394L12.5611 12.4394C12.2753 12.1536 11.8862 11.9953 11.4821 12.0002C11.078 12.0051 10.6929 12.1729 10.4142 12.4656L3.0004 20.2501V8.50012C3.0004 7.67169 3.67197 7.00012 4.5004 7.00012H31.5004C32.3288 7.00012 33.0004 7.67169 33.0004 8.50012V27.5001C33.0004 28.3286 32.3288 29.0001 31.5004 29.0001ZM23.0004 14.5001C23.0004 13.1194 24.1197 12.0001 25.5004 12.0001C26.8811 12.0001 28.0004 13.1194 28.0004 14.5001C28.0004 15.8808 26.8811 17.0001 25.5004 17.0001C24.1197 17.0001 23.0004 15.8808 23.0004 14.5001ZM25.5004 9.00009C22.4628 9.00009 20.0004 11.4625 20.0004 14.5001C20.0004 17.5377 22.4628 20.0001 25.5004 20.0001C28.538 20.0001 31.0004 17.5377 31.0004 14.5001C31.0004 11.4625 28.538 9.00009 25.5004 9.00009Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconImage;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconInfo = function IconInfo(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- fillRule: "evenodd",
16
- clipRule: "evenodd",
17
- d: "M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM11 19V10H13V19H11ZM12 8.5C12.8284 8.5 13.5 7.82843 13.5 7C13.5 6.17157 12.8284 5.5 12 5.5C11.1716 5.5 10.5 6.17157 10.5 7C10.5 7.82843 11.1716 8.5 12 8.5Z",
18
- fill: "currentColor"
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 36 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M18.0 3C26.3 3 33.0 9.7 33.0 18C33.0 26.3 26.3 33 18.0 33C9.7 33 3.0 26.3 3.0 18C3.0 9.7 9.7 3 18.0 3ZM18.0 0C27.9 0 36.0 8.1 36.0 18C36.0 27.9 27.9 36 18.0 36C8.1 36 0.0 27.9 0.0 18C0.0 8.1 8.1 0 18.0 0ZM18.0 29.0C18.8 29.0 19.5 28.3 19.5 27.5V14.5C19.5 13.7 18.8 13.0 18.0 13.0C17.2 13.0 16.5 13.7 16.5 14.5V27.5C16.5 28.3 17.2 29.0 18.0 29.0ZM18.0 7.0C19.1 7.0 20.0 7.9 20.0 9.0C20.0 10.1 19.1 11.0 18.0 11.0C16.9 11.0 16.0 10.1 16.0 9.0C16.0 7.9 16.9 7.0 18.0 7.0Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconInfo = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ fillRule: "evenodd",
13
+ clipRule: "evenodd",
14
+ d: "M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM11 19V10H13V19H11ZM12 8.5C12.8284 8.5 13.5 7.82843 13.5 7C13.5 6.17157 12.8284 5.5 12 5.5C11.1716 5.5 10.5 6.17157 10.5 7C10.5 7.82843 11.1716 8.5 12 8.5Z",
15
+ fill: "currentColor"
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 36 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M18.0 3C26.3 3 33.0 9.7 33.0 18C33.0 26.3 26.3 33 18.0 33C9.7 33 3.0 26.3 3.0 18C3.0 9.7 9.7 3 18.0 3ZM18.0 0C27.9 0 36.0 8.1 36.0 18C36.0 27.9 27.9 36 18.0 36C8.1 36 0.0 27.9 0.0 18C0.0 8.1 8.1 0 18.0 0ZM18.0 29.0C18.8 29.0 19.5 28.3 19.5 27.5V14.5C19.5 13.7 18.8 13.0 18.0 13.0C17.2 13.0 16.5 13.7 16.5 14.5V27.5C16.5 28.3 17.2 29.0 18.0 29.0ZM18.0 7.0C19.1 7.0 20.0 7.9 20.0 9.0C20.0 10.1 19.1 11.0 18.0 11.0C16.9 11.0 16.0 10.1 16.0 9.0C16.0 7.9 16.9 7.0 18.0 7.0Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconInfo;
@@ -1,39 +1,35 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconItalic = function IconItalic(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 18 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("g", {
15
- clipPath: "url(#prefix__clip0_1288_675)"
16
- }, ___EmotionJSX("path", {
17
- fillRule: "evenodd",
18
- clipRule: "evenodd",
19
- d: "M6 0h12v2h-5.236L7.309 22H12v2H0v-2h5.236l5.455-20H6V0z",
20
- fill: "currentColor"
21
- })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
22
- id: "prefix__clip0_1288_675"
23
- }, ___EmotionJSX("path", {
24
- fill: "#fff",
25
- d: "M0 0h18v24H0z"
26
- })))), ___EmotionJSX("svg", _extends({
27
- "data-icon-set-v": 2,
28
- viewBox: "0 0 24 36",
29
- fill: "none",
30
- xmlns: "http://www.w3.org/2000/svg"
31
- }, props), ___EmotionJSX("path", {
32
- fillRule: "evenodd",
33
- clipRule: "evenodd",
34
- d: "M8.0 3.5C8.0 2.7 8.7 2 9.5 2H22.5C23.3 2 24.0 2.7 24.0 3.5C24.0 4.3 23.3 5 22.5 5H17.3L9.8 31H14.5C15.3 31 16.0 31.7 16.0 32.5C16.0 33.3 15.3 34 14.5 34H1.5C0.7 34 0.0 33.3 0.0 32.5C0.0 31.7 0.7 31 1.5 31H6.7L14.2 5H9.5C8.7 5 8.0 4.3 8.0 3.5Z",
35
- fill: "currentColor"
36
- })));
37
- };
6
+ const IconItalic = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 18 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("g", {
12
+ clipPath: "url(#prefix__clip0_1288_675)"
13
+ }, ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M6 0h12v2h-5.236L7.309 22H12v2H0v-2h5.236l5.455-20H6V0z",
17
+ fill: "currentColor"
18
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
19
+ id: "prefix__clip0_1288_675"
20
+ }, ___EmotionJSX("path", {
21
+ fill: "#fff",
22
+ d: "M0 0h18v24H0z"
23
+ })))), ___EmotionJSX("svg", _extends({
24
+ "data-icon-set-v": 2,
25
+ viewBox: "0 0 24 36",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg"
28
+ }, props), ___EmotionJSX("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M8.0 3.5C8.0 2.7 8.7 2 9.5 2H22.5C23.3 2 24.0 2.7 24.0 3.5C24.0 4.3 23.3 5 22.5 5H17.3L9.8 31H14.5C15.3 31 16.0 31.7 16.0 32.5C16.0 33.3 15.3 34 14.5 34H1.5C0.7 34 0.0 33.3 0.0 32.5C0.0 31.7 0.7 31 1.5 31H6.7L14.2 5H9.5C8.7 5 8.0 4.3 8.0 3.5Z",
32
+ fill: "currentColor"
33
+ })));
38
34
 
39
35
  export default IconItalic;
@@ -1,39 +1,35 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconLayoutTextBottom = function IconLayoutTextBottom(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("g", {
15
- clipPath: "url(#a)"
16
- }, ___EmotionJSX("path", {
17
- fill: "currentColor",
18
- fillRule: "evenodd",
19
- d: "M22 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2zm-2 0v12H4V4zm-1 20v-2H5v2z",
20
- clipRule: "evenodd"
21
- })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
22
- id: "a"
23
- }, ___EmotionJSX("path", {
24
- fill: "#fff",
25
- d: "M0 0h24v24H0z"
26
- })))), ___EmotionJSX("svg", _extends({
27
- "data-icon-set-v": 2,
28
- viewBox: "0 0 32 36",
29
- fill: "none",
30
- xmlns: "http://www.w3.org/2000/svg"
31
- }, props), ___EmotionJSX("path", {
32
- fillRule: "evenodd",
33
- clipRule: "evenodd",
34
- d: "M27.5004 25C28.3288 25 29.0004 24.3284 29.0004 23.5V6.49998C29.0004 5.67156 28.3288 4.99998 27.5004 4.99998L4.50039 4.99998C3.67196 4.99998 3.00039 5.67156 3.00039 6.49998L3.00039 23.5C3.00039 24.3284 3.67196 25 4.50039 25L27.5004 25ZM32.0004 23.5C32.0004 25.9853 29.9857 28 27.5004 28L4.50039 28C2.0151 28 0.000385307 25.9853 0.000385416 23.5L0.000386159 6.49998C0.000386267 4.0147 2.01511 1.99998 4.50039 1.99998L27.5004 1.99998C29.9857 1.99998 32.0004 4.0147 32.0004 6.49998V23.5ZM7.50037 34C6.67195 34 6.00037 33.3284 6.00037 32.5C6.00037 31.6716 6.67195 31 7.50037 31H24.5004C25.3288 31 26.0004 31.6716 26.0004 32.5C26.0004 33.3284 25.3288 34 24.5004 34H7.50037Z",
35
- fill: "currentColor"
36
- })));
37
- };
6
+ const IconLayoutTextBottom = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("g", {
12
+ clipPath: "url(#a)"
13
+ }, ___EmotionJSX("path", {
14
+ fill: "currentColor",
15
+ fillRule: "evenodd",
16
+ d: "M22 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2zm-2 0v12H4V4zm-1 20v-2H5v2z",
17
+ clipRule: "evenodd"
18
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
19
+ id: "a"
20
+ }, ___EmotionJSX("path", {
21
+ fill: "#fff",
22
+ d: "M0 0h24v24H0z"
23
+ })))), ___EmotionJSX("svg", _extends({
24
+ "data-icon-set-v": 2,
25
+ viewBox: "0 0 32 36",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg"
28
+ }, props), ___EmotionJSX("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M27.5004 25C28.3288 25 29.0004 24.3284 29.0004 23.5V6.49998C29.0004 5.67156 28.3288 4.99998 27.5004 4.99998L4.50039 4.99998C3.67196 4.99998 3.00039 5.67156 3.00039 6.49998L3.00039 23.5C3.00039 24.3284 3.67196 25 4.50039 25L27.5004 25ZM32.0004 23.5C32.0004 25.9853 29.9857 28 27.5004 28L4.50039 28C2.0151 28 0.000385307 25.9853 0.000385416 23.5L0.000386159 6.49998C0.000386267 4.0147 2.01511 1.99998 4.50039 1.99998L27.5004 1.99998C29.9857 1.99998 32.0004 4.0147 32.0004 6.49998V23.5ZM7.50037 34C6.67195 34 6.00037 33.3284 6.00037 32.5C6.00037 31.6716 6.67195 31 7.50037 31H24.5004C25.3288 31 26.0004 31.6716 26.0004 32.5C26.0004 33.3284 25.3288 34 24.5004 34H7.50037Z",
32
+ fill: "currentColor"
33
+ })));
38
34
 
39
35
  export default IconLayoutTextBottom;
@@ -1,32 +1,28 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconLayoutTextLeft = function IconLayoutTextLeft(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("path", {
15
- fill: "currentColor",
16
- fillRule: "evenodd",
17
- d: "M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 2h14v16H8zM2 5H0v14h2z",
18
- clipRule: "evenodd"
19
- })), ___EmotionJSX("svg", _extends({
20
- "data-icon-set-v": 2,
21
- viewBox: "0 0 32 36",
22
- fill: "none",
23
- xmlns: "http://www.w3.org/2000/svg"
24
- }, props), ___EmotionJSX("path", {
25
- fillRule: "evenodd",
26
- clipRule: "evenodd",
27
- d: "M29.0004 6.49999C29.0004 5.67157 28.3288 4.99999 27.5004 4.99999H10.5004C9.67195 4.99999 9.00038 5.67157 9.00038 6.49999V29.5C9.00038 30.3284 9.67195 31 10.5004 31H27.5004C28.3288 31 29.0004 30.3284 29.0004 29.5V6.49999ZM27.5004 1.99999C29.9857 1.99999 32.0004 4.01471 32.0004 6.49999V29.5C32.0004 31.9853 29.9857 34 27.5004 34H10.5004C8.0151 34 6.00038 31.9853 6.00038 29.5V6.49999C6.00038 4.01471 8.0151 1.99999 10.5004 1.99999H27.5004ZM3.00038 26.5C3.00038 27.3284 2.32881 28 1.50038 28C0.671954 28 0.000380957 27.3284 0.000380993 26.5L0.000381021 9.49998C0.000380938 8.67156 0.671954 7.99998 1.50038 7.99998C2.32881 7.99998 3.00038 8.67156 3.00038 9.49998V26.5Z",
28
- fill: "currentColor"
29
- })));
30
- };
6
+ const IconLayoutTextLeft = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("path", {
12
+ fill: "currentColor",
13
+ fillRule: "evenodd",
14
+ d: "M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 2h14v16H8zM2 5H0v14h2z",
15
+ clipRule: "evenodd"
16
+ })), ___EmotionJSX("svg", _extends({
17
+ "data-icon-set-v": 2,
18
+ viewBox: "0 0 32 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg"
21
+ }, props), ___EmotionJSX("path", {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M29.0004 6.49999C29.0004 5.67157 28.3288 4.99999 27.5004 4.99999H10.5004C9.67195 4.99999 9.00038 5.67157 9.00038 6.49999V29.5C9.00038 30.3284 9.67195 31 10.5004 31H27.5004C28.3288 31 29.0004 30.3284 29.0004 29.5V6.49999ZM27.5004 1.99999C29.9857 1.99999 32.0004 4.01471 32.0004 6.49999V29.5C32.0004 31.9853 29.9857 34 27.5004 34H10.5004C8.0151 34 6.00038 31.9853 6.00038 29.5V6.49999C6.00038 4.01471 8.0151 1.99999 10.5004 1.99999H27.5004ZM3.00038 26.5C3.00038 27.3284 2.32881 28 1.50038 28C0.671954 28 0.000380957 27.3284 0.000380993 26.5L0.000381021 9.49998C0.000380938 8.67156 0.671954 7.99998 1.50038 7.99998C2.32881 7.99998 3.00038 8.67156 3.00038 9.49998V26.5Z",
25
+ fill: "currentColor"
26
+ })));
31
27
 
32
28
  export default IconLayoutTextLeft;
@@ -1,39 +1,35 @@
1
- import "core-js/modules/es.object.assign.js";
2
-
3
1
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
4
2
 
5
3
  import * as React from 'react';
6
4
  import { jsx as ___EmotionJSX } from "@emotion/react";
7
5
 
8
- var IconLayoutTextRight = function IconLayoutTextRight(props) {
9
- return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
10
- "data-icon-set-v": 1,
11
- viewBox: "0 0 24 24",
12
- fill: "none",
13
- xmlns: "http://www.w3.org/2000/svg"
14
- }, props), ___EmotionJSX("g", {
15
- clipPath: "url(#a)"
16
- }, ___EmotionJSX("path", {
17
- fill: "currentColor",
18
- fillRule: "evenodd",
19
- d: "M2 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 2h14v16H2zm22 1h-2v14h2z",
20
- clipRule: "evenodd"
21
- })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
22
- id: "a"
23
- }, ___EmotionJSX("path", {
24
- fill: "#fff",
25
- d: "M0 0h24v24H0z"
26
- })))), ___EmotionJSX("svg", _extends({
27
- "data-icon-set-v": 2,
28
- viewBox: "0 0 32 36",
29
- fill: "none",
30
- xmlns: "http://www.w3.org/2000/svg"
31
- }, props), ___EmotionJSX("path", {
32
- fillRule: "evenodd",
33
- clipRule: "evenodd",
34
- d: "M23.0004 6.49999C23.0004 5.67157 22.3288 4.99999 21.5004 4.99999H4.50038C3.67195 4.99999 3.00038 5.67157 3.00038 6.49999V29.5C3.00038 30.3284 3.67195 31 4.50038 31H21.5004C22.3288 31 23.0004 30.3284 23.0004 29.5V6.49999ZM21.5004 1.99999C23.9857 1.99999 26.0004 4.01471 26.0004 6.49999V29.5C26.0004 31.9853 23.9857 34 21.5004 34H4.50038C2.0151 34 0.000377655 31.9853 0.000377655 29.5V6.49999C0.000377655 4.01471 2.0151 1.99999 4.50038 1.99999H21.5004ZM32.0004 26.5C32.0004 27.3284 31.3288 28 30.5004 28C29.672 28 29.0004 27.3284 29.0004 26.5V9.49998C29.0004 8.67156 29.672 7.99998 30.5004 7.99998C31.3288 7.99998 32.0004 8.67156 32.0004 9.49998V26.5Z",
35
- fill: "currentColor"
36
- })));
37
- };
6
+ const IconLayoutTextRight = props => ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
7
+ "data-icon-set-v": 1,
8
+ viewBox: "0 0 24 24",
9
+ fill: "none",
10
+ xmlns: "http://www.w3.org/2000/svg"
11
+ }, props), ___EmotionJSX("g", {
12
+ clipPath: "url(#a)"
13
+ }, ___EmotionJSX("path", {
14
+ fill: "currentColor",
15
+ fillRule: "evenodd",
16
+ d: "M2 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 2h14v16H2zm22 1h-2v14h2z",
17
+ clipRule: "evenodd"
18
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
19
+ id: "a"
20
+ }, ___EmotionJSX("path", {
21
+ fill: "#fff",
22
+ d: "M0 0h24v24H0z"
23
+ })))), ___EmotionJSX("svg", _extends({
24
+ "data-icon-set-v": 2,
25
+ viewBox: "0 0 32 36",
26
+ fill: "none",
27
+ xmlns: "http://www.w3.org/2000/svg"
28
+ }, props), ___EmotionJSX("path", {
29
+ fillRule: "evenodd",
30
+ clipRule: "evenodd",
31
+ d: "M23.0004 6.49999C23.0004 5.67157 22.3288 4.99999 21.5004 4.99999H4.50038C3.67195 4.99999 3.00038 5.67157 3.00038 6.49999V29.5C3.00038 30.3284 3.67195 31 4.50038 31H21.5004C22.3288 31 23.0004 30.3284 23.0004 29.5V6.49999ZM21.5004 1.99999C23.9857 1.99999 26.0004 4.01471 26.0004 6.49999V29.5C26.0004 31.9853 23.9857 34 21.5004 34H4.50038C2.0151 34 0.000377655 31.9853 0.000377655 29.5V6.49999C0.000377655 4.01471 2.0151 1.99999 4.50038 1.99999H21.5004ZM32.0004 26.5C32.0004 27.3284 31.3288 28 30.5004 28C29.672 28 29.0004 27.3284 29.0004 26.5V9.49998C29.0004 8.67156 29.672 7.99998 30.5004 7.99998C31.3288 7.99998 32.0004 8.67156 32.0004 9.49998V26.5Z",
32
+ fill: "currentColor"
33
+ })));
38
34
 
39
35
  export default IconLayoutTextRight;