Skip to content

Commit

Permalink
Replace verse block icon. (#14622)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellr authored Mar 26, 2019
1 parent 2e6199d commit 9035024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/verse/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const settings = {

description: __( 'Insert poetry. Use special spacing formats. Or quote song lyrics.' ),

icon: <SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><Path fill="none" d="M0 0h24v24H0V0z" /><Path d="M3 17v4h4l11-11-4-4L3 17zm3 2H5v-1l9-9 1 1-9 9zM21 6l-3-3h-1l-2 2 4 4 2-2V6z" /></SVG>,
icon: <SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><Path fill="none" d="M21 11.01L3 11V13H21V11.01ZM3 16H17V18H3V16ZM15 6H3V8.01L15 8V6Z" /></SVG>,

category: 'formatting',

Expand Down

0 comments on commit 9035024

Please sign in to comment.