Skip to content

Commit

Permalink
chore : svg 속성 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
f0rever0 committed Dec 11, 2023
1 parent 5e3e821 commit bc664b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/icons/src/Icon/Interaction/ic-heart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const IconHeart = forwardRef<SVGSVGElement, IconHeartProps>((props, ref) => {
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
clip-rule="evenodd"
fillRule="evenodd"
clipRule="evenodd"
d="M11.9932 6.50086C10.5 3.49976 6.65975 2.16963 4.15469 4.31C1.64964 6.45037 1.29697 10.029 3.2642 12.5604C4.89982 14.6651 9.84977 19.1041 11.4721 20.5408C11.6536 20.7016 11.7444 20.7819 11.8502 20.8135C11.9426 20.8411 12.0437 20.8411 12.1361 20.8135C12.2419 20.7819 12.3327 20.7016 12.5142 20.5408C14.1365 19.1041 19.0865 14.6651 20.7221 12.5604C22.6893 10.029 22.3797 6.42786 19.8316 4.31C17.2835 2.19215 13.5 3.49976 11.9932 6.50086Z"
stroke="currentColor"
strokeWidth="1.5"
Expand Down

0 comments on commit bc664b8

Please sign in to comment.