From 38e8c42cf02f73fb300889ab989088899a3aedb7 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 9 Sep 2025 23:43:37 -0400 Subject: ci: format --- cloud/app/src/component/icon.tsx | 58 +++++++++++++++++++++++++++++++--------- 1 file changed, 45 insertions(+), 13 deletions(-) (limited to 'cloud/app/src/component') diff --git a/cloud/app/src/component/icon.tsx b/cloud/app/src/component/icon.tsx index d73c178bc..c91c4937d 100644 --- a/cloud/app/src/component/icon.tsx +++ b/cloud/app/src/component/icon.tsx @@ -6,34 +6,66 @@ export function IconLogo(props: JSX.SvgSVGAttributes) { - + - - + + - ); + ) } export function IconCopy(props: JSX.SvgSVGAttributes) { return ( - - - + + + ) } export function IconCheck(props: JSX.SvgSVGAttributes) { return ( - - + + ) } -- cgit v1.2.3