diff --git a/src/icons/Github/GithubIcon.tsx b/src/icons/Github/GithubIcon.tsx index d5ada581e..e422f7970 100644 --- a/src/icons/Github/GithubIcon.tsx +++ b/src/icons/Github/GithubIcon.tsx @@ -1,12 +1,14 @@ interface GithubIconProps { height?: string | number; width?: string | number; + fill?: string; className?: string; } export default function GithubIcon({ height = '1.45rem', width = '1.45rem', + fill = 'currentColor', className }: GithubIconProps) { return ( @@ -15,10 +17,10 @@ export default function GithubIcon({ width={width} className={className} xmlns="http://www.w3.org/2000/svg" - viewBox="0 0 400 400" + viewBox="60 60 280 280" >