33exports [` Icons all icons match snapshots: ArrowLeft 1` ] = `
44<Component >
55 <Component
6+ height = { 32 }
67 iconType = " nhsuk-icon__arrow-left"
8+ width = { 32 }
79 >
810 <svg
911 aria-hidden = " true"
@@ -24,7 +26,9 @@ exports[`Icons all icons match snapshots: ArrowLeft 1`] = `
2426exports [` Icons all icons match snapshots: ArrowRight 1` ] = `
2527<Component >
2628 <Component
29+ height = { 32 }
2730 iconType = " nhsuk-icon__arrow-right"
31+ width = { 32 }
2832 >
2933 <svg
3034 aria-hidden = " true"
@@ -45,7 +49,9 @@ exports[`Icons all icons match snapshots: ArrowRight 1`] = `
4549exports [` Icons all icons match snapshots: ArrowRightCircle 1` ] = `
4650<Component >
4751 <Component
52+ height = { 32 }
4853 iconType = " nhsuk-icon__arrow-right-circle"
54+ width = { 32 }
4955 >
5056 <svg
5157 aria-hidden = " true"
@@ -68,7 +74,10 @@ exports[`Icons all icons match snapshots: ArrowRightCircle 1`] = `
6874` ;
6975
7076exports [` Icons all icons match snapshots: BaseIconSVG 1` ] = `
71- <Component >
77+ <Component
78+ height = { 32 }
79+ width = { 32 }
80+ >
7281 <svg
7382 aria-hidden = " true"
7483 className = " nhsuk-icon"
@@ -83,7 +92,9 @@ exports[`Icons all icons match snapshots: BaseIconSVG 1`] = `
8392exports [` Icons all icons match snapshots: ChevronLeft 1` ] = `
8493<Component >
8594 <Component
95+ height = { 32 }
8696 iconType = " nhsuk-icon__chevron-left"
97+ width = { 32 }
8798 >
8899 <svg
89100 aria-hidden = " true"
@@ -104,7 +115,9 @@ exports[`Icons all icons match snapshots: ChevronLeft 1`] = `
104115exports [` Icons all icons match snapshots: ChevronRight 1` ] = `
105116<Component >
106117 <Component
118+ height = { 32 }
107119 iconType = " nhsuk-icon__chevron-right"
120+ width = { 32 }
108121 >
109122 <svg
110123 aria-hidden = " true"
@@ -125,7 +138,9 @@ exports[`Icons all icons match snapshots: ChevronRight 1`] = `
125138exports [` Icons all icons match snapshots: Close 1` ] = `
126139<Component >
127140 <Component
141+ height = { 32 }
128142 iconType = " nhsuk-icon__close"
143+ width = { 32 }
129144 >
130145 <svg
131146 aria-hidden = " true"
@@ -146,7 +161,9 @@ exports[`Icons all icons match snapshots: Close 1`] = `
146161exports [` Icons all icons match snapshots: Cross 1` ] = `
147162<Component >
148163 <Component
164+ height = { 32 }
149165 iconType = " nhsuk-icon__cross"
166+ width = { 32 }
150167 >
151168 <svg
152169 aria-hidden = " true"
@@ -193,7 +210,9 @@ exports[`Icons all icons match snapshots: Emdash 1`] = `
193210exports [` Icons all icons match snapshots: Minus 1` ] = `
194211<Component >
195212 <Component
213+ height = { 32 }
196214 iconType = " nhsuk-icon__minus"
215+ width = { 32 }
197216 >
198217 <svg
199218 aria-hidden = " true"
@@ -224,7 +243,9 @@ exports[`Icons all icons match snapshots: Minus 1`] = `
224243exports [` Icons all icons match snapshots: Plus 1` ] = `
225244<Component >
226245 <Component
246+ height = { 32 }
227247 iconType = " nhsuk-icon__minus"
248+ width = { 32 }
228249 >
229250 <svg
230251 aria-hidden = " true"
@@ -255,7 +276,9 @@ exports[`Icons all icons match snapshots: Plus 1`] = `
255276exports [` Icons all icons match snapshots: Search 1` ] = `
256277<Component >
257278 <Component
279+ height = { 32 }
258280 iconType = " nhsuk-icon__search"
281+ width = { 32 }
259282 >
260283 <svg
261284 aria-hidden = " true"
@@ -299,7 +322,9 @@ exports[`Icons all icons match snapshots: SmallEmdash 1`] = `
299322exports [` Icons all icons match snapshots: Tick 1` ] = `
300323<Component >
301324 <Component
325+ height = { 32 }
302326 iconType = " nhsuk-icon__tick"
327+ width = { 32 }
303328 >
304329 <svg
305330 aria-hidden = " true"
0 commit comments