diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 2ef0bc9..d6dbd67 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1288,5 +1288,19 @@ export const svgs: iSVG[] = [ category: 'Social', route: '/library/skype.svg', url: 'https://www.skype.com/' + }, + { + id: 185, + title: 'Tauri', + category: 'Library', + route: '/library/tauri.svg', + url: 'https://tauri.app/' + }, + { + id: 186, + title: 'WebKit', + category: 'Software', + route: '/library/webkit.svg', + url: 'https://webkit.org/' } ]; diff --git a/static/library/codesandbox-square.svg b/static/library/codesandbox-square.svg index 1436445..92b7874 100644 --- a/static/library/codesandbox-square.svg +++ b/static/library/codesandbox-square.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/library/tauri.svg b/static/library/tauri.svg new file mode 100644 index 0000000..9e446a9 --- /dev/null +++ b/static/library/tauri.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/webkit.svg b/static/library/webkit.svg new file mode 100644 index 0000000..c2d5c48 --- /dev/null +++ b/static/library/webkit.svg @@ -0,0 +1 @@ + \ No newline at end of file