From 7d9b4ec5183191c92ec780b55755e4c0cdb2845b Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 15 May 2025 16:06:39 +0200 Subject: [PATCH] Update cisco-icon.tsx --- .../components/landing/icons/cisco-icon.tsx | 185 +++--------------- 1 file changed, 28 insertions(+), 157 deletions(-) diff --git a/website/src/components/landing/icons/cisco-icon.tsx b/website/src/components/landing/icons/cisco-icon.tsx index 83c1f586..476517fb 100644 --- a/website/src/components/landing/icons/cisco-icon.tsx +++ b/website/src/components/landing/icons/cisco-icon.tsx @@ -7,165 +7,36 @@ export const CiscoIcon = (props: SVGProps) => ( xmlns="http://www.w3.org/2000/svg" width={187} height={80} - viewBox="0 0 138.41 29.000002" + viewBox="0 0 139 56" fill="none" {...props} > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + );