diff --git a/packages/design-system/icons/src/components/github.tsx b/packages/design-system/icons/src/components/github.tsx index 1c4e6662352c5..56ba10ba6260c 100644 --- a/packages/design-system/icons/src/components/github.tsx +++ b/packages/design-system/icons/src/components/github.tsx @@ -1,7 +1,7 @@ import * as React from "react" import type { IconProps } from "../types" -const Github = React.forwardRef>( - (props, ref) => { +const Github = React.forwardRef( + ({ color = "#1B1F23", ...props }, ref) => { return ( >( {...props} >