Skip to content

Commit

Permalink
feat: change rect outline svg
Browse files Browse the repository at this point in the history
  • Loading branch information
F-star committed Nov 22, 2024
1 parent 9ad814d commit 334756f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icons/src/icons/tool/rect-outlined.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const RectOutlined = React.memo(() => {
stroke="currentColor"
xmlns="http://www.w3.org/2000/svg"
>
<rect x="4.5" y="6.5" width="16" height="11" rx="0.5" />
<rect x="4.5" y="4.5" width="15" height="15" />
</svg>
);
});

0 comments on commit 334756f

Please sign in to comment.