import { IconProps } from "../types" import GithubSvg from "@/assets/github.svg" export const GithubIcon = (props: IconProps) => { return }