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