@digigov/react-icons 1.0.0-8bbf3ef2 → 1.0.0-e322b0cc

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.
Files changed (100) hide show
  1. package/AccessibilityIcon/index.js +1 -1
  2. package/{esm/AccessibilityIcon/index.js → AccessibilityIcon/index.mjs} +1 -1
  3. package/AccessibilityIcon/index.test.js +10 -10
  4. package/{esm/AccessibilityIcon/index.test.js → AccessibilityIcon/index.test.mjs} +1 -1
  5. package/ArrowIcon/index.js +1 -1
  6. package/{esm/ArrowIcon/index.js → ArrowIcon/index.mjs} +1 -1
  7. package/ArrowIcon/index.test.js +5 -5
  8. package/{esm/ArrowIcon/index.test.js → ArrowIcon/index.test.mjs} +1 -1
  9. package/BurgerIcon/index.js +1 -1
  10. package/{esm/BurgerIcon/index.js → BurgerIcon/index.mjs} +1 -1
  11. package/BurgerIcon/index.test.js +7 -7
  12. package/{esm/BurgerIcon/index.test.js → BurgerIcon/index.test.mjs} +1 -1
  13. package/CaretIcon/index.js +1 -1
  14. package/{esm/CaretIcon/index.js → CaretIcon/index.mjs} +1 -1
  15. package/CaretIcon/index.test.js +5 -5
  16. package/{esm/CaretIcon/index.test.js → CaretIcon/index.test.mjs} +1 -1
  17. package/CheckIcon/index.js +1 -1
  18. package/{esm/CheckIcon/index.js → CheckIcon/index.mjs} +1 -1
  19. package/CheckIcon/index.test.js +9 -9
  20. package/{esm/CheckIcon/index.test.js → CheckIcon/index.test.mjs} +1 -1
  21. package/CloseIcon/index.js +1 -1
  22. package/{esm/CloseIcon/index.js → CloseIcon/index.mjs} +1 -1
  23. package/CloseIcon/index.test.js +2 -2
  24. package/{esm/CloseIcon/index.test.js → CloseIcon/index.test.mjs} +1 -1
  25. package/GlobeIcon/index.js +1 -1
  26. package/{esm/GlobeIcon/index.js → GlobeIcon/index.mjs} +1 -1
  27. package/GlobeIcon/index.test.js +5 -5
  28. package/{esm/GlobeIcon/index.test.js → GlobeIcon/index.test.mjs} +1 -1
  29. package/Icon/index.js +1 -1
  30. package/{esm/Icon/index.js → Icon/index.mjs} +1 -1
  31. package/Icon/index.test.js +11 -11
  32. package/{esm/Icon/index.test.js → Icon/index.test.mjs} +1 -1
  33. package/MoreVertIcon/index.js +1 -1
  34. package/{esm/MoreVertIcon/index.js → MoreVertIcon/index.mjs} +1 -1
  35. package/MoreVertIcon/index.test.js +10 -10
  36. package/{esm/MoreVertIcon/index.test.js → MoreVertIcon/index.test.mjs} +1 -1
  37. package/SearchIcon/index.js +1 -1
  38. package/{esm/SearchIcon/index.js → SearchIcon/index.mjs} +1 -1
  39. package/SearchIcon/index.test.js +2 -2
  40. package/{esm/SearchIcon/index.test.js → SearchIcon/index.test.mjs} +1 -1
  41. package/UncheckIcon/index.js +1 -1
  42. package/{esm/UncheckIcon/index.js → UncheckIcon/index.mjs} +1 -1
  43. package/UncheckIcon/index.test.js +10 -10
  44. package/{esm/UncheckIcon/index.test.js → UncheckIcon/index.test.mjs} +1 -1
  45. package/es/AccessibilityIcon/index.js +1 -1
  46. package/es/AccessibilityIcon/index.test.js +1 -1
  47. package/es/ArrowIcon/index.js +1 -1
  48. package/es/ArrowIcon/index.test.js +1 -1
  49. package/es/BurgerIcon/index.js +1 -1
  50. package/es/BurgerIcon/index.test.js +1 -1
  51. package/es/CaretIcon/index.js +1 -1
  52. package/es/CaretIcon/index.test.js +1 -1
  53. package/es/CheckIcon/index.js +1 -1
  54. package/es/CheckIcon/index.test.js +1 -1
  55. package/es/CloseIcon/index.js +1 -1
  56. package/es/CloseIcon/index.test.js +1 -1
  57. package/es/GlobeIcon/index.js +1 -1
  58. package/es/GlobeIcon/index.test.js +1 -1
  59. package/es/Icon/index.js +1 -1
  60. package/es/Icon/index.test.js +1 -1
  61. package/es/MoreVertIcon/index.js +1 -1
  62. package/es/MoreVertIcon/index.test.js +1 -1
  63. package/es/SearchIcon/index.js +1 -1
  64. package/es/SearchIcon/index.test.js +1 -1
  65. package/es/UncheckIcon/index.js +1 -1
  66. package/es/UncheckIcon/index.test.js +1 -1
  67. package/es/icons.js +10 -10
  68. package/es/index.js +10 -10
  69. package/es/registry.js +13 -13
  70. package/icons.js +10 -10
  71. package/icons.mjs +11 -0
  72. package/index.js +10 -10
  73. package/index.mjs +10 -0
  74. package/package.json +3 -3
  75. package/registry.d.ts +1 -1
  76. package/registry.js +13 -13
  77. package/{esm/registry.js → registry.mjs} +13 -13
  78. package/esm/AccessibilityIcon/__snapshots__/index.test.tsx.snap +0 -408
  79. package/esm/ArrowIcon/__snapshots__/index.test.tsx.snap +0 -148
  80. package/esm/BurgerIcon/__snapshots__/index.test.tsx.snap +0 -320
  81. package/esm/CaretIcon/__snapshots__/index.test.tsx.snap +0 -148
  82. package/esm/CheckIcon/__snapshots__/index.test.tsx.snap +0 -299
  83. package/esm/CloseIcon/__snapshots__/index.test.tsx.snap +0 -34
  84. package/esm/GlobeIcon/__snapshots__/index.test.tsx.snap +0 -149
  85. package/esm/Icon/__snapshots__/index.test.tsx.snap +0 -343
  86. package/esm/MoreVertIcon/__snapshots__/index.test.tsx.snap +0 -444
  87. package/esm/SearchIcon/__snapshots__/index.test.tsx.snap +0 -34
  88. package/esm/UncheckIcon/__snapshots__/index.test.tsx.snap +0 -336
  89. package/esm/icons.js +0 -11
  90. package/esm/index.js +0 -10
  91. /package/{esm/AccessibilityIcon/config.js → AccessibilityIcon/config.mjs} +0 -0
  92. /package/{esm/ArrowIcon/config.js → ArrowIcon/config.mjs} +0 -0
  93. /package/{esm/BurgerIcon/config.js → BurgerIcon/config.mjs} +0 -0
  94. /package/{esm/CaretIcon/config.js → CaretIcon/config.mjs} +0 -0
  95. /package/{esm/CheckIcon/config.js → CheckIcon/config.mjs} +0 -0
  96. /package/{esm/CloseIcon/config.js → CloseIcon/config.mjs} +0 -0
  97. /package/{esm/GlobeIcon/config.js → GlobeIcon/config.mjs} +0 -0
  98. /package/{esm/MoreVertIcon/config.js → MoreVertIcon/config.mjs} +0 -0
  99. /package/{esm/SearchIcon/config.js → SearchIcon/config.mjs} +0 -0
  100. /package/{esm/UncheckIcon/config.js → UncheckIcon/config.mjs} +0 -0
