From a31b3dda1789b6f563c96a1fd1fb0d156463c131 Mon Sep 17 00:00:00 2001 From: Wilmer Blanco Date: Mon, 11 Dec 2023 12:26:49 -0300 Subject: [PATCH] adding opera logo --- src/data/svgs.ts | 7 +++++++ static/library/opera.svg | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 static/library/opera.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index bda979a..53978f9 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1575,5 +1575,12 @@ export const svgs: iSVG[] = [ category: 'Software', route: '/library/hoppscotch.svg', url: 'https://hoppscotch.com' + }, + { + id: 226, + title: 'Opera', + category: 'Browser', + route: '/library/opera.svg', + url: 'https://www.opera.com' } ]; 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