@flodesk/grain 5.16.1 → 5.16.2

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 (53) hide show
  1. package/es/icons/icon-align-center.js +11 -4
  2. package/es/icons/icon-align-left.js +12 -5
  3. package/es/icons/icon-align-right.js +12 -5
  4. package/es/icons/icon-arrow-down.js +3 -3
  5. package/es/icons/icon-arrow-left.js +3 -3
  6. package/es/icons/icon-arrow-right.js +3 -3
  7. package/es/icons/icon-arrow-up.js +3 -3
  8. package/es/icons/icon-browser.js +5 -34
  9. package/es/icons/icon-chart.js +11 -4
  10. package/es/icons/icon-check.js +13 -10
  11. package/es/icons/icon-chevron-down.js +5 -4
  12. package/es/icons/icon-chevron-horizontal.js +5 -4
  13. package/es/icons/icon-chevron-left.js +5 -4
  14. package/es/icons/icon-chevron-right.js +7 -18
  15. package/es/icons/icon-chevron-up.js +6 -10
  16. package/es/icons/icon-chevron-vertical.js +6 -19
  17. package/es/icons/icon-clip.js +14 -6
  18. package/es/icons/icon-clock.js +6 -11
  19. package/es/icons/icon-crop.js +2 -2
  20. package/es/icons/icon-cross.js +2 -2
  21. package/es/icons/icon-download.js +5 -5
  22. package/es/icons/icon-duplicate.js +6 -15
  23. package/es/icons/icon-ellipsis.js +5 -15
  24. package/es/icons/icon-file.js +11 -4
  25. package/es/icons/icon-folder-add.js +2 -2
  26. package/es/icons/icon-folder.js +2 -2
  27. package/es/icons/icon-gear.js +12 -10
  28. package/es/icons/icon-globe.js +11 -4
  29. package/es/icons/icon-heart.js +3 -2
  30. package/es/icons/icon-image.js +2 -2
  31. package/es/icons/icon-link.js +5 -9
  32. package/es/icons/icon-mail.js +2 -2
  33. package/es/icons/icon-minus.js +3 -3
  34. package/es/icons/icon-monitor.js +2 -2
  35. package/es/icons/icon-pencil.js +11 -4
  36. package/es/icons/icon-phone.js +2 -2
  37. package/es/icons/icon-plus.js +3 -3
  38. package/es/icons/icon-redo.js +2 -2
  39. package/es/icons/icon-search.js +6 -11
  40. package/es/icons/icon-send.js +5 -4
  41. package/es/icons/icon-share.js +11 -4
  42. package/es/icons/icon-smile.js +13 -23
  43. package/es/icons/icon-switch.js +2 -2
  44. package/es/icons/icon-tablet.js +2 -2
  45. package/es/icons/icon-text-align-center.js +5 -3
  46. package/es/icons/icon-text-align-left.js +5 -3
  47. package/es/icons/icon-text-align-right.js +5 -3
  48. package/es/icons/icon-trash.js +11 -4
  49. package/es/icons/icon-type.js +14 -5
  50. package/es/icons/icon-undo.js +11 -4
  51. package/es/icons/icon-upload.js +5 -5
  52. package/es/styles/variables.css +6 -6
  53. package/package.json +1 -1
@@ -7,15 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconFile = function IconFile(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 20 32",
10
+ viewBox: "0 0 20 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("path", {
13
+ }, props), ___EmotionJSX("g", {
14
+ clipPath: "url(#File_svg__a)"
15
+ }, ___EmotionJSX("path", {
14
16
  fillRule: "evenodd",
15
17
  clipRule: "evenodd",
16
- d: "M2.008 2A2.007 2.007 0 0 0 0 4v24a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9.586l-.293-.293-7-7L12.414 2H2.008ZM2 28V4.004A.017.017 0 0 1 2.005 4H10v8h8v16H2Zm15.586-18L12 4.414V10h5.586Z",
18
+ d: "M2.008 0A2.007 2.007 0 0 0 0 2v20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7.586l-.293-.293-7-7L12.414 0H2.008ZM2 22V2.004A.017.017 0 0 1 2.005 2H10v8h8v12H2ZM17.586 8 12 2.414V8h5.586Z",
17
19
  fill: "currentColor"
18
- }));
20
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
+ id: "File_svg__a"
22
+ }, ___EmotionJSX("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h20v24H0z"
25
+ }))));
19
26
  };
20
27
 
