@flodesk/grain 5.16.0 → 5.16.2
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/es/components/autocomplete.js +2 -2
- package/es/components/button.js +5 -5
- package/es/components/icon-button.js +2 -2
- package/es/components/icon-toggle.js +5 -5
- package/es/components/multi-autocomplete.js +4 -4
- package/es/components/select.js +2 -2
- package/es/components/text-toggle.js +4 -4
- package/es/foundational/field.js +5 -5
- package/es/foundational/index.js +1 -1
- package/es/foundational/menu.js +8 -8
- package/es/foundational/styles.js +12 -10
- package/es/icons/icon-align-center.js +11 -4
- package/es/icons/icon-align-left.js +12 -5
- package/es/icons/icon-align-right.js +12 -5
- package/es/icons/icon-arrow-down.js +3 -3
- package/es/icons/icon-arrow-left.js +3 -3
- package/es/icons/icon-arrow-right.js +3 -3
- package/es/icons/icon-arrow-up.js +3 -3
- package/es/icons/icon-browser.js +5 -34
- package/es/icons/icon-chart.js +11 -4
- package/es/icons/icon-check.js +13 -10
- package/es/icons/icon-chevron-down.js +5 -4
- package/es/icons/icon-chevron-horizontal.js +5 -4
- package/es/icons/icon-chevron-left.js +5 -4
- package/es/icons/icon-chevron-right.js +7 -18
- package/es/icons/icon-chevron-up.js +6 -10
- package/es/icons/icon-chevron-vertical.js +6 -19
- package/es/icons/icon-clip.js +14 -6
- package/es/icons/icon-clock.js +6 -11
- package/es/icons/icon-crop.js +2 -2
- package/es/icons/icon-cross.js +2 -2
- package/es/icons/icon-download.js +5 -5
- package/es/icons/icon-duplicate.js +6 -15
- package/es/icons/icon-ellipsis.js +5 -15
- package/es/icons/icon-file.js +11 -4
- package/es/icons/icon-folder-add.js +2 -2
- package/es/icons/icon-folder.js +2 -2
- package/es/icons/icon-gear.js +12 -10
- package/es/icons/icon-globe.js +11 -4
- package/es/icons/icon-heart.js +3 -2
- package/es/icons/icon-image.js +2 -2
- package/es/icons/icon-link.js +5 -9
- package/es/icons/icon-mail.js +2 -2
- package/es/icons/icon-minus.js +3 -3
- package/es/icons/icon-monitor.js +2 -2
- package/es/icons/icon-pencil.js +11 -4
- package/es/icons/icon-phone.js +2 -2
- package/es/icons/icon-plus.js +3 -3
- package/es/icons/icon-redo.js +2 -2
- package/es/icons/icon-search.js +6 -11
- package/es/icons/icon-send.js +5 -4
- package/es/icons/icon-share.js +11 -4
- package/es/icons/icon-smile.js +13 -23
- package/es/icons/icon-switch.js +2 -2
- package/es/icons/icon-tablet.js +2 -2
- package/es/icons/icon-text-align-center.js +5 -3
- package/es/icons/icon-text-align-left.js +5 -3
- package/es/icons/icon-text-align-right.js +5 -3
- package/es/icons/icon-trash.js +11 -4
- package/es/icons/icon-type.js +14 -5
- package/es/icons/icon-undo.js +11 -4
- package/es/icons/icon-upload.js +5 -5
- package/es/styles/variables.css +6 -6
- package/package.json +1 -1
|
@@ -7,26 +7,15 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconChevronRight = function IconChevronRight(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 12
|
|
10
|
+
viewBox: "0 0 12 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
-
}, props), ___EmotionJSX("
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
fill: "
|
|
18
|
-
}
|
|
19
|
-
d: "m-4 16 8-8 8 8-8 8-8-8Z"
|
|
20
|
-
})), ___EmotionJSX("path", {
|
|
21
|
-
d: "m12 16 1.414 1.414L14.828 16l-1.414-1.414L12 16ZM2.586 9.414l8 8 2.828-2.828-8-8-2.828 2.828Zm8 5.172-8 8 2.828 2.828 8-8-2.828-2.828Z",
|
|
22
|
-
fill: "currentColor",
|
|
23
|
-
mask: "url(#ChevronRight_svg__b)"
|
|
24
|
-
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
25
|
-
id: "ChevronRight_svg__a"
|
|
26
|
-
}, ___EmotionJSX("path", {
|
|
27
|
-
fill: "#fff",
|
|
28
|
-
d: "M0 0h12v32H0z"
|
|
29
|
-
}))));
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "m4.007 19.957-1.414-1.414L9.136 12 2.593 5.457l1.414-1.414L11.964 12l-7.957 7.957Z",
|
|
17
|
+
fill: "currentColor"
|
|
18
|
+
}));
|
|
30
19
|
};
|
|
31
20
|
|
|
32
21
|
export default IconChevronRight;
|
|
@@ -7,25 +7,21 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconChevronUp = function IconChevronUp(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 16
|
|
10
|
+
viewBox: "0 0 16 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("g", {
|
|
14
14
|
clipPath: "url(#ChevronUp_svg__a)"
|
|
15
|
-
}, ___EmotionJSX("mask", {
|
|
16
|
-
id: "ChevronUp_svg__b",
|
|
17
|
-
fill: "#fff"
|
|
18
15
|
}, ___EmotionJSX("path", {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
d: "
|
|
22
|
-
fill: "currentColor"
|
|
23
|
-
mask: "url(#ChevronUp_svg__b)"
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M16 15 8 7l-8 8 1.414 1.414L8 9.828l6.586 6.586L16 15Z",
|
|
19
|
+
fill: "currentColor"
|
|
24
20
|
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
25
21
|
id: "ChevronUp_svg__a"
|
|
26
22
|
}, ___EmotionJSX("path", {
|
|
27
23
|
fill: "#fff",
|
|
28
|
-
d: "M0
|
|
24
|
+
d: "M0 0h16v24H0z"
|
|
29
25
|
}))));
|
|
30
26
|
};
|
|
31
27
|
|
|
@@ -7,34 +7,21 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconChevronVertical = function IconChevronVertical(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 16
|
|
10
|
+
viewBox: "0 0 16 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("g", {
|
|
14
14
|
clipPath: "url(#ChevronVertical_svg__a)"
|
|
15
|
-
}, ___EmotionJSX("mask", {
|
|
16
|
-
id: "ChevronVertical_svg__b",
|
|
17
|
-
fill: "#fff"
|
|
18
15
|
}, ___EmotionJSX("path", {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
d: "
|
|
22
|
-
fill: "currentColor"
|
|
23
|
-
mask: "url(#ChevronVertical_svg__b)"
|
|
24
|
-
}), ___EmotionJSX("mask", {
|
|
25
|
-
id: "ChevronVertical_svg__c",
|
|
26
|
-
fill: "#fff"
|
|
27
|
-
}, ___EmotionJSX("path", {
|
|
28
|
-
d: "m8 20-8-8 8-8 8 8-8 8Z"
|
|
29
|
-
})), ___EmotionJSX("path", {
|
|
30
|
-
d: "m8 4 1.414-1.414L8 1.172 6.586 2.586 8 4Zm-6.586 9.414 8-8-2.828-2.828-8 8 2.828 2.828Zm5.172-8 8 8 2.828-2.828-8-8-2.828 2.828Z",
|
|
31
|
-
fill: "currentColor",
|
|
32
|
-
mask: "url(#ChevronVertical_svg__c)"
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M9.414 1.414 16 8l-1.414 1.414L8 2.828 1.414 9.414 0 8l6.586-6.586L8 0l1.414 1.414ZM6.586 22.586 0 16l1.414-1.414L8 21.172l6.586-6.586L16 16l-6.586 6.586L8 24l-1.414-1.414Z",
|
|
19
|
+
fill: "currentColor"
|
|
33
20
|
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
34
21
|
id: "ChevronVertical_svg__a"
|
|
35
22
|
}, ___EmotionJSX("path", {
|
|
36
23
|
fill: "#fff",
|
|
37
|
-
d: "M0
|
|
24
|
+
d: "M0 0h16v24H0z"
|
|
38
25
|
}))));
|
|
39
26
|
};
|
|
40
27
|
|
package/es/icons/icon-clip.js
CHANGED
|
@@ -7,14 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconClip = function IconClip(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 22
|
|
10
|
+
viewBox: "0 0 22 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
-
}, props), ___EmotionJSX("
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
13
|
+
}, props), ___EmotionJSX("g", {
|
|
14
|
+
clipPath: "url(#Clip_svg__a)"
|
|
15
|
+
}, ___EmotionJSX("path", {
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "M18.849 2.824a2.898 2.898 0 0 0-4.098 0L3.823 13.752a4.83 4.83 0 1 0 6.83 6.83l7.513-7.513 1.366 1.366-7.513 7.513a6.761 6.761 0 1 1-9.562-9.562L13.385 1.458a4.83 4.83 0 0 1 6.83 6.83l-11.27 11.27a2.898 2.898 0 1 1-4.097-4.099l7.854-7.854 1.366 1.366-7.854 7.854a.966.966 0 1 0 1.366 1.366L18.849 6.922a2.898 2.898 0 0 0 0-4.098Z",
|
|
19
|
+
fill: "currentColor"
|
|
20
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
21
|
+
id: "Clip_svg__a"
|
|
22
|
+
}, ___EmotionJSX("path", {
|
|
23
|
+
fill: "#fff",
|
|
24
|
+
d: "M0 0h22v24H0z"
|
|
25
|
+
}))));
|
|
18
26
|
};
|
|
19
27
|
|
|
20
28
|
export default IconClip;
|
package/es/icons/icon-clock.js
CHANGED
|
@@ -7,19 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconClock = function IconClock(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
-
}, props), ___EmotionJSX("
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
strokeWidth: 2
|
|
19
|
-
}), ___EmotionJSX("path", {
|
|
20
|
-
d: "M13 9v7h9",
|
|
21
|
-
stroke: "currentColor",
|
|
22
|
-
strokeWidth: 2
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12ZM12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0Zm-2 5v8h10v-2h-8V5h-2Z",
|
|
17
|
+
fill: "currentColor"
|
|
23
18
|
}));
|
|
24
19
|
};
|
|
25
20
|
|
package/es/icons/icon-crop.js
CHANGED
|
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconCrop = function IconCrop(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 24
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
14
|
fillRule: "evenodd",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
|
-
d: "M4
|
|
16
|
+
d: "M4 6v12a2 2 0 0 0 2 2h12v4h2v-4h4v-2h-4V6a2 2 0 0 0-2-2H6V0H4v4H0v2h4Zm2 0v12h12V6H6Z",
|
|
17
17
|
fill: "currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
package/es/icons/icon-cross.js
CHANGED
|
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconCross = function IconCross(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 20
|
|
10
|
+
viewBox: "0 0 20 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
14
|
fillRule: "evenodd",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
|
-
d: "m10
|
|
16
|
+
d: "m10 13.414 8.293 8.293 1.414-1.414L11.414 12l8.293-8.293-1.414-1.414L10 10.586 1.707 2.293.293 3.707 8.586 12 .293 20.293l1.414 1.414L10 13.414Z",
|
|
17
17
|
fill: "currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
|
@@ -7,21 +7,21 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconDownload = function IconDownload(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 24
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("g", {
|
|
14
|
-
clipPath: "url(#
|
|
14
|
+
clipPath: "url(#Download_svg__a)"
|
|
15
15
|
}, ___EmotionJSX("path", {
|
|
16
16
|
fillRule: "evenodd",
|
|
17
17
|
clipRule: "evenodd",
|
|
18
|
-
d: "M13
|
|
18
|
+
d: "M13 0v16.172l7.586-7.586L22 10l-8.586 8.586L12 20l-1.414-1.414L2 10l1.414-1.414L11 16.172V0h2ZM0 16v6a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2v-6h-2v6H2v-6H0Z",
|
|
19
19
|
fill: "currentColor"
|
|
20
20
|
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
21
|
-
id: "
|
|
21
|
+
id: "Download_svg__a"
|
|
22
22
|
}, ___EmotionJSX("path", {
|
|
23
23
|
fill: "#fff",
|
|
24
|
-
d: "M0
|
|
24
|
+
d: "M0 0h24v24H0z"
|
|
25
25
|
}))));
|
|
26
26
|
};
|
|
27
27
|
|
|
@@ -7,23 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconDuplicate = function IconDuplicate(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 24
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
-
}, props), ___EmotionJSX("
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
rx: 1,
|
|
19
|
-
stroke: "currentColor",
|
|
20
|
-
strokeWidth: 2,
|
|
21
|
-
strokeLinecap: "square"
|
|
22
|
-
}), ___EmotionJSX("path", {
|
|
23
|
-
d: "M15 23v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V14a1 1 0 0 1 1-1h3",
|
|
24
|
-
stroke: "currentColor",
|
|
25
|
-
strokeWidth: 2,
|
|
26
|
-
strokeLinecap: "square"
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M10 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H10Zm0 2h12v12H10V2ZM2 8a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-4h-2v4H2V10h4V8H2Z",
|
|
17
|
+
fill: "currentColor"
|
|
27
18
|
}));
|
|
28
19
|
};
|
|
29
20
|
|
|
@@ -7,23 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconEllipsis = function IconEllipsis(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 20
|
|
10
|
+
viewBox: "0 0 20 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
-
}, props), ___EmotionJSX("
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
fill: "currentColor"
|
|
18
|
-
}), ___EmotionJSX("circle", {
|
|
19
|
-
cx: 2,
|
|
20
|
-
cy: 16,
|
|
21
|
-
r: 2,
|
|
22
|
-
fill: "currentColor"
|
|
23
|
-
}), ___EmotionJSX("circle", {
|
|
24
|
-
cx: 18,
|
|
25
|
-
cy: 16,
|
|
26
|
-
r: 2,
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M4 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm6 2a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z",
|
|
27
17
|
fill: "currentColor"
|
|
28
18
|
}));
|
|
29
19
|
};
|
package/es/icons/icon-file.js
CHANGED
|
@@ -7,15 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconFile = function IconFile(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 20
|
|
10
|
+
viewBox: "0 0 20 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
-
}, props), ___EmotionJSX("
|
|
13
|
+
}, props), ___EmotionJSX("g", {
|
|
14
|
+
clipPath: "url(#File_svg__a)"
|
|
15
|
+
}, ___EmotionJSX("path", {
|
|
14
16
|
fillRule: "evenodd",
|
|
15
17
|
clipRule: "evenodd",
|
|
16
|
-
d: "M2.008
|
|
18
|
+
d: "M2.008 0A2.007 2.007 0 0 0 0 2v20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7.586l-.293-.293-7-7L12.414 0H2.008ZM2 22V2.004A.017.017 0 0 1 2.005 2H10v8h8v12H2ZM17.586 8 12 2.414V8h5.586Z",
|
|
17
19
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
20
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
21
|
+
id: "File_svg__a"
|
|
22
|
+
}, ___EmotionJSX("path", {
|
|
23
|
+
fill: "#fff",
|
|
24
|
+
d: "M0 0h20v24H0z"
|
|
25
|
+
}))));
|
|
19
26
|
};
|
|
20
27
|
|
|
21
28
|
export default IconFile;
|
|
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconFolderAdd = function IconFolderAdd(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
14
|
fillRule: "evenodd",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
|
-
d: "M1
|
|
16
|
+
d: "M1 2H0v18a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H10.414L8.707 2.293 8.414 2H1Zm1 9V4h5.586l1.707 1.707.293.293H22v14H2v-9Zm9-3h2v4h4v2h-4v4h-2v-4H7v-2h4V8Z",
|
|
17
17
|
fill: "currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
package/es/icons/icon-folder.js
CHANGED
|
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconFolder = function IconFolder(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
14
|
fillRule: "evenodd",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
|
-
d: "M0
|
|
16
|
+
d: "M0 2h8.414l.293.293L10.414 4H22a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Zm2 2v16h20V6H9.586l-.293-.293L7.586 4H2Z",
|
|
17
17
|
fill: "currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
package/es/icons/icon-gear.js
CHANGED
|
@@ -7,18 +7,20 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconGear = function IconGear(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
-
}, props), ___EmotionJSX("
|
|
14
|
-
|
|
15
|
-
fill: "
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
13
|
+
}, props), ___EmotionJSX("mask", {
|
|
14
|
+
id: "Gear_svg__a",
|
|
15
|
+
fill: "#fff"
|
|
16
|
+
}, ___EmotionJSX("path", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M14.5 0h-5l-.436 3.49c-.345.119-.68.258-1.005.416L5.282 1.747 1.747 5.283l2.16 2.776c-.159.324-.298.66-.417 1.005L0 9.5v5l3.49.436c.119.345.258.68.416 1.005l-2.16 2.777 3.536 3.535 2.777-2.16c.324.159.66.298 1.005.417L9.5 24h5l.436-3.49c.345-.119.68-.258 1.005-.417l2.777 2.16 3.535-3.535-2.16-2.777c.159-.325.298-.66.417-1.005L24 14.5v-5l-3.49-.436a8.946 8.946 0 0 0-.417-1.005l2.16-2.776-3.535-3.536-2.777 2.16a8.944 8.944 0 0 0-1.005-.417L14.5 0ZM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z"
|
|
20
|
+
})), ___EmotionJSX("path", {
|
|
21
|
+
d: "M9.5 0v-2H7.734L7.515-.248 9.5 0Zm5 0 1.985-.248L16.265-2H14.5v2ZM9.064 3.49l.652 1.89 1.178-.406.154-1.236-1.984-.248Zm-1.005.416-1.228 1.58.984.765 1.12-.547-.876-1.798ZM5.282 1.747 6.51.168 5.117-.916 3.868.333l1.414 1.414ZM1.747 5.283.333 3.868-.916 5.117.168 6.51l1.579-1.227Zm2.16 2.776 1.797.877.547-1.12-.766-.985L3.906 8.06ZM3.49 9.064l.248 1.984 1.236-.154.407-1.178-1.891-.652ZM0 9.5l-.248-1.985-1.752.22V9.5h2Zm0 5h-2v1.766l1.752.219L0 14.5Zm3.49.436 1.89-.652-.406-1.178-1.236-.154-.248 1.984Zm.416 1.005 1.58 1.228.765-.984-.547-1.12-1.798.876Zm-2.16 2.777L.169 17.49l-1.084 1.393 1.249 1.249 1.414-1.414Zm3.536 3.535-1.414 1.414 1.249 1.249 1.393-1.084-1.228-1.579Zm2.777-2.16.877-1.797-1.12-.547-.985.766 1.228 1.578Zm1.005.417 1.984-.248-.154-1.236-1.178-.407-.652 1.891ZM9.5 24l-1.985.248.22 1.752H9.5v-2Zm5 0v2h1.766l.219-1.752L14.5 24Zm.436-3.49-.652-1.89-1.178.406-.154 1.236 1.984.248Zm1.005-.417 1.228-1.578-.984-.766-1.12.547.876 1.797Zm2.777 2.16-1.228 1.579 1.393 1.084 1.249-1.249-1.415-1.414Zm3.535-3.535 1.414 1.414 1.249-1.249-1.084-1.393-1.579 1.228Zm-2.16-2.777-1.797-.877-.547 1.12.766.985 1.578-1.228Zm.417-1.005-.248-1.984-1.236.154-.407 1.178 1.891.652ZM24 14.5l.248 1.985 1.752-.22V14.5h-2Zm0-5h2V7.734l-1.752-.219L24 9.5Zm-3.49-.436-1.89.652.406 1.178 1.236.154.248-1.984Zm-.417-1.005-1.578-1.228-.766.984.547 1.12 1.797-.876Zm2.16-2.776 1.579 1.227 1.084-1.393-1.249-1.249-1.414 1.415Zm-3.535-3.536L20.132.333 18.883-.916 17.49.168l1.228 1.579Zm-2.777 2.16-.877 1.797 1.12.547.985-.766-1.228-1.579Zm-1.005-.417-1.984.248.154 1.236 1.178.407.652-1.891ZM9.5 2h5v-4h-5v4Zm1.548 1.738.437-3.49-3.97-.496-.436 3.49 3.97.496ZM8.936 5.704c.252-.123.512-.231.78-.323L8.412 1.599c-.423.146-.833.316-1.23.51l1.754 3.595ZM4.055 3.326l2.776 2.16 2.456-3.158L6.51.168 4.055 3.326Zm-.894 3.37 3.536-3.535L3.868.333.333 3.868 3.16 6.697Zm2.324.135-2.16-2.776L.169 6.51l2.16 2.777L5.485 6.83Zm-.104 2.885c.092-.268.2-.528.323-.78L2.109 7.182c-.194.397-.364.807-.51 1.23l3.782 1.304ZM.248 11.485l3.49-.437-.496-3.969-3.49.436.496 3.97ZM2 14.5v-5h-4v5h4Zm1.738-1.548-3.49-.437-.496 3.97 3.49.436.496-3.97Zm1.966 2.112a6.942 6.942 0 0 1-.323-.78l-3.782 1.304c.146.423.316.833.51 1.23l3.595-1.754Zm-2.378 4.881 2.16-2.776-3.158-2.456-2.16 2.777 3.158 2.455Zm3.37.894-3.535-3.536-2.828 2.829 3.535 3.535 2.829-2.828Zm.135-2.324-2.776 2.16 2.455 3.157 2.777-2.16-2.456-3.157Zm2.885.104a6.93 6.93 0 0 1-.78-.323l-1.754 3.595c.397.194.807.364 1.23.51l1.304-3.782Zm1.769 5.133-.437-3.49-3.969.496.436 3.49 3.97-.496ZM14.5 22h-5v4h5v-4Zm-1.548-1.738-.437 3.49 3.97.496.436-3.49-3.97-.496Zm2.112-1.966a6.938 6.938 0 0 1-.78.323l1.304 3.782c.423-.146.833-.316 1.23-.51l-1.754-3.595Zm4.881 2.378-2.776-2.16-2.456 3.158 2.777 2.16 2.455-3.158Zm.894-3.37-3.536 3.535 2.829 2.828 3.535-3.535-2.828-2.829Zm-2.324-.135 2.16 2.776 3.157-2.455-2.16-2.777-3.157 2.456Zm.104-2.885c-.092.268-.2.528-.323.78l3.595 1.754c.194-.397.364-.807.51-1.23l-3.782-1.304Zm5.133-1.769-3.49.437.496 3.969 3.49-.436-.496-3.97ZM22 9.5v5h4v-5h-4Zm-1.738 1.548 3.49.437.496-3.97-3.49-.436-.496 3.97Zm-1.966-2.112c.123.252.231.512.323.78l3.782-1.304a10.94 10.94 0 0 0-.51-1.23l-3.595 1.754Zm2.378-4.881-2.16 2.776 3.158 2.456 2.16-2.777-3.158-2.455Zm-3.37-.894 3.535 3.536 2.828-2.829L20.132.333 17.303 3.16Zm-.135 2.324 2.776-2.16L17.49.169l-2.777 2.16 2.456 3.157Zm-2.885-.104c.268.092.528.2.78.323l1.754-3.595a10.941 10.941 0 0 0-1.23-.51l-1.304 3.782ZM12.515.248l.437 3.49 3.969-.496-.436-3.49-3.97.496ZM13 12a1 1 0 0 1-1 1v4a5 5 0 0 0 5-5h-4Zm-1-1a1 1 0 0 1 1 1h4a5 5 0 0 0-5-5v4Zm-1 1a1 1 0 0 1 1-1V7a5 5 0 0 0-5 5h4Zm1 1a1 1 0 0 1-1-1H7a5 5 0 0 0 5 5v-4Z",
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
mask: "url(#Gear_svg__a)"
|
|
22
24
|
}));
|
|
23
25
|
};
|
|
24
26
|
|
package/es/icons/icon-globe.js
CHANGED
|
@@ -7,15 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconGlobe = function IconGlobe(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
-
}, props), ___EmotionJSX("
|
|
13
|
+
}, props), ___EmotionJSX("g", {
|
|
14
|
+
clipPath: "url(#Globe_svg__a)"
|
|
15
|
+
}, ___EmotionJSX("path", {
|
|
14
16
|
fillRule: "evenodd",
|
|
15
17
|
clipRule: "evenodd",
|
|
16
|
-
d: "
|
|
18
|
+
d: "M11 13v8.763c-.715-.332-1.495-1.04-2.222-2.286-.94-1.611-1.613-3.873-1.752-6.477H11Zm2 0v8.763c.715-.332 1.495-1.04 2.222-2.286.94-1.611 1.613-3.873 1.752-6.477H13Zm3.974-2H13V2.237c.715.332 1.495 1.04 2.222 2.285.94 1.612 1.613 3.874 1.752 6.478Zm2.002 2c-.148 3.072-.97 5.817-2.214 7.796A10.004 10.004 0 0 0 21.95 13h-2.975Zm2.975-2h-2.975c-.148-3.072-.97-5.817-2.214-7.796A10.004 10.004 0 0 1 21.95 11ZM11 11H7.026c.14-2.604.812-4.866 1.752-6.478C9.505 3.277 10.285 2.57 11 2.237V11Zm-5.976 0c.148-3.072.97-5.817 2.214-7.796A10.004 10.004 0 0 0 2.05 11h2.975Zm-2.975 2a10.004 10.004 0 0 0 5.19 7.796C5.994 18.816 5.171 16.072 5.023 13H2.049ZM12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0Z",
|
|
17
19
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
20
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
21
|
+
id: "Globe_svg__a"
|
|
22
|
+
}, ___EmotionJSX("path", {
|
|
23
|
+
fill: "#fff",
|
|
24
|
+
d: "M0 0h24v24H0z"
|
|
25
|
+
}))));
|
|
19
26
|
};
|
|
20
27
|
|
|
21
28
|
export default IconGlobe;
|
package/es/icons/icon-heart.js
CHANGED
|
@@ -7,11 +7,12 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconHeart = function IconHeart(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
|
-
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
d: "M9.706 18.876c1.01.92 1.8 1.639 2.294 2.124.495-.485 1.284-1.204 2.294-2.124 1.8-1.638 4.302-3.916 7.095-6.658A5.334 5.334 0 0023 8.4a5.335 5.335 0 00-1.618-3.825A5.534 5.534 0 0017.5 3a5.534 5.534 0 00-3.89 1.582A5.334 5.334 0 0012 8.4a5.334 5.334 0 00-1.61-3.818A5.534 5.534 0 006.5 3a5.534 5.534 0 00-3.882 1.575A5.335 5.335 0 001 8.4c0 1.491.616 2.841 1.61 3.818 2.794 2.742 5.296 5.02 7.096 6.658z",
|
|
15
16
|
stroke: "currentColor",
|
|
16
17
|
strokeWidth: 2
|
|
17
18
|
}));
|
package/es/icons/icon-image.js
CHANGED
|
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconImage = function IconImage(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
14
|
fillRule: "evenodd",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
|
-
d: "M0
|
|
16
|
+
d: "M0 4a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm22 0H2v11.448l6.155-5.211.663-.562.649.58L20.38 20H22V4ZM2 20v-1.93l6.783-5.745L17.38 20H2ZM15 9a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm2-4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Z",
|
|
17
17
|
fill: "currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
package/es/icons/icon-link.js
CHANGED
|
@@ -7,18 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconLink = function IconLink(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 24
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
}), ___EmotionJSX("path", {
|
|
19
|
-
d: "m6.343 21.657 11.314-11.314",
|
|
20
|
-
stroke: "currentColor",
|
|
21
|
-
strokeWidth: 2
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M13.414 2.1a6 6 0 0 1 8.486 8.486l-4.243 4.242-.707.708-1.414-1.415.707-.707 4.242-4.242a4 4 0 1 0-5.657-5.657l-4.242 4.242-.707.707L8.464 7.05l.708-.707 4.242-4.242Zm-2.828 19.8A6 6 0 1 1 2.1 13.413l4.243-4.242.707-.708L8.464 9.88l-.707.707-4.242 4.242a4 4 0 0 0 5.657 5.657l4.242-4.242.707-.707 1.415 1.414-.708.707-4.242 4.242ZM7.05 18.363l.005-.005.006-.006.005-.005.006-.006.006-.006.006-.006.006-.006.007-.007.007-.007.007-.007.007-.007.008-.007.007-.008.008-.008.008-.008.008-.008.009-.009.009-.008.008-.01.01-.008.009-.01.01-.01.009-.009.01-.01.01-.01.01-.01.01-.01.011-.011.011-.011.011-.011.012-.012.011-.011.012-.012.012-.012.012-.012.012-.012.012-.012.013-.013.013-.012.013-.014.013-.013.013-.013.014-.014.013-.013.014-.014.014-.014.015-.014.014-.015.015-.014.014-.015.015-.015.015-.015.016-.015.015-.016.016-.015.016-.016.016-.016.016-.017.016-.016.016-.016.017-.017.017-.017.017-.017.017-.017.017-.017.018-.018.017-.017.018-.018.018-.018.018-.018.018-.018.019-.019.018-.018.02-.019.018-.019.02-.019.018-.02.02-.018.02-.02.019-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.021-.021.021-.02.021-.022.021-.02.021-.022.022-.021.021-.022.022-.022.022-.021.021-.022.022-.022.023-.022.022-.023.022-.022.023-.023.023-.022.022-.023.023-.023.023-.023.024-.023.023-.024.023-.023.024-.024.024-.023.023-.024.024-.024.024-.024.025-.024.024-.025.024-.024.025-.025.024-.024.025-.025.025-.025.025-.025.025-.025.025-.025.026-.026.025-.025.026-.025.025-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.027-.026.026-.027.027-.026.026-.027.027-.027.027-.027.027-.027.027-.027.027-.027.027-.027.028-.027.027-.028.027-.027.028-.028.028-.027.027-.028.028-.028.028-.028.028-.028.028-.028.028-.028.029-.029.028-.028.029-.028.028-.029.029-.028.028-.03.029-.028.029-.029.029-.028.029-.03.029-.028.029-.03.029-.029.03-.029.029-.03.029-.029.03-.03.029-.029.03-.03.03-.029.029-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.031-.03.03-.031.031-.03.03-.031.031-.031.03-.03.032-.031.03-.031.031-.031.031-.03.03-.032.032-.03.03-.032.032-.03.03-.032.032-.03.031-.032.031-.031.031-.031.032-.032.031-.03.031-.032.032-.031.031-.032.032-.031.03-.032.032-.031.032-.032.031-.031.032-.032.032-.031.031-.032.032-.032.031-.031.032-.032.032-.032.032-.031.031-.032.032-.032.032-.032.032-.031.032-.032.031-.032.032-.032.032-.032.032-.032.032-.032.032-.031.032-.032.031-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.031.032-.032.032-.032.031-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.031.031-.032.032-.032.032-.032.032-.032.032-.032.032-.031.031-.032.032-.032.032-.031.031-.032.032-.032.031-.031.032-.032.032-.031.031-.032.032-.031.031-.032.032-.032.031-.03.032-.032.03-.032.032-.031.031-.031.032-.032.031-.03.031-.032.031-.031.031-.031.031-.031.031-.031.032-.031.03-.031.031-.031.031-.031.031-.03.03-.032.032-.03.03-.031.03-.03.031-.031.031-.03.03-.031.03-.03.031-.031.03-.03.03-.03.031-.03.03-.031.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.029-.029.03-.03.029-.029.03-.03.029-.028.029-.03.03-.029.028-.03.03-.028.028-.03.03-.028.028-.029.029-.029.029-.028.028-.029.029-.028.028-.029.029-.028.028-.029.028-.028.028-.028.028-.028.028-.028.028-.028.028-.028.028-.027.027-.028.028-.028.027-.027.027-.027.028-.028.027-.027.027-.027.027-.027.027-.027.027-.026.026-.027.027-.027.026-.026.027-.027.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.025-.025.026-.026.025-.025.025-.025.025-.025.025-.025.025-.025.025-.025.025-.025.024-.024.025-.025.024-.024.024-.024.024-.024.024-.024.024-.024.024-.024.024-.023.023-.024.023-.023.024-.024.023-.023.023-.023.023-.023.023-.022.022-.023.023-.022.022-.023.022-.022.022-.022.022-.022.022-.022.022-.021.021-.022.022-.021.02-.022.022-.02.021-.022.02-.02.021-.021.021-.02.02-.021.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.019-.018.019-.02.019-.018.018-.02.019-.018.018-.018.019-.019.018-.018.018-.018.018-.018.017-.017.018-.018.017-.017.018-.017.017-.017.017-.017.016-.017.017-.017.016-.016.016-.016.016-.016.016-.016.016-.016.015-.015.016-.016.015-.015.015-.015.015-.015.014-.014.015-.015.014-.014.014-.014.014-.014.014-.014.014-.013.013-.014.013-.013.013-.013.013-.013.013-.013.012-.012.013-.012.012-.012.012-.012.011-.012.012-.012.011-.011.011-.011.011-.011.011-.01.01-.011.01-.01.011-.01.01-.01.01-.01.01-.01.009-.01.009-.009.009-.009.009-.008.008-.01.009-.007.008-.009.008-.007.007-.008.008-.008.007-.007.007-.007.007-.007.007-.007.006-.006.007-.006.006-.006.005-.006.006-.006.005-.005.006-.005.005-.005.004-.005.005-.005.004-.004.004-.004.004-.004.003-.003.004-.004.003-.003.003-.003.003-.002.002-.003.002-.002.002-.002.002-.002.002-.002h.001l.001-.002.002-.001-.707-.708-.707-.707-.001.001h-.001l-.001.002-.002.001-.001.002-.002.002-.002.002-.002.002-.002.002-.003.003-.003.003-.003.003-.004.003-.003.004-.004.004-.004.004-.005.004-.004.005-.005.004-.005.005-.005.006-.005.005-.006.006-.006.005-.006.006-.006.007-.006.006-.007.007-.007.007-.007.007-.007.007-.008.008-.008.007-.008.008-.008.008-.008.009-.009.008-.008.01-.01.008-.008.01-.01.009-.01.01-.01.009-.01.01-.01.01-.01.01-.01.011-.011.01-.01.012-.012.01-.011.012-.012.012-.012.011-.012.012-.012.012-.012.013-.012.012-.013.013-.013.013-.013.013-.013.013-.014.013-.013.014-.014.014-.014.014-.014.014-.014.014-.015.015-.014.014-.015.015-.015.015-.015.015-.016.016-.015.015-.016.016-.016.016-.016.016-.016.016-.017.016-.016.017-.017.017-.017.016-.017.017-.017.018-.017.017-.018.018-.017.017-.018.018-.018.018-.018.018-.019.018-.018.019-.019.019-.019.018-.019.02-.019.018-.019.02-.02.019-.019.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.021.021-.021.021-.021.021-.021.021-.022.021-.021.022-.022.021-.021.022-.022.022-.022.022-.022.022-.022.022-.023.022-.022.023-.023.022-.023.023-.022.023-.023.023-.023.023-.024.023-.023.024-.024.023-.023.024-.024.024-.024.024-.024.024-.024.024-.024.024-.024.024-.025.025-.024.024-.025.025-.025.025-.025.025-.025.025-.025.025-.025.025-.025.025-.026.026-.025.025-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.027.027-.026.026-.027.027-.027.026-.026.027-.027.027-.027.027-.027.027-.027.027-.028.027-.027.028-.027.027-.028.028-.028.027-.027.028-.028.028-.028.028-.028.028-.028.028-.028.028-.028.028-.029.028-.028.029-.029.028-.028.029-.029.028-.028.03-.03.028-.028.029-.029.029-.029.029-.029.029-.029.029-.03.029-.028.03-.03.029-.03.029-.029.03-.03.029-.029.03-.03.03-.03.029-.03.03-.029.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.031.031-.03.03-.031.031-.03.03-.031.031-.031.03-.03.031-.031.031-.031.03-.031.032-.03.03-.032.031-.03.031-.032.031-.03.031-.032.032-.03.03-.032.032-.031.031-.032.031-.03.031-.032.032-.031.031-.032.031-.031.032-.031.031-.032.032-.031.031-.032.032-.032.031-.031.032-.032.031-.031.032-.032.032-.032.031-.031.032-.032.032-.032.031-.031.032-.032.032-.032.032-.032.032-.032.031-.031.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.031-.032.032-.032.032-.032.032-.031.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.031-.032.033-.032.031-.031.032-.032.032-.032.032-.032.032-.032.032-.032.032-.032.031-.032.032-.031.032-.032.032-.032.032-.032.031-.031.032-.032.032-.032.032-.031.031-.032.032-.032.031-.031.032-.032.031-.031.032-.032.032-.031.031-.032.031-.031.032-.031.031-.032.032-.031.031-.031.031-.032.031-.03.032-.032.03-.031.032-.031.031-.031.031-.031.031-.031.031-.031.031-.031.031-.031.03-.03.032-.032.03-.03.031-.031.03-.03.031-.031.03-.03.032-.031.03-.03.03-.03.03-.031.031-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.03.03-.029.029-.03.029-.029.03-.029.029-.03.029-.028.03-.03.028-.029.03-.028.028-.03.03-.028.028-.029.029-.029.028-.028.029-.029.028-.028.029-.028.028-.029.028-.028.029-.028.028-.028.028-.028.028-.028.027-.028.028-.027.028-.028.028-.027.027-.028.027-.027.028-.027.027-.027.027-.027.027-.027.027-.027.027-.027.027-.027.026-.026.027-.027.026-.026.027-.026.026-.026.026-.026.026-.026.026-.026.026-.026.026-.026.025-.025.026-.026.025-.025.026-.025.025-.025.025-.025.025-.025.025-.025.024-.024.025-.025.025-.024.024-.025.024-.024.024-.024.025-.024.023-.024.024-.023.024-.024.024-.023.023-.024.023-.023.023-.023.024-.023.023-.023.022-.022.023-.023.023-.022.022-.023.022-.022.023-.022.021-.022.022-.021.022-.022.022-.022.021-.02.022-.022.02-.021.022-.021.02-.02.022-.022.02-.02.02-.02.021-.02.02-.02.02-.02.02-.02.02-.02.02-.02.02-.019.019-.02.019-.018.019-.019.019-.019.018-.018.02-.019.018-.018.018-.018.018-.018.018-.018.018-.017.017-.018.018-.017.017-.017.017-.017.017-.017.017-.017.017-.016.016-.017.016-.016.017-.016.015-.015.016-.016.016-.016.015-.015.016-.015.015-.015.015-.015.014-.014.015-.015.014-.014.015-.014.014-.014.014-.014.013-.013.014-.013.013-.014.013-.013.013-.012.013-.013.013-.012.012-.013.012-.012.012-.011.012-.012.012-.012.011-.01.012-.012.01-.01.011-.011.011-.01.01-.011.011-.01.01-.01.01-.01.01-.01.01-.009.009-.009.009-.009.008-.008.01-.009.008-.008.008-.008.008-.008.008-.008.008-.007.007-.007.007-.007.007-.007.007-.007.007-.006.006-.006.006-.006.006-.006.006-.006.005-.005.006-.005.005 1.414 1.414Z",
|
|
17
|
+
fill: "currentColor"
|
|
22
18
|
}));
|
|
23
19
|
};
|
|
24
20
|
|
package/es/icons/icon-mail.js
CHANGED
|
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconMail = function IconMail(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
14
|
fillRule: "evenodd",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
|
-
d: "M2
|
|
16
|
+
d: "M2 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2Zm18.505 2H3.495L12 11.655 20.505 4ZM2 5.345V20h20V5.345l-9.331 8.398-.669.602-.669-.602L2 5.345Z",
|
|
17
17
|
fill: "currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
package/es/icons/icon-minus.js
CHANGED
|
@@ -7,12 +7,12 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconMinus = function IconMinus(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 20
|
|
10
|
+
viewBox: "0 0 20 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
|
-
fill: "currentColor",
|
|
15
|
-
d: "M0
|
|
14
|
+
fill: " currentColor",
|
|
15
|
+
d: "M0 11h20v2H0z"
|
|
16
16
|
}));
|
|
17
17
|
};
|
|
18
18
|
|
package/es/icons/icon-monitor.js
CHANGED
|
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconMonitor = function IconMonitor(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
14
|
fillRule: "evenodd",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
|
-
d: "M2
|
|
16
|
+
d: "M2 2a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h20a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2Zm0 2h20v14H2V4Zm16 18H6v2h12v-2Z",
|
|
17
17
|
fill: "currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
package/es/icons/icon-pencil.js
CHANGED
|
@@ -7,15 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconPencil = function IconPencil(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 24
|
|
10
|
+
viewBox: "0 0 24 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
|
-
}, props), ___EmotionJSX("
|
|
13
|
+
}, props), ___EmotionJSX("g", {
|
|
14
|
+
clipPath: "url(#Pencil_svg__a)"
|
|
15
|
+
}, ___EmotionJSX("path", {
|
|
14
16
|
fillRule: "evenodd",
|
|
15
17
|
clipRule: "evenodd",
|
|
16
|
-
d: "M19.664
|
|
18
|
+
d: "M19.664.75a2 2 0 0 0-2.828 0L14 3.586l-.457.457-.25.25-13 13-.293.293V24h6.414l.293-.293 13-13 .25-.25.457-.457 2.836-2.836a2 2 0 0 0 0-2.828L19.664.75ZM19 8.586l2.836-2.836-3.586-3.586L15.414 5 19 8.586ZM2 22v-3.586l12-12L17.586 10l-12 12H2Z",
|
|
17
19
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
20
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
21
|
+
id: "Pencil_svg__a"
|
|
22
|
+
}, ___EmotionJSX("path", {
|
|
23
|
+
fill: "#fff",
|
|
24
|
+
d: "M0 0h24v24H0z"
|
|
25
|
+
}))));
|
|
19
26
|
};
|
|
20
27
|
|
|
21
28
|
export default IconPencil;
|
package/es/icons/icon-phone.js
CHANGED
|
@@ -7,13 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconPhone = function IconPhone(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 16
|
|
10
|
+
viewBox: "0 0 16 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
14
|
fillRule: "evenodd",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
|
-
d: "M2
|
|
16
|
+
d: "M2 0a2 2 0 0 0-2 2v20a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm0 2h12v20H2V2Zm6 18.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z",
|
|
17
17
|
fill: "currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
package/es/icons/icon-plus.js
CHANGED
|
@@ -7,14 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconPlus = function IconPlus(props) {
|
|
9
9
|
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
viewBox: "0 0 20
|
|
10
|
+
viewBox: "0 0 20 24",
|
|
11
11
|
fill: "none",
|
|
12
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
13
13
|
}, props), ___EmotionJSX("path", {
|
|
14
14
|
fillRule: "evenodd",
|
|
15
15
|
clipRule: "evenodd",
|
|
16
|
-
d: "M11
|
|
17
|
-
fill: "currentColor"
|
|
16
|
+
d: "M11 2H9v9H0v2h9v9h2v-9h9v-2h-9V2z",
|
|
17
|
+
fill: " currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
|
20
20
|
|