Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update spacer block icon
  • Loading branch information
richtabor committed Jun 23, 2023
commit 33f63d3f51c15c9c75df020ffe1658bd1ab96092
2 changes: 1 addition & 1 deletion packages/icons/src/library/resize-corner-n-e.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Path, SVG } from '@wordpress/primitives';

const resizeCornerNE = (
<SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<Path d="M12.5 4.2v1.6h4.7L5.8 17.2V12H4.2v7.8H12v-1.6H6.8L18.2 6.8v4.7h1.6V4.2z" />
<Path d="M7 18h5v1.5H4.5V12H6v5L17 6h-4V4.5h6.5V11H18V7L7 18Z" />
</SVG>
);

Expand Down