21
28
  export default IconFile;
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconFolderAdd = function IconFolderAdd(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 28 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M1 4H0v22a2 2 0 002 2h24a2 2 0 002-2V10a2 2 0 00-2-2H10.618L8.894 4.553 8.618 4H1zm1 9V6h5.382l1.724 3.447.276.553H26v16H2V13zm11-1h2v5h5v2h-5v5h-2v-5H8v-2h5v-5z",
16
+ d: "M1 2H0v18a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H10.414L8.707 2.293 8.414 2H1Zm1 9V4h5.586l1.707 1.707.293.293H22v14H2v-9Zm9-3h2v4h4v2h-4v4h-2v-4H7v-2h4V8Z",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconFolder = function IconFolder(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 28 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M0 4h8.618l2 4H26a2 2 0 012 2v16a2 2 0 01-2 2H2a2 2 0 01-2-2V4zm2 2v20h24V10H9.382l-2-4H2z",
16
+ d: "M0 2h8.414l.293.293L10.414 4H22a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Zm2 2v16h20V6H9.586l-.293-.293L7.586 4H2Z",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
@@ -7,18 +7,20 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconGear = function IconGear(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 28 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("path", {
14
- d: "M12 3V2h-.926l-.071.923L12 3zm4 0l.997-.077L16.926 2H16v1zm-4.25 3.254l.224.975.716-.165.057-.733-.997-.077zM8.7 7.518l-.65.76.558.478.623-.39-.53-.848zM6.223 5.393l.65-.759-.702-.602-.655.654.707.707zM3.393 8.222l-.707-.707-.655.655.603.703.76-.651zM5.518 10.7l.848.53.39-.623-.479-.558-.759.65zM4.254 13.75l.077.997.733-.057.165-.716-.975-.224zM1 14l-.077-.997-.923.071V14h1zm0 4H0v.926l.923.071L1 18zm3.254.25l.975-.224-.165-.716-.733-.057-.077.997zm1.264 3.05l.76.65.478-.558-.39-.623-.848.53zm-2.125 2.478l-.759-.65-.603.703.655.654.707-.707zm2.829 2.829l-.707.707.654.654.704-.602-.651-.76zM8.7 24.482l.53-.848-.623-.39-.558.479.65.759zm3.049 1.264l.997-.077-.057-.733-.716-.165-.224.975zM12 29l-.997.077.071.923H12v-1zm4 0v1h.926l.071-.923L16 29zm.25-3.254l-.224-.975-.716.165-.057.733.997.077zm3.05-1.264l.65-.76-.558-.478-.623.39.53.848zm2.478 2.125l-.65.759.703.603.654-.655-.707-.707zm2.829-2.829l.707.707.654-.654-.602-.704-.76.651zM22.482 21.3l-.848-.53-.39.623.479.558.759-.65zm1.264-3.049l-.077-.997-.733.057-.165.716.975.224zM27 18l.077.997.923-.07V18h-1zm0-4h1v-.926l-.923-.071L27 14zm-3.254-.25l-.975.224.165.716.733.057.077-.997zm-1.264-3.05l-.76-.65-.478.558.39.623.848-.53zm2.125-2.478l.759.65.602-.702-.654-.655-.707.707zm-2.829-2.829l.707-.707-.655-.654-.703.602.651.76zM19.3 7.518l-.53.848.623.39.558-.479-.65-.759zM16.25 6.254l-.997.077.057.733.716.165.224-.975zM12 4h4V2h-4v2zm.747 2.33l.25-3.253-1.994-.154-.25 3.255 1.994.153zM9.23 8.367a8.942 8.942 0 012.743-1.137l-.448-1.95A10.941 10.941 0 008.17 6.672L9.23 8.366zm-3.66-2.213L8.05 8.277 9.35 6.76 6.873 4.634 5.57 6.153zm-1.47 2.776l2.828-2.828-1.414-1.415-2.829 2.829L4.1 8.929zm2.176 1.12L4.153 7.572 2.634 8.873 4.76 11.35l1.518-1.301zM5.23 13.975a8.942 8.942 0 011.137-2.743L4.67 10.17a10.942 10.942 0 00-1.39 3.356l1.949.448zm-4.152 1.023l3.254-.25-.153-1.994-3.255.25.154 1.994zM2 18v-4H0v4h2zm2.33-.747l-3.253-.25-.154 1.994 3.255.25.153-1.994zm2.036 3.516a8.941 8.941 0 01-1.137-2.743l-1.95.448A10.943 10.943 0 004.67 21.83l1.696-1.061zm-2.213 3.66l2.124-2.479L4.76 20.65l-2.125 2.478 1.519 1.302zm2.776 1.47L4.1 23.072l-1.414 1.414 2.829 2.829 1.414-1.415zm1.12-2.176l-2.478 2.124 1.302 1.519L9.35 25.24 8.05 23.723zm3.925 1.048a8.94 8.94 0 01-2.743-1.137L8.17 25.33a10.942 10.942 0 003.356 1.391l.448-1.949zm1.023 4.152l-.25-3.254-1.994.154.25 3.254 1.994-.154zM16 28h-4v2h4v-2zm-.747-2.33l-.25 3.253 1.994.154.25-3.255-1.994-.153zm3.516-2.036a8.94 8.94 0 01-2.743 1.137l.448 1.95a10.939 10.939 0 003.356-1.392l-1.061-1.695zm3.66 2.213l-2.479-2.124-1.301 1.518 2.478 2.125 1.302-1.519zm1.47-2.776L21.072 25.9l1.414 1.415 2.829-2.829-1.415-1.414zm-2.176-1.12l2.124 2.478 1.519-1.302-2.125-2.478-1.518 1.301zm1.048-3.925a8.942 8.942 0 01-1.137 2.743l1.695 1.061a10.942 10.942 0 001.391-3.355l-1.949-.449zm4.152-1.023l-3.254.25.154 1.994 3.254-.25-.154-1.994zM26 14v4h2v-4h-2zm-2.33.747l3.253.25.154-1.994-3.255-.25-.153 1.994zm-2.036-3.516a8.94 8.94 0 011.137 2.743l1.95-.448a10.942 10.942 0 00-1.392-3.356l-1.695 1.061zm2.213-3.66l-2.124 2.479 1.518 1.301 2.125-2.478-1.519-1.302zm-2.776-1.47l2.828 2.828 1.415-1.414-2.829-2.829-1.414 1.415zm-1.12 2.176l2.478-2.124-1.302-1.519L18.65 6.76l1.301 1.518zM16.025 7.23c.986.226 1.91.615 2.743 1.137L19.83 6.67a10.94 10.94 0 00-3.356-1.39l-.448 1.949zm-1.023-4.152l.25 3.254 1.994-.153-.25-3.255-1.994.154z",
15
- fill: "currentColor"
16
- }), ___EmotionJSX("circle", {
17
- cx: 14,
18
- cy: 16,
19
- r: 4,
20
- stroke: "currentColor",
21
- strokeWidth: 2
13
+ }, props), ___EmotionJSX("mask", {
14
+ id: "Gear_svg__a",
15
+ fill: "#fff"
16
+ }, ___EmotionJSX("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ 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"
20
+ })), ___EmotionJSX("path", {
21
+ 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",
22
+ fill: "currentColor",
23
+ mask: "url(#Gear_svg__a)"
22
24
  }));
23
25
  };
