diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 3db6db8..4aeb9ba 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -1176,5 +1176,33 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/elementor.svg',
url: 'https://elementor.com/'
- }
+ },
+ {
+ id: 169,
+ title: 'Prime video',
+ category: 'Entertainment',
+ route: '/library/prime-video.svg',
+ url: 'https://primevideo.com/'
+ },
+ {
+ id: 170,
+ title: 'Chrome',
+ category: 'Browser',
+ route: '/library/chrome.svg',
+ url: 'https://chrome.com/'
+ },
+ {
+ id: 171,
+ title: 'RxJS',
+ category: 'Library',
+ route: '/library/rxjs.svg',
+ url: 'https://rxjs.dev/'
+ },
+ {
+ id: 172,
+ title: 'Electron',
+ category: 'Library',
+ route: '/library/electron.svg',
+ url: 'https://www.electronjs.org'
+ },
];
diff --git a/static/library/chrome.svg b/static/library/chrome.svg
new file mode 100644
index 0000000..0cf061d
--- /dev/null
+++ b/static/library/chrome.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/electron.svg b/static/library/electron.svg
new file mode 100644
index 0000000..de2d6f3
--- /dev/null
+++ b/static/library/electron.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/prime-video.svg b/static/library/prime-video.svg
new file mode 100644
index 0000000..c31ec9d
--- /dev/null
+++ b/static/library/prime-video.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/rxjs.svg b/static/library/rxjs.svg
new file mode 100644
index 0000000..1642319
--- /dev/null
+++ b/static/library/rxjs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file