@carbon/icons-react 10.9.0-rc.1 → 10.9.1
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/caret--down/16.js +2 -2
- package/lib/caret--down/20.js +1 -1
- package/lib/caret--down/24.js +1 -1
- package/lib/caret--down/32.js +1 -1
- package/lib/caret--left/16.js +2 -2
- package/lib/caret--left/20.js +1 -1
- package/lib/caret--left/24.js +1 -1
- package/lib/caret--left/32.js +1 -1
- package/lib/caret--right/16.js +2 -2
- package/lib/caret--right/20.js +1 -1
- package/lib/caret--right/24.js +1 -1
- package/lib/caret--right/32.js +1 -1
- package/lib/caret--sort/16.js +2 -2
- package/lib/caret--sort/20.js +1 -1
- package/lib/caret--sort/24.js +1 -1
- package/lib/caret--sort/32.js +1 -1
- package/lib/caret--sort--down/16.js +2 -2
- package/lib/caret--sort--down/20.js +1 -1
- package/lib/caret--sort--down/24.js +1 -1
- package/lib/caret--sort--down/32.js +1 -1
- package/lib/caret--sort--up/16.js +2 -2
- package/lib/caret--sort--up/20.js +1 -1
- package/lib/caret--sort--up/24.js +1 -1
- package/lib/caret--sort--up/32.js +1 -1
- package/lib/caret--up/16.js +2 -2
- package/lib/caret--up/20.js +1 -1
- package/lib/caret--up/24.js +1 -1
- package/lib/caret--up/32.js +1 -1
- 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/package.json +5 -5
- package/umd/index.js +1 -1
|
@@ -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
|
|
package/lib/edit/20.js
CHANGED
|
@@ -16,7 +16,7 @@ React.forwardRef(function Edit20(props, ref) {
|
|
|
16
16
|
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "M2
|
|
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
|
|
package/lib/edit/24.js
CHANGED
|
@@ -16,7 +16,7 @@ React.forwardRef(function Edit24(props, ref) {
|
|
|
16
16
|
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "M2
|
|
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
|
|
package/lib/edit/32.js
CHANGED
|
@@ -16,7 +16,7 @@ React.forwardRef(function Edit32(props, ref) {
|
|
|
16
16
|
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "M2
|
|
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
|
|
package/lib/folder/16.js
CHANGED
|
@@ -13,10 +13,10 @@ React.forwardRef(function Folder16(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: "M11.17,6l3.42,3.41.58.59H28V26H4V6h7.17m0-2H4A2,2,0,0,0,2,6V26a2,2,0,0,0,2,2H28a2,2,0,0,0,2-2V10a2,2,0,0,0-2-2H16L12.59,4.59A2,2,0,0,0,11.17,4Z"
|
|
20
20
|
}), props.children);
|
|
21
21
|
});
|
|
22
22
|
|
package/lib/folder--add/16.js
CHANGED
|
@@ -13,12 +13,12 @@ React.forwardRef(function FolderAdd16(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 20L24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24 26 24z"
|
|
20
20
|
}), React.createElement("path", {
|
|
21
|
-
d: "
|
|
21
|
+
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h14v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v8h2v-8\tC30,8.9,29.1,8,28,8z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/folder--add/20.js
CHANGED
|
@@ -16,9 +16,9 @@ React.forwardRef(function FolderAdd20(props, ref) {
|
|
|
16
16
|
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "M26 20L24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24 26
|
|
19
|
+
d: "M26 20L24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24 26 24z"
|
|
20
20
|
}), React.createElement("path", {
|
|
21
|
-
d: "M28,
|
|
21
|
+
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h14v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v8h2v-8\tC30,8.9,29.1,8,28,8z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/folder--add/24.js
CHANGED
|
@@ -16,9 +16,9 @@ React.forwardRef(function FolderAdd24(props, ref) {
|
|
|
16
16
|
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "M26 20L24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24 26
|
|
19
|
+
d: "M26 20L24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24 26 24z"
|
|
20
20
|
}), React.createElement("path", {
|
|
21
|
-
d: "M28,
|
|
21
|
+
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h14v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v8h2v-8\tC30,8.9,29.1,8,28,8z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/folder--add/32.js
CHANGED
|
@@ -16,9 +16,9 @@ React.forwardRef(function FolderAdd32(props, ref) {
|
|
|
16
16
|
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "M26 20L24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24 26
|
|
19
|
+
d: "M26 20L24 20 24 24 20 24 20 26 24 26 24 30 26 30 26 26 30 26 30 24 26 24z"
|
|
20
20
|
}), React.createElement("path", {
|
|
21
|
-
d: "M28,
|
|
21
|
+
d: "M28,8H16l-3.4-3.4C12.2,4.2,11.7,4,11.2,4H4C2.9,4,2,4.9,2,6v20c0,1.1,0.9,2,2,2h14v-2H4V6h7.2l3.4,3.4l0.6,0.6H28v8h2v-8\tC30,8.9,29.1,8,28,8z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/forum/16.js
CHANGED
|
@@ -13,12 +13,12 @@ React.forwardRef(function Forum16(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,6H8C6.8,6,6,6.8,6,8v14c0,1.2,0.8,2,2,2h8v-2H8V8h20v14h-7.2L16,28.8l1.6,1.2l4.2-6H28c1.2,0,2-0.8,2-2V8\tC30,6.8,29.2,6,28,6z"
|
|
20
20
|
}), React.createElement("path", {
|
|
21
|
-
d: "
|
|
21
|
+
d: "M4,18H2V5c0-1.7,1.3-3,3-3h13v2H5C4.4,4,4,4.4,4,5V18z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/forum/20.js
CHANGED
|
@@ -16,9 +16,9 @@ React.forwardRef(function Forum20(props, ref) {
|
|
|
16
16
|
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
19
|
+
d: "M28,6H8C6.8,6,6,6.8,6,8v14c0,1.2,0.8,2,2,2h8v-2H8V8h20v14h-7.2L16,28.8l1.6,1.2l4.2-6H28c1.2,0,2-0.8,2-2V8\tC30,6.8,29.2,6,28,6z"
|
|
20
20
|
}), React.createElement("path", {
|
|
21
|
-
d: "
|
|
21
|
+
d: "M4,18H2V5c0-1.7,1.3-3,3-3h13v2H5C4.4,4,4,4.4,4,5V18z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/forum/24.js
CHANGED
|
@@ -16,9 +16,9 @@ React.forwardRef(function Forum24(props, ref) {
|
|
|
16
16
|
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
19
|
+
d: "M28,6H8C6.8,6,6,6.8,6,8v14c0,1.2,0.8,2,2,2h8v-2H8V8h20v14h-7.2L16,28.8l1.6,1.2l4.2-6H28c1.2,0,2-0.8,2-2V8\tC30,6.8,29.2,6,28,6z"
|
|
20
20
|
}), React.createElement("path", {
|
|
21
|
-
d: "
|
|
21
|
+
d: "M4,18H2V5c0-1.7,1.3-3,3-3h13v2H5C4.4,4,4,4.4,4,5V18z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|
package/lib/forum/32.js
CHANGED
|
@@ -16,9 +16,9 @@ React.forwardRef(function Forum32(props, ref) {
|
|
|
16
16
|
viewBox: "0 0 32 32",
|
|
17
17
|
ref: ref
|
|
18
18
|
}, props), React.createElement("path", {
|
|
19
|
-
d: "
|
|
19
|
+
d: "M28,6H8C6.8,6,6,6.8,6,8v14c0,1.2,0.8,2,2,2h8v-2H8V8h20v14h-7.2L16,28.8l1.6,1.2l4.2-6H28c1.2,0,2-0.8,2-2V8\tC30,6.8,29.2,6,28,6z"
|
|
20
20
|
}), React.createElement("path", {
|
|
21
|
-
d: "
|
|
21
|
+
d: "M4,18H2V5c0-1.7,1.3-3,3-3h13v2H5C4.4,4,4,4.4,4,5V18z"
|
|
22
22
|
}), props.children);
|
|
23
23
|
});
|
|
24
24
|
|