@flodesk/grain 11.18.1 → 11.18.3
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 +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 +2 -2
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconChevronUp = function IconChevronUp(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 16 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -22,7 +23,17 @@ var IconChevronUp = function IconChevronUp(props) {
|
|
|
22
23
|
}, ___EmotionJSX("path", {
|
|
23
24
|
fill: "#fff",
|
|
24
25
|
d: "M0 0h16v24H0z"
|
|
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: "M0.4 24.3C1.0 24.9 2.0 24.9 2.6 24.3L12.0 14.9L21.4 24.3C22.0 24.9 23.0 24.9 23.6 24.3C24.1 23.7 24.1 22.8 23.6 22.2L13.1 11.7C12.5 11.1 11.5 11.1 10.9 11.7L0.4 22.2C-0.1 22.8 -0.1 23.7 0.4 24.3Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
})));
|
|
26
37
|
};
|
|
27
38
|
|
|
28
39
|
export default IconChevronUp;
|
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconChevronVertical = function IconChevronVertical(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 16 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -22,7 +23,17 @@ var IconChevronVertical = function IconChevronVertical(props) {
|
|
|
22
23
|
}, ___EmotionJSX("path", {
|
|
23
24
|
fill: "#fff",
|
|
24
25
|
d: "M0 0h16v24H0z"
|
|
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: "M2.6 13.1C2.0 13.6 1.0 13.6 0.4 13.1C-0.1 12.5 -0.1 11.5 0.4 10.9L10.9 0.4C11.5 -0.1 12.5 -0.1 13.1 0.4L23.6 10.9C24.1 11.5 24.1 12.5 23.6 13.1C23.0 13.6 22.0 13.6 21.4 13.1L12.0 3.6L2.6 13.1ZM21.4 22.9C22.0 22.4 23.0 22.4 23.6 22.9C24.1 23.5 24.1 24.5 23.6 25.1L13.1 35.6C12.5 36.1 11.5 36.1 10.9 35.6L0.4 25.1C-0.1 24.5 -0.1 23.5 0.4 22.9C1.0 22.4 2.0 22.4 2.6 22.9L12.0 32.4L21.4 22.9Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
})));
|
|
26
37
|
};
|
|
27
38
|
|
|
28
39
|
export default IconChevronVertical;
|
package/es/icons/icon-clip.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 IconClip = function IconClip(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 22 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -22,7 +23,26 @@ var IconClip = function IconClip(props) {
|
|
|
22
23
|
}, ___EmotionJSX("path", {
|
|
23
24
|
fill: "#fff",
|
|
24
25
|
d: "M0 0h22v24H0z"
|
|
25
|
-
}))))
|
|
26
|
+
})))), ___EmotionJSX("svg", _extends({
|
|
27
|
+
"data-icon-set-v": 2,
|
|
28
|
+
viewBox: "0 0 30 36",
|
|
29
|
+
fill: "none",
|
|
30
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
31
|
+
}, props), ___EmotionJSX("g", {
|
|
32
|
+
clipPath: "url(#clip0_841_60994)"
|
|
33
|
+
}, ___EmotionJSX("path", {
|
|
34
|
+
fillRule: "evenodd",
|
|
35
|
+
clipRule: "evenodd",
|
|
36
|
+
d: "M25.6777 5.31516C23.9089 3.56098 21.0359 3.56098 19.267 5.31516L5.20444 19.261C2.26571 22.1753 2.26571 26.8952 5.20444 29.8096C8.15009 32.7308 12.9311 32.7308 15.8767 29.8096C15.8767 29.8096 15.8767 29.8096 15.8768 29.8095L23.4441 22.3045C24.0323 21.7211 24.9821 21.7251 25.5654 22.3133C26.1488 22.9015 26.1449 23.8512 25.5567 24.4346L17.9893 31.9397L17.9892 31.9397C13.874 36.0207 7.20716 36.0207 3.09198 31.9397C-1.03013 27.8518 -1.03013 21.2188 3.09198 17.1308L4.07537 18.1225L3.09198 17.1308L17.1546 3.18502C20.0929 0.271029 24.8518 0.271028 27.7902 3.18502C30.7355 6.10589 30.7355 10.8468 27.7902 13.7676L13.7277 27.7135C11.9661 29.4604 9.11517 29.4604 7.35361 27.7135C5.58511 25.9597 5.58511 23.1109 7.35361 21.3571L7.35365 21.3571L21.4442 7.38442C22.0324 6.8011 22.9822 6.80509 23.5655 7.39333C24.1488 7.98157 24.1448 8.93131 23.5566 9.51463L9.46607 23.4873C9.46606 23.4873 9.46605 23.4873 9.46604 23.4873C8.88096 24.0676 8.88097 25.0031 9.46607 25.5834C10.0581 26.1705 11.0232 26.1705 11.6152 25.5834L25.6777 11.6375C27.4397 9.89019 27.4397 7.06247 25.6777 5.31516Z",
|
|
37
|
+
fill: "currentColor"
|
|
38
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
39
|
+
id: "clip0_841_60994"
|
|
40
|
+
}, ___EmotionJSX("rect", {
|
|
41
|
+
width: "29.9988",
|
|
42
|
+
height: "36",
|
|
43
|
+
fill: "white",
|
|
44
|
+
transform: "translate(0.000396729)"
|
|
45
|
+
})))));
|
|
26
46
|
};
|
|
27
47
|
|
|
28
48
|
export default IconClip;
|
package/es/icons/icon-clock.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 IconClock = function IconClock(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 IconClock = function IconClock(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
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
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: "M33.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 3C26.3 3 33.0 9.7 33.0 18ZM36.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 0C27.9 0 36.0 8.1 36.0 18ZM21.5 23.6C22.1 24.2 23.1 24.1 23.6 23.5C24.2 22.9 24.1 21.9 23.5 21.4L19.0 17.3V7.5C19.0 6.7 18.3 6.0 17.5 6.0C16.7 6.0 16.0 6.7 16.0 7.5V18.0C16.0 18.4 16.2 18.8 16.5 19.1L21.5 23.6Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconClock;
|
|
@@ -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
|
-
var
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconColumnAndRows = function IconColumnAndRows(props) {
|
|
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,8 +16,21 @@ var LayoutColumnAndRows = function LayoutColumnAndRows(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M0 4C0 2.89543 0.89543 2 2 2H18C19.1046 2 20 2.89543 20 4V11V13V20C20 21.1046 19.1046 22 18 22H2C0.895432 22 0 21.1046 0 20V4ZM18 11V4L11 4V11H18ZM11 13H18V20H11V13ZM2 4L9 4L9 20H2V4Z",
|
|
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: "M4.49963 2C2.01435 2 -0.000366211 4.01472 -0.000366211 6.5V29.5C-0.000366211 31.9853 2.01435 34 4.49963 34H27.4996C29.9849 34 31.9996 31.9853 31.9996 29.5V6.5C31.9996 4.01472 29.9849 2 27.4996 2H4.49963ZM2.99963 6.5C2.99963 5.67157 3.67121 5 4.49963 5H27.4996C28.3281 5 28.9996 5.67157 28.9996 6.5V16.5L16 16.5V19.5L28.9996 19.5V29.5C28.9996 30.3284 28.3281 31 27.4996 31H4.49963C3.67121 31 2.99963 30.3284 2.99963 29.5V6.5Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), ___EmotionJSX("path", {
|
|
30
|
+
d: "M16 5L16 31",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
strokeWidth: "3"
|
|
33
|
+
})));
|
|
19
34
|
};
|
|
20
35
|
|
|
21
|
-
export
|
|
22
|
-
export default LayoutColumnAndRows;
|
|
36
|
+
export default IconColumnAndRows;
|
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconColumnOne = function IconColumnOne(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 16 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -15,7 +16,17 @@ var IconColumnOne = function IconColumnOne(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M0 4C0 2.89543 0.89543 2 2 2H14C15.1046 2 16 2.89543 16 4V20C16 21.1046 15.1046 22 14 22H2C0.895431 22 0 21.1046 0 20V4ZM14 4L2 4V20H14V4Z",
|
|
17
18
|
fill: "currentColor"
|
|
18
|
-
}))
|
|
19
|
+
})), ___EmotionJSX("svg", _extends({
|
|
20
|
+
"data-icon-set-v": 2,
|
|
21
|
+
viewBox: "0 0 24 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.000399351 6.50034C0.000399351 4.01506 2.01512 2.00034 4.5004 2.00034H19.5004C21.9857 2.00034 24.0004 4.01506 24.0004 6.50034V29.5003C24.0004 31.9856 21.9857 34.0003 19.5004 34.0003H4.5004C2.01512 34.0003 0.000399351 31.9856 0.000399351 29.5003V6.50034ZM4.5004 5.00034C3.67197 5.00034 3.0004 5.67191 3.0004 6.50034V29.5003C3.0004 30.3288 3.67197 31.0003 4.5004 31.0003H19.5004C20.3288 31.0003 21.0004 30.3288 21.0004 29.5003V6.50034C21.0004 5.67191 20.3288 5.00034 19.5004 5.00034H4.5004Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconColumnOne;
|
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconColumnTwo = function IconColumnTwo(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 IconColumnTwo = function IconColumnTwo(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 2C0.89543 2 0 2.89543 0 4V20C0 21.1046 0.89543 22 2 22H7C8.10457 22 9 21.1046 9 20V4C9 2.89543 8.10457 2 7 2H2ZM2 4L7 4V20H2V4ZM13 2C11.8954 2 11 2.89543 11 4V20C11 21.1046 11.8954 22 13 22H18C19.1046 22 20 21.1046 20 20V4C20 2.89543 19.1046 2 18 2H13ZM13 4L18 4V20H13V4Z",
|
|
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 6.49999C11.0004 5.67157 10.3288 4.99999 9.50041 4.99999H4.50041C3.67198 4.99999 3.00041 5.67157 3.00041 6.49999V29.5C3.00041 30.3284 3.67198 31 4.50041 31H9.50041C10.3288 31 11.0004 30.3284 11.0004 29.5V6.49999ZM9.50041 1.99999C11.9857 1.99999 14.0004 4.01471 14.0004 6.49999V29.5C14.0004 31.9853 11.9857 34 9.50041 34H4.50041C2.01512 34 0.000406265 31.9853 0.000406265 29.5V6.49999C0.000406265 4.01471 2.01513 1.99999 4.50041 1.99999H9.50041ZM29.0004 6.49999C29.0004 5.67157 28.3288 4.99999 27.5004 4.99999H22.5004C21.672 4.99999 21.0004 5.67157 21.0004 6.49999V29.5C21.0004 30.3284 21.672 31 22.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 34H22.5004C20.0151 34 18.0004 31.9853 18.0004 29.5V6.49999C18.0004 4.01471 20.0151 1.99999 22.5004 1.99999H27.5004Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconColumnTwo;
|
|
@@ -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
|
-
var
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconColumnsAndRow = function IconColumnsAndRow(props) {
|
|
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,8 +16,21 @@ var LayoutColumnsAndRow = function LayoutColumnsAndRow(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M0 4C0 2.89543 0.89543 2 2 2H9H11H18C19.1046 2 20 2.89543 20 4V20C20 21.1046 19.1046 22 18 22H2C0.895432 22 0 21.1046 0 20V4ZM9 4L2 4V11H9V4ZM11 11V4L18 4V11H11ZM2 20V13H18V20H2Z",
|
|
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: "M4.49963 2C2.01435 2 -0.000366211 4.01472 -0.000366211 6.5V29.5C-0.000366211 31.9853 2.01435 34 4.49963 34H27.4996C29.9849 34 31.9996 31.9853 31.9996 29.5V6.5C31.9996 4.01472 29.9849 2 27.4996 2H4.49963ZM2.99963 6.5C2.99963 5.67157 3.67121 5 4.49963 5H27.4996C28.3281 5 28.9996 5.67157 28.9996 6.5V16.5L3 16.5L3 19.5L28.9996 19.5V29.5C28.9996 30.3284 28.3281 31 27.4996 31H4.49963C3.67121 31 2.99963 30.3284 2.99963 29.5V6.5Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
}), ___EmotionJSX("path", {
|
|
30
|
+
d: "M16 5L16 18",
|
|
31
|
+
stroke: "currentColor",
|
|
32
|
+
strokeWidth: "3"
|
|
33
|
+
})));
|
|
19
34
|
};
|
|
20
35
|
|
|
21
|
-
export
|
|
22
|
-
export default LayoutColumnsAndRow;
|
|
36
|
+
export default IconColumnsAndRow;
|
package/es/icons/icon-columns.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
|
-
var
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconColumns = function IconColumns(props) {
|
|
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,8 +16,17 @@ var LayoutColumns = function LayoutColumns(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 2C0.89543 2 0 2.89543 0 4V20C0 21.1046 0.895432 22 2 22H18C19.1046 22 20 21.1046 20 20V4C20 2.89543 19.1046 2 18 2H2ZM11 4L18 4V20H11L11 4ZM9 4L2 4V20H9L9 4Z",
|
|
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: "M4.49963 2C2.01435 2 -0.000366211 4.01472 -0.000366211 6.5V29.5C-0.000366211 31.9853 2.01435 34 4.49963 34H27.4996C29.9849 34 31.9996 31.9853 31.9996 29.5V6.5C31.9996 4.01472 29.9849 2 27.4996 2H4.49963ZM2.99963 6.5C2.99963 5.67157 3.67121 5 4.49963 5H14.5L14.5 31H4.49963C3.67121 31 2.99963 30.3284 2.99963 29.5V6.5ZM17.5 31H27.4996C28.3281 31 28.9996 30.3284 28.9996 29.5V6.5C28.9996 5.67157 28.3281 5 27.4996 5H17.5L17.5 31Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
|
-
export
|
|
22
|
-
export default LayoutColumns;
|
|
32
|
+
export default IconColumns;
|
|
@@ -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
|
-
var
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconContentAlignBottom = function IconContentAlignBottom(props) {
|
|
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 ContentAlignBottom = function ContentAlignBottom(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 2C0.89543 2 0 2.89543 0 4V20C0 21.1046 0.895432 22 2 22H18C19.1046 22 20 21.1046 20 20V4C20 2.89543 19.1046 2 18 2H2ZM2 4L18 4V20H2V4ZM16 15H4V17H16V15Z",
|
|
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: "M28.9999 6.49991C28.9999 5.67148 28.3284 4.99991 27.4999 4.99991H4.49994C3.67151 4.99991 2.99994 5.67148 2.99994 6.49991V29.4999C2.99994 30.3283 3.67151 30.9999 4.49994 30.9999H27.4999C28.3284 30.9999 28.9999 30.3283 28.9999 29.4999V6.49991ZM27.4999 1.99991C29.9852 1.99991 31.9999 4.01463 31.9999 6.49991V29.4999C31.9999 31.9852 29.9852 33.9999 27.4999 33.9999H4.49994C2.01466 33.9999 -5.91278e-05 31.9852 -5.91278e-05 29.4999V6.49991C-5.91278e-05 4.01463 2.01466 1.99991 4.49994 1.99991H27.4999ZM7.49999 27.9995C6.67157 27.9995 5.99999 27.328 5.99999 26.4995C5.99999 25.6711 6.67157 24.9995 7.49999 24.9995H24.5C25.3284 24.9995 26 25.6711 26 26.4995C26 27.328 25.3284 27.9995 24.5 27.9995H7.49999Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
|
-
export default
|
|
32
|
+
export default IconContentAlignBottom;
|
|
@@ -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
|
-
var
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconContentAlignCenter = function IconContentAlignCenter(props) {
|
|
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 ContentAlignCenter = function ContentAlignCenter(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 2C0.89543 2 0 2.89543 0 4V20C0 21.1046 0.895432 22 2 22H18C19.1046 22 20 21.1046 20 20V4C20 2.89543 19.1046 2 18 2H2ZM2 4L18 4V20H2V4ZM16 11H4V13H16V11Z",
|
|
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: "M29 6.50034C29 5.67191 28.3284 5.00034 27.5 5.00034H4.5C3.67158 5.00034 3 5.67191 3 6.50034V29.5003C3 30.3288 3.67158 31.0003 4.5 31.0003H27.5C28.3284 31.0003 29 30.3288 29 29.5003V6.50034ZM27.5 2.00034C29.9853 2.00034 32 4.01506 32 6.50034V29.5003C32 31.9856 29.9853 34.0003 27.5 34.0003H4.5C2.01472 34.0003 1.90735e-06 31.9856 1.90735e-06 29.5003V6.50034C1.90735e-06 4.01506 2.01472 2.00034 4.5 2.00034H27.5ZM7.49994 19.5004C6.67151 19.5004 5.99994 18.8289 5.99994 18.0004C5.99994 17.172 6.67151 16.5004 7.49994 16.5004H24.4999C25.3284 16.5004 25.9999 17.172 25.9999 18.0004C25.9999 18.8289 25.3284 19.5004 24.4999 19.5004H7.49994Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
|
-
export default
|
|
32
|
+
export default IconContentAlignCenter;
|
|
@@ -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
|
-
var
|
|
9
|
-
return ___EmotionJSX("svg", _extends({
|
|
8
|
+
var IconContentAlignTop = function IconContentAlignTop(props) {
|
|
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 ContentAlignTop = function ContentAlignTop(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M2 2C0.89543 2 0 2.89543 0 4V20C0 21.1046 0.895432 22 2 22H18C19.1046 22 20 21.1046 20 20V4C20 2.89543 19.1046 2 18 2H2ZM2 4L18 4V20H2V4ZM16 7H4V9H16V7Z",
|
|
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: "M29 6.50034C29 5.67191 28.3284 5.00034 27.5 5.00034H4.5C3.67158 5.00034 3 5.67191 3 6.50034V29.5003C3 30.3288 3.67158 31.0003 4.5 31.0003H27.5C28.3284 31.0003 29 30.3288 29 29.5003V6.50034ZM27.5 2.00034C29.9853 2.00034 32 4.01506 32 6.50034V29.5003C32 31.9856 29.9853 34.0003 27.5 34.0003H4.5C2.01472 34.0003 1.90735e-06 31.9856 1.90735e-06 29.5003V6.50034C1.90735e-06 4.01506 2.01472 2.00034 4.5 2.00034H27.5ZM7.49999 11.0003C6.67156 11.0003 5.99999 10.3287 5.99999 9.50032C5.99999 8.67189 6.67156 8.00032 7.49999 8.00032H24.5C25.3284 8.00032 26 8.67189 26 9.50032C26 10.3287 25.3284 11.0003 24.5 11.0003H7.49999Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
|
-
export default
|
|
32
|
+
export default IconContentAlignTop;
|
package/es/icons/icon-crop.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 IconCrop = function IconCrop(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 IconCrop = function IconCrop(props) {
|
|
|
15
16
|
clipRule: "evenodd",
|
|
16
17
|
d: "M4 6v12a2 2 0 0 0 2 2h12v4h2v-4h4v-2h-4V6a2 2 0 0 0-2-2H6V0H4v4H0v2h4Zm2 0v12h12V6H6Z",
|
|
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: "M5.99999 3.49957C5.99999 2.67115 6.67157 1.99957 7.49999 1.99957C8.32842 1.99957 8.99999 2.67115 8.99999 3.49957V7.99957H21.5C23.9853 7.99957 26 10.0143 26 12.4996V24.9996H30.5C31.3284 24.9996 32 25.6711 32 26.4996C32 27.328 31.3284 27.9996 30.5 27.9996H26V32.4996C26 33.328 25.3284 33.9996 24.5 33.9996C23.6716 33.9996 23 33.328 23 32.4996V27.9996L10.5 27.9996C8.01471 27.9996 5.99999 25.9849 5.99999 23.4996L5.99999 10.9996H1.49998C0.67155 10.9996 -2.28882e-05 10.328 -2.28882e-05 9.49957C-2.28882e-05 8.67115 0.67155 7.99957 1.49998 7.99957H5.99999L5.99999 3.49957ZM8.99999 10.9996L8.99999 23.4996C8.99999 24.328 9.67157 24.9996 10.5 24.9996L23 24.9996V12.4996C23 11.6711 22.3284 10.9996 21.5 10.9996H8.99999Z",
|
|
28
|
+
fill: "currentColor"
|
|
29
|
+
})));
|
|
19
30
|
};
|
|
20
31
|
|
|
21
32
|
export default IconCrop;
|
package/es/icons/icon-cross.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 IconCross = function IconCross(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 16 24",
|
|
11
12
|
fill: "none",
|
|
12
13
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -17,6 +18,16 @@ var IconCross = function IconCross(props) {
|
|
|
17
18
|
clipRule: "evenodd",
|
|
18
19
|
d: "M7.998 13.414l6.588 6.588L16 18.587 9.412 12 16 5.412l-1.414-1.414-6.588 6.587L1.41 3.998-.004 5.412 6.584 12l-6.588 6.587 1.414 1.415 6.588-6.588z",
|
|
19
20
|
fill: "currentColor"
|
|
21
|
+
}))), ___EmotionJSX("svg", _extends({
|
|
22
|
+
"data-icon-set-v": 2,
|
|
23
|
+
viewBox: "0 0 24 36",
|
|
24
|
+
fill: "none",
|
|
25
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
26
|
+
}, props), ___EmotionJSX("path", {
|
|
27
|
+
fillRule: "evenodd",
|
|
28
|
+
clipRule: "evenodd",
|
|
29
|
+
d: "M23.6 8.6C24.1 8.0 24.1 7.0 23.6 6.4C23.0 5.9 22.0 5.9 21.4 6.4L12 15.9L2.6 6.4C2.0 5.9 1.0 5.9 0.4 6.4C-0.1 7.0 -0.1 8.0 0.4 8.6L9.9 18L0.4 27.4C-0.1 28.0 -0.1 29.0 0.4 29.6C1.0 30.1 2.0 30.1 2.6 29.6L12 20.1L21.4 29.6C22.0 30.1 23.0 30.1 23.6 29.6C24.1 29.0 24.1 28.0 23.6 27.4L14.1 18L23.6 8.6Z",
|
|
30
|
+
fill: "currentColor"
|
|
20
31
|
})));
|
|
21
32
|
};
|
|
22
33
|
|
|
@@ -6,7 +6,8 @@ import * as React from 'react';
|
|
|
6
6
|
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
7
7
|
|
|
8
8
|
var IconDownload = function IconDownload(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 IconDownload = function IconDownload(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: "M29.6 13.9C30.2 14.5 30.2 15.5 29.6 16.1L17.1 28.6C16.8 28.8 16.4 29.0 16.0 29.0C15.6 29.0 15.2 28.8 14.9 28.6L2.4 16.1C1.9 15.5 1.9 14.5 2.4 13.9C3.0 13.4 4.0 13.4 4.6 13.9L14.5 23.9L14.5 3.5C14.5 2.7 15.2 2.0 16.0 2.0C16.8 2.0 17.5 2.7 17.5 3.5L17.5 23.9L27.4 13.9C28.0 13.4 29.0 13.4 29.6 13.9ZM1.5 31.0C0.7 31.0 0.0 31.7 0.0 32.5C0.0 33.3 0.7 34.0 1.5 34.0H30.5C31.3 34.0 32.0 33.3 32.0 32.5C32.0 31.7 31.3 31.0 30.5 31.0H1.5Z",
|
|
35
|
+
fill: "currentColor"
|
|
36
|
+
})));
|
|
26
37
|
};
|
|
27
38
|
|
|
28
39
|
export default IconDownload;
|
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;
|