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