Skip to content

Commit a3141cb

Browse files
committed
Fix patreon logo sizing
1 parent 4dd5abc commit a3141cb

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

src/PatreonIcon.tsx

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
const PatreonIcon = () => (
2-
<svg
3-
version="1.1"
4-
id="Layer_1"
5-
xmlns="http://www.w3.org/2000/svg"
6-
xmlnsXlink="http://www.w3.org/1999/xlink"
7-
height="1em"
8-
width="1em"
9-
viewBox="0 0 1080 1080"
10-
xmlSpace="preserve"
11-
>
12-
<path
13-
fill='currentColor'
14-
d="M1033.05,324.45c-0.19-137.9-107.59-250.92-233.6-291.7c-156.48-50.64-362.86-43.3-512.28,27.2
15-
C106.07,145.41,49.18,332.61,47.06,519.31c-1.74,153.5,13.58,557.79,241.62,560.67c169.44,2.15,194.67-216.18,273.07-321.33
16-
c55.78-74.81,127.6-95.94,216.01-117.82C929.71,603.22,1033.27,483.3,1033.05,324.45z"
17-
/>
18-
</svg>
2+
<div style={{ display: 'flex', margin: '5px' }}>
3+
<svg
4+
version="1.1"
5+
id="Layer_1"
6+
xmlns="http://www.w3.org/2000/svg"
7+
xmlnsXlink="http://www.w3.org/1999/xlink"
8+
height="1em"
9+
width="1em"
10+
viewBox="0 0 1080 1080"
11+
xmlSpace="preserve"
12+
>
13+
<path
14+
fill='currentColor'
15+
d="M1033.05,324.45c-0.19-137.9-107.59-250.92-233.6-291.7c-156.48-50.64-362.86-43.3-512.28,27.2
16+
C106.07,145.41,49.18,332.61,47.06,519.31c-1.74,153.5,13.58,557.79,241.62,560.67c169.44,2.15,194.67-216.18,273.07-321.33
17+
c55.78-74.81,127.6-95.94,216.01-117.82C929.71,603.22,1033.27,483.3,1033.05,324.45z"
18+
/>
19+
</svg>
20+
</div>
1921
);
2022

2123
export default PatreonIcon;

0 commit comments

Comments
 (0)