@carbon/icons-react 10.9.0 → 10.9.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/index.js +1 -1
  2. package/lib/arrows/16.js +2 -2
  3. package/lib/arrows/20.js +1 -1
  4. package/lib/arrows/24.js +1 -1
  5. package/lib/arrows/32.js +1 -1
  6. package/lib/arrows--vertical/16.js +2 -2
  7. package/lib/arrows--vertical/20.js +1 -1
  8. package/lib/arrows--vertical/24.js +1 -1
  9. package/lib/arrows--vertical/32.js +1 -1
  10. package/lib/attachment/16.js +2 -2
  11. package/lib/attachment/20.js +1 -1
  12. package/lib/attachment/24.js +1 -1
  13. package/lib/attachment/32.js +1 -1
  14. package/lib/back-to-top/16.js +2 -2
  15. package/lib/back-to-top/20.js +1 -1
  16. package/lib/back-to-top/24.js +1 -1
  17. package/lib/back-to-top/32.js +1 -1
  18. package/lib/calendar/16.js +2 -2
  19. package/lib/calendar/20.js +1 -2
  20. package/lib/calendar/24.js +1 -2
  21. package/lib/calendar/32.js +1 -2
  22. package/lib/chat/16.js +3 -3
  23. package/lib/checkmark/16.js +2 -2
  24. package/lib/checkmark/32.js +1 -1
  25. package/lib/checkmark--outline/16.js +3 -3
  26. package/lib/close/16.js +2 -2
  27. package/lib/close--outline/16.js +3 -3
  28. package/lib/copy/16.js +3 -3
  29. package/lib/copy--file/16.js +3 -3
  30. package/lib/copy--file/20.js +2 -2
  31. package/lib/copy--file/24.js +2 -2
  32. package/lib/copy--file/32.js +2 -2
  33. package/lib/document/16.js +3 -3
  34. package/lib/document/20.js +2 -2
  35. package/lib/document/24.js +2 -2
  36. package/lib/document/32.js +2 -2
  37. package/lib/down-to-bottom/16.js +2 -2
  38. package/lib/down-to-bottom/20.js +1 -1
  39. package/lib/down-to-bottom/24.js +1 -1
  40. package/lib/down-to-bottom/32.js +1 -1
  41. package/lib/draggable/16.js +2 -2
  42. package/lib/draggable/20.js +1 -1
  43. package/lib/draggable/24.js +1 -1
  44. package/lib/draggable/32.js +1 -1
  45. package/lib/edit/16.js +2 -2
  46. package/lib/edit/20.js +1 -1
  47. package/lib/edit/24.js +1 -1
  48. package/lib/edit/32.js +1 -1
  49. package/lib/folder/16.js +2 -2
  50. package/lib/folder--add/16.js +3 -3
  51. package/lib/folder--add/20.js +2 -2
  52. package/lib/folder--add/24.js +2 -2
  53. package/lib/folder--add/32.js +2 -2
  54. package/lib/forum/16.js +3 -3
  55. package/lib/forum/20.js +2 -2
  56. package/lib/forum/24.js +2 -2
  57. package/lib/forum/32.js +2 -2
  58. package/lib/index.js +1 -1
  59. package/lib/up-to-top/16.js +2 -2
  60. package/lib/up-to-top/20.js +1 -1
  61. package/lib/up-to-top/24.js +1 -1
  62. package/lib/up-to-top/32.js +1 -1
  63. package/package.json +4 -4
  64. package/umd/index.js +1 -1
package/lib/arrows/16.js CHANGED
@@ -13,10 +13,10 @@ React.forwardRef(function Arrows16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M13.8 10.3L12 12.1 12 2 11 2 11 12.1 9.2 10.3 8.5 11 11.5 14 14.5 11zM4.5 2L1.5 5 2.2 5.7 4 3.9 4 14 5 14 5 3.9 6.8 5.7 7.5 5z"
19
+ d: "M27.6 20.6L24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22zM9 4L3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z"
20
20
  }), props.children);
21
21
  });
22
22
 
package/lib/arrows/20.js CHANGED
@@ -16,7 +16,7 @@ React.forwardRef(function Arrows20(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M26.6 20.6L23 24.2 23 4 21 4 21 24.2 17.4 20.6 16 22 22 28 28 22zM10 4L4 10 5.4 11.4 9 7.8 9 28 11 28 11 7.8 14.6 11.4 16 10z"
19
+ d: "M27.6 20.6L24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22zM9 4L3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z"
20
20
  }), props.children);
