Skip to content

Commit

Permalink
Address feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmussen committed Sep 9, 2020
1 parent b2a21d7 commit 6815a59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions packages/icons/src/library/edit.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
/**
* WordPress dependencies
* Internal dependencies
*/
import { SVG, Path } from '@wordpress/primitives';

const edit = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M20.1 5.1L16.9 2 6.2 12.7l-1.3 4.4 4.5-1.3L20.1 5.1zM4 20.8h8v-1.5H4v1.5z" />
</SVG>
);

export default edit;
import { default as pencil } from './pencil';
export default pencil;
2 changes: 1 addition & 1 deletion packages/icons/src/library/pencil.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SVG, Path } from '@wordpress/primitives';

const pencil = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M4 20h8v-1.5H4V20zM20.5 3.5c-.1-.1-.3-.2-.4-.2H19.8h-.1-.1c-.1 0-.1.1-.2.1l-5.2 4.9-1.6 1.7c-.5-.6-1.2-1-2-1-1.2 0-1.4.8-1.6 1.8-.1.5-.2 1.1-.5 1.6-.4.8-1.3 1.5-2.1 2-.2.1-.4.2-.6.4l-.1.1c-.7.4-1.3.8-1.7 1.3 0 0 .9.4 3 .4 1 0 2.1-.1 3.6-.4 2.7-.5 3.3-2.9 2.7-4.8l7.2-6.8c.3-.3.3-.8 0-1.1z" />
<Path d="M20.1 5.1L16.9 2 6.2 12.7l-1.3 4.4 4.5-1.3L20.1 5.1zM4 20.8h8v-1.5H4v1.5z" />
</SVG>
);

Expand Down

0 comments on commit 6815a59

Please sign in to comment.