@flodesk/grain 5.16.0 → 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 (64) hide show
  1. package/es/components/autocomplete.js +2 -2
  2. package/es/components/button.js +5 -5
  3. package/es/components/icon-button.js +2 -2
  4. package/es/components/icon-toggle.js +5 -5
  5. package/es/components/multi-autocomplete.js +4 -4
  6. package/es/components/select.js +2 -2
  7. package/es/components/text-toggle.js +4 -4
  8. package/es/foundational/field.js +5 -5
  9. package/es/foundational/index.js +1 -1
  10. package/es/foundational/menu.js +8 -8
  11. package/es/foundational/styles.js +12 -10
  12. package/es/icons/icon-align-center.js +11 -4
  13. package/es/icons/icon-align-left.js +12 -5
  14. package/es/icons/icon-align-right.js +12 -5
  15. package/es/icons/icon-arrow-down.js +3 -3
  16. package/es/icons/icon-arrow-left.js +3 -3
  17. package/es/icons/icon-arrow-right.js +3 -3
  18. package/es/icons/icon-arrow-up.js +3 -3
  19. package/es/icons/icon-browser.js +5 -34
  20. package/es/icons/icon-chart.js +11 -4
  21. package/es/icons/icon-check.js +13 -10
  22. package/es/icons/icon-chevron-down.js +5 -4
  23. package/es/icons/icon-chevron-horizontal.js +5 -4
  24. package/es/icons/icon-chevron-left.js +5 -4
  25. package/es/icons/icon-chevron-right.js +7 -18
  26. package/es/icons/icon-chevron-up.js +6 -10
  27. package/es/icons/icon-chevron-vertical.js +6 -19
  28. package/es/icons/icon-clip.js +14 -6
  29. package/es/icons/icon-clock.js +6 -11
  30. package/es/icons/icon-crop.js +2 -2
  31. package/es/icons/icon-cross.js +2 -2
  32. package/es/icons/icon-download.js +5 -5
  33. package/es/icons/icon-duplicate.js +6 -15
  34. package/es/icons/icon-ellipsis.js +5 -15
  35. package/es/icons/icon-file.js +11 -4
  36. package/es/icons/icon-folder-add.js +2 -2
  37. package/es/icons/icon-folder.js +2 -2
  38. package/es/icons/icon-gear.js +12 -10
  39. package/es/icons/icon-globe.js +11 -4
  40. package/es/icons/icon-heart.js +3 -2
  41. package/es/icons/icon-image.js +2 -2
  42. package/es/icons/icon-link.js +5 -9
  43. package/es/icons/icon-mail.js +2 -2
  44. package/es/icons/icon-minus.js +3 -3
  45. package/es/icons/icon-monitor.js +2 -2
  46. package/es/icons/icon-pencil.js +11 -4
  47. package/es/icons/icon-phone.js +2 -2
  48. package/es/icons/icon-plus.js +3 -3
  49. package/es/icons/icon-redo.js +2 -2
  50. package/es/icons/icon-search.js +6 -11
  51. package/es/icons/icon-send.js +5 -4
  52. package/es/icons/icon-share.js +11 -4
  53. package/es/icons/icon-smile.js +13 -23
  54. package/es/icons/icon-switch.js +2 -2
  55. package/es/icons/icon-tablet.js +2 -2
  56. package/es/icons/icon-text-align-center.js +5 -3
  57. package/es/icons/icon-text-align-left.js +5 -3
  58. package/es/icons/icon-text-align-right.js +5 -3
  59. package/es/icons/icon-trash.js +11 -4
  60. package/es/icons/icon-type.js +14 -5
  61. package/es/icons/icon-undo.js +11 -4
  62. package/es/icons/icon-upload.js +5 -5
  63. package/es/styles/variables.css +6 -6
  64. package/package.json +1 -1
@@ -7,26 +7,15 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconChevronRight = function IconChevronRight(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 12 32",
10
+ viewBox: "0 0 12 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("g", {
14
- clipPath: "url(#ChevronRight_svg__a)"
15
- }, ___EmotionJSX("mask", {
16
- id: "ChevronRight_svg__b",
17
- fill: "#fff"
18
- }, ___EmotionJSX("path", {
19
- d: "m-4 16 8-8 8 8-8 8-8-8Z"
20
- })), ___EmotionJSX("path", {
21
- d: "m12 16 1.414 1.414L14.828 16l-1.414-1.414L12 16ZM2.586 9.414l8 8 2.828-2.828-8-8-2.828 2.828Zm8 5.172-8 8 2.828 2.828 8-8-2.828-2.828Z",
22
- fill: "currentColor",
23
- mask: "url(#ChevronRight_svg__b)"
24
- })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
25
- id: "ChevronRight_svg__a"
26
- }, ___EmotionJSX("path", {
27
- fill: "#fff",
28
- d: "M0 0h12v32H0z"
29
- }))));
13
+ }, props), ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "m4.007 19.957-1.414-1.414L9.136 12 2.593 5.457l1.414-1.414L11.964 12l-7.957 7.957Z",
17
+ fill: "currentColor"
18
+ }));
30
19
  };
