diff --git a/packages/console/app/src/component/icon.tsx b/packages/console/app/src/component/icon.tsx index fa28316e..2b2dbe41 100644 --- a/packages/console/app/src/component/icon.tsx +++ b/packages/console/app/src/component/icon.tsx @@ -2,34 +2,26 @@ import { JSX } from "solid-js" export function IconLogo(props: JSX.SvgSVGAttributes) { return ( - - - - - - - - - - - - - ) + + + + + + + + + + + + +) } export function IconCopy(props: JSX.SvgSVGAttributes) {