diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 6a5d4bd..fa94a63 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1773,6 +1773,76 @@ export const svgs: iSVG[] = [
url: 'https://documenso.com'
},
{
+ id: 326851,
+ title: 'Bash',
+ category: 'Language',
+ route: '/library/bash.svg',
+ url: 'https://www.gnu.org/software/bash/'
+ },
+ {
+ id: 740938,
+ title: 'C',
+ category: 'Language',
+ route: '/library/c.svg',
+ url: 'https://en.wikipedia.org/wiki/C_(programming_language)'
+ },
+ {
+ id: 156807,
+ title: 'C++',
+ category: 'Language',
+ route: '/library/c++.svg',
+ url: 'https://en.wikipedia.org/wiki/C%2B%2B'
+ },
+ {
+ id: 854167,
+ title: 'Cobol',
+ category: 'Language',
+ route: '/library/cobol.svg',
+ url: 'https://en.wikipedia.org/wiki/COBOL'
+ },
+ {
+ id: 473965,
+ title: 'Fortran',
+ category: 'Language',
+ route: '/library/fortran.svg',
+ url: 'https://en.wikipedia.org/wiki/Fortran'
+ },
+ {
+ id: 429673,
+ title: 'Haskell',
+ category: 'Language',
+ route: '/library/haskell.svg',
+ url: 'https://www.haskell.org/'
+ },
+ {
+ id: 907583,
+ title: 'matlab',
+ category: 'Language',
+ route: '/library/matlab.svg',
+ url: 'https://www.mathworks.com/products/matlab.html'
+ },
+ {
+ id: 754396,
+ title: 'R',
+ category: 'Language',
+ route: '/library/r.svg',
+ url: 'https://www.r-project.org/'
+ },
+ {
+ id: 783625,
+ title: 'Rust',
+ category: 'Language',
+ route: '/library/rust.svg',
+ url: 'https://www.rust-lang.org/'
+ },
+ {
+ id: 586019,
+ title: 'Zig',
+ category: 'Language',
+ route: '/library/zig.svg',
+ url: 'https://ziglang.org/'
+ },
+ {
id: 233,
title: 'Instatus',
category: 'Software',
diff --git a/static/library/bash.svg b/static/library/bash.svg
new file mode 100644
index 0000000..e7eaad8
--- /dev/null
+++ b/static/library/bash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/c++.svg b/static/library/c++.svg
new file mode 100644
index 0000000..e371402
--- /dev/null
+++ b/static/library/c++.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/c.svg b/static/library/c.svg
new file mode 100644
index 0000000..76b62a1
--- /dev/null
+++ b/static/library/c.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/cobol.svg b/static/library/cobol.svg
new file mode 100644
index 0000000..e6e7f82
--- /dev/null
+++ b/static/library/cobol.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/fortran.svg b/static/library/fortran.svg
new file mode 100644
index 0000000..0ad4185
--- /dev/null
+++ b/static/library/fortran.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/haskell.svg b/static/library/haskell.svg
new file mode 100644
index 0000000..65d0786
--- /dev/null
+++ b/static/library/haskell.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/matlab.svg b/static/library/matlab.svg
new file mode 100644
index 0000000..45b875a
--- /dev/null
+++ b/static/library/matlab.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/r.svg b/static/library/r.svg
new file mode 100644
index 0000000..575c110
--- /dev/null
+++ b/static/library/r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/rust.svg b/static/library/rust.svg
new file mode 100644
index 0000000..2587862
--- /dev/null
+++ b/static/library/rust.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/zig.svg b/static/library/zig.svg
new file mode 100644
index 0000000..f733d27
--- /dev/null
+++ b/static/library/zig.svg
@@ -0,0 +1 @@
+
\ No newline at end of file