Skip to content

Commit

Permalink
fix ChatBubble icon attr name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rezahedi committed Mar 25, 2024
1 parent d2e2203 commit 7d24324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/icons/ChatBubble.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default function ChatBubble({className}: {className?: string}) {
return (
<div className={className}>
<svg viewBox="0 0 24 24" aria-hidden="true" fill='none' stroke="currentColor">
<path d="m4.635 13.5-.007-.006-.006-.007A5.515 5.515 0 0 1 3 9.571 5.565 5.565 0 0 1 8.571 4h6.857c1.518 0 2.883.607 3.895 1.59A5.548 5.548 0 0 1 21 9.667v.002c-.048 3.032-2.598 5.473-5.674 5.473H10.714v4.573L4.634 13.5Z" stroke-width="2"></path>
<path d="m4.635 13.5-.007-.006-.006-.007A5.515 5.515 0 0 1 3 9.571 5.565 5.565 0 0 1 8.571 4h6.857c1.518 0 2.883.607 3.895 1.59A5.548 5.548 0 0 1 21 9.667v.002c-.048 3.032-2.598 5.473-5.674 5.473H10.714v4.573L4.634 13.5Z" strokeWidth="2"></path>
</svg>
</div>
)
Expand Down

0 comments on commit 7d24324

Please sign in to comment.