24
26
 
@@ -7,15 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconGlobe = function IconGlobe(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 28 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("path", {
13
+ }, props), ___EmotionJSX("g", {
14
+ clipPath: "url(#Globe_svg__a)"
15
+ }, ___EmotionJSX("path", {
14
16
  fillRule: "evenodd",
15
17
  clipRule: "evenodd",
16
- d: "M13 17v10.868c-1.273-.336-2.57-1.32-3.682-3.05C8.06 22.859 7.181 20.125 7.025 17H13Zm2 0v10.868c1.273-.336 2.57-1.32 3.682-3.05 1.259-1.959 2.137-4.693 2.293-7.818H15Zm5.975-2H15V4.132c1.273.336 2.57 1.32 3.682 3.05 1.259 1.959 2.137 4.693 2.293 7.818Zm2.002 2c-.168 3.706-1.263 7.014-2.928 9.366A12 12 0 0 0 25.96 17h-2.982Zm2.982-2h-2.982c-.168-3.706-1.263-7.014-2.928-9.366A12 12 0 0 1 25.96 15ZM28 16c0 7.732-6.268 14-14 14S0 23.732 0 16 6.268 2 14 2s14 6.268 14 14ZM2.041 17a12 12 0 0 0 5.91 9.366C6.286 24.014 5.19 20.706 5.023 17H2.04Zm2.982-2H2.04a12 12 0 0 1 5.91-9.366C6.286 7.986 5.19 11.294 5.023 15Zm2.002 0c.156-3.125 1.034-5.859 2.293-7.818 1.112-1.73 2.41-2.714 3.682-3.05V15H7.025Z",
18
+ 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
19
  fill: "currentColor"
18
- }));
20
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
+ id: "Globe_svg__a"
22
+ }, ___EmotionJSX("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h24v24H0z"
25
+ }))));
19
26
  };
20
27
 
21
28
  export default IconGlobe;
