cozy-ui 122.10.1 → 122.11.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.
@@ -0,0 +1,2 @@
1
+ export default SvgPhotos;
2
+ declare function SvgPhotos(props: any): JSX.Element;
@@ -0,0 +1,112 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/twake/illus/photos.svg` to regenerate;
3
+ import React from 'react';
4
+
5
+ function SvgPhotos(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 32 32",
8
+ fill: "none"
9
+ }, props), /*#__PURE__*/React.createElement("rect", {
10
+ width: 32,
11
+ height: 32,
12
+ rx: 10,
13
+ fill: "url(#photos_svg__paint0_linear_4180_38328)"
14
+ }), /*#__PURE__*/React.createElement("g", {
15
+ filter: "url(#photos_svg__filter0_d_4180_38328)",
16
+ fill: "#fff"
17
+ }, /*#__PURE__*/React.createElement("mask", {
18
+ id: "photos_svg__a"
19
+ }, /*#__PURE__*/React.createElement("path", {
20
+ d: "M18.955 5.711c2.579 0 3.868 0 4.853.502a4.605 4.605 0 012.013 2.013c.502.985.502 2.274.502 4.853v5.988c0 2.579 0 3.868-.502 4.853a4.605 4.605 0 01-2.013 2.013c-.985.502-2.274.502-4.853.502h-5.988c-2.579 0-3.868 0-4.853-.502A4.606 4.606 0 016.1 23.92c-.502-.985-.502-2.274-.502-4.853v-5.988c0-2.579 0-3.868.502-4.853a4.605 4.605 0 012.013-2.013c.985-.502 2.274-.502 4.853-.502h5.988z"
21
+ })), /*#__PURE__*/React.createElement("path", {
22
+ d: "M18.955 5.711V3.223 5.71zm4.853.502l-1.13 2.217 1.13-2.217zm2.013 2.013l-2.218 1.13 2.218-1.13zm.502 4.853h2.488-2.488zm0 5.988h2.488-2.488zm-.502 4.853l-2.218-1.13 2.218 1.13zm-2.013 2.013l-1.13-2.218 1.13 2.218zm-4.853.502v2.488-2.488zm-5.988 0v2.488-2.488zm-4.853-.502l1.13-2.217-1.13 2.217zM6.1 23.92l2.217-1.13L6.1 23.92zm-.5-4.853H3.111h2.488zm0-5.988H3.111h2.488zm.502-4.853l2.217 1.13-2.217-1.13zm2.013-2.013l1.13 2.217-1.13-2.217zm4.853-.502V3.223 5.71zM18.955 8.2c1.33 0 2.178.002 2.821.054.614.05.82.134.902.176l2.26-4.434c-.902-.46-1.834-.627-2.756-.702-.893-.073-1.979-.071-3.227-.071V8.2zm3.723.23c.399.203.723.527.925.926l4.435-2.26a7.093 7.093 0 00-3.1-3.1l-2.26 4.434zm.925.926c.043.083.127.288.177.902.052.643.054 1.49.054 2.821h4.977c0-1.248.002-2.334-.07-3.227-.076-.922-.243-1.854-.703-2.756l-4.434 2.26zm.231 3.723v5.988h4.977v-5.988h-4.977zm0 5.988c0 1.33-.002 2.178-.054 2.821-.05.614-.134.82-.177.902l4.435 2.26c.46-.902.627-1.834.702-2.756.073-.893.071-1.979.071-3.227h-4.977zm-.23 3.724a2.117 2.117 0 01-.926.924l2.26 4.435a7.093 7.093 0 003.1-3.1l-4.434-2.26zm-.926.925c-.083.042-.288.126-.902.176-.643.052-1.49.054-2.821.054v4.977c1.248 0 2.334.002 3.227-.07.922-.076 1.854-.243 2.756-.703l-2.26-4.434zm-3.723.23h-5.988v4.977h5.988v-4.977zm-5.988 0c-1.33 0-2.178-.002-2.822-.054-.614-.05-.818-.134-.901-.176l-2.26 4.434c.902.46 1.834.627 2.756.702.893.073 1.979.071 3.227.071v-4.977zm-3.724-.23a2.117 2.117 0 01-.925-.925L3.884 25.05a7.094 7.094 0 003.1 3.1l2.26-4.434zm-.925-.926c-.042-.083-.126-.288-.176-.902-.052-.643-.054-1.49-.054-2.821H3.11c0 1.248-.002 2.334.07 3.227.076.922.243 1.854.703 2.756l4.434-2.26zm-.23-3.723v-5.988H3.11v5.988h4.977zm0-5.988c0-1.33.002-2.178.054-2.821.05-.614.134-.82.176-.902l-4.434-2.26c-.46.902-.627 1.834-.702 2.756-.073.893-.071 1.979-.071 3.227h4.977zm.23-3.723c.203-.399.527-.723.925-.926L6.984 3.996a7.094 7.094 0 00-3.1 3.1l4.434 2.26zm.926-.926c.083-.042.287-.126.902-.176.643-.052 1.49-.054 2.821-.054V3.223c-1.248 0-2.334-.002-3.227.07-.922.076-1.854.243-2.756.703l2.26 4.434zm3.723-.23h5.988V3.223h-5.988V8.2z",
23
+ mask: "url(#photos_svg__a)"
24
+ })), /*#__PURE__*/React.createElement("g", {
25
+ filter: "url(#photos_svg__filter1_d_4180_38328)"
26
+ }, /*#__PURE__*/React.createElement("circle", {
27
+ cx: 13.5,
28
+ cy: 13.5,
29
+ r: 2.5,
30
+ fill: "#fff"
31
+ })), /*#__PURE__*/React.createElement("path", {
32
+ d: "M7.538 23.26a.467.467 0 00.377.74h17.162a.467.467 0 00.376-.743l-5.205-7.071a1 1 0 00-1.654.063l-2.955 4.728a1 1 0 01-1.641.08l-1.682-2.194a1 1 0 00-1.603.021L7.538 23.26z",
33
+ fill: "#fff"
34
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
35
+ id: "photos_svg__filter0_d_4180_38328",
36
+ x: 3.967,
37
+ y: 4.406,
38
+ width: 23.987,
39
+ height: 23.987,
40
+ filterUnits: "userSpaceOnUse",
41
+ colorInterpolationFilters: "sRGB"
42
+ }, /*#__PURE__*/React.createElement("feFlood", {
43
+ floodOpacity: 0,
44
+ result: "BackgroundImageFix"
45
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
46
+ in: "SourceAlpha",
47
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
48
+ result: "hardAlpha"
49
+ }), /*#__PURE__*/React.createElement("feOffset", {
50
+ dy: 0.326
51
+ }), /*#__PURE__*/React.createElement("feGaussianBlur", {
52
+ stdDeviation: 0.816
53
+ }), /*#__PURE__*/React.createElement("feComposite", {
54
+ in2: "hardAlpha",
55
+ operator: "out"
56
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
57
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
58
+ }), /*#__PURE__*/React.createElement("feBlend", {
59
+ in2: "BackgroundImageFix",
60
+ result: "effect1_dropShadow_4180_38328"
61
+ }), /*#__PURE__*/React.createElement("feBlend", {
62
+ in: "SourceGraphic",
63
+ in2: "effect1_dropShadow_4180_38328",
64
+ result: "shape"
65
+ })), /*#__PURE__*/React.createElement("filter", {
66
+ id: "photos_svg__filter1_d_4180_38328",
67
+ x: 9.368,
68
+ y: 9.695,
69
+ width: 8.264,
70
+ height: 8.264,
71
+ filterUnits: "userSpaceOnUse",
72
+ colorInterpolationFilters: "sRGB"
73
+ }, /*#__PURE__*/React.createElement("feFlood", {
74
+ floodOpacity: 0,
75
+ result: "BackgroundImageFix"
76
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
77
+ in: "SourceAlpha",
78
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
79
+ result: "hardAlpha"
80
+ }), /*#__PURE__*/React.createElement("feOffset", {
81
+ dy: 0.326
82
+ }), /*#__PURE__*/React.createElement("feGaussianBlur", {
83
+ stdDeviation: 0.816
84
+ }), /*#__PURE__*/React.createElement("feComposite", {
85
+ in2: "hardAlpha",
86
+ operator: "out"
87
+ }), /*#__PURE__*/React.createElement("feColorMatrix", {
88
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
89
+ }), /*#__PURE__*/React.createElement("feBlend", {
90
+ in2: "BackgroundImageFix",
91
+ result: "effect1_dropShadow_4180_38328"
92
+ }), /*#__PURE__*/React.createElement("feBlend", {
93
+ in: "SourceGraphic",
94
+ in2: "effect1_dropShadow_4180_38328",
95
+ result: "shape"
96
+ })), /*#__PURE__*/React.createElement("linearGradient", {
97
+ id: "photos_svg__paint0_linear_4180_38328",
98
+ x1: 5.548,
99
+ y1: 29.127,
100
+ x2: 30.188,
101
+ y2: 1.958,
102
+ gradientUnits: "userSpaceOnUse"
103
+ }, /*#__PURE__*/React.createElement("stop", {
104
+ offset: 0.23,
105
+ stopColor: "#50BBC7"
106
+ }), /*#__PURE__*/React.createElement("stop", {
107
+ offset: 1,
108
+ stopColor: "#73DEEA"
109
+ }))));
110
+ }
111
+
112
+ export default SvgPhotos;
@@ -0,0 +1,2 @@
1
+ export default SvgPhotosText;
2
+ declare function SvgPhotosText(props: any): JSX.Element;
@@ -0,0 +1,108 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/twake/illus/photos-text.svg` to regenerate;
3
+ import React from 'react';
4
+
5
+ function SvgPhotosText(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 554 140",
8
+ fill: "none"
9
+ }, props), /*#__PURE__*/React.createElement("path", {
10
+ d: "M.91 137.248V6.039h44.237c29.428 0 47.422 13.87 47.422 41.424 0 27.742-17.994 42.175-47.422 42.175H27.152v47.61H.911zM27.153 66.02h16.495c14.246 0 22.306-5.81 22.306-18.37 0-12.37-8.06-18.18-22.306-18.18H27.152v36.55z",
11
+ fill: "url(#photos-text_svg__paint0_linear_12748_109)"
12
+ }), /*#__PURE__*/React.createElement("path", {
13
+ d: "M101.909 137.248V.416h25.304v52.858c5.249-10.497 14.808-15.745 29.429-15.745 20.993 0 37.113 15.558 37.113 40.112v59.607H168.45V83.827c0-16.87-8.434-24.18-20.993-24.18-10.684 0-20.244 7.31-20.244 24.18v53.421h-25.304z",
14
+ fill: "url(#photos-text_svg__paint1_linear_12748_109)"
15
+ }), /*#__PURE__*/React.createElement("path", {
16
+ d: "M256.066 139.684c-30.178 0-51.921-22.868-51.921-50.984 0-28.116 21.743-51.171 51.921-51.171s51.921 23.055 51.921 51.171-21.743 50.984-51.921 50.984zM229.449 88.7c0 15.183 10.497 27.929 26.617 27.929s26.616-12.746 26.616-27.929c0-15.182-10.496-28.116-26.616-28.116-16.12 0-26.617 12.934-26.617 28.116z",
17
+ fill: "url(#photos-text_svg__paint2_linear_12748_109)"
18
+ }), /*#__PURE__*/React.createElement("path", {
19
+ d: "M350.804 137.248c-19.306 0-29.803-8.998-29.803-30.178V61.334h-13.683V39.778h13.683v-19.68l25.304-2.625v22.305h20.619v21.556h-20.619v44.423c0 6.186 2.999 8.998 7.873 8.998h10.497v22.493h-13.871z",
20
+ fill: "url(#photos-text_svg__paint3_linear_12748_109)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M420.992 139.684c-30.178 0-51.921-22.868-51.921-50.984 0-28.116 21.743-51.171 51.921-51.171s51.921 23.055 51.921 51.171-21.743 50.984-51.921 50.984zM394.375 88.7c0 15.183 10.497 27.929 26.617 27.929s26.616-12.746 26.616-27.929c0-15.182-10.496-28.116-26.616-28.116-16.12 0-26.617 12.934-26.617 28.116z",
23
+ fill: "url(#photos-text_svg__paint4_linear_12748_109)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M515.463 139.684c-16.494 0-29.803-5.623-40.487-17.057l17.057-15.557c7.123 8.06 14.621 11.996 22.868 11.996 8.622 0 13.496-4.311 13.496-10.122 0-5.061-2.437-7.873-17.807-11.434-26.054-6.186-29.991-17.994-29.991-30.365 0-17.057 13.496-29.803 36.364-29.803 15.745 0 26.242 3.936 36.176 16.87L534.77 68.268c-4.686-7.497-10.684-10.496-17.245-10.496-6.935 0-12.183 2.624-12.183 8.622 0 3.374 1.499 6.373 13.12 9.372 28.304 7.31 34.864 17.807 34.864 32.427 0 17.995-16.307 31.49-37.863 31.49z",
26
+ fill: "url(#photos-text_svg__paint5_linear_12748_109)"
27
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
28
+ id: "photos-text_svg__paint0_linear_12748_109",
29
+ x1: 88.264,
30
+ y1: 215.251,
31
+ x2: 88.264,
32
+ y2: -34.707,
33
+ gradientUnits: "userSpaceOnUse"
34
+ }, /*#__PURE__*/React.createElement("stop", {
35
+ offset: 0.23,
36
+ stopColor: "#50BBC7"
37
+ }), /*#__PURE__*/React.createElement("stop", {
38
+ offset: 1,
39
+ stopColor: "#73DEEA"
40
+ })), /*#__PURE__*/React.createElement("linearGradient", {
41
+ id: "photos-text_svg__paint1_linear_12748_109",
42
+ x1: 88.264,
43
+ y1: 215.251,
44
+ x2: 88.264,
45
+ y2: -34.707,
46
+ gradientUnits: "userSpaceOnUse"
47
+ }, /*#__PURE__*/React.createElement("stop", {
48
+ offset: 0.23,
49
+ stopColor: "#50BBC7"
50
+ }), /*#__PURE__*/React.createElement("stop", {
51
+ offset: 1,
52
+ stopColor: "#73DEEA"
53
+ })), /*#__PURE__*/React.createElement("linearGradient", {
54
+ id: "photos-text_svg__paint2_linear_12748_109",
55
+ x1: 88.264,
56
+ y1: 215.251,
57
+ x2: 88.264,
58
+ y2: -34.707,
59
+ gradientUnits: "userSpaceOnUse"
60
+ }, /*#__PURE__*/React.createElement("stop", {
61
+ offset: 0.23,
62
+ stopColor: "#50BBC7"
63
+ }), /*#__PURE__*/React.createElement("stop", {
64
+ offset: 1,
65
+ stopColor: "#73DEEA"
66
+ })), /*#__PURE__*/React.createElement("linearGradient", {
67
+ id: "photos-text_svg__paint3_linear_12748_109",
68
+ x1: 88.264,
69
+ y1: 215.251,
70
+ x2: 88.264,
71
+ y2: -34.707,
72
+ gradientUnits: "userSpaceOnUse"
73
+ }, /*#__PURE__*/React.createElement("stop", {
74
+ offset: 0.23,
75
+ stopColor: "#50BBC7"
76
+ }), /*#__PURE__*/React.createElement("stop", {
77
+ offset: 1,
78
+ stopColor: "#73DEEA"
79
+ })), /*#__PURE__*/React.createElement("linearGradient", {
80
+ id: "photos-text_svg__paint4_linear_12748_109",
81
+ x1: 88.264,
82
+ y1: 215.251,
83
+ x2: 88.264,
84
+ y2: -34.707,
85
+ gradientUnits: "userSpaceOnUse"
86
+ }, /*#__PURE__*/React.createElement("stop", {
87
+ offset: 0.23,
88
+ stopColor: "#50BBC7"
89
+ }), /*#__PURE__*/React.createElement("stop", {
90
+ offset: 1,
91
+ stopColor: "#73DEEA"
92
+ })), /*#__PURE__*/React.createElement("linearGradient", {
93
+ id: "photos-text_svg__paint5_linear_12748_109",
94
+ x1: 88.264,
95
+ y1: 215.251,
96
+ x2: 88.264,
97
+ y2: -34.707,
98
+ gradientUnits: "userSpaceOnUse"
99
+ }, /*#__PURE__*/React.createElement("stop", {
100
+ offset: 0.23,
101
+ stopColor: "#50BBC7"
102
+ }), /*#__PURE__*/React.createElement("stop", {
103
+ offset: 1,
104
+ stopColor: "#73DEEA"
105
+ }))));
106
+ }
107
+
108
+ export default SvgPhotosText;