diff --git a/components/icons/GiteaIcon.tsx b/components/icons/GiteaIcon.tsx new file mode 100644 index 0000000..64798c0 --- /dev/null +++ b/components/icons/GiteaIcon.tsx @@ -0,0 +1,23 @@ +import Gitea from "@/public/gitea.svg"; + +type GiteaIconProps = { + size?: number; + className?: string; + "aria-label"?: string; +}; + +export default function GiteaIcon({ + size = 24, + className, + ...rest +}: GiteaIconProps) { + return ( + + ); +} diff --git a/public/gitea.svg b/public/gitea.svg index 6eeaf2d..07d936b 100644 --- a/public/gitea.svg +++ b/public/gitea.svg @@ -1,7 +1,7 @@ - + Gitea Streamline Icon: https://streamlinehq.com Gitea - + \ No newline at end of file diff --git a/public/linkedin.svg b/public/linkedin.svg index 001bdcd..f4cd369 100644 --- a/public/linkedin.svg +++ b/public/linkedin.svg @@ -1,8 +1,8 @@ - -