Skip to content

Commit

Permalink
Merge pull request #197 from WordPress/add/full-bleed-icon
Browse files Browse the repository at this point in the history
Add full-bleed icon to base prototype.
  • Loading branch information
jasmussen authored Mar 7, 2017
2 parents f993ea1 + 9a77853 commit a4a07e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<svg class="gridicon gridicons-align-image-right" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M21 7H3V5h18v2zm0 10H3v2h18v-2zm0-8h-8v6h8V9zm-10 4H3v2h8v-2zm0-4H3v2h8V9z"></path></g></svg>
</button>
<button class="block-image block-image__full-width">
<svg class="gridicon gridicons-fullscreen" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><title>Full Bleed</title><path d="M21 3v6h-2V6.41l-3.29 3.3-1.42-1.42L17.59 5H15V3zM3 3v6h2V6.41l3.29 3.3 1.42-1.42L6.41 5H9V3zm18 18v-6h-2v2.59l-3.29-3.29-1.41 1.41L17.59 19H15v2zM9 21v-2H6.41l3.29-3.29-1.41-1.42L5 17.59V15H3v6z"></path></g></svg>
<svg class="gridicon gridicons-fullbleed" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 9v6h18V9H3zm15-4H6v2h12V5zM6 19h12v-2H6v2z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
</button>
</div>
<div class="inline-controls">
Expand Down

0 comments on commit a4a07e2

Please sign in to comment.