@flodesk/grain 11.22.6 → 11.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (152) hide show
  1. package/es/components/arrange/index.js +34 -47
  2. package/es/components/autocomplete.js +94 -149
  3. package/es/components/autocomplete2.js +127 -166
  4. package/es/components/badge.js +12 -17
  5. package/es/components/box.js +115 -126
  6. package/es/components/breakpoints-provider.js +6 -4
  7. package/es/components/button.js +26 -39
  8. package/es/components/checkbox.js +31 -28
  9. package/es/components/dropdown.js +52 -50
  10. package/es/components/flex/index.js +31 -46
  11. package/es/components/icon-button.js +17 -25
  12. package/es/components/icon-toggle.js +28 -32
  13. package/es/components/icon.js +10 -20
  14. package/es/components/link.js +18 -18
  15. package/es/components/modal.js +75 -69
  16. package/es/components/nav/index.js +36 -43
  17. package/es/components/pagination.js +45 -63
  18. package/es/components/popover.js +47 -48
  19. package/es/components/progress.js +12 -15
  20. package/es/components/provider.js +7 -6
  21. package/es/components/radio.js +25 -24
  22. package/es/components/select.js +90 -98
  23. package/es/components/slider.js +25 -29
  24. package/es/components/spinner.js +11 -26
  25. package/es/components/stack.js +10 -19
  26. package/es/components/switch.js +21 -21
  27. package/es/components/tab.js +18 -25
  28. package/es/components/text/index.js +38 -48
  29. package/es/components/text-button.js +28 -41
  30. package/es/components/text-input.js +52 -74
  31. package/es/components/text-toggle.js +20 -31
  32. package/es/components/textarea.js +38 -33
  33. package/es/components/toast.js +29 -28
  34. package/es/components/tooltip.js +43 -77
  35. package/es/foundational/field.js +37 -32
  36. package/es/foundational/menu.js +110 -96
  37. package/es/foundational/styles.js +23 -23
  38. package/es/hooks/useKeyPress.js +10 -31
  39. package/es/hooks/useMedia.js +8 -45
  40. package/es/hooks/useOnClickOutside.js +4 -7
  41. package/es/hooks/usePrev.js +3 -3
  42. package/es/hooks/useWidth.js +3 -29
  43. package/es/hooks/useWindowSize.js +4 -32
  44. package/es/icons/icon-align-center.js +28 -32
  45. package/es/icons/icon-align-left.js +35 -39
  46. package/es/icons/icon-align-right.js +35 -39
  47. package/es/icons/icon-archive.js +21 -25
  48. package/es/icons/icon-arrow-down.js +21 -25
  49. package/es/icons/icon-arrow-left.js +21 -25
  50. package/es/icons/icon-arrow-right.js +21 -25
  51. package/es/icons/icon-arrow-up.js +21 -25
  52. package/es/icons/icon-at.js +21 -25
  53. package/es/icons/icon-bold.js +28 -32
  54. package/es/icons/icon-bolt-filled.js +21 -25
  55. package/es/icons/icon-bolt.js +21 -25
  56. package/es/icons/icon-browser.js +21 -25
  57. package/es/icons/icon-brush.js +20 -24
  58. package/es/icons/icon-bullet-list.js +21 -25
  59. package/es/icons/icon-chart.js +29 -33
  60. package/es/icons/icon-check.js +21 -25
  61. package/es/icons/icon-chevron-down.js +21 -25
  62. package/es/icons/icon-chevron-horizontal.js +21 -25
  63. package/es/icons/icon-chevron-left.js +21 -25
  64. package/es/icons/icon-chevron-right.js +21 -25
  65. package/es/icons/icon-chevron-up.js +28 -32
  66. package/es/icons/icon-chevron-vertical.js +28 -32
  67. package/es/icons/icon-clip.js +37 -41
  68. package/es/icons/icon-clock.js +21 -25
  69. package/es/icons/icon-column-and-rows.js +25 -29
  70. package/es/icons/icon-column-one.js +21 -25
  71. package/es/icons/icon-column-two.js +21 -25
  72. package/es/icons/icon-columns-and-row.js +25 -29
  73. package/es/icons/icon-columns.js +21 -25
  74. package/es/icons/icon-content-align-bottom.js +21 -25
  75. package/es/icons/icon-content-align-center.js +21 -25
  76. package/es/icons/icon-content-align-top.js +21 -25
  77. package/es/icons/icon-crop.js +21 -25
  78. package/es/icons/icon-cross.js +23 -27
  79. package/es/icons/icon-download.js +28 -32
  80. package/es/icons/icon-drag.js +21 -25
  81. package/es/icons/icon-duplicate.js +21 -25
  82. package/es/icons/icon-ellipsis.js +21 -25
  83. package/es/icons/icon-file.js +28 -32
  84. package/es/icons/icon-folder-add.js +21 -25
  85. package/es/icons/icon-folder-move.js +21 -25
  86. package/es/icons/icon-folder-remove.js +21 -25
  87. package/es/icons/icon-folder.js +21 -25
  88. package/es/icons/icon-gear.js +35 -39
  89. package/es/icons/icon-globe.js +28 -32
  90. package/es/icons/icon-heart.js +21 -25
  91. package/es/icons/icon-hide.js +21 -25
  92. package/es/icons/icon-image.js +21 -25
  93. package/es/icons/icon-info.js +21 -25
  94. package/es/icons/icon-italic.js +28 -32
  95. package/es/icons/icon-layout-text-bottom.js +28 -32
  96. package/es/icons/icon-layout-text-left.js +21 -25
  97. package/es/icons/icon-layout-text-right.js +28 -32
  98. package/es/icons/icon-layout-text-top.js +21 -25
  99. package/es/icons/icon-link.js +21 -25
  100. package/es/icons/icon-location.js +21 -25
  101. package/es/icons/icon-mail.js +21 -25
  102. package/es/icons/icon-minus.js +19 -23
  103. package/es/icons/icon-monitor.js +21 -25
  104. package/es/icons/icon-number-list.js +29 -33
  105. package/es/icons/icon-pencil.js +28 -32
  106. package/es/icons/icon-phone.js +21 -25
  107. package/es/icons/icon-play.js +21 -25
  108. package/es/icons/icon-plus.js +21 -25
  109. package/es/icons/icon-question.js +21 -25
  110. package/es/icons/icon-redo.js +21 -25
  111. package/es/icons/icon-reset.js +22 -26
  112. package/es/icons/icon-row-and-columns.js +25 -29
  113. package/es/icons/icon-rows-and-column.js +25 -29
  114. package/es/icons/icon-rows.js +21 -25
  115. package/es/icons/icon-search.js +21 -25
  116. package/es/icons/icon-send.js +21 -25
  117. package/es/icons/icon-share.js +21 -25
  118. package/es/icons/icon-show.js +21 -25
  119. package/es/icons/icon-smile.js +28 -32
  120. package/es/icons/icon-square.js +21 -25
  121. package/es/icons/icon-strike.js +28 -32
  122. package/es/icons/icon-switch.js +21 -25
  123. package/es/icons/icon-tablet.js +21 -25
  124. package/es/icons/icon-text-align-center.js +21 -25
  125. package/es/icons/icon-text-align-left.js +21 -25
  126. package/es/icons/icon-text-align-right.js +21 -25
  127. package/es/icons/icon-text-justify.js +21 -25
  128. package/es/icons/icon-trash.js +28 -32
  129. package/es/icons/icon-type.js +28 -32
  130. package/es/icons/icon-underline.js +28 -32
  131. package/es/icons/icon-undo.js +28 -32
  132. package/es/icons/icon-upload.js +28 -32
  133. package/es/styles/base.js +1 -1
  134. package/es/styles/card.js +4 -8
  135. package/es/styles/colors/core.js +1 -1
  136. package/es/styles/colors/theme.js +1 -1
  137. package/es/styles/foundational-variables.js +5 -0
  138. package/es/styles/index.js +2 -2
  139. package/es/styles/shadows.js +1 -1
  140. package/es/styles/utilities.js +65 -90
  141. package/es/styles/variables.js +1 -1
  142. package/es/types.js +28 -29
  143. package/es/utilities/attributes.js +46 -49
  144. package/es/utilities/helpers.js +13 -36
  145. package/es/utilities/responsive.js +16 -43
  146. package/es/utilities/style-config.js +32 -76
  147. package/es/utilities/styles.js +17 -29
  148. package/es/variables/breakpoints.js +1 -1
  149. package/es/variables/colors.js +1 -1
  150. package/es/variables/vars.js +3 -13
  151. package/package.json +5 -5
  152. package/es/styles/component-variables.js +0 -2