package/icons.mjs ADDED
@@ -0,0 +1,11 @@
1
+ export * from "./AccessibilityIcon/config";
2
+ export * from "./ArrowIcon/config";
3
+ export * from "./BurgerIcon/config";
4
+ export * from "./CaretIcon/config";
5
+ export * from "./CloseIcon/config";
6
+ export * from "./CheckIcon/config";
7
+ export * from "./GlobeIcon/config";
8
+ export * from "./MoreVertIcon/config";
9
+ export * from "./UncheckIcon/config";
10
+ export * from "./SearchIcon/config";
11
+ export {};
package/index.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
 
7
- var _AccessibilityIcon = require("@digigov/react-icons/AccessibilityIcon");
7
+ var _AccessibilityIcon = require("./AccessibilityIcon");
8
8
 
9
9
  Object.keys(_AccessibilityIcon).forEach(function (key) {
10
10
  if (key === "default" || key === "__esModule") return;
@@ -17,7 +17,7 @@ Object.keys(_AccessibilityIcon).forEach(function (key) {
17
17
  });
18
18
  });
19
19
 
20
- var _ArrowIcon = require("@digigov/react-icons/ArrowIcon");
20
+ var _ArrowIcon = require("./ArrowIcon");
21
21
 
22
22
  Object.keys(_ArrowIcon).forEach(function (key) {
23
23
  if (key === "default" || key === "__esModule") return;
@@ -30,7 +30,7 @@ Object.keys(_ArrowIcon).forEach(function (key) {
30
30
  });
31
31
  });
