Skip to content

Commit

Permalink
Site Tagline Block: Remove unnecessary square path from block icon SVG (
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored Jun 19, 2023
1 parent 0529628 commit ac6580d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/block-library/src/site-tagline/icon.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { SVG, Path } from '@wordpress/components';

export default (
<SVG xmlns="http://www.w3.org/2000/svg" width="24" height="24">
<Path fill="none" d="M0 0h24v24H0z" />
<Path d="M4 9h16v2H4V9zm0 4h10v2H4v-2z" />
</SVG>
);

0 comments on commit ac6580d

Please sign in to comment.