cozy-ui 135.3.0 → 135.5.0
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/CHANGELOG.md +14 -0
- package/assets/icons/illus/assistant-color.svg +1 -0
- package/assets/icons/ui/article.svg +1 -0
- package/package.json +2 -3
- package/react/Icon/Readme.md +6 -2
- package/react/Icons/Article.jsx +12 -0
- package/react/Icons/AssistantColor.jsx +79 -0
- package/transpiled/react/Icon/icons-sprite.d.ts +1 -1
- package/transpiled/react/Icon/icons-sprite.js +1 -1
- package/transpiled/react/Icons/Article.d.ts +2 -0
- package/transpiled/react/Icons/Article.js +14 -0
- package/transpiled/react/Icons/AssistantColor.d.ts +2 -0
- package/transpiled/react/Icons/AssistantColor.js +85 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
// Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/article.svg` to regenerate;
|
|
3
|
+
import React from 'react';
|
|
4
|
+
|
|
5
|
+
function SvgArticle(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "none"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
+
d: "M10.611 0c1.588 0 2.351.147 3.144.572.72.384 1.289.953 1.673 1.673.425.793.572 1.556.572 3.144v5.222c0 1.588-.147 2.351-.572 3.144a4.032 4.032 0 01-1.673 1.673c-.793.425-1.556.572-3.144.572H5.39c-1.588 0-2.351-.147-3.144-.572a4.032 4.032 0 01-1.673-1.673C.147 12.962 0 12.2 0 10.611V5.39C0 3.8.147 3.038.572 2.245A4.031 4.031 0 012.245.572C3.038.147 3.8 0 5.389 0h5.222zm0 1.455H5.39c-1.368 0-1.905.103-2.458.4a2.57 2.57 0 00-1.077 1.076c-.296.553-.4 1.09-.4 2.458v5.222c0 1.368.104 1.905.4 2.458.25.466.61.828 1.077 1.077.553.296 1.09.4 2.458.4h5.222c1.368 0 1.905-.104 2.458-.4.466-.25.828-.61 1.077-1.077.296-.553.4-1.09.4-2.458V5.39c0-1.368-.104-1.905-.4-2.458a2.577 2.577 0 00-1.077-1.077c-.553-.296-1.09-.4-2.458-.4zm-3.338 9.09a.727.727 0 110 1.455h-2.91a.727.727 0 110-1.454h2.91zm4.363-3.272a.727.727 0 010 1.454H4.364a.727.727 0 110-1.454h7.272zm0-3.273a.727.727 0 010 1.455H4.364a.727.727 0 010-1.455h7.272z"
|
|
11
|
+
}));
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export default SvgArticle;
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
+
// Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/illus/assistant-color.svg` to regenerate;
|
|
3
|
+
import React from 'react';
|
|
4
|
+
|
|
5
|
+
function SvgAssistantColor(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
viewBox: "0 0 16 16",
|
|
8
|
+
fill: "none"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
10
|
+
clipPath: "url(#assistant-color_svg__clip0_19251_33606)"
|
|
11
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M6.626 10.332a1.333 1.333 0 00-.958-.958L1.578 8.32a.333.333 0 010-.642l4.09-1.055a1.333 1.333 0 00.958-.957l1.055-4.09a.333.333 0 01.642 0l1.054 4.09a1.333 1.333 0 00.958.958l4.09 1.054a.333.333 0 010 .642l-4.09 1.054a1.333 1.333 0 00-.958.958l-1.055 4.09a.333.333 0 01-.642 0l-1.054-4.09z",
|
|
13
|
+
stroke: "#868687",
|
|
14
|
+
strokeWidth: 1.333,
|
|
15
|
+
strokeLinecap: "round",
|
|
16
|
+
strokeLinejoin: "round"
|
|
17
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M6.626 10.332a1.333 1.333 0 00-.958-.958L1.578 8.32a.333.333 0 010-.642l4.09-1.055a1.333 1.333 0 00.958-.957l1.055-4.09a.333.333 0 01.642 0l1.054 4.09a1.333 1.333 0 00.958.958l4.09 1.054a.333.333 0 010 .642l-4.09 1.054a1.333 1.333 0 00-.958.958l-1.055 4.09a.333.333 0 01-.642 0l-1.054-4.09z",
|
|
19
|
+
stroke: "url(#assistant-color_svg__paint0_linear_19251_33606)",
|
|
20
|
+
strokeOpacity: 0.9,
|
|
21
|
+
strokeWidth: 1.333,
|
|
22
|
+
strokeLinecap: "round",
|
|
23
|
+
strokeLinejoin: "round"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M13.335 1.334c.368 0 .667.3.667.667v.666h.668a.667.667 0 010 1.334h-.668v.667a.667.667 0 01-1.334 0v-.667h-.665a.667.667 0 010-1.334h.665v-.666c0-.368.299-.667.667-.667z",
|
|
26
|
+
fill: "url(#assistant-color_svg__paint1_linear_19251_33606)",
|
|
27
|
+
fillOpacity: 0.9
|
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
d: "M2.667 10.667c.368 0 .665.298.666.665a.667.667 0 01.001 1.333v.002a.667.667 0 01-1.334 0v-.001h-.001a.667.667 0 010-1.334H2a.667.667 0 01.667-.665z",
|
|
30
|
+
fill: "url(#assistant-color_svg__paint2_linear_19251_33606)",
|
|
31
|
+
fillOpacity: 0.9
|
|
32
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
33
|
+
id: "assistant-color_svg__paint0_linear_19251_33606",
|
|
34
|
+
x1: 1.336,
|
|
35
|
+
y1: 7.999,
|
|
36
|
+
x2: 19.625,
|
|
37
|
+
y2: 7.999,
|
|
38
|
+
gradientUnits: "userSpaceOnUse"
|
|
39
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
40
|
+
stopColor: "#00B7FF"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
42
|
+
offset: 0.567,
|
|
43
|
+
stopColor: "#E06DD1"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
45
|
+
offset: 1,
|
|
46
|
+
stopColor: "#FF0"
|
|
47
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
48
|
+
id: "assistant-color_svg__paint1_linear_19251_33606",
|
|
49
|
+
x1: 11.336,
|
|
50
|
+
y1: 3.334,
|
|
51
|
+
x2: 16.822,
|
|
52
|
+
y2: 3.334,
|
|
53
|
+
gradientUnits: "userSpaceOnUse"
|
|
54
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
55
|
+
stopColor: "#00B7FF"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
57
|
+
offset: 0.567,
|
|
58
|
+
stopColor: "#E06DD1"
|
|
59
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
60
|
+
offset: 1,
|
|
61
|
+
stopColor: "#FF0"
|
|
62
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
63
|
+
id: "assistant-color_svg__paint2_linear_19251_33606",
|
|
64
|
+
x1: 1.332,
|
|
65
|
+
y1: 12.001,
|
|
66
|
+
x2: 4.99,
|
|
67
|
+
y2: 12.001,
|
|
68
|
+
gradientUnits: "userSpaceOnUse"
|
|
69
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
70
|
+
stopColor: "#00B7FF"
|
|
71
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
72
|
+
offset: 0.567,
|
|
73
|
+
stopColor: "#E06DD1"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
75
|
+
offset: 1,
|
|
76
|
+
stopColor: "#FF0"
|
|
77
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
78
|
+
id: "assistant-color_svg__clip0_19251_33606"
|
|
79
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
80
|
+
fill: "#fff",
|
|
81
|
+
d: "M0 0h16v16H0z"
|
|
82
|
+
}))));
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export default SvgAssistantColor;
|