From f2f4d87cc0d0a0466ce1efdac73c55de5693b483 Mon Sep 17 00:00:00 2001 From: Jay V Date: Thu, 28 Aug 2025 18:13:45 -0400 Subject: ignore: cloud styles --- cloud/app/src/component/icon.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'cloud/app/src/component') diff --git a/cloud/app/src/component/icon.tsx b/cloud/app/src/component/icon.tsx index 5a565ab9a..d73c178bc 100644 --- a/cloud/app/src/component/icon.tsx +++ b/cloud/app/src/component/icon.tsx @@ -1,6 +1,21 @@ - import { JSX } from "solid-js" +export function IconLogo(props: JSX.SvgSVGAttributes) { + return ( + + + + + + + + + + + + + ); +} export function IconCopy(props: JSX.SvgSVGAttributes) { return ( -- cgit v1.2.3