From e51830f5a15438f96c752a1b02ec4cc5a73a4149 Mon Sep 17 00:00:00 2001 From: Gabriel Hernandez Date: Thu, 10 Oct 2024 16:03:51 +0100 Subject: [PATCH] fix brave software and install icons (#22815) relates to #22756 fix to improve the brave software icon the the install icon. We use the SVG source from figma and don't run through our optimiser. Im thinking this may be making some of the icons jank. --- frontend/components/icons/Install.tsx | 26 +++++++----- .../SoftwarePage/components/icons/Brave.tsx | 41 ++++++++++--------- 2 files changed, 37 insertions(+), 30 deletions(-) diff --git a/frontend/components/icons/Install.tsx b/frontend/components/icons/Install.tsx index 778b4fdc60..d736372c74 100644 --- a/frontend/components/icons/Install.tsx +++ b/frontend/components/icons/Install.tsx @@ -16,21 +16,27 @@ const Install = ({ - - - + + + - - + + diff --git a/frontend/pages/SoftwarePage/components/icons/Brave.tsx b/frontend/pages/SoftwarePage/components/icons/Brave.tsx index a75ddc94bf..242f6ed066 100644 --- a/frontend/pages/SoftwarePage/components/icons/Brave.tsx +++ b/frontend/pages/SoftwarePage/components/icons/Brave.tsx @@ -4,42 +4,42 @@ import type { SVGProps } from "react"; const Brave = (props: SVGProps) => ( - - + + - - - + + + ) => ( - - +