summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/icon.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/src/components/icon.tsx')
-rw-r--r--packages/ui/src/components/icon.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/components/icon.tsx b/packages/ui/src/components/icon.tsx
index e2eaf107a..08726d0ff 100644
--- a/packages/ui/src/components/icon.tsx
+++ b/packages/ui/src/components/icon.tsx
@@ -117,7 +117,7 @@ export function Icon(props: IconProps) {
<svg
data-slot="icon-svg"
classList={{
- ...(local.classList || {}),
+ ...local.classList,
[local.class ?? ""]: !!local.class,
}}
fill="none"