32
32
 
33
- var _BurgerIcon = require("@digigov/react-icons/BurgerIcon");
33
+ var _BurgerIcon = require("./BurgerIcon");
34
34
 
35
35
  Object.keys(_BurgerIcon).forEach(function (key) {
36
36
  if (key === "default" || key === "__esModule") return;
@@ -43,7 +43,7 @@ Object.keys(_BurgerIcon).forEach(function (key) {
43
43
  });
44
44
  });
45
45
 
46
- var _CaretIcon = require("@digigov/react-icons/CaretIcon");
46
+ var _CaretIcon = require("./CaretIcon");
47
47
 
48
48
  Object.keys(_CaretIcon).forEach(function (key) {
49
49
  if (key === "default" || key === "__esModule") return;
@@ -56,7 +56,7 @@ Object.keys(_CaretIcon).forEach(function (key) {
56
56
  });
57
57
  });
58
58
 
59
- var _CheckIcon = require("@digigov/react-icons/CheckIcon");
59
+ var _CheckIcon = require("./CheckIcon");
60
60
 
61
61
  Object.keys(_CheckIcon).forEach(function (key) {
62
62
  if (key === "default" || key === "__esModule") return;
@@ -69,7 +69,7 @@ Object.keys(_CheckIcon).forEach(function (key) {
69
69
  });
70
70
  });
71
71
 
72
- var _UncheckIcon = require("@digigov/react-icons/UncheckIcon");
72
+ var _UncheckIcon = require("./UncheckIcon");
73
73
 
74
74
  Object.keys(_UncheckIcon).forEach(function (key) {
75
75
  if (key === "default" || key === "__esModule") return;
@@ -82,7 +82,7 @@ Object.keys(_UncheckIcon).forEach(function (key) {
82
82
  });
83
83
  });
84
84
 
85
- var _CloseIcon = require("@digigov/react-icons/CloseIcon");
85
+ var _CloseIcon = require("./CloseIcon");
86
86
 
87
87
  Object.keys(_CloseIcon).forEach(function (key) {
88
88
  if (key === "default" || key === "__esModule") return;
@@ -95,7 +95,7 @@ Object.keys(_CloseIcon).forEach(function (key) {
95
95
  });
96
96
  });
97
97
 
98
- var _GlobeIcon = require("@digigov/react-icons/GlobeIcon");
98
+ var _GlobeIcon = require("./GlobeIcon");
99
99
 
100
100
  Object.keys(_GlobeIcon).forEach(function (key) {
101
101
  if (key === "default" || key === "__esModule") return;
@@ -108,7 +108,7 @@ Object.keys(_GlobeIcon).forEach(function (key) {
108
108
  });
109
109
  });
110
110
 
111
- var _MoreVertIcon = require("@digigov/react-icons/MoreVertIcon");
111
+ var _MoreVertIcon = require("./MoreVertIcon");
112
112
 