21
21
  });
22
22
 
package/lib/arrows/24.js CHANGED
@@ -16,7 +16,7 @@ React.forwardRef(function Arrows24(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M26.6 20.6L23 24.2 23 4 21 4 21 24.2 17.4 20.6 16 22 22 28 28 22zM10 4L4 10 5.4 11.4 9 7.8 9 28 11 28 11 7.8 14.6 11.4 16 10z"
19
+ d: "M27.6 20.6L24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22zM9 4L3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z"
20
20
  }), props.children);
21
21
  });
22
22
 
package/lib/arrows/32.js CHANGED
@@ -16,7 +16,7 @@ React.forwardRef(function Arrows32(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M26.6 20.6L23 24.2 23 4 21 4 21 24.2 17.4 20.6 16 22 22 28 28 22zM10 4L4 10 5.4 11.4 9 7.8 9 28 11 28 11 7.8 14.6 11.4 16 10z"
19
+ d: "M27.6 20.6L24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22zM9 4L3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -13,10 +13,10 @@ React.forwardRef(function ArrowsVertical16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M13.8 10.3L12 12.1 12 2 11 2 11 12.1 9.2 10.3 8.5 11 11.5 14 14.5 11zM4.5 2L1.5 5 2.2 5.7 4 3.9 4 14 5 14 5 3.9 6.8 5.7 7.5 5z"
19
+ d: "M27.6 20.6L24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22zM9 4L3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function ArrowsVertical20(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M26.59 20.59L23 24.17 23 4 21 4 21 24.17 17.41 20.59 16 22 22 28 28 22 26.59 20.59zM10 4L4 10 5.41 11.41 9 7.83 9 28 11 28 11 7.83 14.59 11.41 16 10 10 4z"
19
+ d: "M27.6 20.6L24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22zM9 4L3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function ArrowsVertical24(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M26.59 20.59L23 24.17 23 4 21 4 21 24.17 17.41 20.59 16 22 22 28 28 22 26.59 20.59zM10 4L4 10 5.41 11.41 9 7.83 9 28 11 28 11 7.83 14.59 11.41 16 10 10 4z"
19
+ d: "M27.6 20.6L24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22zM9 4L3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function ArrowsVertical32(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M26.59 20.59L23 24.17 23 4 21 4 21 24.17 17.41 20.59 16 22 22 28 28 22 26.59 20.59zM10 4L4 10 5.41 11.41 9 7.83 9 28 11 28 11 7.83 14.59 11.41 16 10 10 4z"
19
+ d: "M27.6 20.6L24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22zM9 4L3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -13,10 +13,10 @@ React.forwardRef(function Attachment16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M14.1,9L7,1.9C5.6,0.6,3.3,0.7,2,2.1S0.7,5.6,1.9,7l1.6,1.6l0.8-0.8L2.7,6.2c-1-0.9-1-2.5-0.1-3.5s2.5-1,3.5-0.1l0.1,0.1\tl7.1,7.1c1,0.9,1,2.5,0.1,3.5s-2.5,1-3.5,0.1l-0.1-0.1L6.5,9.9C5.9,9.4,5.9,8.5,6.5,8s1.4-0.5,1.9,0l0,0l1.7,1.7L10.9,9L9.1,7.2\tc-1-0.9-2.5-0.9-3.5,0.1c-0.9,0.9-0.9,2.4,0,3.3L9,14.1c1.4,1.3,3.7,1.2,5-0.2S15.3,10.4,14.1,9z"
19
+ d: "M28.1,18.9L13.1,3.9c-2.5-2.6-6.6-2.6-9.2-0.1S1.3,10.5,3.9,13c0,0,0.1,0.1,0.1,0.1L6.8,16l1.4-1.4l-2.9-2.9\tC3.6,10,3.6,7.1,5.3,5.4s4.6-1.8,6.3-0.1c0,0,0,0,0.1,0.1l14.9,14.9c1.8,1.7,1.8,4.6,0.1,6.3c-1.7,1.8-4.6,1.8-6.3,0.1\tc0,0,0,0-0.1-0.1l-7.4-7.4c-1-1-0.9-2.6,0-3.5c1-0.9,2.5-0.9,3.5,0l4.1,4.1l1.4-1.4c0,0-4.2-4.2-4.2-4.2c-1.8-1.7-4.6-1.6-6.3,0.2\tc-1.6,1.7-1.6,4.4,0,6.2l7.5,7.5c2.5,2.6,6.6,2.6,9.2,0.1S30.7,21.5,28.1,18.9C28.1,19,28.1,18.9,28.1,18.9L28.1,18.9z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function Attachment20(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M27.1,17.9l-13-13a6.51,6.51,0,0,0-9.2,9.2l3,3,1.41-1.41-3-3a4.5,4.5,0,1,1,6.36-6.36l13,13a4.5,4.5,0,1,1-6.36,6.36l-6.13-6.13A2.5,2.5,0,0,1,16.72,16l3.17,3.17,1.41-1.41s-3.22-3.23-3.25-3.24a4.49,4.49,0,0,0-6.34,6.35L17.9,27.1a6.51,6.51,0,0,0,9.2-9.2Z"
19
+ d: "M28.1,18.9L13.1,3.9c-2.5-2.6-6.6-2.6-9.2-0.1S1.3,10.5,3.9,13c0,0,0.1,0.1,0.1,0.1L6.8,16l1.4-1.4l-2.9-2.9\tC3.6,10,3.6,7.1,5.3,5.4s4.6-1.8,6.3-0.1c0,0,0,0,0.1,0.1l14.9,14.9c1.8,1.7,1.8,4.6,0.1,6.3c-1.7,1.8-4.6,1.8-6.3,0.1\tc0,0,0,0-0.1-0.1l-7.4-7.4c-1-1-0.9-2.6,0-3.5c1-0.9,2.5-0.9,3.5,0l4.1,4.1l1.4-1.4c0,0-4.2-4.2-4.2-4.2c-1.8-1.7-4.6-1.6-6.3,0.2\tc-1.6,1.7-1.6,4.4,0,6.2l7.5,7.5c2.5,2.6,6.6,2.6,9.2,0.1S30.7,21.5,28.1,18.9C28.1,19,28.1,18.9,28.1,18.9L28.1,18.9z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function Attachment24(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M27.1,17.9l-13-13a6.51,6.51,0,0,0-9.2,9.2l3,3,1.41-1.41-3-3a4.5,4.5,0,1,1,6.36-6.36l13,13a4.5,4.5,0,1,1-6.36,6.36l-6.13-6.13A2.5,2.5,0,0,1,16.72,16l3.17,3.17,1.41-1.41s-3.22-3.23-3.25-3.24a4.49,4.49,0,0,0-6.34,6.35L17.9,27.1a6.51,6.51,0,0,0,9.2-9.2Z"
19
+ d: "M28.1,18.9L13.1,3.9c-2.5-2.6-6.6-2.6-9.2-0.1S1.3,10.5,3.9,13c0,0,0.1,0.1,0.1,0.1L6.8,16l1.4-1.4l-2.9-2.9\tC3.6,10,3.6,7.1,5.3,5.4s4.6-1.8,6.3-0.1c0,0,0,0,0.1,0.1l14.9,14.9c1.8,1.7,1.8,4.6,0.1,6.3c-1.7,1.8-4.6,1.8-6.3,0.1\tc0,0,0,0-0.1-0.1l-7.4-7.4c-1-1-0.9-2.6,0-3.5c1-0.9,2.5-0.9,3.5,0l4.1,4.1l1.4-1.4c0,0-4.2-4.2-4.2-4.2c-1.8-1.7-4.6-1.6-6.3,0.2\tc-1.6,1.7-1.6,4.4,0,6.2l7.5,7.5c2.5,2.6,6.6,2.6,9.2,0.1S30.7,21.5,28.1,18.9C28.1,19,28.1,18.9,28.1,18.9L28.1,18.9z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function Attachment32(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M27.1,17.9l-13-13a6.51,6.51,0,0,0-9.2,9.2l3,3,1.41-1.41-3-3a4.5,4.5,0,1,1,6.36-6.36l13,13a4.5,4.5,0,1,1-6.36,6.36l-6.13-6.13A2.5,2.5,0,0,1,16.72,16l3.17,3.17,1.41-1.41s-3.22-3.23-3.25-3.24a4.49,4.49,0,0,0-6.34,6.35L17.9,27.1a6.51,6.51,0,0,0,9.2-9.2Z"
19
+ d: "M28.1,18.9L13.1,3.9c-2.5-2.6-6.6-2.6-9.2-0.1S1.3,10.5,3.9,13c0,0,0.1,0.1,0.1,0.1L6.8,16l1.4-1.4l-2.9-2.9\tC3.6,10,3.6,7.1,5.3,5.4s4.6-1.8,6.3-0.1c0,0,0,0,0.1,0.1l14.9,14.9c1.8,1.7,1.8,4.6,0.1,6.3c-1.7,1.8-4.6,1.8-6.3,0.1\tc0,0,0,0-0.1-0.1l-7.4-7.4c-1-1-0.9-2.6,0-3.5c1-0.9,2.5-0.9,3.5,0l4.1,4.1l1.4-1.4c0,0-4.2-4.2-4.2-4.2c-1.8-1.7-4.6-1.6-6.3,0.2\tc-1.6,1.7-1.6,4.4,0,6.2l7.5,7.5c2.5,2.6,6.6,2.6,9.2,0.1S30.7,21.5,28.1,18.9C28.1,19,28.1,18.9,28.1,18.9L28.1,18.9z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -13,10 +13,10 @@ React.forwardRef(function BackToTop16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M8 7L3 12 3.7 12.7 8 8.4 12.3 12.7 13 12zM2 4H14V5H2z"
19
+ d: "M16 14L6 24 7.4 25.4 16 16.8 24.6 25.4 26 24zM4 8H28V10H4z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function BackToTop20(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M16 13L6 23 7.41 24.41 16 15.83 24.59 24.41 26 23 16 13zM4 7H28V9H4z"
19
+ d: "M16 14L6 24 7.4 25.4 16 16.8 24.6 25.4 26 24zM4 8H28V10H4z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function BackToTop24(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M16 13L6 23 7.41 24.41 16 15.83 24.59 24.41 26 23 16 13zM4 7H28V9H4z"
19
+ d: "M16 14L6 24 7.4 25.4 16 16.8 24.6 25.4 26 24zM4 8H28V10H4z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function BackToTop32(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M16 13L6 23 7.41 24.41 16 15.83 24.59 24.41 26 23 16 13zM4 7H28V9H4z"
19
+ d: "M16 14L6 24 7.4 25.4 16 16.8 24.6 25.4 26 24zM4 8H28V10H4z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -13,10 +13,10 @@ React.forwardRef(function Calendar16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M13,2h-2V1h-1v1H6V1H5v1H3C2.4,2,2,2.4,2,3v10c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V3C14,2.4,13.6,2,13,2z M13,13H3V6h10V13z M13,5H3V3h2v1h1V3h4v1h1V3h2V5z"
19
+ d: "M26,4h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V6C28,4.9,27.1,4,26,4z M26,26H6V12h20\tV26z M26,10H6V6h4v2h2V6h8v2h2V6h4V10z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,8 +16,7 @@ React.forwardRef(function Calendar20(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,22H6V12H26Zm0-16H6V6h4V8h2V6h8V8h2V6h4Z",
20
- transform: "translate(0 .03)"
19
+ d: "M26,4h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V6C28,4.9,27.1,4,26,4z M26,26H6V12h20\tV26z M26,10H6V6h4v2h2V6h8v2h2V6h4V10z"
21
20
  }), props.children);
