From 860bfe74dfa27fe7b7975229e1a2534a307f18f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Mon, 18 May 2026 18:25:41 +0400 Subject: [PATCH] add gitea icon --- lib/icons/gitea.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lib/icons/gitea.js diff --git a/lib/icons/gitea.js b/lib/icons/gitea.js new file mode 100644 index 0000000..1c8fa34 --- /dev/null +++ b/lib/icons/gitea.js @@ -0,0 +1,9 @@ +import {SvgIcon} from '@mui/material' + +export default function GiteaIcon(props) { + return ( + + + + ) +}