@@ -1,46 +1,42 @@
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 IconGear = function IconGear(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("mask", {
15
- id: "Gear_svg__a",
16
- fill: "#fff"
17
- }, ___EmotionJSX("path", {
18
- fillRule: "evenodd",
19
- clipRule: "evenodd",
20
- d: "M14.5 0h-5l-.436 3.49c-.345.119-.68.258-1.005.416L5.282 1.747 1.747 5.283l2.16 2.776c-.159.324-.298.66-.417 1.005L0 9.5v5l3.49.436c.119.345.258.68.416 1.005l-2.16 2.777 3.536 3.535 2.777-2.16c.324.159.66.298 1.005.417L9.5 24h5l.436-3.49c.345-.119.68-.258 1.005-.417l2.777 2.16 3.535-3.535-2.16-2.777c.159-.325.298-.66.417-1.005L24 14.5v-5l-3.49-.436a8.946 8.946 0 0 0-.417-1.005l2.16-2.776-3.535-3.536-2.777 2.16a8.944 8.944 0 0 0-1.005-.417L14.5 0ZM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"
21
- })), ___EmotionJSX("path", {
22
- d: "M9.5 0v-2H7.734L7.515-.248 9.5 0Zm5 0 1.985-.248L16.265-2H14.5v2ZM9.064 3.49l.652 1.89 1.178-.406.154-1.236-1.984-.248Zm-1.005.416-1.228 1.58.984.765 1.12-.547-.876-1.798ZM5.282 1.747 6.51.168 5.117-.916 3.868.333l1.414 1.414ZM1.747 5.283.333 3.868-.916 5.117.168 6.51l1.579-1.227Zm2.16 2.776 1.797.877.547-1.12-.766-.985L3.906 8.06ZM3.49 9.064l.248 1.984 1.236-.154.407-1.178-1.891-.652ZM0 9.5l-.248-1.985-1.752.22V9.5h2Zm0 5h-2v1.766l1.752.219L0 14.5Zm3.49.436 1.89-.652-.406-1.178-1.236-.154-.248 1.984Zm.416 1.005 1.58 1.228.765-.984-.547-1.12-1.798.876Zm-2.16 2.777L.169 17.49l-1.084 1.393 1.249 1.249 1.414-1.414Zm3.536 3.535-1.414 1.414 1.249 1.249 1.393-1.084-1.228-1.579Zm2.777-2.16.877-1.797-1.12-.547-.985.766 1.228 1.578Zm1.005.417 1.984-.248-.154-1.236-1.178-.407-.652 1.891ZM9.5 24l-1.985.248.22 1.752H9.5v-2Zm5 0v2h1.766l.219-1.752L14.5 24Zm.436-3.49-.652-1.89-1.178.406-.154 1.236 1.984.248Zm1.005-.417 1.228-1.578-.984-.766-1.12.547.876 1.797Zm2.777 2.16-1.228 1.579 1.393 1.084 1.249-1.249-1.415-1.414Zm3.535-3.535 1.414 1.414 1.249-1.249-1.084-1.393-1.579 1.228Zm-2.16-2.777-1.797-.877-.547 1.12.766.985 1.578-1.228Zm.417-1.005-.248-1.984-1.236.154-.407 1.178 1.891.652ZM24 14.5l.248 1.985 1.752-.22V14.5h-2Zm0-5h2V7.734l-1.752-.219L24 9.5Zm-3.49-.436-1.89.652.406 1.178 1.236.154.248-1.984Zm-.417-1.005-1.578-1.228-.766.984.547 1.12 1.797-.876Zm2.16-2.776 1.579 1.227 1.084-1.393-1.249-1.249-1.414 1.415Zm-3.535-3.536L20.132.333 18.883-.916 17.49.168l1.228 1.579Zm-2.777 2.16-.877 1.797 1.12.547.985-.766-1.228-1.579Zm-1.005-.417-1.984.248.154 1.236 1.178.407.652-1.891ZM9.5 2h5v-4h-5v4Zm1.548 1.738.437-3.49-3.97-.496-.436 3.49 3.97.496ZM8.936 5.704c.252-.123.512-.231.78-.323L8.412 1.599c-.423.146-.833.316-1.23.51l1.754 3.595ZM4.055 3.326l2.776 2.16 2.456-3.158L6.51.168 4.055 3.326Zm-.894 3.37 3.536-3.535L3.868.333.333 3.868 3.16 6.697Zm2.324.135-2.16-2.776L.169 6.51l2.16 2.777L5.485 6.83Zm-.104 2.885c.092-.268.2-.528.323-.78L2.109 7.182c-.194.397-.364.807-.51 1.23l3.782 1.304ZM.248 11.485l3.49-.437-.496-3.969-3.49.436.496 3.97ZM2 14.5v-5h-4v5h4Zm1.738-1.548-3.49-.437-.496 3.97 3.49.436.496-3.97Zm1.966 2.112a6.942 6.942 0 0 1-.323-.78l-3.782 1.304c.146.423.316.833.51 1.23l3.595-1.754Zm-2.378 4.881 2.16-2.776-3.158-2.456-2.16 2.777 3.158 2.455Zm3.37.894-3.535-3.536-2.828 2.829 3.535 3.535 2.829-2.828Zm.135-2.324-2.776 2.16 2.455 3.157 2.777-2.16-2.456-3.157Zm2.885.104a6.93 6.93 0 0 1-.78-.323l-1.754 3.595c.397.194.807.364 1.23.51l1.304-3.782Zm1.769 5.133-.437-3.49-3.969.496.436 3.49 3.97-.496ZM14.5 22h-5v4h5v-4Zm-1.548-1.738-.437 3.49 3.97.496.436-3.49-3.97-.496Zm2.112-1.966a6.938 6.938 0 0 1-.78.323l1.304 3.782c.423-.146.833-.316 1.23-.51l-1.754-3.595Zm4.881 2.378-2.776-2.16-2.456 3.158 2.777 2.16 2.455-3.158Zm.894-3.37-3.536 3.535 2.829 2.828 3.535-3.535-2.828-2.829Zm-2.324-.135 2.16 2.776 3.157-2.455-2.16-2.777-3.157 2.456Zm.104-2.885c-.092.268-.2.528-.323.78l3.595 1.754c.194-.397.364-.807.51-1.23l-3.782-1.304Zm5.133-1.769-3.49.437.496 3.969 3.49-.436-.496-3.97ZM22 9.5v5h4v-5h-4Zm-1.738 1.548 3.49.437.496-3.97-3.49-.436-.496 3.97Zm-1.966-2.112c.123.252.231.512.323.78l3.782-1.304a10.94 10.94 0 0 0-.51-1.23l-3.595 1.754Zm2.378-4.881-2.16 2.776 3.158 2.456 2.16-2.777-3.158-2.455Zm-3.37-.894 3.535 3.536 2.828-2.829L20.132.333 17.303 3.16Zm-.135 2.324 2.776-2.16L17.49.169l-2.777 2.16 2.456 3.157Zm-2.885-.104c.268.092.528.2.78.323l1.754-3.595a10.941 10.941 0 0 0-1.23-.51l-1.304 3.782ZM12.515.248l.437 3.49 3.969-.496-.436-3.49-3.97.496ZM13 12a1 1 0 0 1-1 1v4a5 5 0 0 0 5-5h-4Zm-1-1a1 1 0 0 1 1 1h4a5 5 0 0 0-5-5v4Zm-1 1a1 1 0 0 1 1-1V7a5 5 0 0 0-5 5h4Zm1 1a1 1 0 0 1-1-1H7a5 5 0 0 0 5 5v-4Z",
23
- fill: "currentColor",
24
- mask: "url(#Gear_svg__a)"
25
- })), ___EmotionJSX("svg", _extends({
26
- "data-icon-set-v": 2,
27
- viewBox: "0 0 36 36",
28
- fill: "none",
29
- xmlns: "http://www.w3.org/2000/svg"
30
- }, props), ___EmotionJSX("g", {
31
- clipPath: "url(#clip0_841_60997)"
32
- }, ___EmotionJSX("path", {
33
- fillRule: "evenodd",
34
- clipRule: "evenodd",
35
- d: "M16.6369 3.40899C16.6976 3.14758 16.9122 3 17.1182 3L18.882 3.00001C19.0879 3.00002 19.3025 3.1476 19.3632 3.40901L19.7318 4.99677C20.408 8.43325 24.1523 10.3291 27.2816 8.68525L28.7223 7.99106C28.9141 7.89865 29.1513 7.94532 29.3001 8.13579L30.4011 9.54575C30.5579 9.74649 30.5594 10.04 30.4041 10.2427L29.4205 11.5265C27.2116 14.2136 28.1062 18.3334 31.2805 19.7947L32.7107 20.5143C32.9118 20.6155 33.0453 20.8655 32.9859 21.1328L32.5949 22.8911C32.5365 23.1535 32.3227 23.3034 32.1166 23.3053L30.5208 23.3198C27.0026 23.2274 24.4594 26.5802 25.3038 29.9578L25.6456 31.552C25.703 31.8199 25.5675 32.0685 25.3661 32.1678L23.778 32.9511C23.5866 33.0455 23.3491 33.0006 23.1991 32.8117L22.1921 31.5439C20.0953 28.7085 15.9048 28.7085 13.808 31.5439L12.801 32.8118C12.651 33.0007 12.4135 33.0456 12.222 32.9512L10.6341 32.168C10.4326 32.0686 10.2971 31.82 10.3545 31.5521L10.6964 29.9577C11.5407 26.5802 8.99752 23.2274 5.47935 23.3198L3.88326 23.3053C3.67711 23.3034 3.46332 23.1535 3.40496 22.891L3.01399 21.1329C2.95455 20.8656 3.08809 20.6156 3.28916 20.5145L4.71966 19.7947C7.89399 18.3333 8.78856 14.2136 6.57961 11.5265L5.59589 10.2424C5.44065 10.0398 5.44217 9.74626 5.59892 9.54553L6.69987 8.13572C6.84861 7.94525 7.08578 7.89858 7.27758 7.99099L8.71857 8.68525C11.8479 10.3291 15.5921 8.43325 16.2683 4.99678L16.6369 3.40899ZM17.1182 1.22389e-10C15.4742 -1.37089e-05 14.0812 1.15166 13.7146 2.73058L13.3398 4.345L13.3331 4.37392L13.3276 4.40308C13.0307 5.95912 11.3943 6.71198 10.1005 6.02241L10.0736 6.00804L10.046 5.99479L8.57973 5.28832C7.09866 4.57474 5.34057 5.00213 4.33542 6.28927L3.23447 7.69909C2.23646 8.97709 2.22842 10.7798 3.21441 12.0669L4.21504 13.373L4.23341 13.397L4.25272 13.4202C5.25375 14.6233 4.81919 16.4562 3.45163 17.0757L3.42373 17.0884L3.39638 17.1021L1.9407 17.8346C0.482915 18.5681 -0.264955 20.2081 0.0855273 21.7842L0.476492 23.5423C0.828469 25.125 2.21146 26.2902 3.85598 26.3051L5.48068 26.3199L5.51184 26.3202L5.54298 26.3192C6.99937 26.2719 8.17983 27.6924 7.78232 29.2444L7.77496 29.2731L7.76874 29.3021L7.42119 30.9233C7.0827 32.5021 7.84316 34.1366 9.30713 34.8586L10.8951 35.6417C12.3704 36.3693 14.1336 35.9575 15.1501 34.6777L16.1745 33.3879L16.1934 33.3642L16.2112 33.3397C17.1096 32.1099 18.8906 32.1099 19.7889 33.3397L19.8068 33.3642L19.8256 33.3879L20.8499 34.6776C21.8664 35.9574 23.6297 36.3693 25.105 35.6416L26.693 34.8584C28.157 34.1364 28.9174 32.5019 28.5789 30.9231L28.2314 29.3021L28.2252 29.2731L28.2178 29.2444C27.8203 27.6924 29.0008 26.2719 30.4572 26.3192L30.4883 26.3202L30.5194 26.3199L32.1438 26.3052C33.7884 26.2903 35.1714 25.1251 35.5234 23.5423L35.9144 21.784C36.2649 20.2079 35.5169 18.5679 34.0591 17.8344L32.6037 17.1021L32.5764 17.0884L32.5485 17.0757C31.181 16.4562 30.7464 14.6233 31.7474 13.4202L31.7667 13.397L31.7851 13.3731L32.7856 12.0672C33.7716 10.7801 33.7636 8.97735 32.7656 7.69933L31.6645 6.28937C30.6594 5.00219 28.9012 4.5748 27.4201 5.28841L25.9541 5.9948L25.9266 6.00805L25.8996 6.02241C24.6059 6.71198 22.9695 5.95912 22.6726 4.40308L22.667 4.37393L22.6603 4.34501L22.2855 2.73061C21.919 1.1517 20.526 2.83719e-05 18.882 1.46629e-05L17.1182 1.22389e-10ZM18.0006 12C14.6869 12 12.0006 14.6862 12.0006 18C12.0006 21.3138 14.6869 24 18.0006 24C21.3142 24 24.0006 21.3138 24.0006 18C24.0006 14.6862 21.3142 12 18.0006 12ZM15.0006 18C15.0006 16.3431 16.3437 15 18.0006 15C19.6574 15 21.0006 16.3431 21.0006 18C21.0006 19.6569 19.6574 21 18.0006 21C16.3437 21 15.0006 19.6569 15.0006 18Z",
36
- fill: "currentColor"
37
- })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
38
- id: "clip0_841_60997"
39
- }, ___EmotionJSX("rect", {
40
- width: "36",
41
- height: "35.9996",
42
- fill: "white"
43
- })))));
44
- };
6
+ const IconGear = 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("mask", {
12
+ id: "Gear_svg__a",
13
+ fill: "#fff"
14
+ }, ___EmotionJSX("path", {
15
+ fillRule: "evenodd",
16
+ clipRule: "evenodd",
17
+ d: "M14.5 0h-5l-.436 3.49c-.345.119-.68.258-1.005.416L5.282 1.747 1.747 5.283l2.16 2.776c-.159.324-.298.66-.417 1.005L0 9.5v5l3.49.436c.119.345.258.68.416 1.005l-2.16 2.777 3.536 3.535 2.777-2.16c.324.159.66.298 1.005.417L9.5 24h5l.436-3.49c.345-.119.68-.258 1.005-.417l2.777 2.16 3.535-3.535-2.16-2.777c.159-.325.298-.66.417-1.005L24 14.5v-5l-3.49-.436a8.946 8.946 0 0 0-.417-1.005l2.16-2.776-3.535-3.536-2.777 2.16a8.944 8.944 0 0 0-1.005-.417L14.5 0ZM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"
18
+ })), ___EmotionJSX("path", {
19
+ d: "M9.5 0v-2H7.734L7.515-.248 9.5 0Zm5 0 1.985-.248L16.265-2H14.5v2ZM9.064 3.49l.652 1.89 1.178-.406.154-1.236-1.984-.248Zm-1.005.416-1.228 1.58.984.765 1.12-.547-.876-1.798ZM5.282 1.747 6.51.168 5.117-.916 3.868.333l1.414 1.414ZM1.747 5.283.333 3.868-.916 5.117.168 6.51l1.579-1.227Zm2.16 2.776 1.797.877.547-1.12-.766-.985L3.906 8.06ZM3.49 9.064l.248 1.984 1.236-.154.407-1.178-1.891-.652ZM0 9.5l-.248-1.985-1.752.22V9.5h2Zm0 5h-2v1.766l1.752.219L0 14.5Zm3.49.436 1.89-.652-.406-1.178-1.236-.154-.248 1.984Zm.416 1.005 1.58 1.228.765-.984-.547-1.12-1.798.876Zm-2.16 2.777L.169 17.49l-1.084 1.393 1.249 1.249 1.414-1.414Zm3.536 3.535-1.414 1.414 1.249 1.249 1.393-1.084-1.228-1.579Zm2.777-2.16.877-1.797-1.12-.547-.985.766 1.228 1.578Zm1.005.417 1.984-.248-.154-1.236-1.178-.407-.652 1.891ZM9.5 24l-1.985.248.22 1.752H9.5v-2Zm5 0v2h1.766l.219-1.752L14.5 24Zm.436-3.49-.652-1.89-1.178.406-.154 1.236 1.984.248Zm1.005-.417 1.228-1.578-.984-.766-1.12.547.876 1.797Zm2.777 2.16-1.228 1.579 1.393 1.084 1.249-1.249-1.415-1.414Zm3.535-3.535 1.414 1.414 1.249-1.249-1.084-1.393-1.579 1.228Zm-2.16-2.777-1.797-.877-.547 1.12.766.985 1.578-1.228Zm.417-1.005-.248-1.984-1.236.154-.407 1.178 1.891.652ZM24 14.5l.248 1.985 1.752-.22V14.5h-2Zm0-5h2V7.734l-1.752-.219L24 9.5Zm-3.49-.436-1.89.652.406 1.178 1.236.154.248-1.984Zm-.417-1.005-1.578-1.228-.766.984.547 1.12 1.797-.876Zm2.16-2.776 1.579 1.227 1.084-1.393-1.249-1.249-1.414 1.415Zm-3.535-3.536L20.132.333 18.883-.916 17.49.168l1.228 1.579Zm-2.777 2.16-.877 1.797 1.12.547.985-.766-1.228-1.579Zm-1.005-.417-1.984.248.154 1.236 1.178.407.652-1.891ZM9.5 2h5v-4h-5v4Zm1.548 1.738.437-3.49-3.97-.496-.436 3.49 3.97.496ZM8.936 5.704c.252-.123.512-.231.78-.323L8.412 1.599c-.423.146-.833.316-1.23.51l1.754 3.595ZM4.055 3.326l2.776 2.16 2.456-3.158L6.51.168 4.055 3.326Zm-.894 3.37 3.536-3.535L3.868.333.333 3.868 3.16 6.697Zm2.324.135-2.16-2.776L.169 6.51l2.16 2.777L5.485 6.83Zm-.104 2.885c.092-.268.2-.528.323-.78L2.109 7.182c-.194.397-.364.807-.51 1.23l3.782 1.304ZM.248 11.485l3.49-.437-.496-3.969-3.49.436.496 3.97ZM2 14.5v-5h-4v5h4Zm1.738-1.548-3.49-.437-.496 3.97 3.49.436.496-3.97Zm1.966 2.112a6.942 6.942 0 0 1-.323-.78l-3.782 1.304c.146.423.316.833.51 1.23l3.595-1.754Zm-2.378 4.881 2.16-2.776-3.158-2.456-2.16 2.777 3.158 2.455Zm3.37.894-3.535-3.536-2.828 2.829 3.535 3.535 2.829-2.828Zm.135-2.324-2.776 2.16 2.455 3.157 2.777-2.16-2.456-3.157Zm2.885.104a6.93 6.93 0 0 1-.78-.323l-1.754 3.595c.397.194.807.364 1.23.51l1.304-3.782Zm1.769 5.133-.437-3.49-3.969.496.436 3.49 3.97-.496ZM14.5 22h-5v4h5v-4Zm-1.548-1.738-.437 3.49 3.97.496.436-3.49-3.97-.496Zm2.112-1.966a6.938 6.938 0 0 1-.78.323l1.304 3.782c.423-.146.833-.316 1.23-.51l-1.754-3.595Zm4.881 2.378-2.776-2.16-2.456 3.158 2.777 2.16 2.455-3.158Zm.894-3.37-3.536 3.535 2.829 2.828 3.535-3.535-2.828-2.829Zm-2.324-.135 2.16 2.776 3.157-2.455-2.16-2.777-3.157 2.456Zm.104-2.885c-.092.268-.2.528-.323.78l3.595 1.754c.194-.397.364-.807.51-1.23l-3.782-1.304Zm5.133-1.769-3.49.437.496 3.969 3.49-.436-.496-3.97ZM22 9.5v5h4v-5h-4Zm-1.738 1.548 3.49.437.496-3.97-3.49-.436-.496 3.97Zm-1.966-2.112c.123.252.231.512.323.78l3.782-1.304a10.94 10.94 0 0 0-.51-1.23l-3.595 1.754Zm2.378-4.881-2.16 2.776 3.158 2.456 2.16-2.777-3.158-2.455Zm-3.37-.894 3.535 3.536 2.828-2.829L20.132.333 17.303 3.16Zm-.135 2.324 2.776-2.16L17.49.169l-2.777 2.16 2.456 3.157Zm-2.885-.104c.268.092.528.2.78.323l1.754-3.595a10.941 10.941 0 0 0-1.23-.51l-1.304 3.782ZM12.515.248l.437 3.49 3.969-.496-.436-3.49-3.97.496ZM13 12a1 1 0 0 1-1 1v4a5 5 0 0 0 5-5h-4Zm-1-1a1 1 0 0 1 1 1h4a5 5 0 0 0-5-5v4Zm-1 1a1 1 0 0 1 1-1V7a5 5 0 0 0-5 5h4Zm1 1a1 1 0 0 1-1-1H7a5 5 0 0 0 5 5v-4Z",
20
+ fill: "currentColor",
21
+ mask: "url(#Gear_svg__a)"
22
+ })), ___EmotionJSX("svg", _extends({
23
+ "data-icon-set-v": 2,
24
+ viewBox: "0 0 36 36",
25
+ fill: "none",
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, props), ___EmotionJSX("g", {
28
+ clipPath: "url(#clip0_841_60997)"
29
+ }, ___EmotionJSX("path", {
30
+ fillRule: "evenodd",
31
+ clipRule: "evenodd",
32
+ d: "M16.6369 3.40899C16.6976 3.14758 16.9122 3 17.1182 3L18.882 3.00001C19.0879 3.00002 19.3025 3.1476 19.3632 3.40901L19.7318 4.99677C20.408 8.43325 24.1523 10.3291 27.2816 8.68525L28.7223 7.99106C28.9141 7.89865 29.1513 7.94532 29.3001 8.13579L30.4011 9.54575C30.5579 9.74649 30.5594 10.04 30.4041 10.2427L29.4205 11.5265C27.2116 14.2136 28.1062 18.3334 31.2805 19.7947L32.7107 20.5143C32.9118 20.6155 33.0453 20.8655 32.9859 21.1328L32.5949 22.8911C32.5365 23.1535 32.3227 23.3034 32.1166 23.3053L30.5208 23.3198C27.0026 23.2274 24.4594 26.5802 25.3038 29.9578L25.6456 31.552C25.703 31.8199 25.5675 32.0685 25.3661 32.1678L23.778 32.9511C23.5866 33.0455 23.3491 33.0006 23.1991 32.8117L22.1921 31.5439C20.0953 28.7085 15.9048 28.7085 13.808 31.5439L12.801 32.8118C12.651 33.0007 12.4135 33.0456 12.222 32.9512L10.6341 32.168C10.4326 32.0686 10.2971 31.82 10.3545 31.5521L10.6964 29.9577C11.5407 26.5802 8.99752 23.2274 5.47935 23.3198L3.88326 23.3053C3.67711 23.3034 3.46332 23.1535 3.40496 22.891L3.01399 21.1329C2.95455 20.8656 3.08809 20.6156 3.28916 20.5145L4.71966 19.7947C7.89399 18.3333 8.78856 14.2136 6.57961 11.5265L5.59589 10.2424C5.44065 10.0398 5.44217 9.74626 5.59892 9.54553L6.69987 8.13572C6.84861 7.94525 7.08578 7.89858 7.27758 7.99099L8.71857 8.68525C11.8479 10.3291 15.5921 8.43325 16.2683 4.99678L16.6369 3.40899ZM17.1182 1.22389e-10C15.4742 -1.37089e-05 14.0812 1.15166 13.7146 2.73058L13.3398 4.345L13.3331 4.37392L13.3276 4.40308C13.0307 5.95912 11.3943 6.71198 10.1005 6.02241L10.0736 6.00804L10.046 5.99479L8.57973 5.28832C7.09866 4.57474 5.34057 5.00213 4.33542 6.28927L3.23447 7.69909C2.23646 8.97709 2.22842 10.7798 3.21441 12.0669L4.21504 13.373L4.23341 13.397L4.25272 13.4202C5.25375 14.6233 4.81919 16.4562 3.45163 17.0757L3.42373 17.0884L3.39638 17.1021L1.9407 17.8346C0.482915 18.5681 -0.264955 20.2081 0.0855273 21.7842L0.476492 23.5423C0.828469 25.125 2.21146 26.2902 3.85598 26.3051L5.48068 26.3199L5.51184 26.3202L5.54298 26.3192C6.99937 26.2719 8.17983 27.6924 7.78232 29.2444L7.77496 29.2731L7.76874 29.3021L7.42119 30.9233C7.0827 32.5021 7.84316 34.1366 9.30713 34.8586L10.8951 35.6417C12.3704 36.3693 14.1336 35.9575 15.1501 34.6777L16.1745 33.3879L16.1934 33.3642L16.2112 33.3397C17.1096 32.1099 18.8906 32.1099 19.7889 33.3397L19.8068 33.3642L19.8256 33.3879L20.8499 34.6776C21.8664 35.9574 23.6297 36.3693 25.105 35.6416L26.693 34.8584C28.157 34.1364 28.9174 32.5019 28.5789 30.9231L28.2314 29.3021L28.2252 29.2731L28.2178 29.2444C27.8203 27.6924 29.0008 26.2719 30.4572 26.3192L30.4883 26.3202L30.5194 26.3199L32.1438 26.3052C33.7884 26.2903 35.1714 25.1251 35.5234 23.5423L35.9144 21.784C36.2649 20.2079 35.5169 18.5679 34.0591 17.8344L32.6037 17.1021L32.5764 17.0884L32.5485 17.0757C31.181 16.4562 30.7464 14.6233 31.7474 13.4202L31.7667 13.397L31.7851 13.3731L32.7856 12.0672C33.7716 10.7801 33.7636 8.97735 32.7656 7.69933L31.6645 6.28937C30.6594 5.00219 28.9012 4.5748 27.4201 5.28841L25.9541 5.9948L25.9266 6.00805L25.8996 6.02241C24.6059 6.71198 22.9695 5.95912 22.6726 4.40308L22.667 4.37393L22.6603 4.34501L22.2855 2.73061C21.919 1.1517 20.526 2.83719e-05 18.882 1.46629e-05L17.1182 1.22389e-10ZM18.0006 12C14.6869 12 12.0006 14.6862 12.0006 18C12.0006 21.3138 14.6869 24 18.0006 24C21.3142 24 24.0006 21.3138 24.0006 18C24.0006 14.6862 21.3142 12 18.0006 12ZM15.0006 18C15.0006 16.3431 16.3437 15 18.0006 15C19.6574 15 21.0006 16.3431 21.0006 18C21.0006 19.6569 19.6574 21 18.0006 21C16.3437 21 15.0006 19.6569 15.0006 18Z",
33
+ fill: "currentColor"
34
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
35
+ id: "clip0_841_60997"
36
+ }, ___EmotionJSX("rect", {
37
+ width: "36",
38
+ height: "35.9996",
39
+ fill: "white"
40
+ })))));
45
41
 
46
42
  export default IconGear;
@@ -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;