22
21
  });
23
22
 
@@ -16,8 +16,7 @@ React.forwardRef(function Calendar24(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,22H6V12H26Zm0-16H6V6h4V8h2V6h8V8h2V6h4Z",
20
- transform: "translate(0 .03)"
19
+ d: "M26,4h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V6C28,4.9,27.1,4,26,4z M26,26H6V12h20\tV26z M26,10H6V6h4v2h2V6h8v2h2V6h4V10z"
21
20
  }), props.children);
22
21
  });
23
22
 
@@ -16,8 +16,7 @@ React.forwardRef(function Calendar32(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M26,4H22V2H20V4H12V2H10V4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4Zm0,22H6V12H26Zm0-16H6V6h4V8h2V6h8V8h2V6h4Z",
20
- transform: "translate(0 .03)"
19
+ d: "M26,4h-4V2h-2v2h-8V2h-2v2H6C4.9,4,4,4.9,4,6v20c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2V6C28,4.9,27.1,4,26,4z M26,26H6V12h20\tV26z M26,10H6V6h4v2h2V6h8v2h2V6h4V10z"
21
20
  }), props.children);
22
21
  });
23
22
 
package/lib/chat/16.js CHANGED
@@ -13,12 +13,12 @@ React.forwardRef(function Chat16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M8.9,14L8,13.5l2-3.5h3c0.6,0,1-0.4,1-1V3c0-0.6-0.4-1-1-1H3C2.4,2,2,2.4,2,3v6c0,0.6,0.4,1,1,1h4.5v1H3c-1.1,0-2-0.9-2-2V3\tc0-1.1,0.9-2,2-2h10c1.1,0,2,0.9,2,2v6c0,1.1-0.9,2-2,2h-2.4L8.9,14z"
19
+ d: "M17.74,30,16,29l4-7h6a2,2,0,0,0,2-2V8a2,2,0,0,0-2-2H6A2,2,0,0,0,4,8V20a2,2,0,0,0,2,2h9v2H6a4,4,0,0,1-4-4V8A4,4,0,0,1,6,4H26a4,4,0,0,1,4,4V20a4,4,0,0,1-4,4H21.16Z"
20
20
  }), React.createElement("path", {
21
- d: "M4 4H12V5H4zM4 7H9V8H4z"
21
+ d: "M8 10H24V12H8zM8 16H18V18H8z"
22
22
  }), props.children);
