From 569eed93a68c0cc6707f8640f5dd569f6176964a Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:50:17 +0100 Subject: Padding fixes and slight tweaks to icons etc --- apps/website/src/components/icons/Icon.astro | 1 + apps/website/src/components/icons/impl/user.svg | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 apps/website/src/components/icons/impl/user.svg (limited to 'apps/website/src/components') diff --git a/apps/website/src/components/icons/Icon.astro b/apps/website/src/components/icons/Icon.astro index 7353c7d..b7442ab 100644 --- a/apps/website/src/components/icons/Icon.astro +++ b/apps/website/src/components/icons/Icon.astro @@ -29,6 +29,7 @@ type _Icons = | 'link-external' | 'code' | 'chat' + | 'user' | External | ModIcons; export type Icons = _Icons; // bypass for Astro compiler issue https://github.com/withastro/compiler/issues/554#issuecomment-1741702411 diff --git a/apps/website/src/components/icons/impl/user.svg b/apps/website/src/components/icons/impl/user.svg new file mode 100644 index 0000000..9135b9f --- /dev/null +++ b/apps/website/src/components/icons/impl/user.svg @@ -0,0 +1,3 @@ + + + -- cgit