From e8e3bbe75e587f3e788508ae144b86765a57c61d Mon Sep 17 00:00:00 2001 From: ollyhearn Date: Wed, 3 Jun 2026 10:42:11 +0300 Subject: [PATCH] todo: icons --- src/components/common/Icon.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/Icon.tsx b/src/components/common/Icon.tsx index 18e273c..d919efe 100644 --- a/src/components/common/Icon.tsx +++ b/src/components/common/Icon.tsx @@ -8,6 +8,7 @@ * The rendered carries className "ph" and sizes to 1em, so the shell CSS * controls size/colour via font-size + currentColor, exactly like the reference. */ +// TODO: remove this component, use phosphor's icons project-wide import type { CSSProperties } from 'react'; import { ArrowCircleDown,