Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 5313f8e

Browse files
committed
fix(Icons): Remove whitespace
1 parent 5d18333 commit 5313f8e

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

src/icons/IconArrowLeft.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ export default ({ width = '1em', height = '1em', color = 'inherit' }: IconProps)
1212

1313
return (
1414
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
15-
<path d="M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6
16-
0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6
17-
216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24
15+
<path d="M257.5 445.1l-22.2 22.2c-9.4 9.4-24.6 9.4-33.9 0L7 273c-9.4-9.4-9.4-24.6
16+
0-33.9L201.4 44.7c9.4-9.4 24.6-9.4 33.9 0l22.2 22.2c9.5 9.5 9.3 25-.4 34.3L136.6
17+
216H424c13.3 0 24 10.7 24 24v32c0 13.3-10.7 24-24
1818
24H136.6l120.5 114.8c9.8 9.3 10 24.8.4 34.3z"/>
1919
</Svg>
2020
);

src/icons/IconChevronRight.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ export default ({ width = '1em', height = '1em', color = 'inherit' }: IconProps)
1212

1313
return (
1414
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
15-
<path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941
16-
0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373
15+
<path d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941
16+
0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484
17+
101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373
1718
24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/>
1819
</Svg>
1920
);

src/icons/IconChevronUp.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ export default ({ width = '1em', height = '1em', color = 'inherit' }: IconProps)
1212

1313
return (
1414
<Svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512">
15-
<path d="M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667
16-
22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544
17-
9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03
15+
<path d="M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667
16+
22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544
17+
9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03
1818
130.525c9.372-9.373 24.568-9.373 33.941-.001z"/>
1919
</Svg>
2020
);

0 commit comments

Comments
 (0)