Skip to content

Commit

Permalink
fix(Icon): send icon wrong sizing (#4087)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthprost authored Jul 29, 2024
1 parent 57d5450 commit f19fe83
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/perfect-ways-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ultraviolet/icons": patch
---

Fix `<Icon />` with name `send`
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/icons/src/components/Icon/assets/default/send.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions packages/icons/src/components/Icon/assets/small/send.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion packages/icons/src/components/Icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ export const Icon = forwardRef<SVGSVGElement, IconProps>(
'close-circle-outline',
'drag-variant',
'expand-more',
'send',
'switch_orga',
].includes(name)
) {
Expand Down

0 comments on commit f19fe83

Please sign in to comment.