@flodesk/grain 11.18.2 → 11.19.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/es/components/checkbox.js +25 -19
- package/es/icons/icon-align-center.js +13 -2
- package/es/icons/icon-align-left.js +13 -2
- package/es/icons/icon-align-right.js +13 -2
- package/es/icons/icon-archive.js +13 -2
- package/es/icons/icon-arrow-down.js +13 -2
- package/es/icons/icon-arrow-left.js +13 -2
- package/es/icons/icon-arrow-right.js +13 -2
- package/es/icons/icon-arrow-up.js +13 -2
- package/es/icons/icon-at.js +13 -2
- package/es/icons/icon-bold.js +13 -2
- package/es/icons/icon-bolt-filled.js +13 -2
- package/es/icons/icon-bolt.js +13 -2
- package/es/icons/icon-browser.js +13 -2
- package/es/icons/icon-brush.js +13 -2
- package/es/icons/icon-bullet-list.js +13 -2
- package/es/icons/icon-chart.js +14 -3
- package/es/icons/icon-check.js +13 -2
- package/es/icons/icon-chevron-down.js +13 -2
- package/es/icons/icon-chevron-horizontal.js +13 -2
- package/es/icons/icon-chevron-left.js +13 -2
- package/es/icons/icon-chevron-right.js +13 -2
- package/es/icons/icon-chevron-up.js +13 -2
- package/es/icons/icon-chevron-vertical.js +13 -2
- package/es/icons/icon-clip.js +22 -2
- package/es/icons/icon-clock.js +13 -2
- package/es/icons/icon-column-and-rows.js +19 -5
- package/es/icons/icon-column-one.js +13 -2
- package/es/icons/icon-column-two.js +13 -2
- package/es/icons/icon-columns-and-row.js +19 -5
- package/es/icons/icon-columns.js +15 -5
- package/es/icons/icon-content-align-bottom.js +15 -4
- package/es/icons/icon-content-align-center.js +15 -4
- package/es/icons/icon-content-align-top.js +15 -4
- package/es/icons/icon-crop.js +13 -2
- package/es/icons/icon-cross.js +12 -1
- package/es/icons/icon-download.js +13 -2
- package/es/icons/icon-drag.js +13 -2
- package/es/icons/icon-duplicate.js +13 -2
- package/es/icons/icon-ellipsis.js +13 -2
- package/es/icons/icon-file.js +13 -2
- package/es/icons/icon-folder-add.js +13 -2
- package/es/icons/icon-folder-move.js +13 -2
- package/es/icons/icon-folder-remove.js +13 -2
- package/es/icons/icon-folder.js +13 -2
- package/es/icons/icon-gear.js +21 -2
- package/es/icons/icon-globe.js +13 -2
- package/es/icons/icon-heart.js +13 -2
- package/es/icons/icon-hide.js +13 -2
- package/es/icons/icon-image.js +13 -2
- package/es/icons/icon-info.js +15 -4
- package/es/icons/icon-italic.js +13 -2
- package/es/icons/icon-layout-text-bottom.js +15 -4
- package/es/icons/icon-layout-text-left.js +15 -4
- package/es/icons/icon-layout-text-right.js +15 -4
- package/es/icons/icon-layout-text-top.js +15 -4
- package/es/icons/icon-link.js +13 -2
- package/es/icons/icon-location.js +13 -2
- package/es/icons/icon-mail.js +13 -2
- package/es/icons/icon-minus.js +13 -2
- package/es/icons/icon-monitor.js +13 -2
- package/es/icons/icon-number-list.js +21 -2
- package/es/icons/icon-pencil.js +13 -2
- package/es/icons/icon-phone.js +13 -2
- package/es/icons/icon-play.js +13 -2
- package/es/icons/icon-plus.js +13 -2
- package/es/icons/icon-question.js +16 -5
- package/es/icons/icon-redo.js +13 -2
- package/es/icons/icon-reset.js +16 -4
- package/es/icons/icon-row-and-columns.js +19 -5
- package/es/icons/icon-rows-and-column.js +19 -5
- package/es/icons/icon-rows.js +15 -5
- package/es/icons/icon-search.js +13 -2
- package/es/icons/icon-send.js +13 -2
- package/es/icons/icon-share.js +13 -2
- package/es/icons/icon-show.js +13 -2
- package/es/icons/icon-smile.js +13 -2
- package/es/icons/icon-square.js +13 -2
- package/es/icons/icon-strike.js +13 -2
- package/es/icons/icon-switch.js +13 -2
- package/es/icons/icon-tablet.js +13 -2
- package/es/icons/icon-text-align-center.js +13 -2
- package/es/icons/icon-text-align-left.js +13 -2
- package/es/icons/icon-text-align-right.js +13 -2
- package/es/icons/icon-text-justify.js +13 -2
- package/es/icons/icon-trash.js +13 -2
- package/es/icons/icon-type.js +13 -2
- package/es/icons/icon-underline.js +13 -2
- package/es/icons/icon-undo.js +13 -2
- package/es/icons/icon-upload.js +13 -2
- package/es/icons/index.js +6 -12
- package/es/styles/base.js +1 -1
- package/package.json +1 -1
package/es/icons/icon-drag.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconDrag = function IconDrag(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 12 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconDrag = function IconDrag(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M10 6a2 2 0 100-4 2 2 0 000 4zm0 8a2 2 0 100-4 2 2 0 000 4zm2 6a2 2 0 11-4 0 2 2 0 014 0zM2 14a2 2 0 100-4 2 2 0 000 4zM4 4a2 2 0 11-4 0 2 2 0 014 0zM2 22a2 2 0 100-4 2 2 0 000 4z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 18 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M15 9.0C16.7 9.0 18 7.7 18 6.0C18 4.3 16.7 3.0 15 3.0C13.3 3.0 12 4.3 12 6.0C12 7.7 13.3 9.0 15 9.0ZM15 21.0C16.7 21.0 18 19.7 18 18.0C18 16.3 16.7 15.0 15 15.0C13.3 15.0 12 16.3 12 18.0C12 19.7 13.3 21.0 15 21.0ZM18 30.0C18 31.7 16.7 33.0 15 33.0C13.3 33.0 12 31.7 12 30.0C12 28.3 13.3 27.0 15 27.0C16.7 27.0 18 28.3 18 30.0ZM3 21.0C4.7 21.0 6 19.7 6 18.0C6 16.3 4.7 15.0 3 15.0C1.3 15.0 0 16.3 0 18.0C0 19.7 1.3 21.0 3 21.0ZM6 6.0C6 7.7 4.7 9.0 3 9.0C1.3 9.0 0 7.7 0 6.0C0 4.3 1.3 3.0 3 3.0C4.7 3.0 6 4.3 6 6.0ZM3 33.0C4.7 33.0 6 31.7 6 30.0C6 28.3 4.7 27.0 3 27.0C1.3 27.0 0 28.3 0 30.0C0 31.7 1.3 33.0 3 33.0Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconDrag;
|
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconDuplicate = function IconDuplicate(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconDuplicate = function IconDuplicate(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
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
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 32 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M11.0004 29.5002C11.0004 30.3287 11.672 31.0002 12.5004 31.0002H27.5004C28.3288 31.0002 29.0004 30.3287 29.0004 29.5002V14.5002C29.0004 13.6718 28.3288 13.0002 27.5004 13.0002H12.5004C11.672 13.0002 11.0004 13.6718 11.0004 14.5002V29.5002ZM12.5004 34.0002C10.0151 34.0002 8.00038 31.9855 8.00038 29.5002V26.0001H4.50038C2.0151 26.0001 0.000384092 23.9854 0.000384092 21.5001V6.50013C0.000384092 4.01484 2.0151 2.00013 4.50038 2.00013H19.5004C21.9857 2.00013 24.0004 4.01484 24.0004 6.50013V10.0002H27.5004C29.9857 10.0002 32.0004 12.015 32.0004 14.5002V29.5002C32.0004 31.9855 29.9857 34.0002 27.5004 34.0002H12.5004ZM21.0004 10.0002H12.5004C10.0151 10.0002 8.00038 12.015 8.00038 14.5002V23.0001H4.50038C3.67196 23.0001 3.00038 22.3286 3.00038 21.5001V6.50013C3.00038 5.6717 3.67196 5.00013 4.50038 5.00013H19.5004C20.3288 5.00013 21.0004 5.6717 21.0004 6.50013V10.0002Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconDuplicate;
|
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconEllipsis = function IconEllipsis(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 20 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconEllipsis = function IconEllipsis(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
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",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 30 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M18.0 18C18.0 19.7 16.7 21 15.0 21C13.3 21 12.0 19.7 12.0 18C12.0 16.3 13.3 15 15.0 15C16.7 15 18.0 16.3 18.0 18ZM6.0 18.0C6.0 19.7 4.7 21.0 3.0 21.0C1.3 21.0 0.0 19.7 0.0 18.0C0.0 16.3 1.3 15.0 3.0 15.0C4.7 15.0 6.0 16.3 6.0 18.0ZM27.0 21C28.7 21 30.0 19.7 30.0 18C30.0 16.3 28.7 15 27.0 15C25.3 15 24.0 16.3 24.0 18C24.0 19.7 25.3 21 27.0 21Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconEllipsis;
|
package/es/icons/icon-file.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconFile = function IconFile(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 20 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -22,7 +23,17 @@ var IconFile = function IconFile(props) {
|
|
|
22
23
|
}, ___EmotionJSX("path", {
|
|
23
24
|
fill: "#fff",
|
|
24
25
|
d: "M0 0h20v24H0z"
|
|
25
|
-
}))))
|
|
26
|
+
})))), ___EmotionJSX("svg", _extends({
|
|
27
|
+
"data-icon-set-v": 2,
|
|
28
|
+
viewBox: "0 0 28 36",
|
|
29
|
+
fill: "none",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, props), ___EmotionJSX("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M26.6824 8.56053C27.5263 9.40445 28.0004 10.549 28.0004 11.7425L28.0004 11.9999L28.0004 31.4999C28.0004 33.9852 25.9857 35.9999 23.5004 35.9999L4.50039 35.9999C2.01511 35.9999 0.000391494 33.9852 0.000391602 31.4999L0.000392783 4.49987C0.000392891 2.01459 2.01511 -0.000126955 4.50039 -0.000126727L16.0004 -0.000125867L16.2578 -0.000125856C17.4512 -0.000125923 18.5958 0.473979 19.4397 1.31789L26.6824 8.56053ZM25.0004 13.4999L19.0004 13.4999C16.5151 13.4999 14.5004 11.4852 14.5004 8.99987L14.5004 2.99987L4.50039 2.99987C3.67197 2.99987 3.00039 3.67145 3.00039 4.49987L3.00039 31.4999C3.00039 32.3283 3.67196 32.9999 4.50039 32.9999L23.5004 32.9999C24.3288 32.9999 25.0004 32.3283 25.0004 31.4999L25.0004 13.4999ZM17.5004 3.62119L17.5004 8.99987C17.5004 9.8283 18.172 10.4999 19.0004 10.4999L24.3791 10.4999L17.5004 3.62119Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
})));
|
|
26
37
|
};
|
|
27
38
|
|
|
28
39
|
export default IconFile;
|
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconFolderAdd = function IconFolderAdd(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconFolderAdd = function IconFolderAdd(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
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
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M6.5 4.00012C4.01472 4.00012 2 6.01484 2 8.50012V13.5001C2 14.3285 2.67158 15.0001 3.5 15.0001C4.32843 15.0001 5 14.3285 5 13.5001V8.50012C5 7.67169 5.67158 7.00012 6.5 7.00012H13.25L15.8 10.4001C16.0833 10.7778 16.5279 11.0001 17 11.0001H31.5C32.3284 11.0001 33 11.6717 33 12.5001V25.5001C33 26.3285 32.3284 27.0001 31.5 27.0001H18.5C17.6716 27.0001 17 27.6717 17 28.5001C17 29.3285 17.6716 30.0001 18.5 30.0001H31.5C33.9853 30.0001 36 27.9854 36 25.5001V12.5001C36 10.0148 33.9853 8.00012 31.5 8.00012H17.75L15.2 4.60012C14.9167 4.22241 14.4721 4.00012 14 4.00012H6.5ZM7 18C7.82842 18 8.5 18.6716 8.5 19.5V23.5H12.5C13.3284 23.5 14 24.1716 14 25C14 25.8284 13.3284 26.5 12.5 26.5H8.5V30.5C8.5 31.3284 7.82842 32 7 32C6.17157 32 5.5 31.3284 5.5 30.5V26.5H1.5C0.671573 26.5 0 25.8284 0 25C0 24.1716 0.671573 23.5 1.5 23.5H5.5V19.5C5.5 18.6716 6.17157 18 7 18Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconFolderAdd;
|
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconFolderMove = function IconFolderMove(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconFolderMove = function IconFolderMove(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M0 2h8.414l.293.293L10.414 4H22a2 2 0 012 2v14a2 2 0 01-2 2H2a2 2 0 01-2-2v-4h2v4h20V6H9.586l-.293-.293L7.586 4H2v6H0V2zm16.257 11.707l-5.25 5.25-1.414-1.414L13.136 14H0v-2h13.136L9.593 8.457l1.414-1.414 5.25 5.25.707.707-.707.707z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M6.5004 4.00068C4.01512 4.00068 2.0004 6.0154 2.0004 8.50068V13.5007C2.0004 14.3291 2.67197 15.0007 3.5004 15.0007C4.32882 15.0007 5.0004 14.3291 5.0004 13.5007V8.50068C5.0004 7.67226 5.67197 7.00068 6.5004 7.00068H13.2504L15.8004 10.4007C16.0837 10.7784 16.5283 11.0007 17.0004 11.0007H31.5004C32.3288 11.0007 33.0004 11.6723 33.0004 12.5007V25.5007C33.0004 26.3291 32.3288 27.0007 31.5004 27.0007H18.5004C17.672 27.0007 17.0004 27.6723 17.0004 28.5007C17.0004 29.3291 17.672 30.0007 18.5004 30.0007H31.5004C33.9857 30.0007 36.0004 27.986 36.0004 25.5007V12.5007C36.0004 10.0154 33.9857 8.00068 31.5004 8.00068H17.7504L15.2004 4.60068C14.9171 4.22297 14.4725 4.00068 14.0004 4.00068H6.5004ZM5.93919 31.5602C6.52498 32.146 7.47472 32.146 8.06051 31.5602L13.56 26.0607C13.8413 25.7794 13.9993 25.3979 13.9993 25.0001C13.9993 24.6023 13.8413 24.2207 13.56 23.9394L8.0605 18.44C7.47472 17.8542 6.52497 17.8542 5.93918 18.44C5.3534 19.0258 5.3534 19.9755 5.93918 20.5613L8.87846 23.5006L1.50034 23.5006C0.671913 23.5006 0.000340631 24.1721 0.000340462 25.0006C0.000340293 25.829 0.671913 26.5006 1.50034 26.5006L8.87749 26.5006L5.93919 29.4389C5.3534 30.0246 5.3534 30.9744 5.93919 31.5602Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconFolderMove;
|
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconFolderRemove = function IconFolderRemove(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconFolderRemove = function IconFolderRemove(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M1 2H0v18a2 2 0 002 2h20a2 2 0 002-2V6a2 2 0 00-2-2H10.414L8.707 2.293 8.414 2H1zm1 9V4h5.586l1.707 1.707.293.293H22v14H2v-9zm15 1H7v2h10v-2z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M6.50039 5.00012C4.01511 5.00012 2.00039 7.01484 2.00039 9.50012V20.0001C2.00039 20.8285 2.67197 21.5001 3.50039 21.5001C4.32882 21.5001 5.00039 20.8285 5.00039 20.0001V9.50012C5.00039 8.67169 5.67197 8.00012 6.50039 8.00012H13.2504L15.8004 11.4001C16.0837 11.7778 16.5283 12.0001 17.0004 12.0001H31.5004C32.3288 12.0001 33.0004 12.6717 33.0004 13.5001V26.5001C33.0004 27.3285 32.3288 28.0001 31.5004 28.0001H18.5004C17.672 28.0001 17.0004 28.6717 17.0004 29.5001C17.0004 30.3285 17.672 31.0001 18.5004 31.0001H31.5004C33.9857 31.0001 36.0004 28.9854 36.0004 26.5001V13.5001C36.0004 11.0148 33.9857 9.00012 31.5004 9.00012H17.7504L15.2004 5.60012C14.9171 5.22241 14.4725 5.00012 14.0004 5.00012H6.50039ZM1.5004 24.5001C0.67197 24.5001 0.000396729 25.1717 0.000396729 26.0001C0.000396729 26.8285 0.671969 27.5001 1.5004 27.5001L12.5004 27.5001C13.3288 27.5001 14.0004 26.8285 14.0004 26.0001C14.0004 25.1717 13.3288 24.5001 12.5004 24.5001L1.5004 24.5001Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconFolderRemove;
|
package/es/icons/icon-folder.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconFolder = function IconFolder(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconFolder = function IconFolder(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
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
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M0 8.50012C0 6.01484 2.01472 4.00012 4.5 4.00012H12C12.4721 4.00012 12.9167 4.22241 13.2 4.60012L15.75 8.00012H31.5C33.9853 8.00012 36 10.0148 36 12.5001V27.5001C36 29.9854 33.9853 32.0001 31.5 32.0001H4.5C2.01472 32.0001 0 29.9854 0 27.5001V8.50012ZM4.5 7.00012C3.67157 7.00012 3 7.6717 3 8.50012V27.5001C3 28.3285 3.67157 29.0001 4.5 29.0001H31.5C32.3284 29.0001 33 28.3286 33 27.5001V12.5001C33 11.6717 32.3284 11.0001 31.5 11.0001H15C14.5279 11.0001 14.0833 10.7778 13.8 10.4001L11.25 7.00012H4.5Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconFolder;
|
package/es/icons/icon-gear.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconGear = function IconGear(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -21,7 +22,25 @@ var IconGear = function IconGear(props) {
|
|
|
21
22
|
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
23
|
fill: "currentColor",
|
|
23
24
|
mask: "url(#Gear_svg__a)"
|
|
24
|
-
}))
|
|
25
|
+
})), ___EmotionJSX("svg", _extends({
|
|
26
|
+
"data-icon-set-v": 2,
|
|
27
|
+
viewBox: "0 0 36 36",
|
|
28
|
+
fill: "none",
|
|
29
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
30
|
+
}, props), ___EmotionJSX("g", {
|
|
31
|
+
clipPath: "url(#clip0_841_60997)"
|
|
32
|
+
}, ___EmotionJSX("path", {
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd",
|
|
35
|
+
d: "M16.6369 3.40899C16.6976 3.14758 16.9122 3 17.1182 3L18.882 3.00001C19.0879 3.00002 19.3025 3.1476 19.3632 3.40901L19.7318 4.99677C20.408 8.43325 24.1523 10.3291 27.2816 8.68525L28.7223 7.99106C28.9141 7.89865 29.1513 7.94532 29.3001 8.13579L30.4011 9.54575C30.5579 9.74649 30.5594 10.04 30.4041 10.2427L29.4205 11.5265C27.2116 14.2136 28.1062 18.3334 31.2805 19.7947L32.7107 20.5143C32.9118 20.6155 33.0453 20.8655 32.9859 21.1328L32.5949 22.8911C32.5365 23.1535 32.3227 23.3034 32.1166 23.3053L30.5208 23.3198C27.0026 23.2274 24.4594 26.5802 25.3038 29.9578L25.6456 31.552C25.703 31.8199 25.5675 32.0685 25.3661 32.1678L23.778 32.9511C23.5866 33.0455 23.3491 33.0006 23.1991 32.8117L22.1921 31.5439C20.0953 28.7085 15.9048 28.7085 13.808 31.5439L12.801 32.8118C12.651 33.0007 12.4135 33.0456 12.222 32.9512L10.6341 32.168C10.4326 32.0686 10.2971 31.82 10.3545 31.5521L10.6964 29.9577C11.5407 26.5802 8.99752 23.2274 5.47935 23.3198L3.88326 23.3053C3.67711 23.3034 3.46332 23.1535 3.40496 22.891L3.01399 21.1329C2.95455 20.8656 3.08809 20.6156 3.28916 20.5145L4.71966 19.7947C7.89399 18.3333 8.78856 14.2136 6.57961 11.5265L5.59589 10.2424C5.44065 10.0398 5.44217 9.74626 5.59892 9.54553L6.69987 8.13572C6.84861 7.94525 7.08578 7.89858 7.27758 7.99099L8.71857 8.68525C11.8479 10.3291 15.5921 8.43325 16.2683 4.99678L16.6369 3.40899ZM17.1182 1.22389e-10C15.4742 -1.37089e-05 14.0812 1.15166 13.7146 2.73058L13.3398 4.345L13.3331 4.37392L13.3276 4.40308C13.0307 5.95912 11.3943 6.71198 10.1005 6.02241L10.0736 6.00804L10.046 5.99479L8.57973 5.28832C7.09866 4.57474 5.34057 5.00213 4.33542 6.28927L3.23447 7.69909C2.23646 8.97709 2.22842 10.7798 3.21441 12.0669L4.21504 13.373L4.23341 13.397L4.25272 13.4202C5.25375 14.6233 4.81919 16.4562 3.45163 17.0757L3.42373 17.0884L3.39638 17.1021L1.9407 17.8346C0.482915 18.5681 -0.264955 20.2081 0.0855273 21.7842L0.476492 23.5423C0.828469 25.125 2.21146 26.2902 3.85598 26.3051L5.48068 26.3199L5.51184 26.3202L5.54298 26.3192C6.99937 26.2719 8.17983 27.6924 7.78232 29.2444L7.77496 29.2731L7.76874 29.3021L7.42119 30.9233C7.0827 32.5021 7.84316 34.1366 9.30713 34.8586L10.8951 35.6417C12.3704 36.3693 14.1336 35.9575 15.1501 34.6777L16.1745 33.3879L16.1934 33.3642L16.2112 33.3397C17.1096 32.1099 18.8906 32.1099 19.7889 33.3397L19.8068 33.3642L19.8256 33.3879L20.8499 34.6776C21.8664 35.9574 23.6297 36.3693 25.105 35.6416L26.693 34.8584C28.157 34.1364 28.9174 32.5019 28.5789 30.9231L28.2314 29.3021L28.2252 29.2731L28.2178 29.2444C27.8203 27.6924 29.0008 26.2719 30.4572 26.3192L30.4883 26.3202L30.5194 26.3199L32.1438 26.3052C33.7884 26.2903 35.1714 25.1251 35.5234 23.5423L35.9144 21.784C36.2649 20.2079 35.5169 18.5679 34.0591 17.8344L32.6037 17.1021L32.5764 17.0884L32.5485 17.0757C31.181 16.4562 30.7464 14.6233 31.7474 13.4202L31.7667 13.397L31.7851 13.3731L32.7856 12.0672C33.7716 10.7801 33.7636 8.97735 32.7656 7.69933L31.6645 6.28937C30.6594 5.00219 28.9012 4.5748 27.4201 5.28841L25.9541 5.9948L25.9266 6.00805L25.8996 6.02241C24.6059 6.71198 22.9695 5.95912 22.6726 4.40308L22.667 4.37393L22.6603 4.34501L22.2855 2.73061C21.919 1.1517 20.526 2.83719e-05 18.882 1.46629e-05L17.1182 1.22389e-10ZM18.0006 12C14.6869 12 12.0006 14.6862 12.0006 18C12.0006 21.3138 14.6869 24 18.0006 24C21.3142 24 24.0006 21.3138 24.0006 18C24.0006 14.6862 21.3142 12 18.0006 12ZM15.0006 18C15.0006 16.3431 16.3437 15 18.0006 15C19.6574 15 21.0006 16.3431 21.0006 18C21.0006 19.6569 19.6574 21 18.0006 21C16.3437 21 15.0006 19.6569 15.0006 18Z",
|
|
36
|
+
fill: "currentColor"
|
|
37
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
38
|
+
id: "clip0_841_60997"
|
|
39
|
+
}, ___EmotionJSX("rect", {
|
|
40
|
+
width: "36",
|
|
41
|
+
height: "35.9996",
|
|
42
|
+
fill: "white"
|
|
43
|
+
})))));
|
|
25
44
|
};
|
|
26
45
|
|
|
27
46
|
export default IconGear;
|
package/es/icons/icon-globe.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconGlobe = function IconGlobe(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -22,7 +23,17 @@ var IconGlobe = function IconGlobe(props) {
|
|
|
22
23
|
}, ___EmotionJSX("path", {
|
|
23
24
|
fill: "#fff",
|
|
24
25
|
d: "M0 0h24v24H0z"
|
|
25
|
-
}))))
|
|
26
|
+
})))), ___EmotionJSX("svg", _extends({
|
|
27
|
+
"data-icon-set-v": 2,
|
|
28
|
+
viewBox: "0 0 36 36",
|
|
29
|
+
fill: "none",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, props), ___EmotionJSX("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M13.0 7.1C11.6 9.5 10.7 12.8 10.5 16.5H16.5L16.5 3.3C15.3 3.9 14.0 5.1 13.0 7.1ZM3.1 16.5H7.5C7.7 12.3 8.7 8.5 10.3 5.6C10.5 5.4 10.6 5.1 10.8 4.9C6.5 7.2 3.6 11.5 3.1 16.5ZM3.1 19.5C3.6 24.5 6.5 28.8 10.8 31.1C10.6 30.9 10.5 30.6 10.3 30.4C8.7 27.5 7.7 23.7 7.5 19.5H3.1ZM25.2 31.1C29.5 28.8 32.4 24.5 32.9 19.5H28.5C28.3 23.7 27.3 27.5 25.7 30.4C25.5 30.6 25.4 30.9 25.2 31.1ZM32.9 16.5C32.4 11.5 29.5 7.2 25.2 4.9C25.4 5.1 25.5 5.4 25.7 5.6C27.3 8.5 28.3 12.3 28.5 16.5H32.9ZM18.0 0.0C28.0 0.0 36 8.1 36 18.0C36 27.9 27.9 36.0 18 36.0C8.1 36.0 0 27.9 0 18.0C0 8.1 8.0 0.0 18.0 0.0C18.0 6.0e-05 18.0 0 18 0C18.0 0 18.0 6.0e-05 18.0 0.0ZM23.0 7.1C24.4 9.5 25.3 12.8 25.5 16.5H19.5V3.3C20.7 3.9 22.0 5.1 23.0 7.1ZM19.5 19.5H25.5C25.3 23.2 24.4 26.5 23.0 28.9C22.0 30.9 20.7 32.1 19.5 32.7V19.5ZM13.0 28.9C14.0 30.9 15.3 32.1 16.5 32.7V19.5H10.5C10.7 23.2 11.6 26.5 13.0 28.9Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
})));
|
|
26
37
|
};
|
|
27
38
|
|
|
28
39
|
export default IconGlobe;
|
package/es/icons/icon-heart.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconHeart = function IconHeart(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconHeart = function IconHeart(props) {
|
|
|
15
16
|
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",
|
|
16
17
|
stroke: "currentColor",
|
|
17
18
|
strokeWidth: 2
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M18.0 4.9C16.2 2.5 13.3 1.0 10.0 1C4.5 1.0 0 5.5 0 11.0C0 14.0 1.2 17.0 2.8 19.7C4.4 22.5 6.6 25.0 8.7 27.2C10.8 29.4 12.9 31.3 14.5 32.6C15.3 33.3 15.9 33.8 16.4 34.2C16.6 34.3 16.8 34.5 16.9 34.6C17.0 34.6 17.0 34.6 17.1 34.7L17.1 34.7L17.1 34.7L17.1 34.7L17.1 34.7C17.1 34.7 17.1 34.7 18 33.5L17.1 34.7C17.6 35.1 18.4 35.1 18.9 34.7L18 33.5C18.9 34.7 18.9 34.7 18.9 34.7L18.9 34.7L18.9 34.7L18.9 34.7L18.9 34.7C19.0 34.6 19.0 34.6 19.1 34.6C19.2 34.5 19.4 34.3 19.6 34.2C20.1 33.8 20.7 33.3 21.5 32.6C23.1 31.3 25.2 29.4 27.3 27.2C29.4 25.0 31.6 22.5 33.2 19.7C34.8 17.0 36 14.0 36 11.0C36 5.5 31.5 1 26.0 1C22.7 1 19.8 2.5 18.0 4.9ZM18 31.6C17.6 31.3 17.0 30.8 16.4 30.3C14.9 29.0 12.8 27.3 10.8 25.2C8.8 23.0 6.8 20.7 5.4 18.2C3.9 15.7 3 13.3 3 11.0C3 7.2 6.1 4.0 10.0 4C13.0 4.0 15.6 5.9 16.6 8.5C16.8 9.1 17.4 9.5 18.0 9.5C18.6 9.5 19.2 9.1 19.4 8.5C20.4 5.9 23.0 4 26.0 4C29.9 4 33 7.1 33 11.0C33 13.3 32.1 15.7 30.6 18.2C29.2 20.7 27.2 23.0 25.2 25.2C23.2 27.3 21.1 29.0 19.6 30.3C19.0 30.8 18.4 31.3 18 31.6Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconHeart;
|
package/es/icons/icon-hide.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconHide = function IconHide(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconHide = function IconHide(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M19.532 5.882l3.175-3.175-1.414-1.414-3.41 3.41C16.205 3.683 14.228 3 12 3 5.39 3 1 9 .033 12c.527 1.634 2.07 4.16 4.434 6.119l-3.174 3.174 1.414 1.414 3.409-3.409 1.464-1.463.951-.952 1.443-1.443 5.453-5.453 1.447-1.446 1.237-1.238 1.421-1.421zm-3.112.284C15.104 5.446 13.62 5 11.999 5 9.332 5 7.043 6.207 5.252 7.849c-1.523 1.397-2.564 3-3.077 4.151.513 1.15 1.554 2.754 3.077 4.151.206.188.418.371.636.547l1.237-1.237A5.996 5.996 0 016.033 12c0-3.314 2.671-6 5.966-6 1.293 0 2.491.414 3.469 1.118l.952-.952zm-2.395 2.395A3.924 3.924 0 0011.999 8c-2.18 0-3.966 1.78-3.966 4 0 .736.197 1.424.538 2.014l5.454-5.453zm5.545.111l1.416-1.415c1.546 1.663 2.57 3.472 2.978 4.743C23 15 18.607 21 12 21c-1.441 0-2.777-.285-3.994-.762l1.576-1.577A8.802 8.802 0 0012 19c2.666 0 4.956-1.207 6.747-2.85 1.524-1.396 2.565-3 3.077-4.15-.414-.93-1.173-2.155-2.253-3.328zM12 18a5.942 5.942 0 01-1.552-.205l1.804-1.803c1.97-.125 3.562-1.704 3.703-3.704l1.815-1.815c.128.488.195 1 .195 1.527 0 3.314-2.67 6-5.965 6z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M2.4 31.4C1.9 32.0 1.9 33.0 2.4 33.6C3.0 34.1 4.0 34.1 4.6 33.6L33.6 4.6C34.1 4.0 34.1 3.0 33.6 2.4C33.0 1.9 32.0 1.9 31.4 2.4L27.3 6.6C24.8 5.0 21.7 4.0 18.0 4.0C7.1 4.0 1.6 12.7 0.1 17.5C-0.0 17.8 -0.0 18.2 0.1 18.5C0.9 21.0 2.9 24.8 6.2 27.6L2.4 31.4ZM8.4 25.5L11.4 22.5C10.5 21.2 10.0 19.7 10.0 18C10.0 13.6 13.6 10 18.0 10C19.7 10 21.2 10.5 22.5 11.4L25.1 8.8C23.1 7.7 20.8 7.0 18.0 7.0C9.3 7.0 4.6 13.7 3.1 18C3.9 20.3 5.6 23.2 8.4 25.5ZM20.3 13.6C19.6 13.2 18.8 13 18.0 13C15.2 13 13.0 15.2 13.0 18C13.0 18.8 13.2 19.6 13.6 20.3L20.3 13.6ZM13.9 28.5C15.2 28.8 16.5 29 18.0 29C26.7 29 31.4 22.3 32.9 18C32.3 16.4 31.3 14.4 29.8 12.6L31.9 10.5C34.0 12.9 35.3 15.6 35.9 17.5C36.0 17.8 36.0 18.2 35.9 18.5C34.4 23.3 28.9 32 18.0 32C15.6 32 13.4 31.6 11.5 30.8L13.9 28.5Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconHide;
|
package/es/icons/icon-image.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconImage = function IconImage(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconImage = function IconImage(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
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
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M0.000396729 8.50012C0.000396729 6.01484 2.01512 4.00012 4.5004 4.00012H31.5004C33.9857 4.00012 36.0004 6.01484 36.0004 8.50012V27.5001C36.0004 29.9854 33.9857 32.0001 31.5004 32.0001H4.5004C2.01512 32.0001 0.000396729 29.9854 0.000396729 27.5001V24.0028V23.997V8.50012ZM3.0004 27.5001V24.6001L11.5266 15.6476L24.8791 29.0001H4.5004C3.67197 29.0001 3.0004 28.3285 3.0004 27.5001ZM31.5004 29.0001H29.1185C29.1 28.9795 29.0809 28.9593 29.0611 28.9394L12.5611 12.4394C12.2753 12.1536 11.8862 11.9953 11.4821 12.0002C11.078 12.0051 10.6929 12.1729 10.4142 12.4656L3.0004 20.2501V8.50012C3.0004 7.67169 3.67197 7.00012 4.5004 7.00012H31.5004C32.3288 7.00012 33.0004 7.67169 33.0004 8.50012V27.5001C33.0004 28.3286 32.3288 29.0001 31.5004 29.0001ZM23.0004 14.5001C23.0004 13.1194 24.1197 12.0001 25.5004 12.0001C26.8811 12.0001 28.0004 13.1194 28.0004 14.5001C28.0004 15.8808 26.8811 17.0001 25.5004 17.0001C24.1197 17.0001 23.0004 15.8808 23.0004 14.5001ZM25.5004 9.00009C22.4628 9.00009 20.0004 11.4625 20.0004 14.5001C20.0004 17.5377 22.4628 20.0001 25.5004 20.0001C28.538 20.0001 31.0004 17.5377 31.0004 14.5001C31.0004 11.4625 28.538 9.00009 25.5004 9.00009Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconImage;
|
package/es/icons/icon-info.js
CHANGED
|
@@ -5,8 +5,9 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function
|
|
|
5
5
|
import * as React from 'react';
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
|
-
function IconInfo(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconInfo = function IconInfo(props) {
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ function IconInfo(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12ZM11 19V10H13V19H11ZM12 8.5C12.8284 8.5 13.5 7.82843 13.5 7C13.5 6.17157 12.8284 5.5 12 5.5C11.1716 5.5 10.5 6.17157 10.5 7C10.5 7.82843 11.1716 8.5 12 8.5Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
-
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 36 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M18.0 3C26.3 3 33.0 9.7 33.0 18C33.0 26.3 26.3 33 18.0 33C9.7 33 3.0 26.3 3.0 18C3.0 9.7 9.7 3 18.0 3ZM18.0 0C27.9 0 36.0 8.1 36.0 18C36.0 27.9 27.9 36 18.0 36C8.1 36 0.0 27.9 0.0 18C0.0 8.1 8.1 0 18.0 0ZM18.0 29.0C18.8 29.0 19.5 28.3 19.5 27.5V14.5C19.5 13.7 18.8 13.0 18.0 13.0C17.2 13.0 16.5 13.7 16.5 14.5V27.5C16.5 28.3 17.2 29.0 18.0 29.0ZM18.0 7.0C19.1 7.0 20.0 7.9 20.0 9.0C20.0 10.1 19.1 11.0 18.0 11.0C16.9 11.0 16.0 10.1 16.0 9.0C16.0 7.9 16.9 7.0 18.0 7.0Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
30
|
+
};
|
|
20
31
|
|
|
21
32
|
export default IconInfo;
|
package/es/icons/icon-italic.js
CHANGED
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconItalic = function IconItalic(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
10
11
|
viewBox: "0 0 18 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -22,7 +23,17 @@ var IconItalic = function IconItalic(props) {
|
|
|
22
23
|
}, ___EmotionJSX("path", {
|
|
23
24
|
fill: "#fff",
|
|
24
25
|
d: "M0 0h18v24H0z"
|
|
25
|
-
}))))
|
|
26
|
+
})))), ___EmotionJSX("svg", _extends({
|
|
27
|
+
"data-icon-set-v": 2,
|
|
28
|
+
viewBox: "0 0 24 36",
|
|
29
|
+
fill: "none",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, props), ___EmotionJSX("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M8.0 3.5C8.0 2.7 8.7 2 9.5 2H22.5C23.3 2 24.0 2.7 24.0 3.5C24.0 4.3 23.3 5 22.5 5H17.3L9.8 31H14.5C15.3 31 16.0 31.7 16.0 32.5C16.0 33.3 15.3 34 14.5 34H1.5C0.7 34 0.0 33.3 0.0 32.5C0.0 31.7 0.7 31 1.5 31H6.7L14.2 5H9.5C8.7 5 8.0 4.3 8.0 3.5Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
})));
|
|
26
37
|
};
|
|
27
38
|
|
|
28
39
|
export default IconItalic;
|
|
@@ -6,10 +6,11 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconLayoutTextBottom = function IconLayoutTextBottom(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
11
11
|
viewBox: "0 0 24 24",
|
|
12
|
-
fill: "none"
|
|
12
|
+
fill: "none",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
13
14
|
}, props), ___EmotionJSX("g", {
|
|
14
15
|
clipPath: "url(#a)"
|
|
15
16
|
}, ___EmotionJSX("path", {
|
|
@@ -22,7 +23,17 @@ var IconLayoutTextBottom = function IconLayoutTextBottom(props) {
|
|
|
22
23
|
}, ___EmotionJSX("path", {
|
|
23
24
|
fill: "#fff",
|
|
24
25
|
d: "M0 0h24v24H0z"
|
|
25
|
-
}))))
|
|
26
|
+
})))), ___EmotionJSX("svg", _extends({
|
|
27
|
+
"data-icon-set-v": 2,
|
|
28
|
+
viewBox: "0 0 32 36",
|
|
29
|
+
fill: "none",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, props), ___EmotionJSX("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M27.5004 25C28.3288 25 29.0004 24.3284 29.0004 23.5V6.49998C29.0004 5.67156 28.3288 4.99998 27.5004 4.99998L4.50039 4.99998C3.67196 4.99998 3.00039 5.67156 3.00039 6.49998L3.00039 23.5C3.00039 24.3284 3.67196 25 4.50039 25L27.5004 25ZM32.0004 23.5C32.0004 25.9853 29.9857 28 27.5004 28L4.50039 28C2.0151 28 0.000385307 25.9853 0.000385416 23.5L0.000386159 6.49998C0.000386267 4.0147 2.01511 1.99998 4.50039 1.99998L27.5004 1.99998C29.9857 1.99998 32.0004 4.0147 32.0004 6.49998V23.5ZM7.50037 34C6.67195 34 6.00037 33.3284 6.00037 32.5C6.00037 31.6716 6.67195 31 7.50037 31H24.5004C25.3288 31 26.0004 31.6716 26.0004 32.5C26.0004 33.3284 25.3288 34 24.5004 34H7.50037Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
})));
|
|
26
37
|
};
|
|
27
38
|
|
|
28
39
|
export default IconLayoutTextBottom;
|
|
@@ -6,16 +6,27 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconLayoutTextLeft = function IconLayoutTextLeft(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
11
|
+
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
|
-
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
13
14
|
}, props), ___EmotionJSX("path", {
|
|
14
15
|
fill: "currentColor",
|
|
15
16
|
fillRule: "evenodd",
|
|
16
17
|
d: "M8 2a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2zm0 2h14v16H8zM2 5H0v14h2z",
|
|
17
18
|
clipRule: "evenodd"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 32 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M29.0004 6.49999C29.0004 5.67157 28.3288 4.99999 27.5004 4.99999H10.5004C9.67195 4.99999 9.00038 5.67157 9.00038 6.49999V29.5C9.00038 30.3284 9.67195 31 10.5004 31H27.5004C28.3288 31 29.0004 30.3284 29.0004 29.5V6.49999ZM27.5004 1.99999C29.9857 1.99999 32.0004 4.01471 32.0004 6.49999V29.5C32.0004 31.9853 29.9857 34 27.5004 34H10.5004C8.0151 34 6.00038 31.9853 6.00038 29.5V6.49999C6.00038 4.01471 8.0151 1.99999 10.5004 1.99999H27.5004ZM3.00038 26.5C3.00038 27.3284 2.32881 28 1.50038 28C0.671954 28 0.000380957 27.3284 0.000380993 26.5L0.000381021 9.49998C0.000380938 8.67156 0.671954 7.99998 1.50038 7.99998C2.32881 7.99998 3.00038 8.67156 3.00038 9.49998V26.5Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconLayoutTextLeft;
|
|
@@ -6,10 +6,11 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconLayoutTextRight = function IconLayoutTextRight(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
11
|
+
viewBox: "0 0 24 24",
|
|
11
12
|
fill: "none",
|
|
12
|
-
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
13
14
|
}, props), ___EmotionJSX("g", {
|
|
14
15
|
clipPath: "url(#a)"
|
|
15
16
|
}, ___EmotionJSX("path", {
|
|
@@ -22,7 +23,17 @@ var IconLayoutTextRight = function IconLayoutTextRight(props) {
|
|
|
22
23
|
}, ___EmotionJSX("path", {
|
|
23
24
|
fill: "#fff",
|
|
24
25
|
d: "M0 0h24v24H0z"
|
|
25
|
-
}))))
|
|
26
|
+
})))), ___EmotionJSX("svg", _extends({
|
|
27
|
+
"data-icon-set-v": 2,
|
|
28
|
+
viewBox: "0 0 32 36",
|
|
29
|
+
fill: "none",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, props), ___EmotionJSX("path", {
|
|
32
|
+
fillRule: "evenodd",
|
|
33
|
+
clipRule: "evenodd",
|
|
34
|
+
d: "M23.0004 6.49999C23.0004 5.67157 22.3288 4.99999 21.5004 4.99999H4.50038C3.67195 4.99999 3.00038 5.67157 3.00038 6.49999V29.5C3.00038 30.3284 3.67195 31 4.50038 31H21.5004C22.3288 31 23.0004 30.3284 23.0004 29.5V6.49999ZM21.5004 1.99999C23.9857 1.99999 26.0004 4.01471 26.0004 6.49999V29.5C26.0004 31.9853 23.9857 34 21.5004 34H4.50038C2.0151 34 0.000377655 31.9853 0.000377655 29.5V6.49999C0.000377655 4.01471 2.0151 1.99999 4.50038 1.99999H21.5004ZM32.0004 26.5C32.0004 27.3284 31.3288 28 30.5004 28C29.672 28 29.0004 27.3284 29.0004 26.5V9.49998C29.0004 8.67156 29.672 7.99998 30.5004 7.99998C31.3288 7.99998 32.0004 8.67156 32.0004 9.49998V26.5Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
})));
|
|
26
37
|
};
|
|
27
38
|
|
|
28
39
|
export default IconLayoutTextRight;
|
|
@@ -6,16 +6,27 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconLayoutTextTop = function IconLayoutTextTop(props) {
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
10
|
-
|
|
9
|
+
return ___EmotionJSX(React.Fragment, null, ___EmotionJSX("svg", _extends({
|
|
10
|
+
"data-icon-set-v": 1,
|
|
11
11
|
viewBox: "0 0 24 24",
|
|
12
|
-
fill: "none"
|
|
12
|
+
fill: "none",
|
|
13
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
13
14
|
}, props), ___EmotionJSX("path", {
|
|
14
15
|
fill: "currentColor",
|
|
15
16
|
fillRule: "evenodd",
|
|
16
17
|
d: "M19 2V0H5v2zm3 6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2zm-2 0v12H4V8z",
|
|
17
18
|
clipRule: "evenodd"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 32 36",
|
|
22
|
+
fill: "none",
|
|
23
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
24
|
+
}, props), ___EmotionJSX("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M24.5004 1.99999C25.3288 1.99999 26.0004 2.67157 26.0004 3.49999C26.0004 4.32842 25.3288 4.99999 24.5004 4.99999L7.50038 4.99999C6.67195 4.99999 6.00038 4.32842 6.00038 3.49999C6.00038 2.67157 6.67195 1.99999 7.50038 1.99999L24.5004 1.99999ZM4.50039 11C3.67196 11 3.00039 11.6716 3.00039 12.5L3.00039 29.5C3.00039 30.3284 3.67196 31 4.50039 31L27.5004 31C28.3288 31 29.0004 30.3284 29.0004 29.5V12.5C29.0004 11.6716 28.3288 11 27.5004 11L4.50039 11ZM0.000385416 12.5C0.000385307 10.0147 2.0151 7.99999 4.50039 7.99999L27.5004 7.99999C29.9857 7.99999 32.0004 10.0147 32.0004 12.5V29.5C32.0004 31.9853 29.9857 34 27.5004 34L4.50039 34C2.01511 34 0.000386267 31.9853 0.000386159 29.5L0.000385416 12.5Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconLayoutTextTop;
|