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