Skip to content

Commit

Permalink
Dashicons: Update to latest version.
Browse files Browse the repository at this point in the history
This includes a new `align-full-width` icon.

Heads up #518

Dashicons PR here: WordPress/dashicons#180
  • Loading branch information
jasmussen committed Apr 27, 2017
1 parent 6094b97 commit 6a8f592
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions editor/components/dashicon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ export default class Dashicon extends wp.element.Component {
title = 'Align Center';
path = 'M3 5h14V3H3v2zm12 8V7H5v6h10zM3 17h14v-2H3v2z';
break;
case 'align-full-width':
title = 'Align Full Width';
path = 'M5 5h10V3H5v2zm12 8V7H3v6h14zM5 17h10v-2H5v2z';
break;
case 'align-left':
title = 'Align Left';
path = 'M3 5h14V3H3v2zm9 8V7H3v6h9zm2-4h3V7h-3v2zm0 4h3v-2h-3v2zM3 17h14v-2H3v2z';
Expand Down

0 comments on commit 6a8f592

Please sign in to comment.