From 4b790dd5f4b340a4fc46936e2fcae822ab35f7cb Mon Sep 17 00:00:00 2001 From: Candido Sales Gomes Date: Fri, 31 May 2024 13:08:17 -0400 Subject: [PATCH] added Cisco logo --- src/data/svgs.ts | 9 +++++++++ static/library/cisco_dark.svg | 3 +++ static/library/cisco_light.svg | 3 +++ 3 files changed, 15 insertions(+) create mode 100644 static/library/cisco_dark.svg create mode 100644 static/library/cisco_light.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 2fc0d68c..e00d84fc 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1,6 +1,15 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ + { + title: 'Cisco', + category: 'Software', + route: { + light: '/library/cisco_light.svg', + dark: '/library/cisco_dark.svg' + }, + url: 'https://www.cisco.com/' + }, { title: 'Animate', category: ['Software', 'Design'], diff --git a/static/library/cisco_dark.svg b/static/library/cisco_dark.svg new file mode 100644 index 00000000..9f6401b1 --- /dev/null +++ b/static/library/cisco_dark.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/static/library/cisco_light.svg b/static/library/cisco_light.svg new file mode 100644 index 00000000..2e98a95a --- /dev/null +++ b/static/library/cisco_light.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file