23
23
  });
24
24
 
@@ -13,10 +13,10 @@ React.forwardRef(function Checkmark16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M6 10.6L2.5 7.1 1.8 7.8 5.3 11.3 6 12 13.1 4.9 12.4 4.2z"
19
+ d: "M12 21.2L4.9 14.1 3.5 15.5 10.6 22.6 12 24 26.1 9.9 24.7 8.4z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function Checkmark32(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M13 21.2L5.9 14.1 4.5 15.5 11.6 22.6 13 24 27.1 9.9 25.7 8.4z"
19
+ d: "M12 21.2L4.9 14.1 3.5 15.5 10.6 22.6 12 24 26.1 9.9 24.7 8.4z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -13,12 +13,12 @@ React.forwardRef(function CheckmarkOutline16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"
19
+ d: "M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"
20
20
  }), React.createElement("path", {
21
- d: "M7 10.8L4.5 8.3 5.3 7.5 7 9.2 10.7 5.5 11.5 6.3z"
21
+ d: "M14 21.5L9 16.54 10.59 14.97 14 18.35 21.41 11 23 12.58 14 21.5z"
22
22
  }), props.children);
23
23
  });
24
24
 
package/lib/close/16.js CHANGED
@@ -13,10 +13,10 @@ React.forwardRef(function Close16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M12 4.7L11.3 4 8 7.3 4.7 4 4 4.7 7.3 8 4 11.3 4.7 12 8 8.7 11.3 12 12 11.3 8.7 8z"
19
+ d: "M24 9.4L22.6 8 16 14.6 9.4 8 8 9.4 14.6 16 8 22.6 9.4 24 16 17.4 22.6 24 24 22.6 17.4 16 24 9.4z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -13,12 +13,12 @@ React.forwardRef(function CloseOutline16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M8,1C4.1,1,1,4.1,1,8s3.1,7,7,7s7-3.1,7-7S11.9,1,8,1z M8,14c-3.3,0-6-2.7-6-6s2.7-6,6-6s6,2.7,6,6S11.3,14,8,14z"
19
+ d: "M16,2C8.2,2,2,8.2,2,16s6.2,14,14,14s14-6.2,14-14S23.8,2,16,2z M16,28C9.4,28,4,22.6,4,16S9.4,4,16,4s12,5.4,12,12\tS22.6,28,16,28z"
20
20
  }), React.createElement("path", {
21
- d: "M10.7 11.5L8 8.8 5.3 11.5 4.5 10.7 7.2 8 4.5 5.3 5.3 4.5 8 7.2 10.7 4.5 11.5 5.3 8.8 8 11.5 10.7z"
21
+ d: "M21.4 23L16 17.6 10.6 23 9 21.4 14.4 16 9 10.6 10.6 9 16 14.4 21.4 9 23 10.6 17.6 16 23 21.4z"
22
22
  }), props.children);
