diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 74f5bff..dc47f40 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1337,5 +1337,26 @@ export const svgs: iSVG[] = [ category: 'AI', route: '/library/hf.svg', url: 'https://huggingface.co/' + }, + { + id: 192, + title: 'Threads', + category: 'Social', + route: '/library/threads.svg', + url: 'https://threads.net/' + }, + { + id: 193, + title: 'Instagram', + category: 'Social', + route: '/library/instagram.svg', + url: 'https://www.instagram.com/' + }, + { + id: 194, + title: 'VueUse', + category: 'Library', + route: '/library/vueuse.svg', + url: 'https://vueuse.org/' } ]; diff --git a/static/library/instagram.svg b/static/library/instagram.svg new file mode 100644 index 0000000..8d5d207 --- /dev/null +++ b/static/library/instagram.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/threads.svg b/static/library/threads.svg new file mode 100644 index 0000000..74f3143 --- /dev/null +++ b/static/library/threads.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/vueuse.svg b/static/library/vueuse.svg new file mode 100644 index 0000000..929e76a --- /dev/null +++ b/static/library/vueuse.svg @@ -0,0 +1 @@ + \ No newline at end of file