Skip to content

Commit 4091f37

Browse files
committed
slackIcon
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
1 parent 01880e9 commit 4091f37

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/icons/SocialMedial/SlackIcon.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React from 'react';
22
import { SlackIconProps } from './types';
33

44
const SlackIcon: React.FC<SlackIconProps> = ({
5-
width = 24,
6-
height = 24,
5+
width = 40,
6+
height = 40,
77
primaryColor = '#E01E5A',
88
secondaryColor = '#36C5F0',
99
tertiaryColor = '#2EB67D',
@@ -14,6 +14,7 @@ const SlackIcon: React.FC<SlackIconProps> = ({
1414
width={width}
1515
height={height}
1616
viewBox="0 0 24 24"
17+
fill="none"
1718
xmlns="http://www.w3.org/2000/svg"
1819
style={style}
1920
>

0 commit comments

Comments
 (0)