cozy-ui 126.0.0 → 126.1.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 SvgOnlyOffice;
2
+ declare function SvgOnlyOffice(props: any): JSX.Element;
@@ -0,0 +1,67 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/illus/only-office.svg` to regenerate;
3
+ import React from 'react';
4
+
5
+ function SvgOnlyOffice(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(#only-office_svg__clip0_6882_51948)",
11
+ fillRule: "evenodd",
12
+ clipRule: "evenodd"
13
+ }, /*#__PURE__*/React.createElement("path", {
14
+ d: "M7 15.172l-6.58-3.02c-.56-.264-.56-.672 0-.912l2.291-1.055 4.265 1.966c.56.264 1.463.264 1.999 0l4.265-1.966 2.29 1.055c.561.264.561.671 0 .911l-6.58 3.021c-.511.24-1.413.24-1.95 0z",
15
+ fill: "url(#only-office_svg__paint0_linear_6882_51948)"
16
+ }), /*#__PURE__*/React.createElement("path", {
17
+ d: "M7 11.456L.42 8.436c-.56-.265-.56-.672 0-.912l2.243-1.03L7 8.483c.56.263 1.462.263 1.998 0l4.338-1.99 2.242 1.03c.561.264.561.671 0 .911L9 11.456c-.56.264-1.462.264-1.998 0z",
18
+ fill: "url(#only-office_svg__paint1_linear_6882_51948)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M7 7.836L.42 4.815c-.56-.264-.56-.672 0-.911L7 .883c.561-.264 1.463-.264 2 0l6.58 3.02c.56.264.56.672 0 .912L9 7.835c-.561.24-1.463.24-2 0z",
21
+ fill: "url(#only-office_svg__paint2_linear_6882_51948)"
22
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
23
+ id: "only-office_svg__paint0_linear_6882_51948",
24
+ x1: 7.994,
25
+ y1: 18.035,
26
+ x2: 7.994,
27
+ y2: 7.007,
28
+ gradientUnits: "userSpaceOnUse"
29
+ }, /*#__PURE__*/React.createElement("stop", {
30
+ stopColor: "#FCC2B1"
31
+ }), /*#__PURE__*/React.createElement("stop", {
32
+ offset: 0.885,
33
+ stopColor: "#D9420B"
34
+ })), /*#__PURE__*/React.createElement("linearGradient", {
35
+ id: "only-office_svg__paint1_linear_6882_51948",
36
+ x1: 7.994,
37
+ y1: 13.26,
38
+ x2: 7.994,
39
+ y2: 6.007,
40
+ gradientUnits: "userSpaceOnUse"
41
+ }, /*#__PURE__*/React.createElement("stop", {
42
+ stopColor: "#DEEDC9"
43
+ }), /*#__PURE__*/React.createElement("stop", {
44
+ offset: 0.661,
45
+ stopColor: "#8BBA25"
46
+ })), /*#__PURE__*/React.createElement("linearGradient", {
47
+ id: "only-office_svg__paint2_linear_6882_51948",
48
+ x1: 7.994,
49
+ y1: 10.323,
50
+ x2: 7.994,
51
+ y2: 0.453,
52
+ gradientUnits: "userSpaceOnUse"
53
+ }, /*#__PURE__*/React.createElement("stop", {
54
+ stopColor: "#C2EBFA"
55
+ }), /*#__PURE__*/React.createElement("stop", {
56
+ offset: 1,
57
+ stopColor: "#26A8DE"
58
+ })), /*#__PURE__*/React.createElement("clipPath", {
59
+ id: "only-office_svg__clip0_6882_51948"
60
+ }, /*#__PURE__*/React.createElement("path", {
61
+ fill: "#fff",
62
+ transform: "translate(0 .556)",
63
+ d: "M0 0h16v14.889H0z"
64
+ }))));
65
+ }
66
+
67
+ export default SvgOnlyOffice;