@@ -7,11 +7,12 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconHeart = function IconHeart(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 28 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
- d: "M14 26.5L2.806 15.306a6.089 6.089 0 018.61-8.612L14 9.278l2.583-2.584a6.089 6.089 0 118.612 8.612L14 26.5z",
14
+ clipRule: "evenodd",
15
+ 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",
15
16
  stroke: "currentColor",
16
17
  strokeWidth: 2
17
18
  }));
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconImage = function IconImage(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 28 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M0 8a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8Zm26 0H2v10.802l7.525-6.556.675-.588.658.606L23.632 24H26V8ZM2 24v-2.545l8.164-7.113L20.676 24H2Zm17-11a2 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",
16
+ 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",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
@@ -7,18 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconLink = function IconLink(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
- d: "m16.95 18.121 4.242-4.242a5 5 0 0 0 0-7.071v0a5 5 0 0 0-7.07 0L9.878 11.05M7.05 13.879 2.808 18.12a5 5 0 0 0 0 7.071v0a5 5 0 0 0 7.07 0l4.243-4.242",
15
- stroke: "currentColor",
16
- strokeWidth: 2,
17
- strokeLinecap: "square"
18
- }), ___EmotionJSX("path", {
19
- d: "m6.343 21.657 11.314-11.314",
20
- stroke: "currentColor",
21
- strokeWidth: 2
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M13.414 2.1a6 6 0 0 1 8.486 8.486l-4.243 4.242-.707.708-1.414-1.415.707-.707 4.242-4.242a4 4 0 1 0-5.657-5.657l-4.242 4.242-.707.707L8.464 7.05l.708-.707 4.242-4.242Zm-2.828 19.8A6 6 0 1 1 2.1 13.413l4.243-4.242.707-.708L8.464 9.88l-.707.707-4.242 4.242a4 4 0 0 0 5.657 5.657l4.242-4.242.707-.707 1.415 1.414-.708.707-4.242 4.242ZM7.05 18.363l.005-.005.006-.006.005-.005.006-.006.006-.006.006-.006.006-.006.007-.007.007-.007.007-.007.007-.007.008-.007.007-.008.008-.008.008-.008.008-.008.009-.009.009-.008.008-.01.01-.008.009-.01.01-.01.009-.009.01-.01.01-.01.01-.01.01-.01.011-.011.011-.011.011-.011.012-.012.011-.011.012-.012.012-.012.012-.012.012-.012.012-.012.013-.013.013-.012.013-.014.013-.013.013-.013.014-.014.013-.013.014-.014.014-.014.015-.014.014-.015.015-.014.014-.015.015-.015.015-.015.016-.015.015-.016.016-.015.016-.016.016-.016.016-.017.016-.016.016-.016.017-.017.017-.017.017-.017.017-.017.017-.017.018-.018.017-.017.018-.018.018-.018.018-.018.018-.018.019-.019.018-.018.02-.019.018-.019.02-.019.018-.02.02-.018.02-.02.019-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.021-.021.021-.02.021-.022.021-.02.021-.022.022-.021.021-.022.022-.022.022-.021.021-.022.022-.022.023-.022.022-.023.022-.022.023-.023.023-.022.022-.023.023-.023.023-.023.024-.023.023-.024.023-.023.024-.024.024-.023.023-.024.024-.024.024-.024.025-.024.024-.025.024-.024.025-.025.024-.024.025-.025.025-.025.025-.025.025-.025.025-.025.026-.026.025-.025.026-.025.025-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.027-.026.026-.027.027-.026.026-.027.027-.027.027-.027.027-.027.027-.027.027-.027.027-.027.028-.027.027-.028.027-.027.028-.028.028-.027.027-.028.028-.028.028-.028.028-.028.028-.028.028-.028.029-.029.028-.028.029-.028.028-.029.029-.028.028-.03.029-.028.029-.029.029-.028.029-.03.029-.028.029-.03.029-.029.03-.029.029-.03.029-.029.03-.03.029-.029.03-.03.03-.029.029-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.031-.03.03-.031.031-.03.03-.031.031-.031.03-.03.032-.031.03-.031.031-.031.031-.03.03-.032.032-.03.03-.032.032-.03.03-.032.032-.03.031-.032.031-.031.031-.031.032-.032.031-.03.031-.032.032-.031.031-.032.032-.031.03-.032.032-.031.032-.032.031-.031.032-.032.032-.031.031-.032.032-.032.031-.031.032-.032.032-.032.032-.031.031-.032.032-.032.032-.032.032-.031.032-.032.031-.032.032-.032.032-.032.032-.032.032-.032.032-.031.032-.032.031-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.031.032-.032.032-.032.031-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.031.031-.032.032-.032.032-.032.032-.032.032-.032.032-.031.031-.032.032-.032.032-.031.031-.032.032-.032.031-.031.032-.032.032-.031.031-.032.032-.031.031-.032.032-.032.031-.03.032-.032.03-.032.032-.031.031-.031.032-.032.031-.03.031-.032.031-.031.031-.031.031-.031.031-.031.032-.031.03-.031.031-.031.031-.031.031-.03.03-.032.032-.03.03-.031.03-.03.031-.031.031-.03.03-.031.03-.03.031-.031.03-.03.03-.03.031-.03.03-.031.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.029-.029.03-.03.029-.029.03-.03.029-.028.029-.03.03-.029.028-.03.03-.028.028-.03.03-.028.028-.029.029-.029.029-.028.028-.029.029-.028.028-.029.029-.028.028-.029.028-.028.028-.028.028-.028.028-.028.028-.028.028-.028.028-.027.027-.028.028-.028.027-.027.027-.027.028-.028.027-.027.027-.027.027-.027.027-.027.027-.026.026-.027.027-.027.026-.026.027-.027.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.025-.025.026-.026.025-.025.025-.025.025-.025.025-.025.025-.025.025-.025.025-.025.024-.024.025-.025.024-.024.024-.024.024-.024.024-.024.024-.024.024-.024.024-.023.023-.024.023-.023.024-.024.023-.023.023-.023.023-.023.023-.022.022-.023.023-.022.022-.023.022-.022.022-.022.022-.022.022-.022.022-.021.021-.022.022-.021.02-.022.022-.02.021-.022.02-.02.021-.021.021-.02.02-.021.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.019-.018.019-.02.019-.018.018-.02.019-.018.018-.018.019-.019.018-.018.018-.018.018-.018.017-.017.018-.018.017-.017.018-.017.017-.017.017-.017.016-.017.017-.017.016-.016.016-.016.016-.016.016-.016.016-.016.015-.015.016-.016.015-.015.015-.015.015-.015.014-.014.015-.015.014-.014.014-.014.014-.014.014-.014.014-.013.013-.014.013-.013.013-.013.013-.013.013-.013.012-.012.013-.012.012-.012.012-.012.011-.012.012-.012.011-.011.011-.011.011-.011.011-.01.01-.011.01-.01.011-.01.01-.01.01-.01.01-.01.009-.01.009-.009.009-.009.009-.008.008-.01.009-.007.008-.009.008-.007.007-.008.008-.008.007-.007.007-.007.007-.007.007-.007.006-.006.007-.006.006-.006.005-.006.006-.006.005-.005.006-.005.005-.005.004-.005.005-.005.004-.004.004-.004.004-.004.003-.003.004-.004.003-.003.003-.003.003-.002.002-.003.002-.002.002-.002.002-.002.002-.002h.001l.001-.002.002-.001-.707-.708-.707-.707-.001.001h-.001l-.001.002-.002.001-.001.002-.002.002-.002.002-.002.002-.002.002-.003.003-.003.003-.003.003-.004.003-.003.004-.004.004-.004.004-.005.004-.004.005-.005.004-.005.005-.005.006-.005.005-.006.006-.006.005-.006.006-.006.007-.006.006-.007.007-.007.007-.007.007-.007.007-.008.008-.008.007-.008.008-.008.008-.008.009-.009.008-.008.01-.01.008-.008.01-.01.009-.01.01-.01.009-.01.01-.01.01-.01.01-.01.011-.011.01-.01.012-.012.01-.011.012-.012.012-.012.011-.012.012-.012.012-.012.013-.012.012-.013.013-.013.013-.013.013-.013.013-.014.013-.013.014-.014.014-.014.014-.014.014-.014.014-.015.015-.014.014-.015.015-.015.015-.015.015-.016.016-.015.015-.016.016-.016.016-.016.016-.016.016-.017.016-.016.017-.017.017-.017.016-.017.017-.017.018-.017.017-.018.018-.017.017-.018.018-.018.018-.018.018-.019.018-.018.019-.019.019-.019.018-.019.02-.019.018-.019.02-.02.019-.019.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.021.021-.021.021-.021.021-.021.021-.022.021-.021.022-.022.021-.021.022-.022.022-.022.022-.022.022-.022.022-.023.022-.022.023-.023.022-.023.023-.022.023-.023.023-.023.023-.024.023-.023.024-.024.023-.023.024-.024.024-.024.024-.024.024-.024.024-.024.024-.024.024-.025.025-.024.024-.025.025-.025.025-.025.025-.025.025-.025.025-.025.025-.025.025-.026.026-.025.025-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.027.027-.026.026-.027.027-.027.026-.026.027-.027.027-.027.027-.027.027-.027.027-.028.027-.027.028-.027.027-.028.028-.028.027-.027.028-.028.028-.028.028-.028.028-.028.028-.028.028-.028.028-.029.028-.028.029-.029.028-.028.029-.029.028-.028.03-.03.028-.028.029-.029.029-.029.029-.029.029-.029.029-.03.029-.028.03-.03.029-.03.029-.029.03-.03.029-.029.03-.03.03-.03.029-.03.03-.029.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.031.031-.03.03-.031.031-.03.03-.031.031-.031.03-.03.031-.031.031-.031.03-.031.032-.03.03-.032.031-.03.031-.032.031-.03.031-.032.032-.03.03-.032.032-.031.031-.032.031-.03.031-.032.032-.031.031-.032.031-.031.032-.031.031-.032.032-.031.031-.032.032-.032.031-.031.032-.032.031-.031.032-.032.032-.032.031-.031.032-.032.032-.032.031-.031.032-.032.032-.032.032-.032.032-.032.031-.031.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.031-.032.032-.032.032-.032.032-.031.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.031-.032.033-.032.031-.031.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.031-.032.032-.031.032-.032.032-.032.032-.032.031-.031.032-.032.032-.032.032-.031.031-.032.032-.032.031-.031.032-.032.031-.031.032-.032.032-.031.031-.032.031-.031.032-.031.031-.032.032-.031.031-.031.031-.032.031-.03.032-.032.03-.031.032-.031.031-.031.031-.031.031-.031.031-.031.031-.031.031-.031.03-.03.032-.032.03-.03.031-.031.03-.03.031-.031.03-.03.032-.031.03-.03.03-.03.03-.031.031-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.029.029-.03.029-.029.03-.029.029-.03.029-.028.03-.03.028-.029.03-.028.028-.03.03-.028.028-.029.029-.029.028-.028.029-.029.028-.028.029-.028.028-.029.028-.028.029-.028.028-.028.028-.028.028-.028.027-.028.028-.027.028-.028.028-.027.027-.028.027-.027.028-.027.027-.027.027-.027.027-.027.027-.027.027-.027.027-.027.026-.026.027-.027.026-.026.027-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.025-.025.026-.026.025-.025.026-.025.025-.025.025-.025.025-.025.025-.025.024-.024.025-.025.025-.024.024-.025.024-.024.024-.024.025-.024.023-.024.024-.023.024-.024.024-.023.023-.024.023-.023.023-.023.024-.023.023-.023.022-.022.023-.023.023-.022.022-.023.022-.022.023-.022.021-.022.022-.021.022-.022.022-.022.021-.02.022-.022.02-.021.022-.021.02-.02.022-.022.02-.02.02-.02.021-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.019.019-.02.019-.018.019-.019.019-.019.018-.018.02-.019.018-.018.018-.018.018-.018.018-.018.018-.017.017-.018.018-.017.017-.017.017-.017.017-.017.017-.017.017-.016.016-.017.016-.016.017-.016.015-.015.016-.016.016-.016.015-.015.016-.015.015-.015.015-.015.014-.014.015-.015.014-.014.015-.014.014-.014.014-.014.013-.013.014-.013.013-.014.013-.013.013-.012.013-.013.013-.012.012-.013.012-.012.012-.011.012-.012.012-.012.011-.01.012-.012.01-.01.011-.011.011-.01.01-.011.011-.01.01-.01.01-.01.01-.01.01-.009.009-.009.009-.009.008-.008.01-.009.008-.008.008-.008.008-.008.008-.008.008-.007.007-.007.007-.007.007-.007.007-.007.007-.006.006-.006.006-.006.006-.006.006-.006.005-.005.006-.005.005 1.414 1.414Z",
17
+ fill: "currentColor"
22
18
  }));
