cozy-ui 122.5.0 → 122.7.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 +19 -0
- package/assets/icons/twake/illus/chat.svg +1 -1
- package/assets/icons/twake/illus/contacts_twake.svg +1 -1
- package/assets/icons/twake/illus/drive.svg +1 -1
- package/assets/icons/twake/illus/mail.svg +1 -1
- package/assets/icons/twake/illus/notes.svg +1 -1
- package/assets/icons/twake/illus/pass.svg +1 -1
- package/assets/icons/twake/illus/store_twake.svg +1 -1
- package/assets/icons/twake/illus/twake_workplace.svg +1 -1
- package/dist/cozy-ui.min.css +1 -1
- package/dist/cozy-ui.utils.min.css +1 -1
- package/package.json +1 -1
- package/react/Icons/Chat.jsx +0 -8
- package/react/Icons/Contacts_twake.jsx +65 -31
- package/react/Icons/Drive.jsx +0 -8
- package/react/Icons/Mail.jsx +0 -8
- package/react/Icons/Notes.jsx +0 -8
- package/react/Icons/Pass.jsx +0 -4
- package/react/Icons/Store_twake.jsx +0 -1
- package/react/Icons/TwakeWorkplace.jsx +0 -8
- package/stylus/cozy-ui/build.styl +4 -2
- package/stylus/utilities/border.styl +8 -0
- package/transpiled/react/Icons/Chat.js +0 -7
- package/transpiled/react/Icons/Contacts_twake.js +73 -37
- package/transpiled/react/Icons/Drive.js +0 -7
- package/transpiled/react/Icons/Mail.js +0 -7
- package/transpiled/react/Icons/Notes.js +0 -7
- package/transpiled/react/Icons/Pass.js +0 -3
- package/transpiled/react/Icons/Store_twake.js +0 -5
- package/transpiled/react/Icons/TwakeWorkplace.js +0 -7
|
@@ -3,40 +3,60 @@ import React from 'react'
|
|
|
3
3
|
|
|
4
4
|
function SvgContactsTwake(props) {
|
|
5
5
|
return (
|
|
6
|
-
<svg viewBox="0 0
|
|
7
|
-
<
|
|
8
|
-
<rect
|
|
9
|
-
width={16}
|
|
10
|
-
height={16}
|
|
11
|
-
rx={5.284}
|
|
12
|
-
fill="url(#contacts_twake_svg__paint0_linear_11294_1829)"
|
|
13
|
-
/>
|
|
14
|
-
<g filter="url(#contacts_twake_svg__filter0_d_11294_1829)">
|
|
6
|
+
<svg viewBox="0 0 32 32" fill="none" {...props}>
|
|
7
|
+
<g filter="url(#contacts_twake_svg__filter0_d_3096_936)">
|
|
15
8
|
<path
|
|
16
|
-
|
|
17
|
-
clipRule="evenodd"
|
|
18
|
-
d="M3.107 4.113c-.251.492-.251 1.137-.251 2.427v2.993c0 1.29 0 1.934.25 2.427.221.433.574.786 1.007 1.006.492.251 1.137.251 2.427.251h2.993c1.29 0 1.935 0 2.427-.25a2.304 2.304 0 001.006-1.007c.251-.493.251-1.137.251-2.427V6.54c0-1.29 0-1.935-.25-2.427a2.302 2.302 0 00-1.007-1.007c-.492-.25-1.137-.25-2.427-.25H6.54c-1.29 0-1.935 0-2.427.25a2.299 2.299 0 00-1.006 1.007zm4.93 1.045a1.439 1.439 0 110 2.878 1.439 1.439 0 010-2.878zm-2.879 5.395v-.347c0-1.24 1.918-1.594 2.878-1.594.961 0 2.879.354 2.879 1.594v.347c0 .2-.162.362-.362.362H5.52a.362.362 0 01-.362-.362z"
|
|
9
|
+
d="M15.992 5.874c5.857 0 10.606 4.102 10.606 9.16 0 5.06-4.749 9.16-10.606 9.16a12.12 12.12 0 01-3.432-.49c-1.203.936-3.069 1.722-5.596 2.356a.485.485 0 01-.541-.706l.18-.329c.84-1.544 1.364-2.811 1.572-3.8-1.733-1.63-2.79-3.804-2.79-6.19 0-5.06 4.749-9.16 10.607-9.16z"
|
|
19
10
|
fill="#fff"
|
|
20
11
|
/>
|
|
21
12
|
</g>
|
|
13
|
+
<g clipPath="url(#contacts_twake_svg__clip0_3096_936)">
|
|
14
|
+
<rect
|
|
15
|
+
width={32}
|
|
16
|
+
height={32}
|
|
17
|
+
rx={10}
|
|
18
|
+
fill="url(#contacts_twake_svg__paint0_linear_3096_936)"
|
|
19
|
+
/>
|
|
20
|
+
<g filter="url(#contacts_twake_svg__filter1_d_3096_936)" fill="#fff">
|
|
21
|
+
<path d="M15.99 16.016a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm8.85 6.028c-.68-1.907-2.795-4.028-8.85-4.028s-8.171 2.122-8.85 4.029c-.599 1.682 1.081 2.971 2.867 2.971h11.965c1.786 0 3.466-1.289 2.867-2.971z" />
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
22
24
|
<defs>
|
|
23
|
-
<
|
|
24
|
-
id="
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
25
|
+
<filter
|
|
26
|
+
id="contacts_twake_svg__filter0_d_3096_936"
|
|
27
|
+
x={3.753}
|
|
28
|
+
y={4.569}
|
|
29
|
+
width={24.477}
|
|
30
|
+
height={23.463}
|
|
31
|
+
filterUnits="userSpaceOnUse"
|
|
32
|
+
colorInterpolationFilters="sRGB"
|
|
30
33
|
>
|
|
31
|
-
<
|
|
32
|
-
<
|
|
33
|
-
|
|
34
|
+
<feFlood floodOpacity={0} result="BackgroundImageFix" />
|
|
35
|
+
<feColorMatrix
|
|
36
|
+
in="SourceAlpha"
|
|
37
|
+
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
38
|
+
result="hardAlpha"
|
|
39
|
+
/>
|
|
40
|
+
<feOffset dy={0.326} />
|
|
41
|
+
<feGaussianBlur stdDeviation={0.816} />
|
|
42
|
+
<feComposite in2="hardAlpha" operator="out" />
|
|
43
|
+
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" />
|
|
44
|
+
<feBlend
|
|
45
|
+
in2="BackgroundImageFix"
|
|
46
|
+
result="effect1_dropShadow_3096_936"
|
|
47
|
+
/>
|
|
48
|
+
<feBlend
|
|
49
|
+
in="SourceGraphic"
|
|
50
|
+
in2="effect1_dropShadow_3096_936"
|
|
51
|
+
result="shape"
|
|
52
|
+
/>
|
|
53
|
+
</filter>
|
|
34
54
|
<filter
|
|
35
|
-
id="
|
|
36
|
-
x={
|
|
37
|
-
y={
|
|
38
|
-
width={
|
|
39
|
-
height={
|
|
55
|
+
id="contacts_twake_svg__filter1_d_3096_936"
|
|
56
|
+
x={4.16}
|
|
57
|
+
y={4.731}
|
|
58
|
+
width={23.66}
|
|
59
|
+
height={23.714}
|
|
40
60
|
filterUnits="userSpaceOnUse"
|
|
41
61
|
colorInterpolationFilters="sRGB"
|
|
42
62
|
>
|
|
@@ -46,20 +66,34 @@ function SvgContactsTwake(props) {
|
|
|
46
66
|
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
47
67
|
result="hardAlpha"
|
|
48
68
|
/>
|
|
49
|
-
<feOffset dy={0.
|
|
50
|
-
<feGaussianBlur stdDeviation={
|
|
69
|
+
<feOffset dy={0.571} />
|
|
70
|
+
<feGaussianBlur stdDeviation={1.429} />
|
|
51
71
|
<feComposite in2="hardAlpha" operator="out" />
|
|
52
72
|
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0" />
|
|
53
73
|
<feBlend
|
|
54
74
|
in2="BackgroundImageFix"
|
|
55
|
-
result="
|
|
75
|
+
result="effect1_dropShadow_3096_936"
|
|
56
76
|
/>
|
|
57
77
|
<feBlend
|
|
58
78
|
in="SourceGraphic"
|
|
59
|
-
in2="
|
|
79
|
+
in2="effect1_dropShadow_3096_936"
|
|
60
80
|
result="shape"
|
|
61
81
|
/>
|
|
62
82
|
</filter>
|
|
83
|
+
<linearGradient
|
|
84
|
+
id="contacts_twake_svg__paint0_linear_3096_936"
|
|
85
|
+
x1={5.548}
|
|
86
|
+
y1={29.127}
|
|
87
|
+
x2={30.188}
|
|
88
|
+
y2={1.958}
|
|
89
|
+
gradientUnits="userSpaceOnUse"
|
|
90
|
+
>
|
|
91
|
+
<stop offset={0.23} stopColor="#F74EA9" />
|
|
92
|
+
<stop offset={1} stopColor="#FFB2A8" />
|
|
93
|
+
</linearGradient>
|
|
94
|
+
<clipPath id="contacts_twake_svg__clip0_3096_936">
|
|
95
|
+
<path fill="#fff" d="M0 0h31.983v31.983H0z" />
|
|
96
|
+
</clipPath>
|
|
63
97
|
</defs>
|
|
64
98
|
</svg>
|
|
65
99
|
)
|
package/react/Icons/Drive.jsx
CHANGED
package/react/Icons/Mail.jsx
CHANGED
package/react/Icons/Notes.jsx
CHANGED
package/react/Icons/Pass.jsx
CHANGED
|
@@ -4,10 +4,6 @@ import React from 'react'
|
|
|
4
4
|
function SvgPass(props) {
|
|
5
5
|
return (
|
|
6
6
|
<svg viewBox="0 0 32 32" fill="none" {...props}>
|
|
7
|
-
<path
|
|
8
|
-
d="M0 10.568C0 4.731 4.73 0 10.568 0h10.864C27.268 0 32 4.731 32 10.568v10.864C32 27.269 27.268 32 21.432 32H10.568C4.73 32 0 27.268 0 21.432V10.568z"
|
|
9
|
-
fill="#fff"
|
|
10
|
-
/>
|
|
11
7
|
<path
|
|
12
8
|
d="M0 10.568C0 4.731 4.73 0 10.568 0h10.864C27.268 0 32 4.731 32 10.568v10.864C32 27.269 27.268 32 21.432 32H10.568C4.73 32 0 27.268 0 21.432V10.568z"
|
|
13
9
|
fill="url(#pass_svg__paint0_linear_11350_7889)"
|
|
@@ -4,14 +4,6 @@ import React from 'react'
|
|
|
4
4
|
function SvgTwakeWorkplace(props) {
|
|
5
5
|
return (
|
|
6
6
|
<svg viewBox="0 0 22 22" fill="none" {...props}>
|
|
7
|
-
<rect
|
|
8
|
-
x={0.498}
|
|
9
|
-
y={0.495}
|
|
10
|
-
width={21.51}
|
|
11
|
-
height={21.51}
|
|
12
|
-
rx={6.563}
|
|
13
|
-
fill="#fff"
|
|
14
|
-
/>
|
|
15
7
|
<rect
|
|
16
8
|
x={0.498}
|
|
17
9
|
y={0.495}
|
|
@@ -1370,8 +1370,10 @@ Display an chip that represents complex identity
|
|
|
1370
1370
|
.u-bdrs-2 - 2nd step of border-radius (3px)
|
|
1371
1371
|
.u-bdrs-3 - 3rd step of border-radius (4px)
|
|
1372
1372
|
.u-bdrs-4 - 4th step of border-radius (8px)
|
|
1373
|
-
.u-bdrs-5 -
|
|
1374
|
-
.u-bdrs-6 -
|
|
1373
|
+
.u-bdrs-5 - 5th step of border-radius (10px)
|
|
1374
|
+
.u-bdrs-6 - 6th step of border-radius (12px)
|
|
1375
|
+
.u-bdrs-7 - 7th step of border-radius (14px)
|
|
1376
|
+
.u-bdrs-8 - 8th step of border-radius (16px)
|
|
1375
1377
|
.u-bdrs-circle - Round element with border-radius (100%)
|
|
1376
1378
|
|
|
1377
1379
|
Markup:
|
|
@@ -22,6 +22,12 @@ bdrs-5()
|
|
|
22
22
|
bdrs-6()
|
|
23
23
|
border-radius rem(12) !important // @stylint ignore
|
|
24
24
|
|
|
25
|
+
bdrs-7()
|
|
26
|
+
border-radius rem(14) !important // @stylint ignore
|
|
27
|
+
|
|
28
|
+
bdrs-8()
|
|
29
|
+
border-radius rem(16) !important // @stylint ignore
|
|
30
|
+
|
|
25
31
|
bdrs-circle()
|
|
26
32
|
border-radius 100% !important // @stylint ignore
|
|
27
33
|
|
|
@@ -38,6 +44,8 @@ props = {
|
|
|
38
44
|
'bdrs-4': 'bdrs-4',
|
|
39
45
|
'bdrs-5': 'bdrs-5',
|
|
40
46
|
'bdrs-6': 'bdrs-6',
|
|
47
|
+
'bdrs-7': 'bdrs-7',
|
|
48
|
+
'bdrs-8': 'bdrs-8',
|
|
41
49
|
'bdrs-circle': 'bdrs-circle',
|
|
42
50
|
'bdw-0': 'bdw-0',
|
|
43
51
|
'bdw-1': 'bdw-1'
|
|
@@ -9,13 +9,6 @@ function SvgChat(props) {
|
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
10
10
|
clipPath: "url(#chat_svg__clip0_11347_30938)"
|
|
11
11
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
12
|
-
x: 0.704,
|
|
13
|
-
y: 0.704,
|
|
14
|
-
width: 32.017,
|
|
15
|
-
height: 32.017,
|
|
16
|
-
rx: 10.574,
|
|
17
|
-
fill: "#fff"
|
|
18
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
19
12
|
x: 0.704,
|
|
20
13
|
y: 0.704,
|
|
21
14
|
width: 32.017,
|
|
@@ -4,44 +4,62 @@ import React from 'react';
|
|
|
4
4
|
|
|
5
5
|
function SvgContactsTwake(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
-
viewBox: "0 0
|
|
7
|
+
viewBox: "0 0 32 32",
|
|
8
8
|
fill: "none"
|
|
9
|
-
}, props), /*#__PURE__*/React.createElement("
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
10
|
+
filter: "url(#contacts_twake_svg__filter0_d_3096_936)"
|
|
11
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M15.992 5.874c5.857 0 10.606 4.102 10.606 9.16 0 5.06-4.749 9.16-10.606 9.16a12.12 12.12 0 01-3.432-.49c-1.203.936-3.069 1.722-5.596 2.356a.485.485 0 01-.541-.706l.18-.329c.84-1.544 1.364-2.811 1.572-3.8-1.733-1.63-2.79-3.804-2.79-6.19 0-5.06 4.749-9.16 10.607-9.16z",
|
|
13
13
|
fill: "#fff"
|
|
14
|
-
}), /*#__PURE__*/React.createElement("
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
15
|
+
clipPath: "url(#contacts_twake_svg__clip0_3096_936)"
|
|
16
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
17
|
+
width: 32,
|
|
18
|
+
height: 32,
|
|
19
|
+
rx: 10,
|
|
20
|
+
fill: "url(#contacts_twake_svg__paint0_linear_3096_936)"
|
|
19
21
|
}), /*#__PURE__*/React.createElement("g", {
|
|
20
|
-
filter: "url(#
|
|
21
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
22
|
-
fillRule: "evenodd",
|
|
23
|
-
clipRule: "evenodd",
|
|
24
|
-
d: "M3.107 4.113c-.251.492-.251 1.137-.251 2.427v2.993c0 1.29 0 1.934.25 2.427.221.433.574.786 1.007 1.006.492.251 1.137.251 2.427.251h2.993c1.29 0 1.935 0 2.427-.25a2.304 2.304 0 001.006-1.007c.251-.493.251-1.137.251-2.427V6.54c0-1.29 0-1.935-.25-2.427a2.302 2.302 0 00-1.007-1.007c-.492-.25-1.137-.25-2.427-.25H6.54c-1.29 0-1.935 0-2.427.25a2.299 2.299 0 00-1.006 1.007zm4.93 1.045a1.439 1.439 0 110 2.878 1.439 1.439 0 010-2.878zm-2.879 5.395v-.347c0-1.24 1.918-1.594 2.878-1.594.961 0 2.879.354 2.879 1.594v.347c0 .2-.162.362-.362.362H5.52a.362.362 0 01-.362-.362z",
|
|
22
|
+
filter: "url(#contacts_twake_svg__filter1_d_3096_936)",
|
|
25
23
|
fill: "#fff"
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
|
|
24
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
d: "M15.99 16.016a4.5 4.5 0 100-9 4.5 4.5 0 000 9zm8.85 6.028c-.68-1.907-2.795-4.028-8.85-4.028s-8.171 2.122-8.85 4.029c-.599 1.682 1.081 2.971 2.867 2.971h11.965c1.786 0 3.466-1.289 2.867-2.971z"
|
|
26
|
+
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
|
|
27
|
+
id: "contacts_twake_svg__filter0_d_3096_936",
|
|
28
|
+
x: 3.753,
|
|
29
|
+
y: 4.569,
|
|
30
|
+
width: 24.477,
|
|
31
|
+
height: 23.463,
|
|
32
|
+
filterUnits: "userSpaceOnUse",
|
|
33
|
+
colorInterpolationFilters: "sRGB"
|
|
34
|
+
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
35
|
+
floodOpacity: 0,
|
|
36
|
+
result: "BackgroundImageFix"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
38
|
+
in: "SourceAlpha",
|
|
39
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
40
|
+
result: "hardAlpha"
|
|
41
|
+
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
42
|
+
dy: 0.326
|
|
43
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
44
|
+
stdDeviation: 0.816
|
|
45
|
+
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
46
|
+
in2: "hardAlpha",
|
|
47
|
+
operator: "out"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
49
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
51
|
+
in2: "BackgroundImageFix",
|
|
52
|
+
result: "effect1_dropShadow_3096_936"
|
|
53
|
+
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
54
|
+
in: "SourceGraphic",
|
|
55
|
+
in2: "effect1_dropShadow_3096_936",
|
|
56
|
+
result: "shape"
|
|
39
57
|
})), /*#__PURE__*/React.createElement("filter", {
|
|
40
|
-
id: "
|
|
41
|
-
x:
|
|
42
|
-
y:
|
|
43
|
-
width:
|
|
44
|
-
height:
|
|
58
|
+
id: "contacts_twake_svg__filter1_d_3096_936",
|
|
59
|
+
x: 4.16,
|
|
60
|
+
y: 4.731,
|
|
61
|
+
width: 23.66,
|
|
62
|
+
height: 23.714,
|
|
45
63
|
filterUnits: "userSpaceOnUse",
|
|
46
64
|
colorInterpolationFilters: "sRGB"
|
|
47
65
|
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
@@ -52,9 +70,9 @@ function SvgContactsTwake(props) {
|
|
|
52
70
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0",
|
|
53
71
|
result: "hardAlpha"
|
|
54
72
|
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
55
|
-
dy: 0.
|
|
73
|
+
dy: 0.571
|
|
56
74
|
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
57
|
-
stdDeviation:
|
|
75
|
+
stdDeviation: 1.429
|
|
58
76
|
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
59
77
|
in2: "hardAlpha",
|
|
60
78
|
operator: "out"
|
|
@@ -62,11 +80,29 @@ function SvgContactsTwake(props) {
|
|
|
62
80
|
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"
|
|
63
81
|
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
64
82
|
in2: "BackgroundImageFix",
|
|
65
|
-
result: "
|
|
83
|
+
result: "effect1_dropShadow_3096_936"
|
|
66
84
|
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
67
85
|
in: "SourceGraphic",
|
|
68
|
-
in2: "
|
|
86
|
+
in2: "effect1_dropShadow_3096_936",
|
|
69
87
|
result: "shape"
|
|
88
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
89
|
+
id: "contacts_twake_svg__paint0_linear_3096_936",
|
|
90
|
+
x1: 5.548,
|
|
91
|
+
y1: 29.127,
|
|
92
|
+
x2: 30.188,
|
|
93
|
+
y2: 1.958,
|
|
94
|
+
gradientUnits: "userSpaceOnUse"
|
|
95
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
96
|
+
offset: 0.23,
|
|
97
|
+
stopColor: "#F74EA9"
|
|
98
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
99
|
+
offset: 1,
|
|
100
|
+
stopColor: "#FFB2A8"
|
|
101
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
102
|
+
id: "contacts_twake_svg__clip0_3096_936"
|
|
103
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
104
|
+
fill: "#fff",
|
|
105
|
+
d: "M0 0h31.983v31.983H0z"
|
|
70
106
|
}))));
|
|
71
107
|
}
|
|
72
108
|
|
|
@@ -7,13 +7,6 @@ function SvgDrive(props) {
|
|
|
7
7
|
viewBox: "0 0 33 33",
|
|
8
8
|
fill: "none"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
10
|
-
x: 0.618,
|
|
11
|
-
y: 0.718,
|
|
12
|
-
width: 32,
|
|
13
|
-
height: 32,
|
|
14
|
-
rx: 10.568,
|
|
15
|
-
fill: "#fff"
|
|
16
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
17
10
|
x: 0.618,
|
|
18
11
|
y: 0.718,
|
|
19
12
|
width: 32,
|
|
@@ -7,13 +7,6 @@ function SvgMail(props) {
|
|
|
7
7
|
viewBox: "0 0 33 33",
|
|
8
8
|
fill: "none"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
10
|
-
x: 0.582,
|
|
11
|
-
y: 0.718,
|
|
12
|
-
width: 32,
|
|
13
|
-
height: 32,
|
|
14
|
-
rx: 10.568,
|
|
15
|
-
fill: "#fff"
|
|
16
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
17
10
|
x: 0.582,
|
|
18
11
|
y: 0.718,
|
|
19
12
|
width: 32,
|
|
@@ -7,13 +7,6 @@ function SvgNotes(props) {
|
|
|
7
7
|
viewBox: "0 0 33 33",
|
|
8
8
|
fill: "none"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
10
|
-
x: 0.718,
|
|
11
|
-
y: 0.718,
|
|
12
|
-
width: 32,
|
|
13
|
-
height: 32,
|
|
14
|
-
rx: 10.568,
|
|
15
|
-
fill: "#fff"
|
|
16
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
17
10
|
x: 0.718,
|
|
18
11
|
y: 0.718,
|
|
19
12
|
width: 32,
|
|
@@ -7,9 +7,6 @@ function SvgPass(props) {
|
|
|
7
7
|
viewBox: "0 0 32 32",
|
|
8
8
|
fill: "none"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
10
|
-
d: "M0 10.568C0 4.731 4.73 0 10.568 0h10.864C27.268 0 32 4.731 32 10.568v10.864C32 27.269 27.268 32 21.432 32H10.568C4.73 32 0 27.268 0 21.432V10.568z",
|
|
11
|
-
fill: "#fff"
|
|
12
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
13
10
|
d: "M0 10.568C0 4.731 4.73 0 10.568 0h10.864C27.268 0 32 4.731 32 10.568v10.864C32 27.269 27.268 32 21.432 32H10.568C4.73 32 0 27.268 0 21.432V10.568z",
|
|
14
11
|
fill: "url(#pass_svg__paint0_linear_11350_7889)"
|
|
15
12
|
}), /*#__PURE__*/React.createElement("g", {
|
|
@@ -7,11 +7,6 @@ function SvgStoreTwake(props) {
|
|
|
7
7
|
viewBox: "0 0 16 16",
|
|
8
8
|
fill: "none"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
10
|
-
width: 16,
|
|
11
|
-
height: 16,
|
|
12
|
-
rx: 5.284,
|
|
13
|
-
fill: "#fff"
|
|
14
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
15
10
|
width: 16,
|
|
16
11
|
height: 16,
|
|
17
12
|
rx: 5.284,
|
|
@@ -7,13 +7,6 @@ function SvgTwakeWorkplace(props) {
|
|
|
7
7
|
viewBox: "0 0 22 22",
|
|
8
8
|
fill: "none"
|
|
9
9
|
}, props), /*#__PURE__*/React.createElement("rect", {
|
|
10
|
-
x: 0.498,
|
|
11
|
-
y: 0.495,
|
|
12
|
-
width: 21.51,
|
|
13
|
-
height: 21.51,
|
|
14
|
-
rx: 6.563,
|
|
15
|
-
fill: "#fff"
|
|
16
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
17
10
|
x: 0.498,
|
|
18
11
|
y: 0.495,
|
|
19
12
|
width: 21.51,
|