From 72c7c5d5128b9b8799b464a89259ab0ff422b1af Mon Sep 17 00:00:00 2001 From: Michal Vanko Date: Wed, 13 Mar 2024 19:14:32 +0100 Subject: [PATCH] icons --- src/svg/code.svg | 1 + src/svg/discord.svg | 1 + src/svg/gamepad.svg | 1 + src/svg/github.svg | 2 +- src/svg/instagram.svg | 15 +-------------- src/svg/linkedin.svg | 2 +- src/svg/mail.svg | 2 +- src/svg/rss.svg | 2 +- src/svg/tiktok-2.svg | 4 ++++ src/svg/tiktok.svg | 1 + src/svg/twitch.svg | 2 +- src/svg/twitter.svg | 2 +- src/svg/youtube.svg | 1 + static/images/mail.svg | 1 + static/svg/icons-sprite.svg | 19 +++++++++++++++++++ 15 files changed, 36 insertions(+), 20 deletions(-) create mode 100644 src/svg/code.svg create mode 100644 src/svg/discord.svg create mode 100644 src/svg/gamepad.svg create mode 100644 src/svg/tiktok-2.svg create mode 100644 src/svg/tiktok.svg create mode 100644 src/svg/youtube.svg create mode 100644 static/images/mail.svg create mode 100644 static/svg/icons-sprite.svg diff --git a/src/svg/code.svg b/src/svg/code.svg new file mode 100644 index 0000000..6a75e3b --- /dev/null +++ b/src/svg/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/discord.svg b/src/svg/discord.svg new file mode 100644 index 0000000..16ef6b7 --- /dev/null +++ b/src/svg/discord.svg @@ -0,0 +1 @@ + diff --git a/src/svg/gamepad.svg b/src/svg/gamepad.svg new file mode 100644 index 0000000..0d22698 --- /dev/null +++ b/src/svg/gamepad.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/svg/github.svg b/src/svg/github.svg index 007b244..17b2b7d 100644 --- a/src/svg/github.svg +++ b/src/svg/github.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/instagram.svg b/src/svg/instagram.svg index 6f438be..13ad30b 100644 --- a/src/svg/instagram.svg +++ b/src/svg/instagram.svg @@ -1,14 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/src/svg/linkedin.svg b/src/svg/linkedin.svg index f730308..3f25e14 100644 --- a/src/svg/linkedin.svg +++ b/src/svg/linkedin.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/mail.svg b/src/svg/mail.svg index f8149d5..756f9c8 100644 --- a/src/svg/mail.svg +++ b/src/svg/mail.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/rss.svg b/src/svg/rss.svg index e5fd969..0db6de2 100644 --- a/src/svg/rss.svg +++ b/src/svg/rss.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/tiktok-2.svg b/src/svg/tiktok-2.svg new file mode 100644 index 0000000..3b8d3e0 --- /dev/null +++ b/src/svg/tiktok-2.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/svg/tiktok.svg b/src/svg/tiktok.svg new file mode 100644 index 0000000..cc97a60 --- /dev/null +++ b/src/svg/tiktok.svg @@ -0,0 +1 @@ + diff --git a/src/svg/twitch.svg b/src/svg/twitch.svg index 8b93233..afcd33a 100644 --- a/src/svg/twitch.svg +++ b/src/svg/twitch.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/twitter.svg b/src/svg/twitter.svg index 85d1374..21fbe74 100644 --- a/src/svg/twitter.svg +++ b/src/svg/twitter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/svg/youtube.svg b/src/svg/youtube.svg new file mode 100644 index 0000000..857e9e4 --- /dev/null +++ b/src/svg/youtube.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/mail.svg b/static/images/mail.svg new file mode 100644 index 0000000..f8149d5 --- /dev/null +++ b/static/images/mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/svg/icons-sprite.svg b/static/svg/icons-sprite.svg new file mode 100644 index 0000000..c050368 --- /dev/null +++ b/static/svg/icons-sprite.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file