export type IconProps = React.HTMLAttributes; export const Icons = { gitHub: (props: IconProps) => ( GitHub ), };