Skip to content

Commit

Permalink
Merge pull request #50 from 0xStation/kolyasapphire/plus-icon
Browse files Browse the repository at this point in the history
Send icon prop name fixes
  • Loading branch information
kolyasapphire authored Nov 2, 2023
2 parents b031097 + 4f8831d commit 49e8f56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/honest-windows-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@groupos/ui-components': patch
---

Send icon prop name fixes
4 changes: 2 additions & 2 deletions packages/components/src/icons/send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export const Send = ({ className, fill, ...props }: Omit<React.SVGProps<SVGSVGEl
{...props}
>
<path
fill-rule="evenodd"
fillRule="evenodd"
d="M8.25 3.75H19.5a.75.75 0 01.75.75v11.25a.75.75 0 01-1.5 0V6.31L5.03 20.03a.75.75 0 01-1.06-1.06L17.69 5.25H8.25a.75.75 0 010-1.5z"
clip-rule="evenodd"
clipRule="evenodd"
/>
</svg>
)
Expand Down

0 comments on commit 49e8f56

Please sign in to comment.