23
23
  });
24
24
 
package/lib/copy/16.js CHANGED
@@ -13,12 +13,12 @@ React.forwardRef(function Copy16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M14,5v9H5V5h9m0-1H5A1,1,0,0,0,4,5v9a1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V5a1,1,0,0,0-1-1Z"
19
+ d: "M28,10V28H10V10H28m0-2H10a2,2,0,0,0-2,2V28a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2Z"
20
20
  }), React.createElement("path", {
21
- d: "M2,9H1V2A1,1,0,0,1,2,1H9V2H2Z"
21
+ d: "M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z"
22
22
  }), props.children);
23
23
  });
24
24
 
@@ -13,12 +13,12 @@ React.forwardRef(function CopyFile16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M14.72,7.35l-3-3.06A1,1,0,0,0,11,4H5A1,1,0,0,0,4,5v9a1,1,0,0,0,1,1H14a1,1,0,0,0,1-1V8A1,1,0,0,0,14.72,7.35ZM11,5l3,3H11ZM5,14V5h5V8a1,1,0,0,0,1,1h3v5Z"
19
+ d: "M27.4,14.7l-6.1-6.1C21,8.2,20.5,8,20,8h-8c-1.1,0-2,0.9-2,2v18c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V16.1\tC28,15.6,27.8,15.1,27.4,14.7z M20,10l5.9,6H20V10z M12,28V10h6v6c0,1.1,0.9,2,2,2h6l0,10H12z"
20
20
  }), React.createElement("path", {
21
- d: "M2,9H1V2A1,1,0,0,1,2,1H9V2H2Z"
21
+ d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
22
22
  }), props.children);
