Skip to content

Commit

Permalink
Center the plus.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joen Asmussen committed Feb 27, 2020
1 parent accf9bf commit 862ef39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icons/src/library/plus.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';

const plus = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M12.5 17H11v-5H6v-1.5h5V6h1.5v4.5H17V12h-4.5z" />
<Path d="M13.2 17.2h-1.4v-5h-5v-1.4h5V6.2h1.4v4.6h4.6v1.4h-4.6z" />
</SVG>
);

Expand Down

0 comments on commit 862ef39

Please sign in to comment.