From 5e6dd312eb9e4883b43fe9e61f9df7677e880812 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 15 Sep 2025 14:48:00 -0400 Subject: wip: zen --- cloud/app/src/component/icon.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cloud/app/src/component') diff --git a/cloud/app/src/component/icon.tsx b/cloud/app/src/component/icon.tsx index c91c4937d..a82572e62 100644 --- a/cloud/app/src/component/icon.tsx +++ b/cloud/app/src/component/icon.tsx @@ -69,3 +69,14 @@ export function IconCheck(props: JSX.SvgSVGAttributes) { ) } + +export function IconCreditCard(props: JSX.SvgSVGAttributes) { + return ( + + + + ) +} -- cgit v1.2.3