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 stretch-full-width.js
  • Loading branch information
richtabor committed Jun 23, 2023
commit caf6fee384775275de523551a32cde117131bbe5
2 changes: 1 addition & 1 deletion packages/icons/src/library/stretch-full-width.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';

const stretchFullWidth = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M5 4v11h14V4H5zm3 15.8h8v-1.5H8v1.5z" />
<Path d="M5 4h14v11H5V4Zm11 16H8v-1.5h8V20Z" />
</SVG>
);

Expand Down