23
23
  });
24
24
 
@@ -16,9 +16,9 @@ React.forwardRef(function CopyFile20(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M27.4346,14.6987,21.377,8.5776A1.9488,1.9488,0,0,0,19.998,8H12a2.002,2.002,0,0,0-2,2V29a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16.0771A1.9755,1.9755,0,0,0,27.4346,14.6987ZM20,10.03,25.9235,16H20ZM12,29V10h6v6a2.0023,2.0023,0,0,0,2,2h6.0006l.0009,11Z"
19
+ d: "M27.4,14.7l-6.1-6.1C21,8.2,20.5,8,20,8h-8c-1.1,0-2,0.9-2,2v18c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V16.1\tC28,15.6,27.8,15.1,27.4,14.7z M20,10l5.9,6H20V10z M12,28V10h6v6c0,1.1,0.9,2,2,2h6l0,10H12z"
20
20
  }), React.createElement("path", {
21
- d: "M6,18H4V4A2.002,2.002,0,0,1,6,2H20V4H6Z"
21
+ d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
22
22
  }), props.children);
23
23
  });
24
24
 
@@ -16,9 +16,9 @@ React.forwardRef(function CopyFile24(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M27.4346,14.6987,21.377,8.5776A1.9488,1.9488,0,0,0,19.998,8H12a2.002,2.002,0,0,0-2,2V29a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16.0771A1.9755,1.9755,0,0,0,27.4346,14.6987ZM20,10.03,25.9235,16H20ZM12,29V10h6v6a2.0023,2.0023,0,0,0,2,2h6.0006l.0009,11Z"
19
+ d: "M27.4,14.7l-6.1-6.1C21,8.2,20.5,8,20,8h-8c-1.1,0-2,0.9-2,2v18c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V16.1\tC28,15.6,27.8,15.1,27.4,14.7z M20,10l5.9,6H20V10z M12,28V10h6v6c0,1.1,0.9,2,2,2h6l0,10H12z"
20
20
  }), React.createElement("path", {
21
- d: "M6,18H4V4A2.002,2.002,0,0,1,6,2H20V4H6Z"
21
+ d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
22
22
  }), props.children);
23
23
  });
24
24
 
@@ -16,9 +16,9 @@ React.forwardRef(function CopyFile32(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M27.4346,14.6987,21.377,8.5776A1.9488,1.9488,0,0,0,19.998,8H12a2.002,2.002,0,0,0-2,2V29a2.002,2.002,0,0,0,2,2H26a2.002,2.002,0,0,0,2-2V16.0771A1.9755,1.9755,0,0,0,27.4346,14.6987ZM20,10.03,25.9235,16H20ZM12,29V10h6v6a2.0023,2.0023,0,0,0,2,2h6.0006l.0009,11Z"
19
+ d: "M27.4,14.7l-6.1-6.1C21,8.2,20.5,8,20,8h-8c-1.1,0-2,0.9-2,2v18c0,1.1,0.9,2,2,2h14c1.1,0,2-0.9,2-2V16.1\tC28,15.6,27.8,15.1,27.4,14.7z M20,10l5.9,6H20V10z M12,28V10h6v6c0,1.1,0.9,2,2,2h6l0,10H12z"
20
20
  }), React.createElement("path", {
21
- d: "M6,18H4V4A2.002,2.002,0,0,1,6,2H20V4H6Z"
21
+ d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
22
22
  }), props.children);
