Skip to content

Commit da2bf9f

Browse files
authored
Chore(Icon): added whitespaces to examples (#11576)
1 parent ddb0876 commit da2bf9f

File tree

6 files changed

+22
-22
lines changed

6 files changed

+22
-22
lines changed

packages/react-core/src/components/Icon/examples/BodyIconSizes.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ export const BodyIconSizes: React.FunctionComponent = () => (
66
<React.Fragment>
77
<Icon size="bodySm">
88
<PlusCircleIcon />
9-
</Icon>
9+
</Icon>{' '}
1010
<Icon size="bodyDefault">
1111
<PlusCircleIcon />
12-
</Icon>
12+
</Icon>{' '}
1313
<Icon size="bodyLg">
1414
<PlusCircleIcon />
1515
</Icon>

packages/react-core/src/components/Icon/examples/HeadingIconSizes.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ export const HeadingIconSizes: React.FunctionComponent = () => (
66
<React.Fragment>
77
<Icon size="headingSm">
88
<PlusCircleIcon />
9-
</Icon>
9+
</Icon>{' '}
1010
<Icon size="headingMd">
1111
<PlusCircleIcon />
12-
</Icon>
12+
</Icon>{' '}
1313
<Icon size="headingLg">
1414
<PlusCircleIcon />
15-
</Icon>
15+
</Icon>{' '}
1616
<Icon size="headingXl">
1717
<PlusCircleIcon />
18-
</Icon>
18+
</Icon>{' '}
1919
<Icon size="heading_2xl">
2020
<PlusCircleIcon />
21-
</Icon>
21+
</Icon>{' '}
2222
<Icon size="heading_3xl">
2323
<PlusCircleIcon />
2424
</Icon>

packages/react-core/src/components/Icon/examples/IconBasic.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ export const IconBasic: React.FunctionComponent = () => (
99
<React.Fragment>
1010
<Icon>
1111
<LongArrowAltDownIcon />
12-
</Icon>
12+
</Icon>{' '}
1313
<Icon>
1414
<AngleRightIcon />
15-
</Icon>
15+
</Icon>{' '}
1616
<Icon>
1717
<AngleDownIcon />
18-
</Icon>
18+
</Icon>{' '}
1919
<Icon>
2020
<CogIcon />
2121
</Icon>

packages/react-core/src/components/Icon/examples/IconContentSizes.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ export const IconContentSizes: React.FunctionComponent = () => (
66
<React.Fragment>
77
<Icon size="3xl" iconSize="lg">
88
<PlusCircleIcon />
9-
</Icon>
9+
</Icon>{' '}
1010
<Icon size="3xl" iconSize="xl">
1111
<PlusCircleIcon />
12-
</Icon>
12+
</Icon>{' '}
1313
<Icon size="3xl" iconSize="2xl">
1414
<PlusCircleIcon />
15-
</Icon>
15+
</Icon>{' '}
1616
<Icon size="3xl">
1717
<PlusCircleIcon />
1818
</Icon>

packages/react-core/src/components/Icon/examples/IconStatus.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ export const IconStatus: React.FunctionComponent = () => (
1010
<React.Fragment>
1111
<Icon status="danger">
1212
<ExclamationCircleIcon />
13-
</Icon>
13+
</Icon>{' '}
1414
<Icon status="warning">
1515
<ExclamationTriangleIcon />
16-
</Icon>
16+
</Icon>{' '}
1717
<Icon status="success">
1818
<CheckCircleIcon />
19-
</Icon>
19+
</Icon>{' '}
2020
<Icon status="info">
2121
<InfoCircleIcon />
22-
</Icon>
22+
</Icon>{' '}
2323
<Icon status="custom">
2424
<BellIcon />
2525
</Icon>

packages/react-core/src/components/Icon/examples/StandaloneIconSizes.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ export const StandaloneIconSizes: React.FunctionComponent = () => (
66
<React.Fragment>
77
<Icon size="sm">
88
<PlusCircleIcon />
9-
</Icon>
9+
</Icon>{' '}
1010
<Icon size="md">
1111
<PlusCircleIcon />
12-
</Icon>
12+
</Icon>{' '}
1313
<Icon size="lg">
1414
<PlusCircleIcon />
15-
</Icon>
15+
</Icon>{' '}
1616
<Icon size="xl">
1717
<PlusCircleIcon />
18-
</Icon>
18+
</Icon>{' '}
1919
<Icon size="2xl">
2020
<PlusCircleIcon />
21-
</Icon>
21+
</Icon>{' '}
2222
<Icon size="3xl">
2323
<PlusCircleIcon />
2424
</Icon>

0 commit comments

Comments
 (0)