23
19
  };
24
20
 
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconMail = function IconMail(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 28 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M2 6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h24a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2H2Zm22.551 2H3.449L14 17.175 24.551 8ZM2 9.39V24h24V9.39l-11.344 9.865-.656.57-.656-.57L2 9.39Z",
16
+ d: "M2 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2Zm18.505 2H3.495L12 11.655 20.505 4ZM2 5.345V20h20V5.345l-9.331 8.398-.669.602-.669-.602L2 5.345Z",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
@@ -7,12 +7,12 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconMinus = function IconMinus(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 20 32",
10
+ viewBox: "0 0 20 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
- fill: "currentColor",
15
- d: "M0 15h20v2H0z"
14
+ fill: " currentColor",
15
+ d: "M0 11h20v2H0z"
16
16
  }));
17
17
  };
18
18
 
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconMonitor = function IconMonitor(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 28 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M2 4a2 2 0 00-2 2v16a2 2 0 002 2h24a2 2 0 002-2V6a2 2 0 00-2-2H2zm0 2h24v16H2V6zm18 20H8v2h12v-2z",
16
+ d: "M2 2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2Zm0 2h20v14H2V4Zm16 18H6v2h12v-2Z",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
@@ -7,15 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconPencil = function IconPencil(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("path", {
13
+ }, props), ___EmotionJSX("g", {
14
+ clipPath: "url(#Pencil_svg__a)"
15
+ }, ___EmotionJSX("path", {
14
16
  fillRule: "evenodd",
15
17
  clipRule: "evenodd",
16
- d: "M19.664 4.75a2 2 0 0 0-2.828 0L14 7.586l-.457.457-.25.25-13 13-.293.293V28h6.414l.293-.293 13-13 .25-.25.457-.457 2.836-2.836a2 2 0 0 0 0-2.828L19.664 4.75ZM19 12.586l2.836-2.836-3.586-3.586L15.414 9 19 12.586ZM2 26v-3.586l12-12L17.586 14l-12 12H2Z",
18
+ d: "M19.664.75a2 2 0 0 0-2.828 0L14 3.586l-.457.457-.25.25-13 13-.293.293V24h6.414l.293-.293 13-13 .25-.25.457-.457 2.836-2.836a2 2 0 0 0 0-2.828L19.664.75ZM19 8.586l2.836-2.836-3.586-3.586L15.414 5 19 8.586ZM2 22v-3.586l12-12L17.586 10l-12 12H2Z",
17
19
  fill: "currentColor"
18
- }));
20
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
+ id: "Pencil_svg__a"
22
+ }, ___EmotionJSX("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h24v24H0z"
25
+ }))));
19
26
  };
