Skip to content

Commit

Permalink
Improved block icon appearance
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 11, 2024
1 parent ace1526 commit fc6cebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import { Path, SVG } from '@wordpress/components';

export const blockIcon = (
<SVG xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<Path d="M7.3,23h4.2h1h4.2h1H21c1.1,0,2-0.9,2-2V3c0-1.1-0.9-2-2-2h-3.2h-1h-4.2h-1H7.3h-1H3C1.9,1,1,1.9,1,3v18c0,1.1,0.9,2,2,2 h3.2H7.3z M16.2,15.2V21h-3.6v-5.8h1.2V3h1.1v12.2L16.2,15.2L16.2,15.2z M11.4,15.2V21H7.8v-5.8H9V3h1.1v12.2L11.4,15.2L11.4,15.2z M6.6,21H3.9C3.4,21,3,20.6,3,20.1V3.9C3,3.4,3.4,3,3.9,3h1.4v12.2h1.3V21z M17.4,15.2h1.3V3h1.4C20.6,3,21,3.4,21,3.9v16.2 c0,0.5-0.4,0.9-0.9,0.9h-2.7V15.2z" />
<Path d="M19,21c1.1,0,2-.9,2-2V5c0-1.1-.9-2-2-2H5c-1.1,0-2,.9-2,2v14c0,1.1.9,2,2,2h14ZM10,19.5v-4.5h1V4.5h2v10.5h1v4.5h-4ZM8,19.5h-2.5c-.5,0-1-.5-1-1V5.5c0-.5.5-1,1-1h1.5v10.5h1s0,4.5,0,4.5ZM16,15h1V4.5h1.5c.5,0,1,.5,1,1v13c0,.5-.5,1-1,1h-2.5v-4.5Z" />
</SVG>
);

0 comments on commit fc6cebd

Please sign in to comment.