1
1
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 >
19
21
) ;
20
22
21
23
export default PatreonIcon ;
0 commit comments