Skip to content

Commit 6eec2e6

Browse files
authored
Merge pull request #37 from Gearbox-protocol/telegram-icon
fix: telegram icon
2 parents 84f35c7 + 34ffb6e commit 6eec2e6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/social/telegram.tsx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ export const IconTelegram = ({ style, onClick, size = 24 }: IconProps) => (
88
height={size}
99
style={style}
1010
onClick={onClick}
11+
viewBox="0 0 550 550"
12+
fill="none"
1113
xmlns="http://www.w3.org/2000/svg"
12-
viewBox="0 0 24 24"
13-
fill="currentColor"
1414
>
15-
<path d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z" />
15+
<path
16+
fill="currentColor"
17+
d="M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"
18+
/>
1619
</svg>
1720
);

0 commit comments

Comments
 (0)