23
23
  });
24
24
 
@@ -13,12 +13,12 @@ React.forwardRef(function Document16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M12.9,4.7L9.4,1.2C9.3,1.1,9.1,1,9,1H4C3.4,1,3,1.4,3,2v12c0,0.6,0.4,1,1,1h8c0.6,0,1-0.4,1-1V5C13,4.9,12.9,4.7,12.9,4.7z M9,2.2L11.8,5H9V2.2z M12,14H4V2h4v3c0,0.6,0.4,1,1,1h3V14z"
19
+ d: "M25.7,9.3l-7-7C18.5,2.1,18.3,2,18,2H8C6.9,2,6,2.9,6,4v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10C26,9.7,25.9,9.5,25.7,9.3\tz M18,4.4l5.6,5.6H18V4.4z M24,28H8V4h8v6c0,1.1,0.9,2,2,2h6V28z"
20
20
  }), React.createElement("path", {
21
- d: "M5 11H11V12H5zM5 8H11V9H5z"
21
+ d: "M10 22H22V24H10zM10 16H22V18H10z"
22
22
  }), props.children);
23
23
  });
24
24
 
@@ -16,9 +16,9 @@ React.forwardRef(function Document20(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M25.7,9.3l-7-7A.91.91,0,0,0,18,2H8A2,2,0,0,0,6,4V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V10A.91.91,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2,2,0,0,0,2,2h6Z"
19
+ d: "M25.7,9.3l-7-7C18.5,2.1,18.3,2,18,2H8C6.9,2,6,2.9,6,4v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10C26,9.7,25.9,9.5,25.7,9.3\tz M18,4.4l5.6,5.6H18V4.4z M24,28H8V4h8v6c0,1.1,0.9,2,2,2h6V28z"
20
20
  }), React.createElement("path", {
21
- d: "M11 22H21V24H11zM11 16H21V18H11z"
21
+ d: "M10 22H22V24H10zM10 16H22V18H10z"
22
22
  }), props.children);
23
23
  });
24
24
 
@@ -16,9 +16,9 @@ React.forwardRef(function Document24(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M25.7,9.3l-7-7A.91.91,0,0,0,18,2H8A2,2,0,0,0,6,4V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V10A.91.91,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2,2,0,0,0,2,2h6Z"
19
+ d: "M25.7,9.3l-7-7C18.5,2.1,18.3,2,18,2H8C6.9,2,6,2.9,6,4v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10C26,9.7,25.9,9.5,25.7,9.3\tz M18,4.4l5.6,5.6H18V4.4z M24,28H8V4h8v6c0,1.1,0.9,2,2,2h6V28z"
20
20
  }), React.createElement("path", {
21
- d: "M11 22H21V24H11zM11 16H21V18H11z"
21
+ d: "M10 22H22V24H10zM10 16H22V18H10z"
22
22
  }), props.children);
23
23
  });
24
24
 
@@ -16,9 +16,9 @@ React.forwardRef(function Document32(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M25.7,9.3l-7-7A.91.91,0,0,0,18,2H8A2,2,0,0,0,6,4V28a2,2,0,0,0,2,2H24a2,2,0,0,0,2-2V10A.91.91,0,0,0,25.7,9.3ZM18,4.4,23.6,10H18ZM24,28H8V4h8v6a2,2,0,0,0,2,2h6Z"
19
+ d: "M25.7,9.3l-7-7C18.5,2.1,18.3,2,18,2H8C6.9,2,6,2.9,6,4v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10C26,9.7,25.9,9.5,25.7,9.3\tz M18,4.4l5.6,5.6H18V4.4z M24,28H8V4h8v6c0,1.1,0.9,2,2,2h6V28z"
20
20
  }), React.createElement("path", {
21
- d: "M11 22H21V24H11zM11 16H21V18H11z"
21
+ d: "M10 22H22V24H10zM10 16H22V18H10z"
22
22
  }), props.children);
23
23
  });
