diff --git a/.storybook/stories.css b/.storybook/stories.css
index f5466d2e..6ff62356 100644
--- a/.storybook/stories.css
+++ b/.storybook/stories.css
@@ -7,7 +7,7 @@
.sb-icon-wrapper {
width: calc(33% - 10px);
- margin-bottom: 20px;
+ margin-bottom: 16px;
margin-right: 10px;
display: flex;
align-items: center;
diff --git a/components/src/stories/Icon.stories.js b/components/src/stories/Icon.stories.js
index 1d97dfcd..6c301d7b 100644
--- a/components/src/stories/Icon.stories.js
+++ b/components/src/stories/Icon.stories.js
@@ -51,7 +51,7 @@ export const Animated = {
Object.keys(iconsAnimated)
.map(
(icon) =>
- `
${icon}
`,
+ ` ${icon}
`,
)
.join('') +
'',
@@ -75,7 +75,7 @@ export const Baseline = {
Object.keys(iconsBaseline)
.map(
(icon) =>
- ` ${icon}
`,
+ ` ${icon}
`,
)
.join('') +
'',
@@ -99,7 +99,7 @@ export const Outline = {
Object.keys(iconsOutline)
.map(
(icon) =>
- ` ${icon}
`,
+ ` ${icon}
`,
)
.join('') +
'',
@@ -123,7 +123,7 @@ export const Round = {
Object.keys(iconsRound)
.map(
(icon) =>
- ` ${icon}
`,
+ ` ${icon}
`,
)
.join('') +
'',
@@ -147,7 +147,7 @@ export const Sharp = {
Object.keys(iconsSharp)
.map(
(icon) =>
- ` ${icon}
`,
+ ` ${icon}
`,
)
.join('') +
'',
@@ -171,7 +171,7 @@ export const Twotone = {
Object.keys(iconsTwotone)
.map(
(icon) =>
- ` ${icon}
`,
+ ` ${icon}
`,
)
.join('') +
'',