Skip to content

Commit

Permalink
Flattens icon and reduces its weight
Browse files Browse the repository at this point in the history
  • Loading branch information
javierarce committed Sep 25, 2024
1 parent dfc28b0 commit 11e9edb
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/icons/src/library/square.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@
import { SVG, Path } from '@wordpress/primitives';

const square = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path
fill="none"
d="M5.75 12.75V18.25H11.25M12.75 5.75H18.25V11.25"
stroke="currentColor"
strokeWidth="1.5"
strokeLinecap="square"
fillRule="evenodd"
clipRule="evenodd"
d="M17.5 6.5h-4.75V5H19v6.25h-1.5V6.5ZM5 12.75h1.5v4.75h4.75V19H5v-6.25Z"
/>
</SVG>
);
Expand Down

0 comments on commit 11e9edb

Please sign in to comment.