@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.
- package/es/index.js +1 -1
- package/lib/arrows/16.js +2 -2
- package/lib/arrows/20.js +1 -1
- package/lib/arrows/24.js +1 -1
- package/lib/arrows/32.js +1 -1
- package/lib/arrows--vertical/16.js +2 -2
- package/lib/arrows--vertical/20.js +1 -1
- package/lib/arrows--vertical/24.js +1 -1
- package/lib/arrows--vertical/32.js +1 -1
- package/lib/attachment/16.js +2 -2
- package/lib/attachment/20.js +1 -1
- package/lib/attachment/24.js +1 -1
- package/lib/attachment/32.js +1 -1
- package/lib/back-to-top/16.js +2 -2
- package/lib/back-to-top/20.js +1 -1
- package/lib/back-to-top/24.js +1 -1
- package/lib/back-to-top/32.js +1 -1
- package/lib/calendar/16.js +2 -2
- package/lib/calendar/20.js +1 -2
- package/lib/calendar/24.js +1 -2
- package/lib/calendar/32.js +1 -2
- package/lib/chat/16.js +3 -3
- package/lib/checkmark/16.js +2 -2
- package/lib/checkmark/32.js +1 -1
- package/lib/checkmark--outline/16.js +3 -3
- package/lib/close/16.js +2 -2
- package/lib/close--outline/16.js +3 -3
- package/lib/copy/16.js +3 -3
- package/lib/copy--file/16.js +3 -3
- package/lib/copy--file/20.js +2 -2
- package/lib/copy--file/24.js +2 -2
- package/lib/copy--file/32.js +2 -2
- package/lib/document/16.js +3 -3
- package/lib/document/20.js +2 -2
- package/lib/document/24.js +2 -2
- package/lib/document/32.js +2 -2
- package/lib/down-to-bottom/16.js +2 -2
- package/lib/down-to-bottom/20.js +1 -1
- package/lib/down-to-bottom/24.js +1 -1
- package/lib/down-to-bottom/32.js +1 -1
- package/lib/draggable/16.js +2 -2
- package/lib/draggable/20.js +1 -1
- package/lib/draggable/24.js +1 -1
- package/lib/draggable/32.js +1 -1
- package/lib/edit/16.js +2 -2
- package/lib/edit/20.js +1 -1
- package/lib/edit/24.js +1 -1
- package/lib/edit/32.js +1 -1
- package/lib/folder/16.js +2 -2
- package/lib/folder--add/16.js +3 -3
- package/lib/folder--add/20.js +2 -2
- package/lib/folder--add/24.js +2 -2
- package/lib/folder--add/32.js +2 -2
- package/lib/forum/16.js +3 -3
- package/lib/forum/20.js +2 -2
- package/lib/forum/24.js +2 -2
- package/lib/forum/32.js +2 -2
- package/lib/index.js +1 -1
- package/lib/up-to-top/16.js +2 -2
- package/lib/up-to-top/20.js +1 -1
- package/lib/up-to-top/24.js +1 -1
- package/lib/up-to-top/32.js +1 -1
- package/package.json +4 -4
- 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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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: "
|
|
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: "
|
|
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: "
|
|
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/attachment/16.js
CHANGED
|
@@ -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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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
|
|
package/lib/attachment/20.js
CHANGED
|
@@ -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: "
|
|
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
|
|
package/lib/attachment/24.js
CHANGED
|
@@ -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: "
|
|
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
|
|
package/lib/attachment/32.js
CHANGED
|
@@ -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: "
|
|
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
|
|
package/lib/back-to-top/16.js
CHANGED
|
@@ -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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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
|
|
package/lib/back-to-top/20.js
CHANGED
|
@@ -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
|
|
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
|
|
package/lib/back-to-top/24.js
CHANGED
|
@@ -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
|
|
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
|
|
package/lib/back-to-top/32.js
CHANGED
|
@@ -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
|
|
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
|
|
package/lib/calendar/16.js
CHANGED
|
@@ -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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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
|
|
package/lib/calendar/20.js
CHANGED
|
@@ -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,
|
|
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/calendar/24.js
CHANGED
|
@@ -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,
|
|
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/calendar/32.js
CHANGED
|
@@ -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,
|
|
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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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: "
|
|
21
|
+
d: "M8 10H24V12H8zM8 16H18V18H8z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/checkmark/16.js
CHANGED
|
@@ -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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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
|
|
package/lib/checkmark/32.js
CHANGED
|
@@ -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: "
|
|
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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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: "
|
|
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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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
|
|
package/lib/close--outline/16.js
CHANGED
|
@@ -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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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: "
|
|
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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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: "
|
|
21
|
+
d: "M4,18H2V4A2,2,0,0,1,4,2H18V4H4Z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/copy--file/16.js
CHANGED
|
@@ -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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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: "
|
|
21
|
+
d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/copy--file/20.js
CHANGED
|
@@ -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.
|
|
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,
|
|
21
|
+
d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/copy--file/24.js
CHANGED
|
@@ -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.
|
|
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,
|
|
21
|
+
d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/copy--file/32.js
CHANGED
|
@@ -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.
|
|
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,
|
|
21
|
+
d: "M6,18H4V4c0-1.1,0.9-2,2-2h14v2H6V18z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/document/16.js
CHANGED
|
@@ -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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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: "
|
|
21
|
+
d: "M10 22H22V24H10zM10 16H22V18H10z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/document/20.js
CHANGED
|
@@ -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-
|
|
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: "
|
|
21
|
+
d: "M10 22H22V24H10zM10 16H22V18H10z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/document/24.js
CHANGED
|
@@ -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-
|
|
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: "
|
|
21
|
+
d: "M10 22H22V24H10zM10 16H22V18H10z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/document/32.js
CHANGED
|
@@ -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-
|
|
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: "
|
|
21
|
+
d: "M10 22H22V24H10zM10 16H22V18H10z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/down-to-bottom/16.js
CHANGED
|
@@ -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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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
|
|
package/lib/down-to-bottom/20.js
CHANGED
|
@@ -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
|
|
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
|
|
package/lib/down-to-bottom/24.js
CHANGED
|
@@ -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
|
|
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
|
|
package/lib/down-to-bottom/32.js
CHANGED
|
@@ -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
|
|
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
|
|
package/lib/draggable/16.js
CHANGED
|
@@ -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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
19
|
+
d: "M10 6H14V10H10zM18 6H22V10H18zM10 14H14V18H10zM18 14H22V18H18zM10 22H14V26H10zM18 22H22V26H18z"
|
|
20
20
|
}), props.children);
|
|
21
21
|
});
|
|
22
22
|
|
package/lib/draggable/20.js
CHANGED
|
@@ -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
|
|
19
|
+
d: "M10 6H14V10H10zM18 6H22V10H18zM10 14H14V18H10zM18 14H22V18H18zM10 22H14V26H10zM18 22H22V26H18z"
|
|
20
20
|
}), props.children);
|
|
21
21
|
});
|
|
22
22
|
|
package/lib/draggable/24.js
CHANGED
|
@@ -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
|
|
19
|
+
d: "M10 6H14V10H10zM18 6H22V10H18zM10 14H14V18H10zM18 14H22V18H18zM10 22H14V26H10zM18 22H22V26H18z"
|
|
20
20
|
}), props.children);
|
|
21
21
|
});
|
|
22
22
|
|
package/lib/draggable/32.js
CHANGED
|
@@ -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
|
|
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
|
+
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
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
|
|