diff --git a/src/data/svgs.ts b/src/data/svgs.ts index bda979a..697b866 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1575,5 +1575,19 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/hoppscotch.svg', url: 'https://hoppscotch.com' + }, + { + id: 226, + title: 'Dub', + category: 'Software', + route: '/library/dub.svg', + url: 'https://dub.co' + }, + { + id: 227, + title: 'Opera', + category: 'Browser', + route: '/library/opera.svg', + url: 'https://www.opera.com' } ]; diff --git a/static/library/dub.svg b/static/library/dub.svg new file mode 100644 index 0000000..1176ff7 --- /dev/null +++ b/static/library/dub.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/static/library/opera.svg b/static/library/opera.svg new file mode 100644 index 0000000..0ebd501 --- /dev/null +++ b/static/library/opera.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + \ No newline at end of file