@digigov/react-icons 1.0.0-a131264d → 1.0.0-b4257f67
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/AccessibilityIcon/config.js +7 -19
- package/AccessibilityIcon/index.js +6 -21
- package/AccessibilityIcon/index.test.js +21 -27
- package/AccessibilityIcon/package.json +6 -0
- package/ArrowIcon/config.js +8 -20
- package/ArrowIcon/index.js +6 -21
- package/ArrowIcon/index.test.js +11 -17
- package/ArrowIcon/package.json +6 -0
- package/BurgerIcon/config.js +9 -22
- package/BurgerIcon/index.js +6 -21
- package/BurgerIcon/index.test.js +15 -21
- package/BurgerIcon/package.json +6 -0
- package/CaretIcon/config.js +8 -20
- package/CaretIcon/index.js +6 -21
- package/CaretIcon/index.test.js +11 -17
- package/CaretIcon/package.json +6 -0
- package/CheckIcon/config.js +5 -17
- package/CheckIcon/index.js +6 -21
- package/CheckIcon/index.test.js +19 -25
- package/CheckIcon/package.json +6 -0
- package/ChevronIcon/config.js +8 -20
- package/ChevronIcon/index.js +6 -21
- package/ChevronIcon/index.test.js +11 -17
- package/ChevronIcon/package.json +6 -0
- package/CloseIcon/config.js +5 -17
- package/CloseIcon/index.js +6 -21
- package/CloseIcon/index.test.js +5 -11
- package/CloseIcon/package.json +6 -0
- package/GlobeIcon/config.js +5 -17
- package/GlobeIcon/index.js +6 -21
- package/GlobeIcon/index.test.js +11 -17
- package/GlobeIcon/package.json +6 -0
- package/Icon/index.js +15 -39
- package/Icon/index.test.js +23 -29
- package/Icon/package.json +6 -0
- package/MoreVertIcon/config.js +7 -19
- package/MoreVertIcon/index.js +6 -21
- package/MoreVertIcon/index.test.js +21 -27
- package/MoreVertIcon/package.json +6 -0
- package/SearchIcon/config.js +5 -17
- package/SearchIcon/index.js +6 -21
- package/SearchIcon/index.test.js +5 -11
- package/SearchIcon/package.json +6 -0
- package/UncheckIcon/config.js +5 -17
- package/UncheckIcon/index.js +6 -21
- package/UncheckIcon/index.test.js +21 -27
- package/UncheckIcon/package.json +6 -0
- package/cjs/AccessibilityIcon/config.js +31 -0
- package/cjs/AccessibilityIcon/index.js +24 -0
- package/cjs/AccessibilityIcon/index.test.js +81 -0
- package/cjs/ArrowIcon/config.js +39 -0
- package/cjs/ArrowIcon/index.js +24 -0
- package/cjs/ArrowIcon/index.test.js +39 -0
- package/cjs/BurgerIcon/config.js +45 -0
- package/cjs/BurgerIcon/index.js +24 -0
- package/cjs/BurgerIcon/index.test.js +56 -0
- package/cjs/CaretIcon/config.js +39 -0
- package/cjs/CaretIcon/index.js +24 -0
- package/cjs/CaretIcon/index.test.js +39 -0
- package/cjs/CheckIcon/config.js +23 -0
- package/cjs/CheckIcon/index.js +24 -0
- package/cjs/CheckIcon/index.test.js +73 -0
- package/cjs/ChevronIcon/config.js +39 -0
- package/cjs/ChevronIcon/index.js +24 -0
- package/cjs/ChevronIcon/index.test.js +39 -0
- package/cjs/CloseIcon/config.js +23 -0
- package/cjs/CloseIcon/index.js +24 -0
- package/cjs/CloseIcon/index.test.js +15 -0
- package/{es → cjs}/GlobeIcon/config.js +17 -5
- package/cjs/GlobeIcon/index.js +24 -0
- package/cjs/GlobeIcon/index.test.js +39 -0
- package/cjs/Icon/index.js +58 -0
- package/cjs/Icon/index.test.js +88 -0
- package/cjs/MoreVertIcon/config.js +37 -0
- package/cjs/MoreVertIcon/index.js +24 -0
- package/cjs/MoreVertIcon/index.test.js +81 -0
- package/cjs/SearchIcon/config.js +23 -0
- package/cjs/SearchIcon/index.js +24 -0
- package/cjs/SearchIcon/index.test.js +15 -0
- package/cjs/UncheckIcon/config.js +23 -0
- package/cjs/UncheckIcon/index.js +24 -0
- package/cjs/UncheckIcon/index.test.js +81 -0
- package/cjs/icons.js +148 -0
- package/cjs/index.js +148 -0
- package/cjs/registry.js +73 -0
- package/icons.js +12 -148
- package/index.js +11 -148
- package/package.json +4 -4
- package/registry.d.ts +1 -1
- package/registry.js +16 -43
- package/AccessibilityIcon/config.mjs +0 -19
- package/AccessibilityIcon/index.mjs +0 -9
- package/AccessibilityIcon/index.test.mjs +0 -75
- package/ArrowIcon/config.mjs +0 -27
- package/ArrowIcon/index.mjs +0 -9
- package/ArrowIcon/index.test.mjs +0 -33
- package/BurgerIcon/config.mjs +0 -32
- package/BurgerIcon/index.mjs +0 -9
- package/BurgerIcon/index.test.mjs +0 -50
- package/CaretIcon/config.mjs +0 -27
- package/CaretIcon/index.mjs +0 -9
- package/CaretIcon/index.test.mjs +0 -33
- package/CheckIcon/config.mjs +0 -11
- package/CheckIcon/index.mjs +0 -9
- package/CheckIcon/index.test.mjs +0 -67
- package/ChevronIcon/config.mjs +0 -27
- package/ChevronIcon/index.mjs +0 -9
- package/ChevronIcon/index.test.mjs +0 -33
- package/CloseIcon/config.mjs +0 -11
- package/CloseIcon/index.mjs +0 -9
- package/CloseIcon/index.test.mjs +0 -9
- package/GlobeIcon/config.mjs +0 -11
- package/GlobeIcon/index.mjs +0 -9
- package/GlobeIcon/index.test.mjs +0 -33
- package/Icon/index.mjs +0 -34
- package/Icon/index.test.mjs +0 -82
- package/MoreVertIcon/config.mjs +0 -25
- package/MoreVertIcon/index.mjs +0 -9
- package/MoreVertIcon/index.test.mjs +0 -75
- package/SearchIcon/config.mjs +0 -11
- package/SearchIcon/index.mjs +0 -9
- package/SearchIcon/index.test.mjs +0 -9
- package/UncheckIcon/config.mjs +0 -11
- package/UncheckIcon/index.mjs +0 -9
- package/UncheckIcon/index.test.mjs +0 -75
- package/es/AccessibilityIcon/config.js +0 -19
- package/es/AccessibilityIcon/index.js +0 -9
- package/es/AccessibilityIcon/index.test.js +0 -75
- package/es/ArrowIcon/config.js +0 -27
- package/es/ArrowIcon/index.js +0 -9
- package/es/ArrowIcon/index.test.js +0 -33
- package/es/BurgerIcon/config.js +0 -32
- package/es/BurgerIcon/index.js +0 -9
- package/es/BurgerIcon/index.test.js +0 -50
- package/es/CaretIcon/config.js +0 -27
- package/es/CaretIcon/index.js +0 -9
- package/es/CaretIcon/index.test.js +0 -33
- package/es/CheckIcon/config.js +0 -11
- package/es/CheckIcon/index.js +0 -9
- package/es/CheckIcon/index.test.js +0 -67
- package/es/ChevronIcon/config.js +0 -27
- package/es/ChevronIcon/index.js +0 -9
- package/es/ChevronIcon/index.test.js +0 -33
- package/es/CloseIcon/config.js +0 -11
- package/es/CloseIcon/index.js +0 -9
- package/es/CloseIcon/index.test.js +0 -9
- package/es/GlobeIcon/index.js +0 -9
- package/es/GlobeIcon/index.test.js +0 -33
- package/es/Icon/index.js +0 -34
- package/es/Icon/index.test.js +0 -82
- package/es/MoreVertIcon/config.js +0 -25
- package/es/MoreVertIcon/index.js +0 -9
- package/es/MoreVertIcon/index.test.js +0 -75
- package/es/SearchIcon/config.js +0 -11
- package/es/SearchIcon/index.js +0 -9
- package/es/SearchIcon/index.test.js +0 -9
- package/es/UncheckIcon/config.js +0 -11
- package/es/UncheckIcon/index.js +0 -9
- package/es/UncheckIcon/index.test.js +0 -75
- package/es/icons.js +0 -12
- package/es/index.js +0 -11
- package/es/registry.js +0 -46
- package/icons.mjs +0 -12
- package/index.mjs +0 -11
- package/registry.mjs +0 -46
- /package/{es → cjs}/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -0
- /package/{es → cjs}/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -0
- /package/{es → cjs}/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -0
- /package/{es → cjs}/CaretIcon/__snapshots__/index.test.tsx.snap +0 -0
- /package/{es → cjs}/CheckIcon/__snapshots__/index.test.tsx.snap +0 -0
- /package/{es → cjs}/CloseIcon/__snapshots__/index.test.tsx.snap +0 -0
- /package/{es → cjs}/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -0
- /package/{es → cjs}/Icon/__snapshots__/index.test.tsx.snap +0 -0
- /package/{es → cjs}/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -0
- /package/{es → cjs}/SearchIcon/__snapshots__/index.test.tsx.snap +0 -0
- /package/{es → cjs}/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -0
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digigov/react-icons",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-b4257f67",
|
|
4
4
|
"description": "@digigov react icons",
|
|
5
5
|
"author": "GRNET Developers <devs@lists.grnet.gr>",
|
|
6
6
|
"license": "BSD-2-Clause",
|
|
7
|
-
"main": "./index.js",
|
|
8
|
-
"module": "./index.
|
|
7
|
+
"main": "./cjs/index.js",
|
|
8
|
+
"module": "./index.js",
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public",
|
|
11
11
|
"directory": "dist"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@digigov/css": "1.0.0-
|
|
14
|
+
"@digigov/css": "1.0.0-b4257f67",
|
|
15
15
|
"clsx": "1.1.1",
|
|
16
16
|
"react": "^16.8.0 || ^17.0.0",
|
|
17
17
|
"react-dom": "^16.8.0 || ^17.0.0"
|
package/registry.d.ts
CHANGED
package/registry.js
CHANGED
|
@@ -1,43 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
var _digigov_react_icons_CaretIcon = _interopRequireWildcard(require("./CaretIcon"));
|
|
17
|
-
|
|
18
|
-
var _digigov_react_icons_CheckIcon = _interopRequireWildcard(require("./CheckIcon"));
|
|
19
|
-
|
|
20
|
-
var _digigov_react_icons_ChevronIcon = _interopRequireWildcard(require("./ChevronIcon"));
|
|
21
|
-
|
|
22
|
-
var _digigov_react_icons_CloseIcon = _interopRequireWildcard(require("./CloseIcon"));
|
|
23
|
-
|
|
24
|
-
var _digigov_react_icons_GlobeIcon = _interopRequireWildcard(require("./GlobeIcon"));
|
|
25
|
-
|
|
26
|
-
var _digigov_react_icons_Icon = _interopRequireWildcard(require("./Icon"));
|
|
27
|
-
|
|
28
|
-
var _digigov_react_icons_icons = _interopRequireWildcard(require("./icons"));
|
|
29
|
-
|
|
30
|
-
var _digigov_react_icons = _interopRequireWildcard(require("./"));
|
|
31
|
-
|
|
32
|
-
var _digigov_react_icons_MoreVertIcon = _interopRequireWildcard(require("./MoreVertIcon"));
|
|
33
|
-
|
|
34
|
-
var _digigov_react_icons_SearchIcon = _interopRequireWildcard(require("./SearchIcon"));
|
|
35
|
-
|
|
36
|
-
var _digigov_react_icons_UncheckIcon = _interopRequireWildcard(require("./UncheckIcon"));
|
|
37
|
-
|
|
38
|
-
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
39
|
-
|
|
40
|
-
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
1
|
+
import * as _digigov_react_icons_AccessibilityIcon from "./AccessibilityIcon";
|
|
2
|
+
import * as _digigov_react_icons_ArrowIcon from "./ArrowIcon";
|
|
3
|
+
import * as _digigov_react_icons_BurgerIcon from "./BurgerIcon";
|
|
4
|
+
import * as _digigov_react_icons_CaretIcon from "./CaretIcon";
|
|
5
|
+
import * as _digigov_react_icons_CheckIcon from "./CheckIcon";
|
|
6
|
+
import * as _digigov_react_icons_ChevronIcon from "./ChevronIcon";
|
|
7
|
+
import * as _digigov_react_icons_CloseIcon from "./CloseIcon";
|
|
8
|
+
import * as _digigov_react_icons_GlobeIcon from "./GlobeIcon";
|
|
9
|
+
import * as _digigov_react_icons_Icon from "./Icon";
|
|
10
|
+
import * as _digigov_react_icons_icons from "./icons";
|
|
11
|
+
import * as _digigov_react_icons from "./";
|
|
12
|
+
import * as _digigov_react_icons_MoreVertIcon from "./MoreVertIcon";
|
|
13
|
+
import * as _digigov_react_icons_SearchIcon from "./SearchIcon";
|
|
14
|
+
import * as _digigov_react_icons_UncheckIcon from "./UncheckIcon";
|
|
41
15
|
|
|
42
16
|
function lazyImport(pkgImport) {
|
|
43
17
|
// eslint-disable-next-line no-undef
|
|
@@ -54,7 +28,7 @@ function lazyImport(pkgImport) {
|
|
|
54
28
|
});
|
|
55
29
|
}
|
|
56
30
|
|
|
57
|
-
|
|
31
|
+
export default {
|
|
58
32
|
'@digigov/react-icons/AccessibilityIcon': lazyImport(_digigov_react_icons_AccessibilityIcon),
|
|
59
33
|
'@digigov/react-icons/ArrowIcon': lazyImport(_digigov_react_icons_ArrowIcon),
|
|
60
34
|
'@digigov/react-icons/BurgerIcon': lazyImport(_digigov_react_icons_BurgerIcon),
|
|
@@ -69,5 +43,4 @@ var _default = {
|
|
|
69
43
|
'@digigov/react-icons/MoreVertIcon': lazyImport(_digigov_react_icons_MoreVertIcon),
|
|
70
44
|
'@digigov/react-icons/SearchIcon': lazyImport(_digigov_react_icons_SearchIcon),
|
|
71
45
|
'@digigov/react-icons/UncheckIcon': lazyImport(_digigov_react_icons_UncheckIcon)
|
|
72
|
-
};
|
|
73
|
-
exports["default"] = _default;
|
|
46
|
+
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
var _ref = /*#__PURE__*/React.createElement("title", null, "\u039C\u03B5\u03BD\u03BF\u03CD \u03A0\u03C1\u03BF\u03C3\u03B2\u03B1\u03C3\u03B9\u03BC\u03CC\u03C4\u03B7\u03C4\u03B1\u03C2");
|
|
4
|
-
|
|
5
|
-
var _ref2 = /*#__PURE__*/React.createElement("circle", {
|
|
6
|
-
cx: "12",
|
|
7
|
-
cy: "3",
|
|
8
|
-
r: "3"
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
var _ref3 = /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
d: "M19.76,6.13c-4.94,2.01-10.57,2.01-15.51,0c-0.71-0.3-1.55-0.04-1.98,0.66c-1.41,2.6,3.27,3.76,4.94,4.37 c0.4,0.11,0.81,0.2,1.22,0.28c0.56,0.11,0.92,0.67,0.79,1.25c-0.79,3.66-1.96,9.1-1.96,9.1c-0.46,2.27,2.72,3.15,3.39,0.92L12,17.93 l1.36,4.78c0.67,2.22,3.85,1.36,3.39-0.92c0,0-1.16-5.4-1.95-9.06c-0.12-0.57,0.22-1.16,0.77-1.27c2.01-0.41,3.94-1.17,5.68-2.31 C22.89,8.04,21.58,5.38,19.76,6.13z"
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
export function accessibility() {
|
|
16
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, _ref, _ref2, _ref3);
|
|
17
|
-
}
|
|
18
|
-
accessibility.props = [];
|
|
19
|
-
export default accessibility;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import Icon from "../Icon";
|
|
4
|
-
export var AccessibilityIcon = function AccessibilityIcon(props) {
|
|
5
|
-
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
6
|
-
icon: "accessibility"
|
|
7
|
-
}));
|
|
8
|
-
};
|
|
9
|
-
export default AccessibilityIcon;
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { mount } from 'enzyme';
|
|
3
|
-
import AccessibilityIcon from "./";
|
|
4
|
-
|
|
5
|
-
var _ref = /*#__PURE__*/React.createElement(AccessibilityIcon, null);
|
|
6
|
-
|
|
7
|
-
it('renders the AccessibilityIcon with no props', function () {
|
|
8
|
-
expect(mount(_ref)).toMatchSnapshot();
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
var _ref2 = /*#__PURE__*/React.createElement(AccessibilityIcon, {
|
|
12
|
-
size: "sm"
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
it('renders the AccessibilityIcon with prop size=s', function () {
|
|
16
|
-
expect(mount(_ref2)).toMatchSnapshot();
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
var _ref3 = /*#__PURE__*/React.createElement(AccessibilityIcon, {
|
|
20
|
-
size: "lg"
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
it('renders the AccessibilityIcon with prop size=l', function () {
|
|
24
|
-
expect(mount(_ref3)).toMatchSnapshot();
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
var _ref4 = /*#__PURE__*/React.createElement(AccessibilityIcon, {
|
|
28
|
-
variant: "dark"
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
it('renders the AccessibilityIcon with prop variant=dark', function () {
|
|
32
|
-
expect(mount(_ref4)).toMatchSnapshot();
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
var _ref5 = /*#__PURE__*/React.createElement(AccessibilityIcon, {
|
|
36
|
-
variant: "primary"
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
it('renders the AccessibilityIcon with prop variant=primary', function () {
|
|
40
|
-
expect(mount(_ref5)).toMatchSnapshot();
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
var _ref6 = /*#__PURE__*/React.createElement(AccessibilityIcon, {
|
|
44
|
-
variant: "success"
|
|
45
|
-
});
|
|
46
|
-
|
|
47
|
-
it('renders the AccessibilityIcon with prop variant=success', function () {
|
|
48
|
-
expect(mount(_ref6)).toMatchSnapshot();
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
var _ref7 = /*#__PURE__*/React.createElement(AccessibilityIcon, {
|
|
52
|
-
variant: "error"
|
|
53
|
-
});
|
|
54
|
-
|
|
55
|
-
it('renders the AccessibilityIcon with prop variant=error', function () {
|
|
56
|
-
expect(mount(_ref7)).toMatchSnapshot();
|
|
57
|
-
});
|
|
58
|
-
|
|
59
|
-
var _ref8 = /*#__PURE__*/React.createElement(AccessibilityIcon, {
|
|
60
|
-
variant: "warning",
|
|
61
|
-
size: "sm"
|
|
62
|
-
});
|
|
63
|
-
|
|
64
|
-
it('renders the AccessibilityIcon with prop variant=warning and size=s', function () {
|
|
65
|
-
expect(mount(_ref8)).toMatchSnapshot();
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
var _ref9 = /*#__PURE__*/React.createElement(AccessibilityIcon, {
|
|
69
|
-
variant: "warning",
|
|
70
|
-
size: "xl"
|
|
71
|
-
});
|
|
72
|
-
|
|
73
|
-
it('renders the AccessibilityIcon with prop variant=error and size= xl', function () {
|
|
74
|
-
expect(mount(_ref9)).toMatchSnapshot();
|
|
75
|
-
});
|
package/ArrowIcon/config.mjs
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
var _ref2 = /*#__PURE__*/React.createElement("polygon", {
|
|
4
|
-
points: "14.4 19.7 8.48 13.7 21.93 13.7 22 10.37 8.48 10.32 14.4 4.4 12 2 2 12 12 22 14.4 19.7"
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
var _ref3 = /*#__PURE__*/React.createElement("polygon", {
|
|
8
|
-
points: "9.6 4.3 15.52 10.3 2.07 10.3 2 13.63 15.52 13.68 9.6 19.6 12 22 22 12 12 2 9.6 4.3"
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
var _ref4 = /*#__PURE__*/React.createElement("polygon", {
|
|
12
|
-
points: "22 12 12 2 2 12 4.3 14.4 10.3 8.48 10.3 21.93 13.63 22 13.68 8.48 19.6 14.4 22 12"
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
var _ref5 = /*#__PURE__*/React.createElement("polygon", {
|
|
16
|
-
points: "19.7 9.6 13.7 15.52 13.7 2.07 10.37 2 10.32 15.52 4.4 9.6 2 12 12 22 22 12 19.7 9.6"
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
export var arrow = function arrow(_ref) {
|
|
20
|
-
var _ref$direction = _ref.direction,
|
|
21
|
-
direction = _ref$direction === void 0 ? 'up' : _ref$direction;
|
|
22
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, direction === 'left' && _ref2, direction === 'right' && _ref3, direction === 'up' && _ref4, direction === 'down' && _ref5);
|
|
23
|
-
}; // eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
24
|
-
// @ts-ignore
|
|
25
|
-
|
|
26
|
-
arrow.props = ['direction'];
|
|
27
|
-
export default arrow;
|
package/ArrowIcon/index.mjs
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import Icon from "../Icon";
|
|
4
|
-
export var ArrowIcon = function ArrowIcon(props) {
|
|
5
|
-
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
6
|
-
icon: "arrow"
|
|
7
|
-
}));
|
|
8
|
-
};
|
|
9
|
-
export default ArrowIcon;
|
package/ArrowIcon/index.test.mjs
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { mount } from 'enzyme';
|
|
3
|
-
import ArrowIcon from "./";
|
|
4
|
-
|
|
5
|
-
var _ref = /*#__PURE__*/React.createElement(ArrowIcon, null);
|
|
6
|
-
|
|
7
|
-
it('renders the ArrowIcon with no props, direction prop is right by default', function () {
|
|
8
|
-
expect(mount(_ref)).toMatchSnapshot();
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
var _ref2 = /*#__PURE__*/React.createElement(ArrowIcon, {
|
|
12
|
-
direction: "left"
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
it('renders the ArrowIcon with direction left prop', function () {
|
|
16
|
-
expect(mount(_ref2)).toMatchSnapshot();
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
var _ref3 = /*#__PURE__*/React.createElement(ArrowIcon, {
|
|
20
|
-
direction: "up"
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
it('renders the ArrowIcon with direction up prop', function () {
|
|
24
|
-
expect(mount(_ref3)).toMatchSnapshot();
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
var _ref4 = /*#__PURE__*/React.createElement(ArrowIcon, {
|
|
28
|
-
direction: "down"
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
it('renders the ArrowIcon with direction down prop', function () {
|
|
32
|
-
expect(mount(_ref4)).toMatchSnapshot();
|
|
33
|
-
});
|
package/BurgerIcon/config.mjs
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import clsx from 'clsx';
|
|
3
|
-
|
|
4
|
-
var _ref2 = /*#__PURE__*/React.createElement("rect", {
|
|
5
|
-
id: "govgr-svg-icon--burger__line-1",
|
|
6
|
-
width: "20",
|
|
7
|
-
height: "3.3"
|
|
8
|
-
});
|
|
9
|
-
|
|
10
|
-
var _ref3 = /*#__PURE__*/React.createElement("rect", {
|
|
11
|
-
id: "govgr-svg-icon--burger__line-2",
|
|
12
|
-
width: "20",
|
|
13
|
-
height: "3.3"
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
var _ref4 = /*#__PURE__*/React.createElement("rect", {
|
|
17
|
-
id: "govgr-svg-icon--burger__line-3",
|
|
18
|
-
width: "20",
|
|
19
|
-
height: "3.3"
|
|
20
|
-
});
|
|
21
|
-
|
|
22
|
-
export var burger = function burger(_ref) {
|
|
23
|
-
var _ref$active = _ref.active,
|
|
24
|
-
active = _ref$active === void 0 ? false : _ref$active;
|
|
25
|
-
return /*#__PURE__*/React.createElement("g", {
|
|
26
|
-
className: clsx(active && "govgr-svg-icon--burger--active")
|
|
27
|
-
}, _ref2, _ref3, _ref4);
|
|
28
|
-
}; // eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
29
|
-
// @ts-ignore
|
|
30
|
-
|
|
31
|
-
burger.props = ['active'];
|
|
32
|
-
export default burger;
|
package/BurgerIcon/index.mjs
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import Icon from "../Icon";
|
|
4
|
-
export var BurgerIcon = function BurgerIcon(props) {
|
|
5
|
-
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
6
|
-
icon: "burger"
|
|
7
|
-
}));
|
|
8
|
-
};
|
|
9
|
-
export default BurgerIcon;
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { mount } from 'enzyme';
|
|
3
|
-
import BurgerIcon from "./";
|
|
4
|
-
|
|
5
|
-
var _ref = /*#__PURE__*/React.createElement(BurgerIcon, null);
|
|
6
|
-
|
|
7
|
-
it('renders the BurgerIcon with no props', function () {
|
|
8
|
-
expect(mount(_ref)).toMatchSnapshot();
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
var _ref2 = /*#__PURE__*/React.createElement(BurgerIcon, {
|
|
12
|
-
active: true
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
it('renders the BurgerIcon with prop active=true', function () {
|
|
16
|
-
expect(mount(_ref2)).toMatchSnapshot();
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
var _ref3 = /*#__PURE__*/React.createElement(BurgerIcon, {
|
|
20
|
-
variant: "dark"
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
it('renders the BurgerIcon with prop variant=dark', function () {
|
|
24
|
-
expect(mount(_ref3)).toMatchSnapshot();
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
var _ref4 = /*#__PURE__*/React.createElement(BurgerIcon, {
|
|
28
|
-
variant: "light"
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
it('renders the BurgerIcon prop variant= "light"', function () {
|
|
32
|
-
expect(mount(_ref4)).toMatchSnapshot();
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
var _ref5 = /*#__PURE__*/React.createElement(BurgerIcon, {
|
|
36
|
-
variant: "error"
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
it('renders the BurgerIcon prop variant= "error"', function () {
|
|
40
|
-
expect(mount(_ref5)).toMatchSnapshot();
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
var _ref6 = /*#__PURE__*/React.createElement(BurgerIcon, {
|
|
44
|
-
active: true,
|
|
45
|
-
variant: "light"
|
|
46
|
-
});
|
|
47
|
-
|
|
48
|
-
it('renders the BurgerIcon props active variant= "light"', function () {
|
|
49
|
-
expect(mount(_ref6)).toMatchSnapshot();
|
|
50
|
-
});
|
package/CaretIcon/config.mjs
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
var _ref2 = /*#__PURE__*/React.createElement("path", {
|
|
4
|
-
d: "M18,22V2L6,12L18,22z"
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
var _ref3 = /*#__PURE__*/React.createElement("path", {
|
|
8
|
-
d: "M6,2v20l12-10L6,2z"
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
var _ref4 = /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
d: "M2,18h20L12,6L2,18z"
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
var _ref5 = /*#__PURE__*/React.createElement("path", {
|
|
16
|
-
d: "M22,6H2l10,12L22,6z"
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
export var caret = function caret(_ref) {
|
|
20
|
-
var _ref$direction = _ref.direction,
|
|
21
|
-
direction = _ref$direction === void 0 ? 'left' : _ref$direction;
|
|
22
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, direction === 'left' && _ref2, direction === 'right' && _ref3, direction === 'up' && _ref4, direction === 'down' && _ref5);
|
|
23
|
-
}; // eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
24
|
-
// @ts-ignore
|
|
25
|
-
|
|
26
|
-
caret.props = ['direction'];
|
|
27
|
-
export default caret;
|
package/CaretIcon/index.mjs
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import Icon from "../Icon";
|
|
4
|
-
export var CaretIcon = function CaretIcon(props) {
|
|
5
|
-
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
6
|
-
icon: "caret"
|
|
7
|
-
}));
|
|
8
|
-
};
|
|
9
|
-
export default CaretIcon;
|
package/CaretIcon/index.test.mjs
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { mount } from 'enzyme';
|
|
3
|
-
import CaretIcon from "./";
|
|
4
|
-
|
|
5
|
-
var _ref = /*#__PURE__*/React.createElement(CaretIcon, null);
|
|
6
|
-
|
|
7
|
-
it('renders the CaretIcon with no props, direction prop is left by default', function () {
|
|
8
|
-
expect(mount(_ref)).toMatchSnapshot();
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
var _ref2 = /*#__PURE__*/React.createElement(CaretIcon, {
|
|
12
|
-
direction: "right"
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
it('renders the CaretIcon with direction right prop', function () {
|
|
16
|
-
expect(mount(_ref2)).toMatchSnapshot();
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
var _ref3 = /*#__PURE__*/React.createElement(CaretIcon, {
|
|
20
|
-
direction: "up"
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
it('renders the CaretIcon with direction up prop', function () {
|
|
24
|
-
expect(mount(_ref3)).toMatchSnapshot();
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
var _ref4 = /*#__PURE__*/React.createElement(CaretIcon, {
|
|
28
|
-
direction: "down"
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
it('renders the CaretIcon with direction down prop', function () {
|
|
32
|
-
expect(mount(_ref4)).toMatchSnapshot();
|
|
33
|
-
});
|
package/CheckIcon/config.mjs
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
var _ref = /*#__PURE__*/React.createElement("polygon", {
|
|
4
|
-
points: "9.49 14.94 4.16 9.67 1.84 12.01 9.5 19.6 22.16 7.05 19.84 4.7 9.5 14.94"
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
export function check() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, _ref);
|
|
9
|
-
}
|
|
10
|
-
check.props = [];
|
|
11
|
-
export default check;
|
package/CheckIcon/index.mjs
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import Icon from "../Icon";
|
|
4
|
-
export var CheckIcon = function CheckIcon(props) {
|
|
5
|
-
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
6
|
-
icon: "check"
|
|
7
|
-
}));
|
|
8
|
-
};
|
|
9
|
-
export default CheckIcon;
|
package/CheckIcon/index.test.mjs
DELETED
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { mount } from 'enzyme';
|
|
3
|
-
import CheckIcon from "./";
|
|
4
|
-
|
|
5
|
-
var _ref = /*#__PURE__*/React.createElement(CheckIcon, null);
|
|
6
|
-
|
|
7
|
-
it('renders the CheckIcon with no props', function () {
|
|
8
|
-
expect(mount(_ref)).toMatchSnapshot();
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
var _ref2 = /*#__PURE__*/React.createElement(CheckIcon, {
|
|
12
|
-
size: "md"
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
it('renders the CheckIcon with prop size=m', function () {
|
|
16
|
-
expect(mount(_ref2)).toMatchSnapshot();
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
var _ref3 = /*#__PURE__*/React.createElement(CheckIcon, {
|
|
20
|
-
size: "xl"
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
it('renders the CheckIcon with prop size=xl', function () {
|
|
24
|
-
expect(mount(_ref3)).toMatchSnapshot();
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
var _ref4 = /*#__PURE__*/React.createElement(CheckIcon, {
|
|
28
|
-
variant: "light"
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
it('renders the CheckIcon with prop variant=light', function () {
|
|
32
|
-
expect(mount(_ref4)).toMatchSnapshot();
|
|
33
|
-
});
|
|
34
|
-
|
|
35
|
-
var _ref5 = /*#__PURE__*/React.createElement(CheckIcon, {
|
|
36
|
-
variant: "success"
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
it('renders the CheckIcon with prop variant=success', function () {
|
|
40
|
-
expect(mount(_ref5)).toMatchSnapshot();
|
|
41
|
-
});
|
|
42
|
-
|
|
43
|
-
var _ref6 = /*#__PURE__*/React.createElement(CheckIcon, {
|
|
44
|
-
variant: "warning"
|
|
45
|
-
});
|
|
46
|
-
|
|
47
|
-
it('renders the CheckIcon with prop variant=warning', function () {
|
|
48
|
-
expect(mount(_ref6)).toMatchSnapshot();
|
|
49
|
-
});
|
|
50
|
-
|
|
51
|
-
var _ref7 = /*#__PURE__*/React.createElement(CheckIcon, {
|
|
52
|
-
variant: "warning",
|
|
53
|
-
size: "sm"
|
|
54
|
-
});
|
|
55
|
-
|
|
56
|
-
it('renders the CheckIcon with prop variant=warning and size=s', function () {
|
|
57
|
-
expect(mount(_ref7)).toMatchSnapshot();
|
|
58
|
-
});
|
|
59
|
-
|
|
60
|
-
var _ref8 = /*#__PURE__*/React.createElement(CheckIcon, {
|
|
61
|
-
variant: "warning",
|
|
62
|
-
size: "xl"
|
|
63
|
-
});
|
|
64
|
-
|
|
65
|
-
it('renders the CheckIcon with prop variant=error and size= xl', function () {
|
|
66
|
-
expect(mount(_ref8)).toMatchSnapshot();
|
|
67
|
-
});
|
package/ChevronIcon/config.mjs
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
var _ref2 = /*#__PURE__*/React.createElement("path", {
|
|
4
|
-
d: "M14.8,22l2.4-2.3L9.6,12l7.6-7.6L14.8,2l-10,10L14.8,22z"
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
var _ref3 = /*#__PURE__*/React.createElement("path", {
|
|
8
|
-
d: "M8.5,2L6.1,4.3l7.6,7.7l-7.6,7.6L8.5,22l10-10L8.5,2z"
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
var _ref4 = /*#__PURE__*/React.createElement("path", {
|
|
12
|
-
d: "M2,15.8l2.3,2.4l7.7-7.6l7.6,7.6l2.4-2.4l-10-10L2,15.8z"
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
var _ref5 = /*#__PURE__*/React.createElement("path", {
|
|
16
|
-
d: "M22,8.2l-2.3-2.4L12,13.4L4.4,5.8L2,8.2l10,10L22,8.2z"
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
export var chevron = function chevron(_ref) {
|
|
20
|
-
var _ref$direction = _ref.direction,
|
|
21
|
-
direction = _ref$direction === void 0 ? 'right' : _ref$direction;
|
|
22
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, direction === 'left' && _ref2, direction === 'right' && _ref3, direction === 'up' && _ref4, direction === 'down' && _ref5);
|
|
23
|
-
}; // eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
24
|
-
// @ts-ignore
|
|
25
|
-
|
|
26
|
-
chevron.props = ['direction'];
|
|
27
|
-
export default chevron;
|
package/ChevronIcon/index.mjs
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import Icon from "../Icon";
|
|
4
|
-
export var ChevronIcon = function ChevronIcon(props) {
|
|
5
|
-
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
6
|
-
icon: "chevron"
|
|
7
|
-
}));
|
|
8
|
-
};
|
|
9
|
-
export default ChevronIcon;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { mount } from 'enzyme';
|
|
3
|
-
import ChevronIcon from "./";
|
|
4
|
-
|
|
5
|
-
var _ref = /*#__PURE__*/React.createElement(ChevronIcon, null);
|
|
6
|
-
|
|
7
|
-
it('renders the ChevronIcon with no props, direction prop is right by default', function () {
|
|
8
|
-
expect(mount(_ref)).toMatchSnapshot();
|
|
9
|
-
});
|
|
10
|
-
|
|
11
|
-
var _ref2 = /*#__PURE__*/React.createElement(ChevronIcon, {
|
|
12
|
-
direction: "left"
|
|
13
|
-
});
|
|
14
|
-
|
|
15
|
-
it('renders the ChevronIcon with direction left prop', function () {
|
|
16
|
-
expect(mount(_ref2)).toMatchSnapshot();
|
|
17
|
-
});
|
|
18
|
-
|
|
19
|
-
var _ref3 = /*#__PURE__*/React.createElement(ChevronIcon, {
|
|
20
|
-
direction: "up"
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
it('renders the ChevronIcon with direction up prop', function () {
|
|
24
|
-
expect(mount(_ref3)).toMatchSnapshot();
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
var _ref4 = /*#__PURE__*/React.createElement(ChevronIcon, {
|
|
28
|
-
direction: "down"
|
|
29
|
-
});
|
|
30
|
-
|
|
31
|
-
it('renders the ChevronIcon with direction down prop', function () {
|
|
32
|
-
expect(mount(_ref4)).toMatchSnapshot();
|
|
33
|
-
});
|
package/CloseIcon/config.mjs
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
var _ref = /*#__PURE__*/React.createElement("polygon", {
|
|
4
|
-
points: "14.4,11.8 22,4.2 19.7,1.8 12,9.4 4.4,1.8 2,4.2 9.7,11.9 2.1,19.5 4.4,21.9 12.1,14.3 19.7,21.9 22.1,19.5 "
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
export function close() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, _ref);
|
|
9
|
-
}
|
|
10
|
-
close.props = [];
|
|
11
|
-
export default close;
|
package/CloseIcon/index.mjs
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import _extends from "@babel/runtime/helpers/extends";
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import Icon from "../Icon";
|
|
4
|
-
export var CloseIcon = function CloseIcon(props) {
|
|
5
|
-
return /*#__PURE__*/React.createElement(Icon, _extends({}, props, {
|
|
6
|
-
icon: "close"
|
|
7
|
-
}));
|
|
8
|
-
};
|
|
9
|
-
export default CloseIcon;
|
package/CloseIcon/index.test.mjs
DELETED
package/GlobeIcon/config.mjs
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
var _ref = /*#__PURE__*/React.createElement("path", {
|
|
4
|
-
d: "M12,0C5.4,0,0,5.4,0,12s5.4,12,12,12s12-5.4,12-12S18.6,0,12,0z M22.4,13.1C22.4,13.1,22.4,13.2,22.4,13.1 c0,0.4-0.1,0.8-0.2,1.1v0h-3.6c0.2-1.5,0.2-3,0-4.5h3.6v0c0.1,0.4,0.1,0.7,0.2,1.1c0,0,0,0,0,0C22.5,11.6,22.5,12.4,22.4,13.1z M16,21.7c1.1-1.5,2-3.5,2.4-6h3.4c0,0,0,0,0,0C20.8,18.4,18.7,20.6,16,21.7z M21.8,8.2C21.8,8.2,21.8,8.2,21.8,8.2l-3.4,0 c-0.4-2.4-1.3-4.5-2.4-6C18.7,3.4,20.8,5.6,21.8,8.2L21.8,8.2z M17.1,9.7c0.2,1.5,0.2,3,0,4.5h-4.4V9.7L17.1,9.7L17.1,9.7z M12.7,8.2V1.6c1.9,0.6,3.5,3.2,4.1,6.6L12.7,8.2L12.7,8.2z M12.7,15.7h4.1c-0.7,3.4-2.3,6.1-4.1,6.6V15.7L12.7,15.7z M2.2,15.8 C2.2,15.8,2.2,15.8,2.2,15.8l3.4,0c0.4,2.4,1.3,4.5,2.4,6C5.3,20.6,3.2,18.4,2.2,15.8L2.2,15.8z M8,2.3c-1.1,1.5-2,3.5-2.4,6H2.2 c0,0,0,0,0,0C3.2,5.6,5.3,3.4,8,2.3z M6.9,14.3c-0.2-1.5-0.2-3,0-4.5h4.4v4.5H6.9L6.9,14.3z M11.2,15.8v6.6 c-1.9-0.6-3.5-3.2-4.1-6.6L11.2,15.8L11.2,15.8z M11.2,8.3H7.1c0.7-3.4,2.3-6.1,4.1-6.6V8.3L11.2,8.3z M1.6,10.9 C1.6,10.9,1.6,10.8,1.6,10.9c0-0.4,0.1-0.8,0.2-1.1v0h3.6c-0.2,1.5-0.2,3,0,4.5H1.7v0c-0.1-0.4-0.1-0.7-0.2-1.1c0,0,0,0,0,0 C1.5,12.4,1.5,11.6,1.6,10.9z"
|
|
5
|
-
});
|
|
6
|
-
|
|
7
|
-
export function globe() {
|
|
8
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, _ref, ' ');
|
|
9
|
-
}
|
|
10
|
-
globe.props = [];
|
|
11
|
-
export default globe;
|