diff --git a/src/components/fundamentals/icons/bell-icon.tsx b/src/components/fundamentals/icons/bell-icon.tsx index 3469267367..b705287325 100644 --- a/src/components/fundamentals/icons/bell-icon.tsx +++ b/src/components/fundamentals/icons/bell-icon.tsx @@ -4,7 +4,7 @@ import IconProps from "./types/icon-type" const BellIcon: React.FC = ({ size = "24px", color = "currentColor", - attributes, + ...attributes }) => { return ( = ({ size = "24px", color = "currentColor", accentColor = "#F43F5E", - attributes, + ...attributes }) => { return ( = ({ size = "24px", color = "currentColor", - attributes, + ...attributes }) => { return ( = ({ size = "24px", color = "currentColor", - attributes, + ...attributes }) => { return ( = ({ size = "24px", color = "currentColor", - attributes, + ...attributes }) => { return ( = ({ size = "24px", color = "currentColor", - attributes, + ...attributes }) => { return ( = ({ size = "24px", color = "currentColor", - attributes, + ...attributes }) => { return ( = ({ size = "24px", color = "currentColor", - attributes, + ...attributes }) => { return ( = ({ size = "24px", color = "currentColor", - attributes, + ...attributes }) => { return ( = ({ size = "24px", color = "currentColor", - attributes, + ...attributes }) => { return ( = ({ size = "24px", color = "currentColor", - attributes, + ...attributes }) => { return ( -} +} & React.SVGAttributes export default IconProps diff --git a/src/components/fundamentals/icons/users-icon.tsx b/src/components/fundamentals/icons/users-icon.tsx index 29c3b3fb37..7261b3252b 100644 --- a/src/components/fundamentals/icons/users-icon.tsx +++ b/src/components/fundamentals/icons/users-icon.tsx @@ -4,7 +4,7 @@ import IconProps from "./types/icon-type" const UsersIcon: React.FC = ({ size = "24px", color = "currentColor", - attributes, + ...attributes }) => { return (