@digigov/react-icons 1.0.0-rc

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 (208) hide show
  1. package/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  2. package/AccessibilityIcon/config.d.ts +8 -0
  3. package/AccessibilityIcon/config.js +31 -0
  4. package/AccessibilityIcon/index.d.ts +4 -0
  5. package/AccessibilityIcon/index.js +24 -0
  6. package/AccessibilityIcon/index.test.d.ts +1 -0
  7. package/AccessibilityIcon/index.test.js +137 -0
  8. package/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  9. package/ArrowIcon/config.d.ts +6 -0
  10. package/ArrowIcon/config.js +39 -0
  11. package/ArrowIcon/index.d.ts +4 -0
  12. package/ArrowIcon/index.js +24 -0
  13. package/ArrowIcon/index.test.d.ts +1 -0
  14. package/ArrowIcon/index.test.js +39 -0
  15. package/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  16. package/BurgerIcon/config.d.ts +6 -0
  17. package/BurgerIcon/config.js +45 -0
  18. package/BurgerIcon/index.d.ts +4 -0
  19. package/BurgerIcon/index.js +24 -0
  20. package/BurgerIcon/index.test.d.ts +1 -0
  21. package/BurgerIcon/index.test.js +56 -0
  22. package/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  23. package/CaretIcon/config.d.ts +6 -0
  24. package/CaretIcon/config.js +39 -0
  25. package/CaretIcon/index.d.ts +4 -0
  26. package/CaretIcon/index.js +24 -0
  27. package/CaretIcon/index.test.d.ts +1 -0
  28. package/CaretIcon/index.test.js +39 -0
  29. package/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  30. package/CheckIcon/config.d.ts +8 -0
  31. package/CheckIcon/config.js +23 -0
  32. package/CheckIcon/index.d.ts +4 -0
  33. package/CheckIcon/index.js +24 -0
  34. package/CheckIcon/index.test.d.ts +1 -0
  35. package/CheckIcon/index.test.js +129 -0
  36. package/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  37. package/CloseIcon/config.d.ts +8 -0
  38. package/CloseIcon/config.js +23 -0
  39. package/CloseIcon/index.d.ts +4 -0
  40. package/CloseIcon/index.js +24 -0
  41. package/CloseIcon/index.test.d.ts +1 -0
  42. package/CloseIcon/index.test.js +15 -0
  43. package/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  44. package/GlobeIcon/config.d.ts +8 -0
  45. package/GlobeIcon/config.js +23 -0
  46. package/GlobeIcon/index.d.ts +4 -0
  47. package/GlobeIcon/index.js +24 -0
  48. package/GlobeIcon/index.test.d.ts +1 -0
  49. package/GlobeIcon/index.test.js +39 -0
  50. package/LICENSE +0 -0
  51. package/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  52. package/MoreVertIcon/config.d.ts +8 -0
  53. package/MoreVertIcon/config.js +37 -0
  54. package/MoreVertIcon/index.d.ts +4 -0
  55. package/MoreVertIcon/index.js +24 -0
  56. package/MoreVertIcon/index.test.d.ts +1 -0
  57. package/MoreVertIcon/index.test.js +129 -0
  58. package/README.md +0 -0
  59. package/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  60. package/SearchIcon/config.d.ts +8 -0
  61. package/SearchIcon/config.js +23 -0
  62. package/SearchIcon/index.d.ts +4 -0
  63. package/SearchIcon/index.js +24 -0
  64. package/SearchIcon/index.test.d.ts +1 -0
  65. package/SearchIcon/index.test.js +15 -0
  66. package/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  67. package/UncheckIcon/config.d.ts +8 -0
  68. package/UncheckIcon/config.js +23 -0
  69. package/UncheckIcon/index.d.ts +4 -0
  70. package/UncheckIcon/index.js +24 -0
  71. package/UncheckIcon/index.test.d.ts +1 -0
  72. package/UncheckIcon/index.test.js +129 -0
  73. package/es/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  74. package/es/AccessibilityIcon/config.js +19 -0
  75. package/es/AccessibilityIcon/index.js +9 -0
  76. package/es/AccessibilityIcon/index.test.js +131 -0
  77. package/es/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  78. package/es/ArrowIcon/config.js +27 -0
  79. package/es/ArrowIcon/index.js +9 -0
  80. package/es/ArrowIcon/index.test.js +33 -0
  81. package/es/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  82. package/es/BurgerIcon/config.js +32 -0
  83. package/es/BurgerIcon/index.js +9 -0
  84. package/es/BurgerIcon/index.test.js +50 -0
  85. package/es/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  86. package/es/CaretIcon/config.js +27 -0
  87. package/es/CaretIcon/index.js +9 -0
  88. package/es/CaretIcon/index.test.js +33 -0
  89. package/es/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  90. package/es/CheckIcon/config.js +11 -0
  91. package/es/CheckIcon/index.js +9 -0
  92. package/es/CheckIcon/index.test.js +123 -0
  93. package/es/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  94. package/es/CloseIcon/config.js +11 -0
  95. package/es/CloseIcon/index.js +9 -0
  96. package/es/CloseIcon/index.test.js +9 -0
  97. package/es/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  98. package/es/GlobeIcon/config.js +11 -0
  99. package/es/GlobeIcon/index.js +9 -0
  100. package/es/GlobeIcon/index.test.js +33 -0
  101. package/es/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  102. package/es/MoreVertIcon/config.js +25 -0
  103. package/es/MoreVertIcon/index.js +9 -0
  104. package/es/MoreVertIcon/index.test.js +123 -0
  105. package/es/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  106. package/es/SearchIcon/config.js +11 -0
  107. package/es/SearchIcon/index.js +9 -0
  108. package/es/SearchIcon/index.test.js +9 -0
  109. package/es/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  110. package/es/UncheckIcon/config.js +11 -0
  111. package/es/UncheckIcon/index.js +9 -0
  112. package/es/UncheckIcon/index.test.js +123 -0
  113. package/es/icons.js +11 -0
  114. package/es/index.js +10 -0
  115. package/es/registry.js +42 -0
  116. package/esm/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  117. package/esm/AccessibilityIcon/config.js +19 -0
  118. package/esm/AccessibilityIcon/index.js +9 -0
  119. package/esm/AccessibilityIcon/index.test.js +131 -0
  120. package/esm/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  121. package/esm/ArrowIcon/config.js +27 -0
  122. package/esm/ArrowIcon/index.js +9 -0
  123. package/esm/ArrowIcon/index.test.js +33 -0
  124. package/esm/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  125. package/esm/BurgerIcon/config.js +32 -0
  126. package/esm/BurgerIcon/index.js +9 -0
  127. package/esm/BurgerIcon/index.test.js +50 -0
  128. package/esm/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  129. package/esm/CaretIcon/config.js +27 -0
  130. package/esm/CaretIcon/index.js +9 -0
  131. package/esm/CaretIcon/index.test.js +33 -0
  132. package/esm/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  133. package/esm/CheckIcon/config.js +11 -0
  134. package/esm/CheckIcon/index.js +9 -0
  135. package/esm/CheckIcon/index.test.js +123 -0
  136. package/esm/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  137. package/esm/CloseIcon/config.js +11 -0
  138. package/esm/CloseIcon/index.js +9 -0
  139. package/esm/CloseIcon/index.test.js +9 -0
  140. package/esm/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  141. package/esm/GlobeIcon/config.js +11 -0
  142. package/esm/GlobeIcon/index.js +9 -0
  143. package/esm/GlobeIcon/index.test.js +33 -0
  144. package/esm/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  145. package/esm/MoreVertIcon/config.js +25 -0
  146. package/esm/MoreVertIcon/index.js +9 -0
  147. package/esm/MoreVertIcon/index.test.js +123 -0
  148. package/esm/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  149. package/esm/SearchIcon/config.js +11 -0
  150. package/esm/SearchIcon/index.js +9 -0
  151. package/esm/SearchIcon/index.test.js +9 -0
  152. package/esm/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  153. package/esm/UncheckIcon/config.js +11 -0
  154. package/esm/UncheckIcon/index.js +9 -0
  155. package/esm/UncheckIcon/index.test.js +123 -0
  156. package/esm/icons.js +11 -0
  157. package/esm/index.js +10 -0
  158. package/esm/registry.js +42 -0
  159. package/icons.d.ts +32 -0
  160. package/icons.js +135 -0
  161. package/index.d.ts +10 -0
  162. package/index.js +135 -0
  163. package/package.json +25 -0
  164. package/registry.d.ts +15 -0
  165. package/registry.js +67 -0
  166. package/src/AccessibilityIcon/__snapshots__/index.test.tsx.snap +723 -0
  167. package/src/AccessibilityIcon/config.tsx +22 -0
  168. package/src/AccessibilityIcon/index.test.tsx +57 -0
  169. package/src/AccessibilityIcon/index.tsx +10 -0
  170. package/src/ArrowIcon/__snapshots__/index.test.tsx.snap +148 -0
  171. package/src/ArrowIcon/config.tsx +29 -0
  172. package/src/ArrowIcon/index.test.tsx +20 -0
  173. package/src/ArrowIcon/index.tsx +8 -0
  174. package/src/BurgerIcon/__snapshots__/index.test.tsx.snap +320 -0
  175. package/src/BurgerIcon/config.tsx +25 -0
  176. package/src/BurgerIcon/index.test.tsx +26 -0
  177. package/src/BurgerIcon/index.tsx +8 -0
  178. package/src/CaretIcon/__snapshots__/index.test.tsx.snap +148 -0
  179. package/src/CaretIcon/config.tsx +21 -0
  180. package/src/CaretIcon/index.test.tsx +20 -0
  181. package/src/CaretIcon/index.tsx +8 -0
  182. package/src/CheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  183. package/src/CheckIcon/config.tsx +15 -0
  184. package/src/CheckIcon/index.test.tsx +50 -0
  185. package/src/CheckIcon/index.tsx +8 -0
  186. package/src/CloseIcon/__snapshots__/index.test.tsx.snap +34 -0
  187. package/src/CloseIcon/config.tsx +15 -0
  188. package/src/CloseIcon/index.test.tsx +8 -0
  189. package/src/CloseIcon/index.tsx +8 -0
  190. package/src/GlobeIcon/__snapshots__/index.test.tsx.snap +149 -0
  191. package/src/GlobeIcon/config.tsx +26 -0
  192. package/src/GlobeIcon/index.test.tsx +19 -0
  193. package/src/GlobeIcon/index.tsx +8 -0
  194. package/src/MoreVertIcon/__snapshots__/index.test.tsx.snap +738 -0
  195. package/src/MoreVertIcon/config.tsx +17 -0
  196. package/src/MoreVertIcon/index.test.tsx +50 -0
  197. package/src/MoreVertIcon/index.tsx +8 -0
  198. package/src/SearchIcon/__snapshots__/index.test.tsx.snap +34 -0
  199. package/src/SearchIcon/config.tsx +15 -0
  200. package/src/SearchIcon/index.test.tsx +8 -0
  201. package/src/SearchIcon/index.tsx +8 -0
  202. package/src/UncheckIcon/__snapshots__/index.test.tsx.snap +558 -0
  203. package/src/UncheckIcon/config.tsx +15 -0
  204. package/src/UncheckIcon/index.test.tsx +50 -0
  205. package/src/UncheckIcon/index.tsx +8 -0
  206. package/src/icons.ts +34 -0
  207. package/src/index.ts +10 -0
  208. package/src/registry.js +47 -0
