From 57d21083314390e59809811977da49aec3fc7d22 Mon Sep 17 00:00:00 2001 From: Wilmer Blanco Date: Mon, 11 Dec 2023 14:18:57 -0300 Subject: [PATCH] Safari, chromium, edge and vivaldi logos --- src/data/svgs.ts | 28 +++++++++++++++++++++++++ static/library/chromium.svg | 29 ++++++++++++++++++++++++++ static/library/edge.svg | 41 +++++++++++++++++++++++++++++++++++++ static/library/safari.svg | 31 ++++++++++++++++++++++++++++ static/library/vivaldi.svg | 13 ++++++++++++ 5 files changed, 142 insertions(+) create mode 100644 static/library/chromium.svg create mode 100644 static/library/edge.svg create mode 100644 static/library/safari.svg create mode 100644 static/library/vivaldi.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 697b866..a720ff6 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1589,5 +1589,33 @@ export const svgs: iSVG[] = [ category: 'Browser', route: '/library/opera.svg', url: 'https://www.opera.com' + }, + { + id: 228, + title: 'Chromium', + category: 'Browser', + route: '/library/chromium.svg', + url: 'https://www.chromium.org' + }, + { + id: 229, + title: 'Edge', + category: 'Browser', + route: '/library/edge.svg', + url: 'https://www.microsoft.com/en-us/edge' + }, + { + id: 229, + title: 'Safari', + category: 'Browser', + route: '/library/safari.svg', + url: 'https://www.apple.com/safari' + }, + { + id: 230, + title: 'Vivaldi', + category: 'Browser', + route: '/library/vivaldi.svg', + url: 'https://vivaldi.com' } ]; diff --git a/static/library/chromium.svg b/static/library/chromium.svg new file mode 100644 index 0000000..3f5fafe --- /dev/null +++ b/static/library/chromium.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/edge.svg b/static/library/edge.svg new file mode 100644 index 0000000..56caadd --- /dev/null +++ b/static/library/edge.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/safari.svg b/static/library/safari.svg new file mode 100644 index 0000000..ef0dff8 --- /dev/null +++ b/static/library/safari.svg @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/vivaldi.svg b/static/library/vivaldi.svg new file mode 100644 index 0000000..7192aa3 --- /dev/null +++ b/static/library/vivaldi.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file