20
27
 
21
28
  export default IconPencil;
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconPhone = function IconPhone(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 16 32",
10
+ viewBox: "0 0 16 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M2 4a2 2 0 00-2 2v20a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2H2zm0 2h12v20H2V6zm6 18.5a1.5 1.5 0 100-3 1.5 1.5 0 000 3z",
16
+ d: "M2 0a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm0 2h12v20H2V2Zm6 18.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
@@ -7,14 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconPlus = function IconPlus(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 20 32",
10
+ viewBox: "0 0 20 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M11 6H9v9H0v2h9v9h2v-9h9v-2h-9V6Z",
17
- fill: "currentColor"
16
+ d: "M11 2H9v9H0v2h9v9h2v-9h9v-2h-9V2z",
17
+ fill: " currentColor"
18
18
  }));
19
19
  };
20
20
 
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconRedo = function IconRedo(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M22.586 11.586 15 4l-1.414 1.414L20.172 12H8a8 8 0 1 0 0 16h4v-2H8a6 6 0 0 1 0-12h12.172l-6.586 6.586L15 22l7.586-7.586L24 13l-1.414-1.414Z",
16
+ d: "M22.586 7.586 15 0l-1.414 1.414L20.172 8H8a8 8 0 1 0 0 16h4v-2H8a6 6 0 0 1 0-12h12.172l-6.586 6.586L15 18l7.586-7.586L24 9l-1.414-1.414Z",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
@@ -7,19 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconSearch = function IconSearch(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("circle", {
14
- cx: 9,
15
- cy: 13,
16
- r: 8,
17
- stroke: "currentColor",
18
- strokeWidth: 2
19
- }), ___EmotionJSX("path", {
20
- d: "m23.25 27.25-8-8",
21
- stroke: "currentColor",
22
- strokeWidth: 2
13
+ }, props), ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M2 9a7 7 0 1 1 14 0A7 7 0 0 1 2 9Zm7-9a9 9 0 1 0 5.618 16.032l7.925 7.925 1.414-1.414-7.925-7.925A9 9 0 0 0 9 0Z",
17
+ fill: "currentColor"
23
18
  }));
