From d8c97bfbb4d034a803913d877737d778633dc929 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 15 May 2025 14:35:22 +0200 Subject: [PATCH] Update oracle-icon.tsx --- .../components/landing/icons/oracle-icon.tsx | 111 +++++++++++------- 1 file changed, 68 insertions(+), 43 deletions(-) diff --git a/website/src/components/landing/icons/oracle-icon.tsx b/website/src/components/landing/icons/oracle-icon.tsx index 34b83a81..0571a047 100644 --- a/website/src/components/landing/icons/oracle-icon.tsx +++ b/website/src/components/landing/icons/oracle-icon.tsx @@ -2,47 +2,72 @@ import * as React from "react"; import { SVGProps } from "react"; export const OracleIcon = (props: SVGProps) => ( - - - - - - - - - - - - - - + + + + + + + + + + + + + );