import type { IconProps } from "./types"; export const IconGithub = ({ width = 16, height = 16, className = "", }: IconProps) => ( );