File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
packages/pf4-component-mapper/src/icons Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const AddCircleOIcon = props => (
88 viewBox = "0 64 1024 1024"
99 aria-labelledby = "icon-title-25"
1010 role = "img"
11- style = { { 'vertical-align' : '-0.375em; ' } }
11+ style = { { verticalAlign : '-0.375em' } }
1212 tabIndex = "0"
1313 { ...props }
1414 >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const CaretDownIcon = props => (
88 viewBox = "0 0 320 512"
99 aria-labelledby = "icon-title-219"
1010 role = "img"
11- style = { { 'vertical-align' : '-0.375em; ' } }
11+ style = { { verticalAlign : '-0.375em' } }
1212 tabIndex = "0"
1313 { ...props }
1414 >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const CheckIcon = props => (
88 viewBox = "0 0 512 512"
99 aria-labelledby = "icon-title-260"
1010 role = "img"
11- style = { { 'vertical-align' : '-0.375em; ' } }
11+ style = { { verticalAlign : '-0.375em' } }
1212 tabIndex = "0"
1313 { ...props }
1414 >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const CircleNotchIcon = props => (
88 viewBox = "0 0 512 512"
99 aria-labelledby = "icon-title-284"
1010 role = "img"
11- style = { { 'vertical-align' : '-0.375em; ' } }
11+ style = { { verticalAlign : '-0.375em' } }
1212 tabIndex = "0"
1313 { ...props }
1414 >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const CloseIcon = props => (
88 viewBox = "0 64 731 1024"
99 aria-labelledby = "icon-title-293"
1010 role = "img"
11- style = { { 'vertical-align' : '-0.375em; ' } }
11+ style = { { verticalAlign : '-0.375em' } }
1212 tabIndex = "0"
1313 { ...props }
1414 >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const TimesCircleIcon = props => (
88 viewBox = "0 0 512 512"
99 aria-labelledby = "icon-title-1495"
1010 role = "img"
11- style = { { 'vertical-align' : '-0.375em; ' } }
11+ style = { { verticalAlign : '-0.375em' } }
1212 tabIndex = "0"
1313 { ...props }
1414 >
You can’t perform that action at this time.
0 commit comments