@@ -0,0 +1,723 @@
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=m 1`] = `
90
+ <AccessibilityIcon
91
+ size="md"
92
+ >
93
+ <ForwardRef(Icon)
94
+ icon="accessibility"
95
+ size="md"
96
+ >
97
+ <ForwardRef(SvgIcon)
98
+ className="govgr-svg-icon--accessibility"
99
+ size="md"
100
+ >
101
+ <ForwardRef(Base)
102
+ aria-hidden="true"
103
+ as="svg"
104
+ className="govgr-svg-icon--accessibility govgr-svg-icon--md 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--md 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 size=s 1`] = `
135
+ <AccessibilityIcon
136
+ size="sm"
137
+ >
138
+ <ForwardRef(Icon)
139
+ icon="accessibility"
140
+ size="sm"
141
+ >
142
+ <ForwardRef(SvgIcon)
143
+ className="govgr-svg-icon--accessibility"
144
+ size="sm"
145
+ >
146
+ <ForwardRef(Base)
147
+ aria-hidden="true"
148
+ as="svg"
149
+ className="govgr-svg-icon--accessibility govgr-svg-icon--sm 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--sm 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 size=xl 1`] = `
180
+ <AccessibilityIcon
181
+ size="xl"
182
+ >
183
+ <ForwardRef(Icon)
184
+ icon="accessibility"
185
+ size="xl"
186
+ >
187
+ <ForwardRef(SvgIcon)
188
+ className="govgr-svg-icon--accessibility"
189
+ size="xl"
190
+ >
191
+ <ForwardRef(Base)
192
+ aria-hidden="true"
193
+ as="svg"
194
+ className="govgr-svg-icon--accessibility govgr-svg-icon--xl 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--xl 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 size=xl 2`] = `
225
+ <AccessibilityIcon
226
+ size="xxl"
227
+ >
228
+ <ForwardRef(Icon)
229
+ icon="accessibility"
230
+ size="xxl"
231
+ >
232
+ <ForwardRef(SvgIcon)
233
+ className="govgr-svg-icon--accessibility"
234
+ size="xxl"
235
+ >
236
+ <ForwardRef(Base)
237
+ aria-hidden="true"
238
+ as="svg"
239
+ className="govgr-svg-icon--accessibility govgr-svg-icon"
240
+ focusable="false"
241
+ viewBox="0 0 24 24"
242
+ >
243
+ <svg
244
+ aria-hidden="true"
245
+ className="govgr-svg-icon--accessibility govgr-svg-icon"
246
+ focusable="false"
247
+ viewBox="0 0 24 24"
248
+ >
249
+ <accessibility>
250
+ <title>
251
+ Μενού Προσβασιμότητας
252
+ </title>
253
+ <circle
254
+ cx="12"
255
+ cy="3"
256
+ r="3"
257
+ />
258
+ <path
259
+ 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"
260
+ />
261
+ </accessibility>
262
+ </svg>
263
+ </ForwardRef(Base)>
264
+ </ForwardRef(SvgIcon)>
265
+ </ForwardRef(Icon)>
266
+ </AccessibilityIcon>
267
+ `;
268
+
269
+ exports[`renders the AccessibilityIcon with prop variant=dark 1`] = `
270
+ <AccessibilityIcon
271
+ variant="dark"
272
+ >
273
+ <ForwardRef(Icon)
274
+ icon="accessibility"
275
+ variant="dark"
276
+ >
277
+ <ForwardRef(SvgIcon)
278
+ className="govgr-svg-icon--accessibility"
279
+ variant="dark"
280
+ >
281
+ <ForwardRef(Base)
282
+ aria-hidden="true"
283
+ as="svg"
284
+ className="govgr-svg-icon--accessibility govgr-svg-icon--dark govgr-svg-icon"
285
+ focusable="false"
286
+ viewBox="0 0 24 24"
287
+ >
288
+ <svg
289
+ aria-hidden="true"
290
+ className="govgr-svg-icon--accessibility govgr-svg-icon--dark govgr-svg-icon"
291
+ focusable="false"
292
+ viewBox="0 0 24 24"
293
+ >
294
+ <accessibility>
295
+ <title>
296
+ Μενού Προσβασιμότητας
297
+ </title>
298
+ <circle
299
+ cx="12"
300
+ cy="3"
301
+ r="3"
302
+ />
303
+ <path
304
+ 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"
305
+ />
306
+ </accessibility>
307
+ </svg>
308
+ </ForwardRef(Base)>
309
+ </ForwardRef(SvgIcon)>
310
+ </ForwardRef(Icon)>
311
+ </AccessibilityIcon>
312
+ `;
313
+
314
+ exports[`renders the AccessibilityIcon with prop variant=error 1`] = `
315
+ <AccessibilityIcon
316
+ variant="error"
317
+ >
318
+ <ForwardRef(Icon)
319
+ icon="accessibility"
320
+ variant="error"
321
+ >
322
+ <ForwardRef(SvgIcon)
323
+ className="govgr-svg-icon--accessibility"
324
+ variant="error"
325
+ >
326
+ <ForwardRef(Base)
327
+ aria-hidden="true"
328
+ as="svg"
329
+ className="govgr-svg-icon--accessibility govgr-svg-icon--error govgr-svg-icon"
330
+ focusable="false"
331
+ viewBox="0 0 24 24"
332
+ >
333
+ <svg
334
+ aria-hidden="true"
335
+ className="govgr-svg-icon--accessibility govgr-svg-icon--error govgr-svg-icon"
336
+ focusable="false"
337
+ viewBox="0 0 24 24"
338
+ >
339
+ <accessibility>
340
+ <title>
341
+ Μενού Προσβασιμότητας
342
+ </title>
343
+ <circle
344
+ cx="12"
345
+ cy="3"
346
+ r="3"
347
+ />
348
+ <path
349
+ 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"
350
+ />
351
+ </accessibility>
352
+ </svg>
353
+ </ForwardRef(Base)>
354
+ </ForwardRef(SvgIcon)>
355
+ </ForwardRef(Icon)>
356
+ </AccessibilityIcon>
357
+ `;
358
+
359
+ exports[`renders the AccessibilityIcon with prop variant=error and size= xl 1`] = `
360
+ <AccessibilityIcon
361
+ size="xl"
362
+ variant="warning"
363
+ >
364
+ <ForwardRef(Icon)
365
+ icon="accessibility"
366
+ size="xl"
367
+ variant="warning"
368
+ >
369
+ <ForwardRef(SvgIcon)
370
+ className="govgr-svg-icon--accessibility"
371
+ size="xl"
372
+ variant="warning"
373
+ >
374
+ <ForwardRef(Base)
375
+ aria-hidden="true"
376
+ as="svg"
377
+ className="govgr-svg-icon--accessibility govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon"
378
+ focusable="false"
379
+ viewBox="0 0 24 24"
380
+ >
381
+ <svg
382
+ aria-hidden="true"
383
+ className="govgr-svg-icon--accessibility govgr-svg-icon--warning govgr-svg-icon--xl govgr-svg-icon"
384
+ focusable="false"
385
+ viewBox="0 0 24 24"
386
+ >
387
+ <accessibility>
388
+ <title>
389
+ Μενού Προσβασιμότητας
390
+ </title>
391
+ <circle
392
+ cx="12"
393
+ cy="3"
394
+ r="3"
395
+ />
396
+ <path
397
+ 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"
398
+ />
399
+ </accessibility>
400
+ </svg>
401
+ </ForwardRef(Base)>
402
+ </ForwardRef(SvgIcon)>
403
+ </ForwardRef(Icon)>
404
+ </AccessibilityIcon>
405
+ `;
406
+
407
+ exports[`renders the AccessibilityIcon with prop variant=focus 1`] = `
408
+ <AccessibilityIcon
409
+ variant="focus"
410
+ >
411
+ <ForwardRef(Icon)
412
+ icon="accessibility"
413
+ variant="focus"
414
+ >
415
+ <ForwardRef(SvgIcon)
416
+ className="govgr-svg-icon--accessibility"
417
+ variant="focus"
418
+ >
419
+ <ForwardRef(Base)
420
+ aria-hidden="true"
421
+ as="svg"
422
+ className="govgr-svg-icon--accessibility govgr-svg-icon--focus govgr-svg-icon"
423
+ focusable="false"
424
+ viewBox="0 0 24 24"
425
+ >
426
+ <svg
427
+ aria-hidden="true"
428
+ className="govgr-svg-icon--accessibility govgr-svg-icon--focus govgr-svg-icon"
429
+ focusable="false"
430
+ viewBox="0 0 24 24"
431
+ >
432
+ <accessibility>
433
+ <title>
434
+ Μενού Προσβασιμότητας
435
+ </title>
436
+ <circle
437
+ cx="12"
438
+ cy="3"
439
+ r="3"
440
+ />
441
+ <path
442
+ 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"
443
+ />
444
+ </accessibility>
445
+ </svg>
446
+ </ForwardRef(Base)>
447
+ </ForwardRef(SvgIcon)>
448
+ </ForwardRef(Icon)>
449
+ </AccessibilityIcon>
450
+ `;
451
+
452
+ exports[`renders the AccessibilityIcon with prop variant=gray 1`] = `
453
+ <AccessibilityIcon
454
+ variant="gray"
455
+ >
456
+ <ForwardRef(Icon)
457
+ icon="accessibility"
458
+ variant="gray"
459
+ >
460
+ <ForwardRef(SvgIcon)
461
+ className="govgr-svg-icon--accessibility"
462
+ variant="gray"
463
+ >
464
+ <ForwardRef(Base)
465
+ aria-hidden="true"
466
+ as="svg"
467
+ className="govgr-svg-icon--accessibility govgr-svg-icon--gray govgr-svg-icon"
468
+ focusable="false"
469
+ viewBox="0 0 24 24"
470
+ >
471
+ <svg
472
+ aria-hidden="true"
473
+ className="govgr-svg-icon--accessibility govgr-svg-icon--gray govgr-svg-icon"
474
+ focusable="false"
475
+ viewBox="0 0 24 24"
476
+ >
477
+ <accessibility>
478
+ <title>
479
+ Μενού Προσβασιμότητας
480
+ </title>
481
+ <circle
482
+ cx="12"
483
+ cy="3"
484
+ r="3"
485
+ />
486
+ <path
487
+ 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"
488
+ />
489
+ </accessibility>
490
+ </svg>
491
+ </ForwardRef(Base)>
492
+ </ForwardRef(SvgIcon)>
493
+ </ForwardRef(Icon)>
494
+ </AccessibilityIcon>
495
+ `;
496
+
497
+ exports[`renders the AccessibilityIcon with prop variant=light 1`] = `
498
+ <AccessibilityIcon
499
+ variant="light"
500
+ >
501
+ <ForwardRef(Icon)
502
+ icon="accessibility"
503
+ variant="light"
504
+ >
505
+ <ForwardRef(SvgIcon)
506
+ className="govgr-svg-icon--accessibility"
507
+ variant="light"
508
+ >
509
+ <ForwardRef(Base)
510
+ aria-hidden="true"
511
+ as="svg"
512
+ className="govgr-svg-icon--accessibility govgr-svg-icon--light govgr-svg-icon"
513
+ focusable="false"
514
+ viewBox="0 0 24 24"
515
+ >
516
+ <svg
517
+ aria-hidden="true"
518
+ className="govgr-svg-icon--accessibility govgr-svg-icon--light govgr-svg-icon"
519
+ focusable="false"
520
+ viewBox="0 0 24 24"
521
+ >
522
+ <accessibility>
523
+ <title>
524
+ Μενού Προσβασιμότητας
525
+ </title>
526
+ <circle
527
+ cx="12"
528
+ cy="3"
529
+ r="3"
530
+ />
531
+ <path
532
+ 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"
533
+ />
534
+ </accessibility>
535
+ </svg>
536
+ </ForwardRef(Base)>
537
+ </ForwardRef(SvgIcon)>
538
+ </ForwardRef(Icon)>
539
+ </AccessibilityIcon>
540
+ `;
541
+
542
+ exports[`renders the AccessibilityIcon with prop variant=primary 1`] = `
543
+ <AccessibilityIcon
544
+ variant="primary"
545
+ >
546
+ <ForwardRef(Icon)
547
+ icon="accessibility"
548
+ variant="primary"
549
+ >
550
+ <ForwardRef(SvgIcon)
551
+ className="govgr-svg-icon--accessibility"
552
+ variant="primary"
553
+ >
554
+ <ForwardRef(Base)
555
+ aria-hidden="true"
556
+ as="svg"
557
+ className="govgr-svg-icon--accessibility govgr-svg-icon--primary govgr-svg-icon"
558
+ focusable="false"
559
+ viewBox="0 0 24 24"
560
+ >
561
+ <svg
562
+ aria-hidden="true"
563
+ className="govgr-svg-icon--accessibility govgr-svg-icon--primary govgr-svg-icon"
564
+ focusable="false"
565
+ viewBox="0 0 24 24"
566
+ >
567
+ <accessibility>
568
+ <title>
569
+ Μενού Προσβασιμότητας
570
+ </title>
571
+ <circle
572
+ cx="12"
573
+ cy="3"
574
+ r="3"
575
+ />
576
+ <path
577
+ 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"
578
+ />
579
+ </accessibility>
580
+ </svg>
581
+ </ForwardRef(Base)>
582
+ </ForwardRef(SvgIcon)>
583
+ </ForwardRef(Icon)>
584
+ </AccessibilityIcon>
585
+ `;
586
+
587
+ exports[`renders the AccessibilityIcon with prop variant=success 1`] = `
588
+ <AccessibilityIcon
589
+ variant="success"
590
+ >
591
+ <ForwardRef(Icon)
592
+ icon="accessibility"
593
+ variant="success"
594
+ >
595
+ <ForwardRef(SvgIcon)
596
+ className="govgr-svg-icon--accessibility"
597
+ variant="success"
598
+ >
599
+ <ForwardRef(Base)
600
+ aria-hidden="true"
601
+ as="svg"
602
+ className="govgr-svg-icon--accessibility govgr-svg-icon--success govgr-svg-icon"
603
+ focusable="false"
604
+ viewBox="0 0 24 24"
605
+ >
606
+ <svg
607
+ aria-hidden="true"
608
+ className="govgr-svg-icon--accessibility govgr-svg-icon--success govgr-svg-icon"
609
+ focusable="false"
610
+ viewBox="0 0 24 24"
611
+ >
612
+ <accessibility>
613
+ <title>
614
+ Μενού Προσβασιμότητας
615
+ </title>
616
+ <circle
617
+ cx="12"
618
+ cy="3"
619
+ r="3"
620
+ />
621
+ <path
622
+ 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"
623
+ />
624
+ </accessibility>
625
+ </svg>
626
+ </ForwardRef(Base)>
627
+ </ForwardRef(SvgIcon)>
628
+ </ForwardRef(Icon)>
629
+ </AccessibilityIcon>
630
+ `;
631
+
632
+ exports[`renders the AccessibilityIcon with prop variant=warning 1`] = `
633
+ <AccessibilityIcon
634
+ variant="warning"
635
+ >
636
+ <ForwardRef(Icon)
637
+ icon="accessibility"
638
+ variant="warning"
639
+ >
640
+ <ForwardRef(SvgIcon)
641
+ className="govgr-svg-icon--accessibility"
642
+ variant="warning"
643
+ >
644
+ <ForwardRef(Base)
645
+ aria-hidden="true"
646
+ as="svg"
647
+ className="govgr-svg-icon--accessibility govgr-svg-icon--warning govgr-svg-icon"
648
+ focusable="false"
649
+ viewBox="0 0 24 24"
650
+ >
651
+ <svg
652
+ aria-hidden="true"
653
+ className="govgr-svg-icon--accessibility govgr-svg-icon--warning govgr-svg-icon"
654
+ focusable="false"
655
+ viewBox="0 0 24 24"
656
+ >
657
+ <accessibility>
658
+ <title>
659
+ Μενού Προσβασιμότητας
660
+ </title>
661
+ <circle
662
+ cx="12"
663
+ cy="3"
664
+ r="3"
665
+ />
666
+ <path
667
+ 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"
668
+ />
669
+ </accessibility>
670
+ </svg>
671
+ </ForwardRef(Base)>
672
+ </ForwardRef(SvgIcon)>
673
+ </ForwardRef(Icon)>
674
+ </AccessibilityIcon>
675
+ `;
676
+
677
+ exports[`renders the AccessibilityIcon with prop variant=warning and size=s 1`] = `
678
+ <AccessibilityIcon
679
+ size="sm"
680
+ variant="warning"
681
+ >
682
+ <ForwardRef(Icon)
683
+ icon="accessibility"
684
+ size="sm"
685
+ variant="warning"
686
+ >
687
+ <ForwardRef(SvgIcon)
688
+ className="govgr-svg-icon--accessibility"
689
+ size="sm"
690
+ variant="warning"
691
+ >
692
+ <ForwardRef(Base)
693
+ aria-hidden="true"
694
+ as="svg"
695
+ className="govgr-svg-icon--accessibility govgr-svg-icon--warning govgr-svg-icon--sm govgr-svg-icon"
696
+ focusable="false"
697
+ viewBox="0 0 24 24"
698
+ >
699
+ <svg
700
+ aria-hidden="true"
701
+ className="govgr-svg-icon--accessibility govgr-svg-icon--warning govgr-svg-icon--sm govgr-svg-icon"
702
+ focusable="false"
703
+ viewBox="0 0 24 24"
704
+ >
705
+ <accessibility>
706
+ <title>
707
+ Μενού Προσβασιμότητας
708
+ </title>
709
+ <circle
710
+ cx="12"
711
+ cy="3"
712
+ r="3"
713
+ />
714
+ <path
715
+ 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"
716
+ />
717
+ </accessibility>
718
+ </svg>
719
+ </ForwardRef(Base)>
720
+ </ForwardRef(SvgIcon)>
721
+ </ForwardRef(Icon)>
722
+ </AccessibilityIcon>
723
+ `;