31
20
 
32
21
  export default IconChevronRight;
@@ -7,25 +7,21 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconChevronUp = function IconChevronUp(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("g", {
14
14
  clipPath: "url(#ChevronUp_svg__a)"
15
- }, ___EmotionJSX("mask", {
16
- id: "ChevronUp_svg__b",
17
- fill: "#fff"
18
15
  }, ___EmotionJSX("path", {
19
- d: "m8 27-8-8 8-8 8 8-8 8Z"
20
- })), ___EmotionJSX("path", {
21
- d: "m8 11 1.414-1.414L8 8.172 6.586 9.586 8 11Zm-6.586 9.414 8-8-2.828-2.828-8 8 2.828 2.828Zm5.172-8 8 8 2.828-2.828-8-8-2.828 2.828Z",
22
- fill: "currentColor",
23
- mask: "url(#ChevronUp_svg__b)"
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M16 15 8 7l-8 8 1.414 1.414L8 9.828l6.586 6.586L16 15Z",
19
+ fill: "currentColor"
24
20
  })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
25
21
  id: "ChevronUp_svg__a"
26
22
  }, ___EmotionJSX("path", {
27
23
  fill: "#fff",
28
- d: "M0 0h16v32H0z"
24
+ d: "M0 0h16v24H0z"
29
25
  }))));
30
26
  };
31
27
 
@@ -7,34 +7,21 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconChevronVertical = function IconChevronVertical(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("g", {
14
14
  clipPath: "url(#ChevronVertical_svg__a)"
15
- }, ___EmotionJSX("mask", {
16
- id: "ChevronVertical_svg__b",
17
- fill: "#fff"
18
15
  }, ___EmotionJSX("path", {
19
- d: "m8 12 8 8-8 8-8-8 8-8Z"
20
- })), ___EmotionJSX("path", {
21
- d: "m8 28-1.414 1.414L8 30.828l1.414-1.414L8 28Zm6.586-9.414-8 8 2.828 2.828 8-8-2.828-2.828Zm-5.172 8-8-8-2.828 2.828 8 8 2.828-2.828Z",
22
- fill: "currentColor",
23
- mask: "url(#ChevronVertical_svg__b)"
24
- }), ___EmotionJSX("mask", {
25
- id: "ChevronVertical_svg__c",
26
- fill: "#fff"
27
- }, ___EmotionJSX("path", {
28
- d: "m8 20-8-8 8-8 8 8-8 8Z"
29
- })), ___EmotionJSX("path", {
30
- d: "m8 4 1.414-1.414L8 1.172 6.586 2.586 8 4Zm-6.586 9.414 8-8-2.828-2.828-8 8 2.828 2.828Zm5.172-8 8 8 2.828-2.828-8-8-2.828 2.828Z",
31
- fill: "currentColor",
32
- mask: "url(#ChevronVertical_svg__c)"
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M9.414 1.414 16 8l-1.414 1.414L8 2.828 1.414 9.414 0 8l6.586-6.586L8 0l1.414 1.414ZM6.586 22.586 0 16l1.414-1.414L8 21.172l6.586-6.586L16 16l-6.586 6.586L8 24l-1.414-1.414Z",
19
+ fill: "currentColor"
33
20
  })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
34
21
  id: "ChevronVertical_svg__a"
35
22
  }, ___EmotionJSX("path", {
36
23
  fill: "#fff",
37
- d: "M0 0h16v32H0z"
24
+ d: "M0 0h16v24H0z"
38
25
  }))));
39
26
  };
40
27
 
@@ -7,14 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconClip = function IconClip(props) {
9
9
  return ___EmotionJSX("svg", _extends({
10
- viewBox: "0 0 22 32",
10
+ viewBox: "0 0 22 24",
11
11
  fill: "none",
12
12
  xmlns: "http://www.w3.org/2000/svg"
13
- }, props), ___EmotionJSX("path", {
14
- d: "m19.071 17.414-7.778 7.778a6 6 0 0 1-8.485-8.485L14.12 5.393a4 4 0 1 1 5.657 5.657L8.111 22.718a2 2 0 1 1-2.828-2.828l8.131-8.133",
15
- stroke: "currentColor",
16
- strokeWidth: 2
17
- }));
13
+ }, props), ___EmotionJSX("g", {
14
+ clipPath: "url(#Clip_svg__a)"
15
+ }, ___EmotionJSX("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M18.849 2.824a2.898 2.898 0 0 0-4.098 0L3.823 13.752a4.83 4.83 0 1 0 6.83 6.83l7.513-7.513 1.366 1.366-7.513 7.513a6.761 6.761 0 1 1-9.562-9.562L13.385 1.458a4.83 4.83 0 0 1 6.83 6.83l-11.27 11.27a2.898 2.898 0 1 1-4.097-4.099l7.854-7.854 1.366 1.366-7.854 7.854a.966.966 0 1 0 1.366 1.366L18.849 6.922a2.898 2.898 0 0 0 0-4.098Z",
19
+ fill: "currentColor"
20
+ })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
+ id: "Clip_svg__a"
22
+ }, ___EmotionJSX("path", {
23
+ fill: "#fff",
24
+ d: "M0 0h22v24H0z"
25
+ }))));
18
26
  };
