Skip to content

Commit

Permalink
Merge pull request #521 from WordPress/update/dashicons-component
Browse files Browse the repository at this point in the history
Dashicons: Update to latest version
  • Loading branch information
jasmussen authored Apr 27, 2017
2 parents 344e721 + 6a8f592 commit 36bbf96
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 36bbf96

Please sign in to comment.