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 => (
8
8
viewBox = "0 64 1024 1024"
9
9
aria-labelledby = "icon-title-25"
10
10
role = "img"
11
- style = { { 'vertical-align' : '-0.375em; ' } }
11
+ style = { { verticalAlign : '-0.375em' } }
12
12
tabIndex = "0"
13
13
{ ...props }
14
14
>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const CaretDownIcon = props => (
8
8
viewBox = "0 0 320 512"
9
9
aria-labelledby = "icon-title-219"
10
10
role = "img"
11
- style = { { 'vertical-align' : '-0.375em; ' } }
11
+ style = { { verticalAlign : '-0.375em' } }
12
12
tabIndex = "0"
13
13
{ ...props }
14
14
>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const CheckIcon = props => (
8
8
viewBox = "0 0 512 512"
9
9
aria-labelledby = "icon-title-260"
10
10
role = "img"
11
- style = { { 'vertical-align' : '-0.375em; ' } }
11
+ style = { { verticalAlign : '-0.375em' } }
12
12
tabIndex = "0"
13
13
{ ...props }
14
14
>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const CircleNotchIcon = props => (
8
8
viewBox = "0 0 512 512"
9
9
aria-labelledby = "icon-title-284"
10
10
role = "img"
11
- style = { { 'vertical-align' : '-0.375em; ' } }
11
+ style = { { verticalAlign : '-0.375em' } }
12
12
tabIndex = "0"
13
13
{ ...props }
14
14
>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const CloseIcon = props => (
8
8
viewBox = "0 64 731 1024"
9
9
aria-labelledby = "icon-title-293"
10
10
role = "img"
11
- style = { { 'vertical-align' : '-0.375em; ' } }
11
+ style = { { verticalAlign : '-0.375em' } }
12
12
tabIndex = "0"
13
13
{ ...props }
14
14
>
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const TimesCircleIcon = props => (
8
8
viewBox = "0 0 512 512"
9
9
aria-labelledby = "icon-title-1495"
10
10
role = "img"
11
- style = { { 'vertical-align' : '-0.375em; ' } }
11
+ style = { { verticalAlign : '-0.375em' } }
12
12
tabIndex = "0"
13
13
{ ...props }
14
14
>
You can’t perform that action at this time.
0 commit comments