24
19
  };
25
20
 
@@ -7,13 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconSend = function IconSend(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 28 32",
10
+ viewBox: "0 0 25 25",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
- d: "M26.275 3.936L2.773 11.769l10.446 5.223 5.222 10.445 7.834-23.501zM26.083 4.128L13.219 16.992",
15
- stroke: "currentColor",
16
- strokeWidth: 2
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M24.368 1.897 25 0l-1.897.632L3.287 7.238.997 8l2.159 1.08 8.509 4.254 4.254 8.51L17 24.003l.764-2.29 6.605-19.817Zm-12.155 9.476L6.21 8.372 19.716 3.87l-7.504 7.503Zm1.414 1.414 3.002 6.004L21.13 5.283l-7.504 7.504Z",
17
+ fill: "currentColor"
17
18
  }));
18
19
  };
19
20
 
@@ -7,15 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconShare = function IconShare(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("path", {
13
+ }, props), ___EmotionJSX("g", {
14
+ clipPath: "url(#Share_svg__a)"
15
+ }, ___EmotionJSX("path", {
14
16
  fillRule: "evenodd",
15
17
  clipRule: "evenodd",
16
- d: "M2 6v20h20v-5.889h2V26a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6c0-1.103.893-2 1.999-2H7.889v2H2Zm10.03 0H12V4H22.999L23 5V4h1v12h-2V7.414L9.707 19.707l-1.414-1.414L20.586 6H12.029Z",
18
+ d: "M12.03 2H12V0H22.999L23 1V0h1v12h-2V3.414L9.707 15.707l-1.414-1.414L20.586 2H12.029ZM2 4v18h18v-7.889h2V22a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4c0-1.102.89-2 1.998-2H9.888v2H2Z",
17
19
  fill: "currentColor"
18
- }));
20
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
+ id: "Share_svg__a"
22
+ }, ___EmotionJSX("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h24v24H0z"
25
+ }))));
19
26
  };
20
27
 
21
28
  export default IconShare;
@@ -7,32 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconSmile = function IconSmile(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 28 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("circle", {
14
- cx: 14,
15
- cy: 16,
16
- r: 13,
17
- stroke: "currentColor",
18
- strokeWidth: 2
19
- }), ___EmotionJSX("path", {
20
- d: "M20.5 18.598A6.998 6.998 0 0 1 14 23a7 7 0 0 1-6.5-4.402",
21
- stroke: "currentColor",
22
- strokeWidth: 2,
23
- strokeLinecap: "round",
24
- strokeLinejoin: "round"
25
- }), ___EmotionJSX("circle", {
26
- cx: 9,
27
- cy: 13,
28
- r: 2,
13
+ }, props), ___EmotionJSX("g", {
14
+ clipPath: "url(#Smile_svg__a)"
15
+ }, ___EmotionJSX("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Zm2 0c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-12 8a7 7 0 0 0 6.5-4.402 1 1 0 1 0-1.857-.742A4.998 4.998 0 0 1 12 18a5 5 0 0 1-4.643-3.144 1 1 0 1 0-1.857.742A6.998 6.998 0 0 0 12 20Zm6-10a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM8 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",
29
19
  fill: "currentColor"
30
- }), ___EmotionJSX("circle", {
31
- cx: 19,
32
- cy: 13,
33
- r: 2,
34
- fill: "currentColor"
35
- }));
20
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
+ id: "Smile_svg__a"
22
+ }, ___EmotionJSX("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h24v24H0z"
25
+ }))));
36
26
  };
