Skip to content

Commit

Permalink
console errors
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Nov 11, 2024
1 parent b9be2b7 commit 79f1115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Icon/Twitter/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ const Twitter = ({ fillColor }) => (
fill={fillColor || ""}
></path>
<path
fill-rule="evenodd"
fillRule="evenodd"
d="M11 22c6.075 0 11-4.925 11-11S17.075 0 11 0 0 4.925 0 11s4.925 11 11 11Zm4.884-16.408-3.89 4.541 4.231 6.184h-3.112l-2.849-4.164-3.567 4.164h-.922l4.08-4.763-4.08-5.962h3.112l2.698 3.943 3.378-3.943h.921Z"
clip-rule="evenodd"
clipRule="evenodd"
fill={fillColor || ""}
></path>
</svg>
Expand Down

0 comments on commit 79f1115

Please sign in to comment.