From 07cf8847fb1908ff5dc47a771f57d23926baa1ce Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Fri, 15 Aug 2025 19:29:24 -0400 Subject: wip: cloud stuff --- cloud/app/src/component/icon.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cloud/app/src/component/icon.tsx (limited to 'cloud/app/src/component') diff --git a/cloud/app/src/component/icon.tsx b/cloud/app/src/component/icon.tsx new file mode 100644 index 000000000..5a565ab9a --- /dev/null +++ b/cloud/app/src/component/icon.tsx @@ -0,0 +1,24 @@ + +import { JSX } from "solid-js" + + +export function IconCopy(props: JSX.SvgSVGAttributes) { + return ( + + + + + ) +} + +export function IconCheck(props: JSX.SvgSVGAttributes) { + return ( + + + + ) +} -- cgit v1.2.3