@flodesk/grain 5.16.1 → 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/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,15 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconAlignCenter = function IconAlignCenter(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(#AlignCenter_svg__a)"
|
|
15
|
+
}, ___EmotionJSX("path", {
|
|
14
16
|
fillRule: "evenodd",
|
|
15
17
|
clipRule: "evenodd",
|
|
16
|
-
d: "M11
|
|
18
|
+
d: "M11 0H9v2H2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h7v2h2v-2h7a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-7V0ZM9 4H2v16h7V4Zm2 16V4h7v16h-7Z",
|
|
17
19
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
20
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
21
|
+
id: "AlignCenter_svg__a"
|
|
22
|
+
}, ___EmotionJSX("path", {
|
|
23
|
+
fill: "#fff",
|
|
24
|
+
d: "M0 0h20v24H0z"
|
|
25
|
+
}))));
|
|
19
26
|
};
|
|
20
27
|
|
|
21
28
|
export default IconAlignCenter;
|
|
@@ -7,12 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconAlignLeft = function IconAlignLeft(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(#AlignLeft_svg__a)"
|
|
15
|
+
}, ___EmotionJSX("rect", {
|
|
14
16
|
x: 5,
|
|
15
|
-
y:
|
|
17
|
+
y: 3,
|
|
16
18
|
width: 18,
|
|
17
19
|
height: 18,
|
|
18
20
|
rx: 1,
|
|
@@ -21,8 +23,13 @@ var IconAlignLeft = function IconAlignLeft(props) {
|
|
|
21
23
|
strokeLinecap: "square"
|
|
22
24
|
}), ___EmotionJSX("path", {
|
|
23
25
|
fill: "currentColor",
|
|
24
|
-
d: "M0
|
|
25
|
-
}))
|
|
26
|
+
d: "M0 0h2v24H0z"
|
|
27
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
28
|
+
id: "AlignLeft_svg__a"
|
|
29
|
+
}, ___EmotionJSX("path", {
|
|
30
|
+
fill: "#fff",
|
|
31
|
+
d: "M0 0h24v24H0z"
|
|
32
|
+
}))));
|
|
26
33
|
};
|
|
27
34
|
|
|
28
35
|
export default IconAlignLeft;
|
|
@@ -7,12 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconAlignRight = function IconAlignRight(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(#AlignRight_svg__a)"
|
|
15
|
+
}, ___EmotionJSX("rect", {
|
|
14
16
|
x: 1,
|
|
15
|
-
y:
|
|
17
|
+
y: 3,
|
|
16
18
|
width: 18,
|
|
17
19
|
height: 18,
|
|
18
20
|
rx: 1,
|
|
@@ -21,8 +23,13 @@ var IconAlignRight = function IconAlignRight(props) {
|
|
|
21
23
|
strokeLinecap: "square"
|
|
22
24
|
}), ___EmotionJSX("path", {
|
|
23
25
|
fill: "currentColor",
|
|
24
|
-
d: "M22
|
|
25
|
-
}))
|
|
26
|
+
d: "M22 0h2v24h-2z"
|
|
27
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
28
|
+
id: "AlignRight_svg__a"
|
|
29
|
+
}, ___EmotionJSX("path", {
|
|
30
|
+
fill: "#fff",
|
|
31
|
+
d: "M0 0h24v24H0z"
|
|
32
|
+
}))));
|
|
26
33
|
};
|
|
27
34
|
|
|
28
35
|
export default IconAlignRight;
|
|
@@ -7,14 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconArrowDown = function IconArrowDown(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: "M13
|
|
17
|
-
fill: "currentColor"
|
|
16
|
+
d: "M13 18.172V2h-2v16.172l-7.586-7.586L2 12l8.586 8.586L12 22l1.414-1.414L22 12l-1.414-1.414L13 18.172Z",
|
|
17
|
+
fill: " currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -7,14 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconArrowLeft = function IconArrowLeft(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: "
|
|
17
|
-
fill: "currentColor"
|
|
16
|
+
d: "M3.414 10.586 12 2l1.414 1.414L5.828 11H22v2H5.828l7.586 7.586L12 22l-8.586-8.586L2 12l1.414-1.414Z",
|
|
17
|
+
fill: " currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -7,14 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconArrowRight = function IconArrowRight(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: "
|
|
17
|
-
fill: "currentColor"
|
|
16
|
+
d: "M20.586 13.414 12 22l-1.414-1.414L18.172 13H2v-2h16.172l-7.586-7.586L12 2l8.586 8.586L22 12l-1.414 1.414Z",
|
|
17
|
+
fill: " currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -7,14 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconArrowUp = function IconArrowUp(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: "M13.414
|
|
17
|
-
fill: "currentColor"
|
|
16
|
+
d: "M13.414 3.414 22 12l-1.414 1.414L13 5.828V22h-2V5.828l-7.586 7.586L2 12l8.586-8.586L12 2l1.414 1.414Z",
|
|
17
|
+
fill: " currentColor"
|
|
18
18
|
}));
|
|
19
19
|
};
|
|
20
20
|
|
package/es/icons/icon-browser.js
CHANGED
|
@@ -7,42 +7,13 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconBrowser = function IconBrowser(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
|
-
height: 18,
|
|
18
|
-
rx: 1,
|
|
19
|
-
stroke: "currentColor",
|
|
20
|
-
strokeWidth: 2,
|
|
21
|
-
strokeLinecap: "square"
|
|
22
|
-
}), ___EmotionJSX("path", {
|
|
23
|
-
d: "M2 13h24",
|
|
24
|
-
stroke: "currentColor",
|
|
25
|
-
strokeWidth: 2
|
|
26
|
-
}), ___EmotionJSX("rect", {
|
|
27
|
-
x: 9,
|
|
28
|
-
y: 9,
|
|
29
|
-
width: 2,
|
|
30
|
-
height: 2,
|
|
31
|
-
rx: 1,
|
|
32
|
-
fill: "currentColor"
|
|
33
|
-
}), ___EmotionJSX("rect", {
|
|
34
|
-
x: 6,
|
|
35
|
-
y: 9,
|
|
36
|
-
width: 2,
|
|
37
|
-
height: 2,
|
|
38
|
-
rx: 1,
|
|
39
|
-
fill: "currentColor"
|
|
40
|
-
}), ___EmotionJSX("rect", {
|
|
41
|
-
x: 3,
|
|
42
|
-
y: 9,
|
|
43
|
-
width: 2,
|
|
44
|
-
height: 2,
|
|
45
|
-
rx: 1,
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
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 0H2v4H21.999L22 9v1H2v10h20V4ZM10 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM6 6a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM4 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z",
|
|
46
17
|
fill: "currentColor"
|
|
47
18
|
}));
|
|
48
19
|
};
|
package/es/icons/icon-chart.js
CHANGED
|
@@ -7,15 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconChart = function IconChart(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(#Chart_svg__a)"
|
|
15
|
+
}, ___EmotionJSX("path", {
|
|
14
16
|
fillRule: "evenodd",
|
|
15
17
|
clipRule: "evenodd",
|
|
16
|
-
d: "M7
|
|
18
|
+
d: "M7 0h10v4h7v20H0V13h7V0Zm2 13v9h6V2H9v11Zm-2 2H2v7h5v-7Zm15 7h-5V6h5v16Z",
|
|
17
19
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
20
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
21
|
+
id: "Chart_svg__a"
|
|
22
|
+
}, ___EmotionJSX("path", {
|
|
23
|
+
fill: "#fff",
|
|
24
|
+
d: "M0 0h24v24H0z"
|
|
25
|
+
}))));
|
|
19
26
|
};
|
|
20
27
|
|
|
21
28
|
export default IconChart;
|
package/es/icons/icon-check.js
CHANGED
|
@@ -7,19 +7,22 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconCheck = function IconCheck(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
|
-
fill: "#fff"
|
|
13
|
+
}, props), ___EmotionJSX("g", {
|
|
14
|
+
clipPath: "url(#Check_svg__a)"
|
|
16
15
|
}, ___EmotionJSX("path", {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
d: "
|
|
20
|
-
fill: "currentColor"
|
|
21
|
-
|
|
22
|
-
|
|
16
|
+
fillRule: "evenodd",
|
|
17
|
+
clipRule: "evenodd",
|
|
18
|
+
d: "m0 11 9 9L24 5l-1.414-1.414L9 17.172 1.414 9.586 0 11Z",
|
|
19
|
+
fill: "currentColor"
|
|
20
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
21
|
+
id: "Check_svg__a"
|
|
22
|
+
}, ___EmotionJSX("path", {
|
|
23
|
+
fill: "#fff",
|
|
24
|
+
d: "M0 0h24v24H0z"
|
|
25
|
+
}))));
|
|
23
26
|
};
|
|
24
27
|
|
|
25
28
|
export default IconCheck;
|
|
@@ -7,13 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconChevronDown = function IconChevronDown(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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "M8 16.914.293 9.207l1.414-1.414L8 14.086l6.293-6.293 1.414 1.414L8 16.914Z",
|
|
17
|
+
fill: "currentColor"
|
|
17
18
|
}));
|
|
18
19
|
};
|
|
19
20
|
|
|
@@ -7,13 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconChevronHorizontal = function IconChevronHorizontal(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
|
-
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "m7.993 4.043-7.25 7.25L.036 12l.707.707 7.25 7.25 1.414-1.414L2.864 12l6.543-6.543-1.414-1.414Zm8.014 15.914 7.25-7.25.707-.707-.707-.707-7.25-7.25-1.414 1.414L21.136 12l-6.543 6.543 1.414 1.414Z",
|
|
17
|
+
fill: "currentColor"
|
|
17
18
|
}));
|
|
18
19
|
};
|
|
19
20
|
|
|
@@ -7,13 +7,14 @@ import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
|
7
7
|
|
|
8
8
|
var IconChevronLeft = function IconChevronLeft(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
13
|
}, props), ___EmotionJSX("path", {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
fillRule: "evenodd",
|
|
15
|
+
clipRule: "evenodd",
|
|
16
|
+
d: "m7.993 4.043 1.414 1.414L2.864 12l6.543 6.543-1.414 1.414L.036 12l7.957-7.957Z",
|
|
17
|
+
fill: "currentColor"
|
|
17
18
|
}));
|
|
18
19
|
};
|
|
19
20
|
|
|
@@ -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
|
};
|