diff --git a/.changeset/chilly-singers-rhyme.md b/.changeset/chilly-singers-rhyme.md new file mode 100644 index 0000000..7573303 --- /dev/null +++ b/.changeset/chilly-singers-rhyme.md @@ -0,0 +1,5 @@ +--- +'@commencis/starter-react-vite': patch +--- + +omit width & height from IconProps diff --git a/src/components/ui/Icon/Icon.tsx b/src/components/ui/Icon/Icon.tsx index d9351ea..facc9f0 100644 --- a/src/components/ui/Icon/Icon.tsx +++ b/src/components/ui/Icon/Icon.tsx @@ -9,7 +9,7 @@ export type IconProps = { name: IconName; size?: IconSize; color?: string; -} & Omit; +} & Omit; export function Icon({ name,