Skip to content

Commit

Permalink
Replace legacy widget icon with its new version (#33041)
Browse files Browse the repository at this point in the history
* Replace legacy widget icon with its new version

* Fix the legacy widget with its correct version from Figma
  • Loading branch information
manooweb authored and youknowriad committed Jul 6, 2021
1 parent b3ee662 commit 65e1640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/icons/src/library/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import { Path, SVG } from '@wordpress/primitives';

const widget = (
<SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<Path d="M7 11h2v2H7v-2zm14-5v14l-2 2H5l-2-2V6l2-2h1V2h2v2h8V2h2v2h1l2 2zM5 8h14V6H5v2zm14 12V10H5v10h14zm-4-7h2v-2h-2v2zm-4 0h2v-2h-2v2z" />
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M6 3H8V5H16V3H18V5C19.1046 5 20 5.89543 20 7V19C20 20.1046 19.1046 21 18 21H6C4.89543 21 4 20.1046 4 19V7C4 5.89543 4.89543 5 6 5V3ZM18 6.5H6C5.72386 6.5 5.5 6.72386 5.5 7V8H18.5V7C18.5 6.72386 18.2761 6.5 18 6.5ZM18.5 9.5H5.5V19C5.5 19.2761 5.72386 19.5 6 19.5H18C18.2761 19.5 18.5 19.2761 18.5 19V9.5ZM11 11H13V13H11V11ZM7 11V13H9V11H7ZM15 13V11H17V13H15Z" />
</SVG>
);

Expand Down

0 comments on commit 65e1640

Please sign in to comment.