@flodesk/grain 5.11.2 → 5.11.5
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/arrange.js +5 -10
- package/es/components/autocomplete.js +28 -26
- package/es/components/box.js +5 -10
- package/es/components/button.js +37 -18
- package/es/components/dropdown.js +9 -6
- package/es/components/icon-button.js +23 -11
- package/es/components/icon-toggle.js +42 -16
- package/es/components/icon.js +16 -14
- package/es/components/multi-autocomplete.js +64 -32
- package/es/components/select.js +24 -20
- package/es/components/slider.js +58 -15
- package/es/components/spinner.js +29 -10
- package/es/components/stack.js +14 -12
- package/es/components/switch.js +31 -14
- package/es/components/tab.js +23 -15
- package/es/components/text-button.js +15 -13
- package/es/components/text-input.js +61 -22
- package/es/components/text-toggle.js +31 -13
- package/es/components/text.js +5 -10
- package/es/foundational/index.js +48 -26
- package/es/icons/icon-align-center.js +6 -2
- package/es/icons/icon-align-left.js +7 -3
- package/es/icons/icon-align-right.js +7 -3
- package/es/icons/icon-arrow-down.js +6 -2
- package/es/icons/icon-arrow-left.js +6 -2
- package/es/icons/icon-arrow-right.js +6 -2
- package/es/icons/icon-arrow-up.js +6 -2
- package/es/icons/icon-browser.js +10 -6
- package/es/icons/icon-chart.js +6 -2
- package/es/icons/icon-check.js +8 -4
- package/es/icons/icon-chevron-down.js +6 -2
- package/es/icons/icon-chevron-horizontal.js +6 -2
- package/es/icons/icon-chevron-left.js +6 -2
- package/es/icons/icon-chevron-right.js +11 -7
- package/es/icons/icon-chevron-up.js +11 -7
- package/es/icons/icon-chevron-vertical.js +14 -10
- package/es/icons/icon-clip.js +6 -2
- package/es/icons/icon-clock.js +7 -3
- package/es/icons/icon-crop.js +6 -2
- package/es/icons/icon-cross.js +6 -2
- package/es/icons/icon-download.js +9 -5
- package/es/icons/icon-duplicate.js +7 -3
- package/es/icons/icon-ellipsis.js +8 -4
- package/es/icons/icon-file.js +6 -2
- package/es/icons/icon-folder-add.js +6 -2
- package/es/icons/icon-folder.js +6 -2
- package/es/icons/icon-gear.js +7 -3
- package/es/icons/icon-globe.js +6 -2
- package/es/icons/icon-heart.js +6 -2
- package/es/icons/icon-image.js +6 -2
- package/es/icons/icon-link.js +7 -3
- package/es/icons/icon-mail.js +6 -2
- package/es/icons/icon-minus.js +6 -2
- package/es/icons/icon-monitor.js +6 -2
- package/es/icons/icon-pencil.js +6 -2
- package/es/icons/icon-phone.js +6 -2
- package/es/icons/icon-plus.js +6 -2
- package/es/icons/icon-redo.js +6 -2
- package/es/icons/icon-search.js +7 -3
- package/es/icons/icon-send.js +6 -2
- package/es/icons/icon-share.js +6 -2
- package/es/icons/icon-smile.js +9 -5
- package/es/icons/icon-switch.js +6 -2
- package/es/icons/icon-tablet.js +6 -2
- package/es/icons/icon-text-align-center.js +6 -2
- package/es/icons/icon-text-align-left.js +6 -2
- package/es/icons/icon-text-align-right.js +6 -2
- package/es/icons/icon-trash.js +6 -2
- package/es/icons/icon-type.js +6 -2
- package/es/icons/icon-undo.js +6 -2
- package/es/icons/icon-upload.js +9 -5
- package/package.json +1 -1
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconArrowDown = function IconArrowDown(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 24 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
fillRule: "evenodd",
|
|
11
15
|
clipRule: "evenodd",
|
|
12
16
|
d: "M13 24.172V4h-2v20.172l-9.586-9.586L0 16l10.586 10.586L12 28l1.414-1.414L24 16l-1.414-1.414L13 24.172Z",
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconArrowLeft = function IconArrowLeft(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 24 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
fillRule: "evenodd",
|
|
11
15
|
clipRule: "evenodd",
|
|
12
16
|
d: "M1.414 14.586 12 4l1.414 1.414L3.828 15H24v2H3.828l9.586 9.586L12 28 1.414 17.414 0 16l1.414-1.414Z",
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconArrowRight = function IconArrowRight(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 24 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
fillRule: "evenodd",
|
|
11
15
|
clipRule: "evenodd",
|
|
12
16
|
d: "M22.586 17.414 12 28l-1.414-1.414L20.172 17H0v-2h20.172l-9.586-9.586L12 4l10.586 10.586L24 16l-1.414 1.414Z",
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconArrowUp = function IconArrowUp(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 24 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
fillRule: "evenodd",
|
|
11
15
|
clipRule: "evenodd",
|
|
12
16
|
d: "M13.414 5.414 24 16l-1.414 1.414L13 7.828V28h-2V7.828l-9.586 9.586L0 16 10.586 5.414 12 4l1.414 1.414Z",
|
package/es/icons/icon-browser.js
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconBrowser = function IconBrowser(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 28 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("rect", {
|
|
10
14
|
x: 1,
|
|
11
15
|
y: 7,
|
|
12
16
|
width: 26,
|
|
@@ -15,25 +19,25 @@ var IconBrowser = function IconBrowser(props) {
|
|
|
15
19
|
stroke: "currentColor",
|
|
16
20
|
strokeWidth: 2,
|
|
17
21
|
strokeLinecap: "square"
|
|
18
|
-
}),
|
|
22
|
+
}), ___EmotionJSX("path", {
|
|
19
23
|
d: "M2 13h24",
|
|
20
24
|
stroke: "currentColor",
|
|
21
25
|
strokeWidth: 2
|
|
22
|
-
}),
|
|
26
|
+
}), ___EmotionJSX("rect", {
|
|
23
27
|
x: 9,
|
|
24
28
|
y: 9,
|
|
25
29
|
width: 2,
|
|
26
30
|
height: 2,
|
|
27
31
|
rx: 1,
|
|
28
32
|
fill: "currentColor"
|
|
29
|
-
}),
|
|
33
|
+
}), ___EmotionJSX("rect", {
|
|
30
34
|
x: 6,
|
|
31
35
|
y: 9,
|
|
32
36
|
width: 2,
|
|
33
37
|
height: 2,
|
|
34
38
|
rx: 1,
|
|
35
39
|
fill: "currentColor"
|
|
36
|
-
}),
|
|
40
|
+
}), ___EmotionJSX("rect", {
|
|
37
41
|
x: 3,
|
|
38
42
|
y: 9,
|
|
39
43
|
width: 2,
|
package/es/icons/icon-chart.js
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconChart = function IconChart(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 24 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
fillRule: "evenodd",
|
|
11
15
|
clipRule: "evenodd",
|
|
12
16
|
d: "M7 4h10v4h7v20H0V17h7V4Zm2 13v9h6V6H9v11Zm-2 2H2v7h5v-7Zm15 7h-5V10h5v16Z",
|
package/es/icons/icon-check.js
CHANGED
|
@@ -1,17 +1,21 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconCheck = function IconCheck(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 24 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("mask", {
|
|
10
14
|
id: "Check_svg__a",
|
|
11
15
|
fill: "#fff"
|
|
12
|
-
},
|
|
16
|
+
}, ___EmotionJSX("path", {
|
|
13
17
|
d: "m15 0 9 9L9 24l-9-9L15 0Z"
|
|
14
|
-
})),
|
|
18
|
+
})), ___EmotionJSX("path", {
|
|
15
19
|
d: "m9 24-1.414 1.414L9 26.828l1.414-1.414L9 24ZM22.586 7.586l-15 15 2.828 2.828 15-15-2.828-2.828Zm-12.172 15-9-9-2.828 2.828 9 9 2.828-2.828Z",
|
|
16
20
|
fill: "currentColor",
|
|
17
21
|
mask: "url(#Check_svg__a)"
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconChevronDown = function IconChevronDown(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 16 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
d: "m15 12.5-7 7-7-7",
|
|
11
15
|
stroke: "currentColor",
|
|
12
16
|
strokeWidth: 2
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconChevronHorizontal = function IconChevronHorizontal(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 24 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
d: "M8.7 8.75L1.45 16l7.25 7.25M15.3 23.25L22.55 16 15.3 8.75",
|
|
11
15
|
stroke: "currentColor",
|
|
12
16
|
strokeWidth: 2
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconChevronLeft = function IconChevronLeft(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 12 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
d: "M8.7 8.75 1.45 16l7.25 7.25",
|
|
11
15
|
stroke: "currentColor",
|
|
12
16
|
strokeWidth: 2
|
|
@@ -1,25 +1,29 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconChevronRight = function IconChevronRight(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 12 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("g", {
|
|
10
14
|
clipPath: "url(#ChevronRight_svg__a)"
|
|
11
|
-
},
|
|
15
|
+
}, ___EmotionJSX("mask", {
|
|
12
16
|
id: "ChevronRight_svg__b",
|
|
13
17
|
fill: "#fff"
|
|
14
|
-
},
|
|
18
|
+
}, ___EmotionJSX("path", {
|
|
15
19
|
d: "m-4 16 8-8 8 8-8 8-8-8Z"
|
|
16
|
-
})),
|
|
20
|
+
})), ___EmotionJSX("path", {
|
|
17
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",
|
|
18
22
|
fill: "currentColor",
|
|
19
23
|
mask: "url(#ChevronRight_svg__b)"
|
|
20
|
-
})),
|
|
24
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
21
25
|
id: "ChevronRight_svg__a"
|
|
22
|
-
},
|
|
26
|
+
}, ___EmotionJSX("path", {
|
|
23
27
|
fill: "#fff",
|
|
24
28
|
d: "M0 0h12v32H0z"
|
|
25
29
|
}))));
|
|
@@ -1,25 +1,29 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconChevronUp = function IconChevronUp(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 16 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("g", {
|
|
10
14
|
clipPath: "url(#ChevronUp_svg__a)"
|
|
11
|
-
},
|
|
15
|
+
}, ___EmotionJSX("mask", {
|
|
12
16
|
id: "ChevronUp_svg__b",
|
|
13
17
|
fill: "#fff"
|
|
14
|
-
},
|
|
18
|
+
}, ___EmotionJSX("path", {
|
|
15
19
|
d: "m8 27-8-8 8-8 8 8-8 8Z"
|
|
16
|
-
})),
|
|
20
|
+
})), ___EmotionJSX("path", {
|
|
17
21
|
d: "m8 11 1.414-1.414L8 8.172 6.586 9.586 8 11Zm-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",
|
|
18
22
|
fill: "currentColor",
|
|
19
23
|
mask: "url(#ChevronUp_svg__b)"
|
|
20
|
-
})),
|
|
24
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
21
25
|
id: "ChevronUp_svg__a"
|
|
22
|
-
},
|
|
26
|
+
}, ___EmotionJSX("path", {
|
|
23
27
|
fill: "#fff",
|
|
24
28
|
d: "M0 0h16v32H0z"
|
|
25
29
|
}))));
|
|
@@ -1,34 +1,38 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconChevronVertical = function IconChevronVertical(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 16 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("g", {
|
|
10
14
|
clipPath: "url(#ChevronVertical_svg__a)"
|
|
11
|
-
},
|
|
15
|
+
}, ___EmotionJSX("mask", {
|
|
12
16
|
id: "ChevronVertical_svg__b",
|
|
13
17
|
fill: "#fff"
|
|
14
|
-
},
|
|
18
|
+
}, ___EmotionJSX("path", {
|
|
15
19
|
d: "m8 12 8 8-8 8-8-8 8-8Z"
|
|
16
|
-
})),
|
|
20
|
+
})), ___EmotionJSX("path", {
|
|
17
21
|
d: "m8 28-1.414 1.414L8 30.828l1.414-1.414L8 28Zm6.586-9.414-8 8 2.828 2.828 8-8-2.828-2.828Zm-5.172 8-8-8-2.828 2.828 8 8 2.828-2.828Z",
|
|
18
22
|
fill: "currentColor",
|
|
19
23
|
mask: "url(#ChevronVertical_svg__b)"
|
|
20
|
-
}),
|
|
24
|
+
}), ___EmotionJSX("mask", {
|
|
21
25
|
id: "ChevronVertical_svg__c",
|
|
22
26
|
fill: "#fff"
|
|
23
|
-
},
|
|
27
|
+
}, ___EmotionJSX("path", {
|
|
24
28
|
d: "m8 20-8-8 8-8 8 8-8 8Z"
|
|
25
|
-
})),
|
|
29
|
+
})), ___EmotionJSX("path", {
|
|
26
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",
|
|
27
31
|
fill: "currentColor",
|
|
28
32
|
mask: "url(#ChevronVertical_svg__c)"
|
|
29
|
-
})),
|
|
33
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
30
34
|
id: "ChevronVertical_svg__a"
|
|
31
|
-
},
|
|
35
|
+
}, ___EmotionJSX("path", {
|
|
32
36
|
fill: "#fff",
|
|
33
37
|
d: "M0 0h16v32H0z"
|
|
34
38
|
}))));
|
package/es/icons/icon-clip.js
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconClip = function IconClip(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 22 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
d: "m19.071 17.414-7.778 7.778a6 6 0 0 1-8.485-8.485L14.12 5.393a4 4 0 1 1 5.657 5.657L8.111 22.718a2 2 0 1 1-2.828-2.828l8.131-8.133",
|
|
11
15
|
stroke: "currentColor",
|
|
12
16
|
strokeWidth: 2
|
package/es/icons/icon-clock.js
CHANGED
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconClock = function IconClock(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 28 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("circle", {
|
|
10
14
|
cx: 14,
|
|
11
15
|
cy: 16,
|
|
12
16
|
r: 13,
|
|
13
17
|
stroke: "currentColor",
|
|
14
18
|
strokeWidth: 2
|
|
15
|
-
}),
|
|
19
|
+
}), ___EmotionJSX("path", {
|
|
16
20
|
d: "M13 9v7h9",
|
|
17
21
|
stroke: "currentColor",
|
|
18
22
|
strokeWidth: 2
|
package/es/icons/icon-crop.js
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconCrop = function IconCrop(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 24 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
fillRule: "evenodd",
|
|
11
15
|
clipRule: "evenodd",
|
|
12
16
|
d: "M4 10v12a2 2 0 0 0 2 2h12v4h2v-4h4v-2h-4V10a2 2 0 0 0-2-2H6V4H4v4H0v2h4Zm2 0v12h12V10H6Z",
|
package/es/icons/icon-cross.js
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconCross = function IconCross(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 20 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
fillRule: "evenodd",
|
|
11
15
|
clipRule: "evenodd",
|
|
12
16
|
d: "m10 17.414 8.293 8.293 1.414-1.414L11.414 16l8.293-8.293-1.414-1.414L10 14.586 1.707 6.293.293 7.707 8.586 16 .293 24.293l1.414 1.414L10 17.414Z",
|
|
@@ -1,21 +1,25 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconDownload = function IconDownload(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 24 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("g", {
|
|
10
14
|
clipPath: "url(#prefix__clip0_262_764)"
|
|
11
|
-
},
|
|
15
|
+
}, ___EmotionJSX("path", {
|
|
12
16
|
fillRule: "evenodd",
|
|
13
17
|
clipRule: "evenodd",
|
|
14
18
|
d: "M13 4v16.172l7.586-7.586L22 14l-8.586 8.586L12 24l-1.414-1.414L2 14l1.414-1.414L11 20.172V4h2zM0 20v6a2 2 0 002 2h20a2 2 0 002-2v-6h-2v6H2v-6H0z",
|
|
15
19
|
fill: "currentColor"
|
|
16
|
-
})),
|
|
20
|
+
})), ___EmotionJSX("defs", null, ___EmotionJSX("clipPath", {
|
|
17
21
|
id: "prefix__clip0_262_764"
|
|
18
|
-
},
|
|
22
|
+
}, ___EmotionJSX("path", {
|
|
19
23
|
fill: "#fff",
|
|
20
24
|
d: "M0 0h24v32H0z"
|
|
21
25
|
}))));
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconDuplicate = function IconDuplicate(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 24 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("rect", {
|
|
10
14
|
x: 9,
|
|
11
15
|
y: 5,
|
|
12
16
|
width: 14,
|
|
@@ -15,7 +19,7 @@ var IconDuplicate = function IconDuplicate(props) {
|
|
|
15
19
|
stroke: "currentColor",
|
|
16
20
|
strokeWidth: 2,
|
|
17
21
|
strokeLinecap: "square"
|
|
18
|
-
}),
|
|
22
|
+
}), ___EmotionJSX("path", {
|
|
19
23
|
d: "M15 23v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V14a1 1 0 0 1 1-1h3",
|
|
20
24
|
stroke: "currentColor",
|
|
21
25
|
strokeWidth: 2,
|
|
@@ -1,22 +1,26 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconEllipsis = function IconEllipsis(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 20 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("circle", {
|
|
10
14
|
cx: 10,
|
|
11
15
|
cy: 16,
|
|
12
16
|
r: 2,
|
|
13
17
|
fill: "currentColor"
|
|
14
|
-
}),
|
|
18
|
+
}), ___EmotionJSX("circle", {
|
|
15
19
|
cx: 2,
|
|
16
20
|
cy: 16,
|
|
17
21
|
r: 2,
|
|
18
22
|
fill: "currentColor"
|
|
19
|
-
}),
|
|
23
|
+
}), ___EmotionJSX("circle", {
|
|
20
24
|
cx: 18,
|
|
21
25
|
cy: 16,
|
|
22
26
|
r: 2,
|
package/es/icons/icon-file.js
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconFile = function IconFile(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 20 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
fillRule: "evenodd",
|
|
11
15
|
clipRule: "evenodd",
|
|
12
16
|
d: "M2.008 2A2.007 2.007 0 0 0 0 4v24a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9.586l-.293-.293-7-7L12.414 2H2.008ZM2 28V4.004A.017.017 0 0 1 2.005 4H10v8h8v16H2Zm15.586-18L12 4.414V10h5.586Z",
|
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconFolderAdd = function IconFolderAdd(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 28 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
fillRule: "evenodd",
|
|
11
15
|
clipRule: "evenodd",
|
|
12
16
|
d: "M1 4H0v22a2 2 0 002 2h24a2 2 0 002-2V10a2 2 0 00-2-2H10.618L8.894 4.553 8.618 4H1zm1 9V6h5.382l1.724 3.447.276.553H26v16H2V13zm11-1h2v5h5v2h-5v5h-2v-5H8v-2h5v-5z",
|
package/es/icons/icon-folder.js
CHANGED
|
@@ -1,12 +1,16 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconFolder = function IconFolder(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 28 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
fillRule: "evenodd",
|
|
11
15
|
clipRule: "evenodd",
|
|
12
16
|
d: "M0 4h8.618l2 4H26a2 2 0 012 2v16a2 2 0 01-2 2H2a2 2 0 01-2-2V4zm2 2v20h24V10H9.382l-2-4H2z",
|
package/es/icons/icon-gear.js
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
import "core-js/modules/es.object.assign.js";
|
|
2
|
+
|
|
3
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
4
|
+
|
|
2
5
|
import * as React from 'react';
|
|
6
|
+
import { jsx as ___EmotionJSX } from "@emotion/react";
|
|
3
7
|
|
|
4
8
|
var IconGear = function IconGear(props) {
|
|
5
|
-
return
|
|
9
|
+
return ___EmotionJSX("svg", _extends({
|
|
6
10
|
viewBox: "0 0 28 32",
|
|
7
11
|
fill: "none",
|
|
8
12
|
xmlns: "http://www.w3.org/2000/svg"
|
|
9
|
-
}, props),
|
|
13
|
+
}, props), ___EmotionJSX("path", {
|
|
10
14
|
d: "M12 3V2h-.926l-.071.923L12 3zm4 0l.997-.077L16.926 2H16v1zm-4.25 3.254l.224.975.716-.165.057-.733-.997-.077zM8.7 7.518l-.65.76.558.478.623-.39-.53-.848zM6.223 5.393l.65-.759-.702-.602-.655.654.707.707zM3.393 8.222l-.707-.707-.655.655.603.703.76-.651zM5.518 10.7l.848.53.39-.623-.479-.558-.759.65zM4.254 13.75l.077.997.733-.057.165-.716-.975-.224zM1 14l-.077-.997-.923.071V14h1zm0 4H0v.926l.923.071L1 18zm3.254.25l.975-.224-.165-.716-.733-.057-.077.997zm1.264 3.05l.76.65.478-.558-.39-.623-.848.53zm-2.125 2.478l-.759-.65-.603.703.655.654.707-.707zm2.829 2.829l-.707.707.654.654.704-.602-.651-.76zM8.7 24.482l.53-.848-.623-.39-.558.479.65.759zm3.049 1.264l.997-.077-.057-.733-.716-.165-.224.975zM12 29l-.997.077.071.923H12v-1zm4 0v1h.926l.071-.923L16 29zm.25-3.254l-.224-.975-.716.165-.057.733.997.077zm3.05-1.264l.65-.76-.558-.478-.623.39.53.848zm2.478 2.125l-.65.759.703.603.654-.655-.707-.707zm2.829-2.829l.707.707.654-.654-.602-.704-.76.651zM22.482 21.3l-.848-.53-.39.623.479.558.759-.65zm1.264-3.049l-.077-.997-.733.057-.165.716.975.224zM27 18l.077.997.923-.07V18h-1zm0-4h1v-.926l-.923-.071L27 14zm-3.254-.25l-.975.224.165.716.733.057.077-.997zm-1.264-3.05l-.76-.65-.478.558.39.623.848-.53zm2.125-2.478l.759.65.602-.702-.654-.655-.707.707zm-2.829-2.829l.707-.707-.655-.654-.703.602.651.76zM19.3 7.518l-.53.848.623.39.558-.479-.65-.759zM16.25 6.254l-.997.077.057.733.716.165.224-.975zM12 4h4V2h-4v2zm.747 2.33l.25-3.253-1.994-.154-.25 3.255 1.994.153zM9.23 8.367a8.942 8.942 0 012.743-1.137l-.448-1.95A10.941 10.941 0 008.17 6.672L9.23 8.366zm-3.66-2.213L8.05 8.277 9.35 6.76 6.873 4.634 5.57 6.153zm-1.47 2.776l2.828-2.828-1.414-1.415-2.829 2.829L4.1 8.929zm2.176 1.12L4.153 7.572 2.634 8.873 4.76 11.35l1.518-1.301zM5.23 13.975a8.942 8.942 0 011.137-2.743L4.67 10.17a10.942 10.942 0 00-1.39 3.356l1.949.448zm-4.152 1.023l3.254-.25-.153-1.994-3.255.25.154 1.994zM2 18v-4H0v4h2zm2.33-.747l-3.253-.25-.154 1.994 3.255.25.153-1.994zm2.036 3.516a8.941 8.941 0 01-1.137-2.743l-1.95.448A10.943 10.943 0 004.67 21.83l1.696-1.061zm-2.213 3.66l2.124-2.479L4.76 20.65l-2.125 2.478 1.519 1.302zm2.776 1.47L4.1 23.072l-1.414 1.414 2.829 2.829 1.414-1.415zm1.12-2.176l-2.478 2.124 1.302 1.519L9.35 25.24 8.05 23.723zm3.925 1.048a8.94 8.94 0 01-2.743-1.137L8.17 25.33a10.942 10.942 0 003.356 1.391l.448-1.949zm1.023 4.152l-.25-3.254-1.994.154.25 3.254 1.994-.154zM16 28h-4v2h4v-2zm-.747-2.33l-.25 3.253 1.994.154.25-3.255-1.994-.153zm3.516-2.036a8.94 8.94 0 01-2.743 1.137l.448 1.95a10.939 10.939 0 003.356-1.392l-1.061-1.695zm3.66 2.213l-2.479-2.124-1.301 1.518 2.478 2.125 1.302-1.519zm1.47-2.776L21.072 25.9l1.414 1.415 2.829-2.829-1.415-1.414zm-2.176-1.12l2.124 2.478 1.519-1.302-2.125-2.478-1.518 1.301zm1.048-3.925a8.942 8.942 0 01-1.137 2.743l1.695 1.061a10.942 10.942 0 001.391-3.355l-1.949-.449zm4.152-1.023l-3.254.25.154 1.994 3.254-.25-.154-1.994zM26 14v4h2v-4h-2zm-2.33.747l3.253.25.154-1.994-3.255-.25-.153 1.994zm-2.036-3.516a8.94 8.94 0 011.137 2.743l1.95-.448a10.942 10.942 0 00-1.392-3.356l-1.695 1.061zm2.213-3.66l-2.124 2.479 1.518 1.301 2.125-2.478-1.519-1.302zm-2.776-1.47l2.828 2.828 1.415-1.414-2.829-2.829-1.414 1.415zm-1.12 2.176l2.478-2.124-1.302-1.519L18.65 6.76l1.301 1.518zM16.025 7.23c.986.226 1.91.615 2.743 1.137L19.83 6.67a10.94 10.94 0 00-3.356-1.39l-.448 1.949zm-1.023-4.152l.25 3.254 1.994-.153-.25-3.255-1.994.154z",
|
|
11
15
|
fill: "currentColor"
|
|
12
|
-
}),
|
|
16
|
+
}), ___EmotionJSX("circle", {
|
|
13
17
|
cx: 14,
|
|
14
18
|
cy: 16,
|
|
15
19
|
r: 4,
|