Skip to content

Commit

Permalink
Fix verse icon (#14723)
Browse files Browse the repository at this point in the history
  • Loading branch information
Soean authored and talldan committed Apr 1, 2019
1 parent 14d0e2c commit 806da4a
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="M21 11.01L3 11V13H21V11.01ZM3 16H17V18H3V16ZM15 6H3V8.01L15 8V6Z" /></SVG>,
icon: <SVG viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><Path d="M21 11.01L3 11V13H21V11.01ZM3 16H17V18H3V16ZM15 6H3V8.01L15 8V6Z" /></SVG>,

category: 'formatting',

Expand Down

0 comments on commit 806da4a

Please sign in to comment.