From 3d6745e0f0dcc116568cf67afe655b2dca6f64e5 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 4 Dec 2023 11:53:15 +0100 Subject: [PATCH] chore: add SVG icons --- src/icons/arrow-left-s.svg | 1 + src/icons/arrow-left.svg | 1 + src/icons/arrow-right-s.svg | 1 + src/icons/arrow-right.svg | 1 + src/icons/arrow-up.svg | 1 + src/icons/close.svg | 1 + src/icons/download.svg | 1 + src/icons/github.svg | 1 + src/icons/instagram.svg | 1 + src/icons/mail-send.svg | 1 + src/icons/mail.svg | 1 + src/icons/rss.svg | 1 + src/icons/search.svg | 1 + src/icons/twitter-x.svg | 1 + src/icons/twitter.svg | 1 + 15 files changed, 15 insertions(+) create mode 100644 src/icons/arrow-left-s.svg create mode 100644 src/icons/arrow-left.svg create mode 100644 src/icons/arrow-right-s.svg create mode 100644 src/icons/arrow-right.svg create mode 100644 src/icons/arrow-up.svg create mode 100644 src/icons/close.svg create mode 100644 src/icons/download.svg create mode 100644 src/icons/github.svg create mode 100644 src/icons/instagram.svg create mode 100644 src/icons/mail-send.svg create mode 100644 src/icons/mail.svg create mode 100644 src/icons/rss.svg create mode 100644 src/icons/search.svg create mode 100644 src/icons/twitter-x.svg create mode 100644 src/icons/twitter.svg diff --git a/src/icons/arrow-left-s.svg b/src/icons/arrow-left-s.svg new file mode 100644 index 0000000..087efae --- /dev/null +++ b/src/icons/arrow-left-s.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/arrow-left.svg b/src/icons/arrow-left.svg new file mode 100644 index 0000000..29f6b7d --- /dev/null +++ b/src/icons/arrow-left.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/arrow-right-s.svg b/src/icons/arrow-right-s.svg new file mode 100644 index 0000000..48dcbb0 --- /dev/null +++ b/src/icons/arrow-right-s.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/arrow-right.svg b/src/icons/arrow-right.svg new file mode 100644 index 0000000..6fc0e9d --- /dev/null +++ b/src/icons/arrow-right.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/arrow-up.svg b/src/icons/arrow-up.svg new file mode 100644 index 0000000..da830a6 --- /dev/null +++ b/src/icons/arrow-up.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/close.svg b/src/icons/close.svg new file mode 100644 index 0000000..ddd4652 --- /dev/null +++ b/src/icons/close.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/download.svg b/src/icons/download.svg new file mode 100644 index 0000000..687e89d --- /dev/null +++ b/src/icons/download.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/github.svg b/src/icons/github.svg new file mode 100644 index 0000000..61809ed --- /dev/null +++ b/src/icons/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/instagram.svg b/src/icons/instagram.svg new file mode 100644 index 0000000..ad631f6 --- /dev/null +++ b/src/icons/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/mail-send.svg b/src/icons/mail-send.svg new file mode 100644 index 0000000..13ac6b5 --- /dev/null +++ b/src/icons/mail-send.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/mail.svg b/src/icons/mail.svg new file mode 100644 index 0000000..0ca859e --- /dev/null +++ b/src/icons/mail.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/rss.svg b/src/icons/rss.svg new file mode 100644 index 0000000..6606035 --- /dev/null +++ b/src/icons/rss.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/search.svg b/src/icons/search.svg new file mode 100644 index 0000000..2e034ab --- /dev/null +++ b/src/icons/search.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/twitter-x.svg b/src/icons/twitter-x.svg new file mode 100644 index 0000000..4555a84 --- /dev/null +++ b/src/icons/twitter-x.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/twitter.svg b/src/icons/twitter.svg new file mode 100644 index 0000000..f6d7efc --- /dev/null +++ b/src/icons/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file