+ );
+}
diff --git a/src/icons/social-facebook.svg b/src/icons/social-facebook.svg
new file mode 100644
index 0000000..03290a5
--- /dev/null
+++ b/src/icons/social-facebook.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/src/icons/social-github.svg b/src/icons/social-github.svg
new file mode 100644
index 0000000..647872a
--- /dev/null
+++ b/src/icons/social-github.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/src/icons/social-instagram.svg b/src/icons/social-instagram.svg
new file mode 100644
index 0000000..15091f3
--- /dev/null
+++ b/src/icons/social-instagram.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/src/icons/social-linkedin.svg b/src/icons/social-linkedin.svg
new file mode 100644
index 0000000..ae735d1
--- /dev/null
+++ b/src/icons/social-linkedin.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/src/icons/social-x.svg b/src/icons/social-x.svg
new file mode 100644
index 0000000..41112ef
--- /dev/null
+++ b/src/icons/social-x.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/src/icons/social-xing.svg b/src/icons/social-xing.svg
new file mode 100644
index 0000000..910f564
--- /dev/null
+++ b/src/icons/social-xing.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/src/icons/social-youtube.svg b/src/icons/social-youtube.svg
new file mode 100644
index 0000000..2c3d559
--- /dev/null
+++ b/src/icons/social-youtube.svg
@@ -0,0 +1,4 @@
+
\ No newline at end of file
diff --git a/src/lib/data.ts b/src/lib/data.ts
index f1d451d..afefc93 100644
--- a/src/lib/data.ts
+++ b/src/lib/data.ts
@@ -36,6 +36,10 @@ export function getReleases(): string[] {
return data.releases;
}
+export function getSocialLinks() {
+ return config.social;
+}
+
export function getTags(): string[] {
return data.tags;
}