37
27
 
38
28
  export default IconSmile;
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconSwitch = function IconSwitch(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M7.993 2.043l-7.25 7.25L.036 10l.707.707 7.25 7.25 1.414-1.414L3.864 11H24V9H3.864l5.543-5.543-1.414-1.414zm15.264 20.664l-7.25 7.25-1.414-1.414L20.136 23H0v-2h20.136l-5.543-5.543 1.414-1.414 7.25 7.25.707.707-.707.707z",
16
+ d: "M6.993.043l-6.25 6.25L.036 7l.707.707 6.25 6.25 1.414-1.414L3.864 8H18V6H3.864l4.543-4.543L6.993.043zm16.264 17.664l-6.25 6.25-1.414-1.414L20.136 18H6v-2h14.136l-4.543-4.543 1.414-1.414 6.25 6.25.707.707-.707.707z",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconTablet = function IconTablet(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 20 32",
10
+ viewBox: "0 0 20 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
14
  fillRule: "evenodd",
15
15
  clipRule: "evenodd",
16
- d: "M2 4a2 2 0 00-2 2v20a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2H2zm0 2h16v20H2V6zm12 16H6v2h8v-2z",
16
+ d: "M2 0a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm0 2h16v20H2V2Zm12 16H6v2h8v-2Z",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
@@ -7,12 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconTextAlignCenter = function IconTextAlignCenter(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
- fill: "currentColor",
15
- d: "M0 15h24v2H0zM4 9h16v2H4zM7 21h10v2H7z"
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M4 5h16v2H4V5Zm-4 6h24v2H0v-2Zm17 6H7v2h10v-2Z",
17
+ fill: "currentColor"
16
18
  }));
17
19
  };
18
20
 
@@ -7,12 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconTextAlignLeft = function IconTextAlignLeft(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
- fill: "currentColor",
15
- d: "M0 15h24v2H0zM0 9h16v2H0zM0 21h10v2H0z"
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M0 5h16v2H0V5Zm0 6h24v2H0v-2Zm10 6H0v2h10v-2Z",
17
+ fill: "currentColor"
16
18
  }));
17
19
  };
18
20
 
@@ -7,12 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconTextAlignRight = function IconTextAlignRight(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 24 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
13
  }, props), ___EmotionJSX("path", {
14
- fill: "currentColor",
15
- d: "M0 15h24v2H0zM8 9h16v2H8zM14 21h10v2H14z"
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M8 5h16v2H8V5Zm-8 6h24v2H0v-2Zm24 6H14v2h10v-2Z",
17
+ fill: "currentColor"
16
18
  }));
17
19
  };
18
20
 
@@ -7,15 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconTrash = function IconTrash(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 24 32",
10
+ viewBox: "0 0 20 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("path", {
13
+ }, props), ___EmotionJSX("g", {
14
+ clipPath: "url(#Trash_svg__a)"
15
+ }, ___EmotionJSX("path", {
14
16
  fillRule: "evenodd",
15
17
  clipRule: "evenodd",
16
- d: "M8 4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2h6a2 2 0 0 1 2 2v4h-2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12H0V8a2 2 0 0 1 2-2h6V4Zm2 2h4V4h-4v2Zm-8 4h20V8H2v2Zm18 2H4v16h16V12Z",
18
+ d: "M6 2a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2h4a2 2 0 0 1 2 2v4h-2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10H0V6a2 2 0 0 1 2-2h4V2Zm2 2h4V2H8v2ZM2 8h16V6H2v2Zm14 2H4v12h12V10Z",
17
19
  fill: "currentColor"
18
- }));
20
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
+ id: "Trash_svg__a"
22
+ }, ___EmotionJSX("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h20v24H0z"
25
+ }))));
19
26
  };
20
27
 
21
28
  export default IconTrash;
@@ -7,13 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconType = function IconType(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 16 32",
10
+ viewBox: "0 0 16 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("path", {
14
- fill: "currentColor",
15
- d: "M0 4h16v2H0zM0 26h16v2H0zM7 6h2v20H7z"
16
- }));
13
+ }, props), ___EmotionJSX("g", {
14
+ clipPath: "url(#Type_svg__a)"
15
+ }, ___EmotionJSX("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M0 0h16v2H9v20h7v2H0v-2h7V2H0V0Z",
19
+ fill: "currentColor"
20
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
+ id: "Type_svg__a"
22
+ }, ___EmotionJSX("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h16v24H0z"
25
+ }))));
17
26
  };
18
27
 
19
28
  export default IconType;