Skip to content
Prev Previous commit
Next Next commit
Update align-none.js
  • Loading branch information
Rich Tabor committed Jun 23, 2023
commit 1c2b7ac9556b4c84c33c9a3302eebda7660295f7
2 changes: 1 addition & 1 deletion packages/icons/src/library/align-none.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';

const alignNone = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M5 15h14V9H5v6zm0 4.8h14v-1.5H5v1.5zM5 4.2v1.5h14V4.2H5z" />
<Path d="M19 5.5H5V4h14v1.5ZM19 20H5v-1.5h14V20ZM5 9h14v6H5V9Z" />
</SVG>
);

Expand Down