From 9feb923126e300d597fbafb548161ae65268e6c4 Mon Sep 17 00:00:00 2001 From: Gabriel Hernandez Date: Wed, 2 Oct 2024 10:05:55 +0100 Subject: [PATCH] new 1password logo --- .../components/icons/OnePassword.tsx | 339 ++++-------------- 1 file changed, 67 insertions(+), 272 deletions(-) diff --git a/frontend/pages/SoftwarePage/components/icons/OnePassword.tsx b/frontend/pages/SoftwarePage/components/icons/OnePassword.tsx index 5da10b15830c..55fe4c0655a6 100644 --- a/frontend/pages/SoftwarePage/components/icons/OnePassword.tsx +++ b/frontend/pages/SoftwarePage/components/icons/OnePassword.tsx @@ -4,283 +4,78 @@ import type { SVGProps } from "react"; const OnePassword = (props: SVGProps) => ( - - - - - + - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ); export default OnePassword;