From 01e0b32dcf30d94a5a73c2f99642b3592eb42776 Mon Sep 17 00:00:00 2001 From: Amir Aref Date: Sat, 18 May 2024 18:37:09 +0330 Subject: [PATCH] feat: add new svg icons for socials in static/icons (#11) --- static/icons/codeberg.svg | 2 ++ static/icons/goodreads.svg | 4 ++++ static/icons/stackoverflow.svg | 6 ++++++ static/icons/telegram.svg | 6 ++++++ 4 files changed, 18 insertions(+) create mode 100644 static/icons/codeberg.svg create mode 100644 static/icons/goodreads.svg create mode 100644 static/icons/stackoverflow.svg create mode 100644 static/icons/telegram.svg diff --git a/static/icons/codeberg.svg b/static/icons/codeberg.svg new file mode 100644 index 0000000..f65296f --- /dev/null +++ b/static/icons/codeberg.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/static/icons/goodreads.svg b/static/icons/goodreads.svg new file mode 100644 index 0000000..59e80bd --- /dev/null +++ b/static/icons/goodreads.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/static/icons/stackoverflow.svg b/static/icons/stackoverflow.svg new file mode 100644 index 0000000..f5c1bd9 --- /dev/null +++ b/static/icons/stackoverflow.svg @@ -0,0 +1,6 @@ + + + stackoverflow + + + \ No newline at end of file diff --git a/static/icons/telegram.svg b/static/icons/telegram.svg new file mode 100644 index 0000000..8536d2c --- /dev/null +++ b/static/icons/telegram.svg @@ -0,0 +1,6 @@ + + + +telegram + + \ No newline at end of file