Skip to content

Commit

Permalink
fix notifications icon prop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymikhadyuk committed Dec 18, 2023
1 parent 43d12cc commit a274946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/icons/notifications.icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const NotificationsIcon: FC<NotificationsIconProps> = ({ className }) => {
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_1790_23742)">
<g clipPath="url(#clip0_1790_23742)">
<path
d="M10 5C10 4.46957 10.2107 3.96086 10.5858 3.58579C10.9609 3.21071 11.4696 3 12 3C12.5304 3 13.0391 3.21071 13.4142 3.58579C13.7893 3.96086 14 4.46957 14 5C15.1484 5.54303 16.1274 6.38833 16.8321 7.4453C17.5367 8.50227 17.9404 9.73107 18 11V14C18.0753 14.6217 18.2954 15.2171 18.6428 15.7381C18.9902 16.2592 19.4551 16.6914 20 17H4C4.54494 16.6914 5.00981 16.2592 5.35719 15.7381C5.70457 15.2171 5.92474 14.6217 6 14V11C6.05956 9.73107 6.4633 8.50227 7.16795 7.4453C7.8726 6.38833 8.85159 5.54303 10 5"
stroke={color}
Expand Down

0 comments on commit a274946

Please sign in to comment.