cozy-ui 135.4.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.
@@ -0,0 +1,2 @@
1
+ export default SvgAssistantColor;
2
+ declare function SvgAssistantColor(props: any): JSX.Element;
@@ -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;