diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index a891c2e..9b6de35 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -47,10 +47,10 @@ export const svgs: iSVG[] = [
url: 'https://vuejs.org/'
},
{
- title: "Vuetify",
- category: "Library",
- route: "/library/vuetify.svg",
- url: "https://vuetifyjs.com/"
+ title: 'Vuetify',
+ category: 'Library',
+ route: '/library/vuetify.svg',
+ url: 'https://vuetifyjs.com/'
},
{
title: 'Nuxt',
@@ -2045,9 +2045,27 @@ export const svgs: iSVG[] = [
url: 'https://spring.io/'
},
{
- "title": "Directus",
- "category": "CMS",
- "route": "/library/directus.svg",
- "url": "https://directus.io/"
+ title: 'Directus',
+ category: 'CMS',
+ route: '/library/directus.svg',
+ url: 'https://directus.io/'
},
-];
\ No newline at end of file
+ {
+ title: 'Emacs',
+ category: 'Software',
+ route: '/library/emacs.svg',
+ url: 'https://www.gnu.org/software/emacs/'
+ },
+ {
+ title: 'Svgl',
+ category: 'Library',
+ route: '/library/svgl.svg',
+ url: 'https://svgl.app'
+ },
+ {
+ title: 'Google Idx',
+ category: 'Software',
+ route: '/library/google-idx.svg',
+ url: 'https://idx.dev/'
+ }
+];
diff --git a/static/library/emacs.svg b/static/library/emacs.svg
new file mode 100644
index 0000000..07c62c0
--- /dev/null
+++ b/static/library/emacs.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/google-idx.svg b/static/library/google-idx.svg
new file mode 100644
index 0000000..df43cf8
--- /dev/null
+++ b/static/library/google-idx.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/static/library/svgl.svg b/static/library/svgl.svg
new file mode 100644
index 0000000..d440064
--- /dev/null
+++ b/static/library/svgl.svg
@@ -0,0 +1 @@
+
\ No newline at end of file