We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01880e9 commit 4091f37Copy full SHA for 4091f37
1 file changed
src/icons/SocialMedial/SlackIcon.tsx
@@ -2,8 +2,8 @@ import React from 'react';
2
import { SlackIconProps } from './types';
3
4
const SlackIcon: React.FC<SlackIconProps> = ({
5
- width = 24,
6
- height = 24,
+ width = 40,
+ height = 40,
7
primaryColor = '#E01E5A',
8
secondaryColor = '#36C5F0',
9
tertiaryColor = '#2EB67D',
@@ -14,6 +14,7 @@ const SlackIcon: React.FC<SlackIconProps> = ({
14
width={width}
15
height={height}
16
viewBox="0 0 24 24"
17
+ fill="none"
18
xmlns="http://www.w3.org/2000/svg"
19
style={style}
20
>
0 commit comments