19
27
 
20
28
  export default IconClip;
@@ -7,19 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconClock = function IconClock(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: "M13 9v7h9",
21
- stroke: "currentColor",
22
- strokeWidth: 2
13
+ }, props), ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12ZM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0Zm-2 5v8h10v-2h-8V5h-2Z",
17
+ fill: "currentColor"
23
18
  }));
24
19
  };
25
20
 
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconCrop = function IconCrop(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: "M4 10v12a2 2 0 0 0 2 2h12v4h2v-4h4v-2h-4V10a2 2 0 0 0-2-2H6V4H4v4H0v2h4Zm2 0v12h12V10H6Z",
16
+ d: "M4 6v12a2 2 0 0 0 2 2h12v4h2v-4h4v-2h-4V6a2 2 0 0 0-2-2H6V0H4v4H0v2h4Zm2 0v12h12V6H6Z",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconCross = function IconCross(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: "m10 17.414 8.293 8.293 1.414-1.414L11.414 16l8.293-8.293-1.414-1.414L10 14.586 1.707 6.293.293 7.707 8.586 16 .293 24.293l1.414 1.414L10 17.414Z",
16
+ d: "m10 13.414 8.293 8.293 1.414-1.414L11.414 12l8.293-8.293-1.414-1.414L10 10.586 1.707 2.293.293 3.707 8.586 12 .293 20.293l1.414 1.414L10 13.414Z",
17
17
  fill: "currentColor"
18
18
  }));
19
19
  };
@@ -7,21 +7,21 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconDownload = function IconDownload(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("g", {
14
- clipPath: "url(#prefix__clip0_262_764)"
14
+ clipPath: "url(#Download_svg__a)"
15
15
  }, ___EmotionJSX("path", {
16
16
  fillRule: "evenodd",
17
17
  clipRule: "evenodd",
18
- d: "M13 4v16.172l7.586-7.586L22 14l-8.586 8.586L12 24l-1.414-1.414L2 14l1.414-1.414L11 20.172V4h2zM0 20v6a2 2 0 002 2h20a2 2 0 002-2v-6h-2v6H2v-6H0z",
18
+ d: "M13 0v16.172l7.586-7.586L22 10l-8.586 8.586L12 20l-1.414-1.414L2 10l1.414-1.414L11 16.172V0h2ZM0 16v6a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-6h-2v6H2v-6H0Z",
19
19
  fill: "currentColor"
20
20
  })), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
21
- id: "prefix__clip0_262_764"
21
+ id: "Download_svg__a"
22
22
  }, ___EmotionJSX("path", {
23
23
  fill: "#fff",
24
- d: "M0 0h24v32H0z"
24
+ d: "M0 0h24v24H0z"
25
25
  }))));
26
26
  };
27
27
 
@@ -7,23 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconDuplicate = function IconDuplicate(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("rect", {
14
- x: 9,
15
- y: 5,
16
- width: 14,
17
- height: 14,
18
- rx: 1,
19
- stroke: "currentColor",
20
- strokeWidth: 2,
21
- strokeLinecap: "square"
22
- }), ___EmotionJSX("path", {
23
- d: "M15 23v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V14a1 1 0 0 1 1-1h3",
24
- stroke: "currentColor",
25
- strokeWidth: 2,
26
- strokeLinecap: "square"
13
+ }, props), ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M10 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H10Zm0 2h12v12H10V2ZM2 8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4h-2v4H2V10h4V8H2Z",
17
+ fill: "currentColor"
27
18
  }));
28
19
  };
29
20
 
@@ -7,23 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
7
7
 
8
8
  var IconEllipsis = function IconEllipsis(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("circle", {
14
- cx: 10,
15
- cy: 16,
16
- r: 2,
17
- fill: "currentColor"
18
- }), ___EmotionJSX("circle", {
19
- cx: 2,
20
- cy: 16,
21
- r: 2,
22
- fill: "currentColor"
23
- }), ___EmotionJSX("circle", {
24
- cx: 18,
25
- cy: 16,
26
- r: 2,
13
+ }, props), ___EmotionJSX("path", {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M4 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm6 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",
27
17
  fill: "currentColor"
28
18
  }));
29
19
  };
@@ -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