From fd4ef08dad55e6d56c50e86abc6a70cf3e92c184 Mon Sep 17 00:00:00 2001 From: Ahsan Moin <123082059+ahmoin@users.noreply.github.com> Date: Fri, 6 Dec 2024 09:32:54 -0500 Subject: [PATCH] chore: correct icon name (#596) --- components/icons.tsx | 2 +- components/model-selector.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/icons.tsx b/components/icons.tsx index c64bd2f..93059e0 100644 --- a/components/icons.tsx +++ b/components/icons.tsx @@ -837,7 +837,7 @@ export const SparklesIcon = ({ size = 16 }: { size?: number }) => ( ); -export const CheckCirclFillIcon = ({ size = 16 }: { size?: number }) => { +export const CheckCircleFillIcon = ({ size = 16 }: { size?: number }) => { return (
- +
))}