24
24
 
@@ -13,10 +13,10 @@ React.forwardRef(function DownToBottom16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M8 10L13 5 12.3 4.3 8 8.6 3.7 4.3 3 5zM2 12H14V13H2z"
19
+ d: "M16 18L6 8 7.4 6.6 16 15.2 24.6 6.6 26 8zM4 22H28V24H4z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function DownToBottom20(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M16 19L6 9 7.41 7.59 16 16.17 24.59 7.59 26 9 16 19zM4 23H28V25H4z"
19
+ d: "M16 18L6 8 7.4 6.6 16 15.2 24.6 6.6 26 8zM4 22H28V24H4z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function DownToBottom24(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M16 19L6 9 7.41 7.59 16 16.17 24.59 7.59 26 9 16 19zM4 23H28V25H4z"
19
+ d: "M16 18L6 8 7.4 6.6 16 15.2 24.6 6.6 26 8zM4 22H28V24H4z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function DownToBottom32(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M16 19L6 9 7.41 7.59 16 16.17 24.59 7.59 26 9 16 19zM4 23H28V25H4z"
19
+ d: "M16 18L6 8 7.4 6.6 16 15.2 24.6 6.6 26 8zM4 22H28V24H4z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -13,10 +13,10 @@ React.forwardRef(function Draggable16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M5 3H7V5H5zM9 3H11V5H9zM5 7H7V9H5zM9 7H11V9H9zM5 11H7V13H5zM9 11H11V13H9z"
19
+ d: "M10 6H14V10H10zM18 6H22V10H18zM10 14H14V18H10zM18 14H22V18H18zM10 22H14V26H10zM18 22H22V26H18z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function Draggable20(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M10 5H14V9H10zM18 5H22V9H18zM10 14H14V18H10zM18 14H22V18H18zM10 23H14V27H10zM18 23H22V27H18z"
19
+ d: "M10 6H14V10H10zM18 6H22V10H18zM10 14H14V18H10zM18 14H22V18H18zM10 22H14V26H10zM18 22H22V26H18z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function Draggable24(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M10 5H14V9H10zM18 5H22V9H18zM10 14H14V18H10zM18 14H22V18H18zM10 23H14V27H10zM18 23H22V27H18z"
19
+ d: "M10 6H14V10H10zM18 6H22V10H18zM10 14H14V18H10zM18 14H22V18H18zM10 22H14V26H10zM18 22H22V26H18z"
20
20
  }), props.children);
21
21
  });
22
22
 
@@ -16,7 +16,7 @@ React.forwardRef(function Draggable32(props, ref) {
16
16
  viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M10 5H14V9H10zM18 5H22V9H18zM10 14H14V18H10zM18 14H22V18H18zM10 23H14V27H10zM18 23H22V27H18z"
19
+ d: "M10 6H14V10H10zM18 6H22V10H18zM10 14H14V18H10zM18 14H22V18H18zM10 22H14V26H10zM18 22H22V26H18z"
20
20
  }), props.children);
21
21
  });
22
22
 
package/lib/edit/16.js CHANGED
@@ -13,10 +13,10 @@ React.forwardRef(function Edit16(props, ref) {
13
13
  return React.createElement(Icon.Icon, Icon._extends({
14
14
  width: 16,
15
15
  height: 16,
16
- viewBox: "0 0 16 16",
16
+ viewBox: "0 0 32 32",
17
17
  ref: ref
18
18
  }, props), React.createElement("path", {
19
- d: "M1 13H15V14H1zM12.7 4.5c.4-.4.4-1 0-1.4 0 0 0 0 0 0l-1.8-1.8c-.4-.4-1-.4-1.4 0 0 0 0 0 0 0L2 8.8V12h3.2L12.7 4.5zM10.2 2L12 3.8l-1.5 1.5L8.7 3.5 10.2 2zM3 11V9.2l5-5L9.8 6l-5 5H3z"
19
+ d: "M2 26H30V28H2zM25.4 9c.8-.8.8-2 0-2.8 0 0 0 0 0 0l-3.6-3.6c-.8-.8-2-.8-2.8 0 0 0 0 0 0 0l-15 15V24h6.4L25.4 9zM20.4 4L24 7.6l-3 3L17.4 7 20.4 4zM6 22v-3.6l10-10 3.6 3.6-10 10H6z"
20
20
  }), props.children);
21
21
  });
22
22