113
113
  Object.keys(_MoreVertIcon).forEach(function (key) {
114
114
  if (key === "default" || key === "__esModule") return;
@@ -121,7 +121,7 @@ Object.keys(_MoreVertIcon).forEach(function (key) {
121
121
  });
122
122
  });
123
123
 
124
- var _SearchIcon = require("@digigov/react-icons/SearchIcon");
124
+ var _SearchIcon = require("./SearchIcon");
125
125
 
126
126
  Object.keys(_SearchIcon).forEach(function (key) {
127
127
  if (key === "default" || key === "__esModule") return;
package/index.mjs ADDED
@@ -0,0 +1,10 @@
1
+ export * from "./AccessibilityIcon";
2
+ export * from "./ArrowIcon";
3
+ export * from "./BurgerIcon";
4
+ export * from "./CaretIcon";
5
+ export * from "./CheckIcon";
6
+ export * from "./UncheckIcon";
7
+ export * from "./CloseIcon";
8
+ export * from "./GlobeIcon";
9
+ export * from "./MoreVertIcon";
10
+ export * from "./SearchIcon";
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@digigov/react-icons",
3
- "version": "1.0.0-8bbf3ef2",
3
+ "version": "1.0.0-e322b0cc",
4
4
  "description": "@digigov react icons",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "BSD-2-Clause",
7
7
  "main": "./index.js",
8
- "module": "./esm/index.js",
8
+ "module": "./index.mjs",
9
9
  "publishConfig": {
10
10
  "access": "public",
11
11
  "directory": "dist"
12
12
  },
13
13
  "peerDependencies": {
14
- "@digigov/css": "1.0.0-8bbf3ef2",
14
+ "@digigov/css": "1.0.0-e322b0cc",
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
@@ -1,4 +1,4 @@
1
- declare var _default: {
1
+ declare const _default: {
2
2
  '@digigov/react-icons/AccessibilityIcon': {};
3
3
  '@digigov/react-icons/ArrowIcon': {};
4
4
  '@digigov/react-icons/BurgerIcon': {};
package/registry.js CHANGED
@@ -7,31 +7,31 @@ Object.defineProperty(exports, "__esModule", {
7
7
  });
8
8
  exports["default"] = void 0;
9
9
 
10
- var _digigov_react_icons_AccessibilityIcon = _interopRequireWildcard(require("@digigov/react-icons/AccessibilityIcon"));
10
+ var _digigov_react_icons_AccessibilityIcon = _interopRequireWildcard(require("./AccessibilityIcon"));
11
11
 
12
- var _digigov_react_icons_ArrowIcon = _interopRequireWildcard(require("@digigov/react-icons/ArrowIcon"));
12
+ var _digigov_react_icons_ArrowIcon = _interopRequireWildcard(require("./ArrowIcon"));
13
13
 
14
- var _digigov_react_icons_BurgerIcon = _interopRequireWildcard(require("@digigov/react-icons/BurgerIcon"));
14
+ var _digigov_react_icons_BurgerIcon = _interopRequireWildcard(require("./BurgerIcon"));
15
15
 
16
- var _digigov_react_icons_CaretIcon = _interopRequireWildcard(require("@digigov/react-icons/CaretIcon"));
16
+ var _digigov_react_icons_CaretIcon = _interopRequireWildcard(require("./CaretIcon"));
17
17
 
18
- var _digigov_react_icons_CheckIcon = _interopRequireWildcard(require("@digigov/react-icons/CheckIcon"));
18
+ var _digigov_react_icons_CheckIcon = _interopRequireWildcard(require("./CheckIcon"));
19
19
 
20
- var _digigov_react_icons_CloseIcon = _interopRequireWildcard(require("@digigov/react-icons/CloseIcon"));
20
+ var _digigov_react_icons_CloseIcon = _interopRequireWildcard(require("./CloseIcon"));
21
21
 
22
- var _digigov_react_icons_GlobeIcon = _interopRequireWildcard(require("@digigov/react-icons/GlobeIcon"));
22
+ var _digigov_react_icons_GlobeIcon = _interopRequireWildcard(require("./GlobeIcon"));
23
23
 
24
- var _digigov_react_icons_Icon = _interopRequireWildcard(require("@digigov/react-icons/Icon"));
24
+ var _digigov_react_icons_Icon = _interopRequireWildcard(require("./Icon"));
25
25
 
26
- var _digigov_react_icons_icons = _interopRequireWildcard(require("@digigov/react-icons/icons"));
26
+ var _digigov_react_icons_icons = _interopRequireWildcard(require("./icons"));
27
27
 
28
- var _digigov_react_icons = _interopRequireWildcard(require("@digigov/react-icons"));
28
+ var _digigov_react_icons = _interopRequireWildcard(require("./"));
29
29
 
30
- var _digigov_react_icons_MoreVertIcon = _interopRequireWildcard(require("@digigov/react-icons/MoreVertIcon"));
30
+ var _digigov_react_icons_MoreVertIcon = _interopRequireWildcard(require("./MoreVertIcon"));
31
31
 
32
- var _digigov_react_icons_SearchIcon = _interopRequireWildcard(require("@digigov/react-icons/SearchIcon"));
32
+ var _digigov_react_icons_SearchIcon = _interopRequireWildcard(require("./SearchIcon"));
33
33
 
34
- var _digigov_react_icons_UncheckIcon = _interopRequireWildcard(require("@digigov/react-icons/UncheckIcon"));
34
+ var _digigov_react_icons_UncheckIcon = _interopRequireWildcard(require("./UncheckIcon"));
35
35
 
36
36
  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); }
37
37
 
@@ -1,16 +1,16 @@
1
- import * as _digigov_react_icons_AccessibilityIcon from '@digigov/react-icons/AccessibilityIcon';
2
- import * as _digigov_react_icons_ArrowIcon from '@digigov/react-icons/ArrowIcon';
3
- import * as _digigov_react_icons_BurgerIcon from '@digigov/react-icons/BurgerIcon';
4
- import * as _digigov_react_icons_CaretIcon from '@digigov/react-icons/CaretIcon';
5
- import * as _digigov_react_icons_CheckIcon from '@digigov/react-icons/CheckIcon';
6
- import * as _digigov_react_icons_CloseIcon from '@digigov/react-icons/CloseIcon';
7
- import * as _digigov_react_icons_GlobeIcon from '@digigov/react-icons/GlobeIcon';
8
- import * as _digigov_react_icons_Icon from '@digigov/react-icons/Icon';
9
- import * as _digigov_react_icons_icons from '@digigov/react-icons/icons';
10
- import * as _digigov_react_icons from '@digigov/react-icons';
11
- import * as _digigov_react_icons_MoreVertIcon from '@digigov/react-icons/MoreVertIcon';
12
- import * as _digigov_react_icons_SearchIcon from '@digigov/react-icons/SearchIcon';
13
- import * as _digigov_react_icons_UncheckIcon from '@digigov/react-icons/UncheckIcon';
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_CloseIcon from "./CloseIcon";
7
+ import * as _digigov_react_icons_GlobeIcon from "./GlobeIcon";
8
+ import * as _digigov_react_icons_Icon from "./Icon";
9
+ import * as _digigov_react_icons_icons from "./icons";
10
+ import * as _digigov_react_icons from "./";
11
+ import * as _digigov_react_icons_MoreVertIcon from "./MoreVertIcon";
12
+ import * as _digigov_react_icons_SearchIcon from "./SearchIcon";
13
+ import * as _digigov_react_icons_UncheckIcon from "./UncheckIcon";
14
14
 
15
15
  function lazyImport(pkgImport) {
16
16
  // eslint-disable-next-line no-undef
@@ -1,408 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`renders the AccessibilityIcon with no props 1`] = `
4
- <AccessibilityIcon>
5
- <ForwardRef(Icon)
6
- icon="accessibility"
7
- >
8
- <ForwardRef(SvgIcon)
9
- className="govgr-svg-icon--accessibility"
10
- >
11
- <ForwardRef(Base)
12
- aria-hidden="true"
13
- as="svg"
14
- className="govgr-svg-icon--accessibility govgr-svg-icon"
15
- focusable="false"
16
- viewBox="0 0 24 24"
17
- >
18
- <svg
19
- aria-hidden="true"
20
- className="govgr-svg-icon--accessibility govgr-svg-icon"
21
- focusable="false"
22
- viewBox="0 0 24 24"
23
- >
24
- <accessibility>
25
- <title>
26
- Μενού Προσβασιμότητας
27
- </title>
28
- <circle
29
- cx="12"
30
- cy="3"
31
- r="3"
32
- />
33
- <path
34
- 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"
35
- />
36
- </accessibility>
37
- </svg>
38
- </ForwardRef(Base)>
39
- </ForwardRef(SvgIcon)>
40
- </ForwardRef(Icon)>
41
- </AccessibilityIcon>
42
- `;
43
-
44
- exports[`renders the AccessibilityIcon with prop size=l 1`] = `
45
- <AccessibilityIcon
46
- size="lg"
47
- >
48
- <ForwardRef(Icon)
49
- icon="accessibility"
50
- size="lg"
51
- >
52
- <ForwardRef(SvgIcon)
53
- className="govgr-svg-icon--accessibility"
54
- size="lg"
55
- >
56
- <ForwardRef(Base)
57
- aria-hidden="true"
58
- as="svg"
59
- className="govgr-svg-icon--accessibility govgr-svg-icon--lg govgr-svg-icon"
60
- focusable="false"
61
- viewBox="0 0 24 24"
62
- >
63
- <svg
64
- aria-hidden="true"
65
- className="govgr-svg-icon--accessibility govgr-svg-icon--lg govgr-svg-icon"
66
- focusable="false"
67
- viewBox="0 0 24 24"
68
- >
69
- <accessibility>
70
- <title>
71
- Μενού Προσβασιμότητας
72
- </title>
73
- <circle
74
- cx="12"
75
- cy="3"
76
- r="3"
77
- />
78
- <path
79
- 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"
80
- />
81
- </accessibility>
82
- </svg>
83
- </ForwardRef(Base)>
84
- </ForwardRef(SvgIcon)>
85
- </ForwardRef(Icon)>
86
- </AccessibilityIcon>
87
- `;
88
-
89
- exports[`renders the AccessibilityIcon with prop size=s 1`] = `
90
- <AccessibilityIcon
91
- size="sm"
92
- >
93
- <ForwardRef(Icon)
94
- icon="accessibility"
95
- size="sm"
96
- >
97
- <ForwardRef(SvgIcon)
98
- className="govgr-svg-icon--accessibility"
99
- size="sm"
100
- >
101
- <ForwardRef(Base)
102
- aria-hidden="true"
103
- as="svg"
104
- className="govgr-svg-icon--accessibility govgr-svg-icon--sm govgr-svg-icon"
105
- focusable="false"
106
- viewBox="0 0 24 24"
107
- >
108
- <svg
109
- aria-hidden="true"
110
- className="govgr-svg-icon--accessibility govgr-svg-icon--sm govgr-svg-icon"
111
- focusable="false"
112
- viewBox="0 0 24 24"
113
- >
114
- <accessibility>
115
- <title>
116
- Μενού Προσβασιμότητας
117
- </title>
118
- <circle
119
- cx="12"
120
- cy="3"
121
- r="3"
122
- />
123
- <path
124
- 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"
125
- />
126
- </accessibility>
127
- </svg>
128
- </ForwardRef(Base)>
129
- </ForwardRef(SvgIcon)>
130
- </ForwardRef(Icon)>
131
- </AccessibilityIcon>
132
- `;
133
-
134
- exports[`renders the AccessibilityIcon with prop variant=dark 1`] = `
135
- <AccessibilityIcon
136
- variant="dark"
137
- >
138
- <ForwardRef(Icon)
139
- icon="accessibility"
140
- variant="dark"
141
- >
142
- <ForwardRef(SvgIcon)
143
- className="govgr-svg-icon--accessibility"
144
- variant="dark"
145
- >
146
- <ForwardRef(Base)
147
- aria-hidden="true"
148
- as="svg"
149
- className="govgr-svg-icon--accessibility govgr-svg-icon--dark govgr-svg-icon"
150
- focusable="false"
151
- viewBox="0 0 24 24"
152
- >
153
- <svg
154
- aria-hidden="true"
155
- className="govgr-svg-icon--accessibility govgr-svg-icon--dark govgr-svg-icon"
156
- focusable="false"
157
- viewBox="0 0 24 24"
158
- >
159
- <accessibility>
160
- <title>
161
- Μενού Προσβασιμότητας
162
- </title>
163
- <circle
164
- cx="12"
165
- cy="3"
166
- r="3"
167
- />
168
- <path
169
- 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"
170
- />
171
- </accessibility>
172
- </svg>
173
- </ForwardRef(Base)>
174
- </ForwardRef(SvgIcon)>
175
- </ForwardRef(Icon)>
176
- </AccessibilityIcon>
177
- `;
178
-
179
- exports[`renders the AccessibilityIcon with prop variant=error 1`] = `
180
- <AccessibilityIcon
181
- variant="error"
182
- >
183
- <ForwardRef(Icon)
184
- icon="accessibility"
185
- variant="error"
186
- >
187
- <ForwardRef(SvgIcon)
188
- className="govgr-svg-icon--accessibility"
189
- variant="error"
190
- >
191
- <ForwardRef(Base)
192
- aria-hidden="true"
193
- as="svg"
194
- className="govgr-svg-icon--accessibility govgr-svg-icon--error govgr-svg-icon"
195
- focusable="false"
196
- viewBox="0 0 24 24"
197
- >
198
- <svg
199
- aria-hidden="true"
200
- className="govgr-svg-icon--accessibility govgr-svg-icon--error govgr-svg-icon"
201
- focusable="false"
202
- viewBox="0 0 24 24"
203
- >
204
- <accessibility>
205
- <title>
206
- Μενού Προσβασιμότητας
207
- </title>
208
- <circle
209
- cx="12"
210
- cy="3"
211
- r="3"
212
- />
213
- <path
214
- 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"
215
- />
216
- </accessibility>
217
- </svg>
218
- </ForwardRef(Base)>
219
- </ForwardRef(SvgIcon)>
220
- </ForwardRef(Icon)>
221
- </AccessibilityIcon>
222
- `;
223
-
224
- exports[`renders the AccessibilityIcon with prop variant=error and size= xl 1`] = `
225
- <AccessibilityIcon
226
- size="xl"
227
- variant="warning"
228
- >
229
- <ForwardRef(Icon)
230
- icon="accessibility"
231
- size="xl"
232
- variant="warning"
233
- >
234
- <ForwardRef(SvgIcon)
235
- className="govgr-svg-icon--accessibility"
236
- size="xl"
237
- variant="warning"
238
- >
239
- <ForwardRef(Base)
240
- aria-hidden="true"
241
- as="svg"
242
- className="govgr-svg-icon--accessibility govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon"
243
- focusable="false"
244
- viewBox="0 0 24 24"
245
- >
246
- <svg
247
- aria-hidden="true"
248
- className="govgr-svg-icon--accessibility govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon"
249
- focusable="false"
250
- viewBox="0 0 24 24"
251
- >
252
- <accessibility>
253
- <title>
254
- Μενού Προσβασιμότητας
255
- </title>
256
- <circle
257
- cx="12"
258
- cy="3"
259
- r="3"
260
- />
261
- <path
262
- 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"
263
- />
264
- </accessibility>
265
- </svg>
266
- </ForwardRef(Base)>
267
- </ForwardRef(SvgIcon)>
268
- </ForwardRef(Icon)>
269
- </AccessibilityIcon>
270
- `;
271
-
272
- exports[`renders the AccessibilityIcon with prop variant=primary 1`] = `
273
- <AccessibilityIcon
274
- variant="primary"
275
- >
276
- <ForwardRef(Icon)
277
- icon="accessibility"
278
- variant="primary"
279
- >
280
- <ForwardRef(SvgIcon)
281
- className="govgr-svg-icon--accessibility"
282
- variant="primary"
283
- >
284
- <ForwardRef(Base)
285
- aria-hidden="true"
286
- as="svg"
287
- className="govgr-svg-icon--accessibility govgr-svg-icon--primary govgr-svg-icon"
288
- focusable="false"
289
- viewBox="0 0 24 24"
290
- >
291
- <svg
292
- aria-hidden="true"
293
- className="govgr-svg-icon--accessibility govgr-svg-icon--primary govgr-svg-icon"
294
- focusable="false"
295
- viewBox="0 0 24 24"
296
- >
297
- <accessibility>
298
- <title>
299
- Μενού Προσβασιμότητας
300
- </title>
301
- <circle
302
- cx="12"
303
- cy="3"
304
- r="3"
305
- />
306
- <path
307
- 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"
308
- />
309
- </accessibility>
310
- </svg>
311
- </ForwardRef(Base)>
312
- </ForwardRef(SvgIcon)>
313
- </ForwardRef(Icon)>
314
- </AccessibilityIcon>
315
- `;
316
-
317
- exports[`renders the AccessibilityIcon with prop variant=success 1`] = `
318
- <AccessibilityIcon
319
- variant="success"
320
- >
321
- <ForwardRef(Icon)
322
- icon="accessibility"
323
- variant="success"
324
- >
325
- <ForwardRef(SvgIcon)
326
- className="govgr-svg-icon--accessibility"
327
- variant="success"
328
- >
329
- <ForwardRef(Base)
330
- aria-hidden="true"
331
- as="svg"
332
- className="govgr-svg-icon--accessibility govgr-svg-icon--success govgr-svg-icon"
333
- focusable="false"
334
- viewBox="0 0 24 24"
335
- >
336
- <svg
337
- aria-hidden="true"
338
- className="govgr-svg-icon--accessibility govgr-svg-icon--success govgr-svg-icon"
339
- focusable="false"
340
- viewBox="0 0 24 24"
341
- >
342
- <accessibility>
343
- <title>
344
- Μενού Προσβασιμότητας
345
- </title>
346
- <circle
347
- cx="12"
348
- cy="3"
349
- r="3"
350
- />
351
- <path
352
- 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"
353
- />
354
- </accessibility>
355
- </svg>
356
- </ForwardRef(Base)>
357
- </ForwardRef(SvgIcon)>
358
- </ForwardRef(Icon)>
359
- </AccessibilityIcon>
360
- `;
361
-
362
- exports[`renders the AccessibilityIcon with prop variant=warning and size=s 1`] = `
363
- <AccessibilityIcon
364
- size="sm"
365
- variant="warning"
366
- >
367
- <ForwardRef(Icon)
368
- icon="accessibility"
369
- size="sm"
370
- variant="warning"
371
- >
372
- <ForwardRef(SvgIcon)
373
- className="govgr-svg-icon--accessibility"
374
- size="sm"
375
- variant="warning"
376
- >
377
- <ForwardRef(Base)
378
- aria-hidden="true"
379
- as="svg"
380
- className="govgr-svg-icon--accessibility govgr-svg-icon--warning govgr-svg-icon--sm govgr-svg-icon"
381
- focusable="false"
382
- viewBox="0 0 24 24"
383
- >
384
- <svg
385
- aria-hidden="true"
386
- className="govgr-svg-icon--accessibility govgr-svg-icon--warning govgr-svg-icon--sm govgr-svg-icon"
387
- focusable="false"
388
- viewBox="0 0 24 24"
389
- >
390
- <accessibility>
391
- <title>
392
- Μενού Προσβασιμότητας
393
- </title>
394
- <circle
395
- cx="12"
396
- cy="3"
397
- r="3"
398
- />
399
- <path
400
- 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"
401
- />
402
- </accessibility>
403
- </svg>
404
- </ForwardRef(Base)>
405
- </ForwardRef(SvgIcon)>
406
- </ForwardRef(Icon)>
407
- </AccessibilityIcon>
408
- `;