Skip to content

Commit

Permalink
Fix size of RefreshIcon so the right side is not cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Dec 30, 2024
1 parent 3e6ef2f commit 029ba35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/src/RefreshIcon.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createIcon } from "./helpers/icon";

export const RefreshIcon = createIcon((props) => {
return (
<svg viewBox="0 0 14 14" width={16} height={14} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<svg viewBox="0 0 18 18" width={18} height={18} fill="none" xmlns="http://www.w3.org/2000/svg" {...props}>
<path
d="M4.289 4.083a4.813 4.813 0 018.523 3.061v1.314M11.5 10.446a4.813 4.813 0 01-8.313-3.302v-.875"
stroke="currentColor"
Expand Down

0 comments on commit 029ba35

Please sign in to comment.