Updates the admin SVG icon to have roughly the same width & height so it no long appears squished in the admin menus or in the block editor plugin. The main benefit realized is that it will no longer mildly annoy me whenever I notice it's squished 😉
The SVG has been reworked & simplified to smooth out several issues that appeared when the original was enlarged. It's down to just 2 path elements which reduces file size greatly (8KB to 1.5KB) and it should make it somewhat easier to update in the future.
Applies to:
Main admin menu plugin icon
Pages/Posts list plugin column icon
Block editor plugin icon
README (icon at the top, when merged into trunk)
Examples of how it looked before vs with the updated icon:
Before
Updated
How to test the Change
Install and activate Distributor plugin
Check admin main menu "Distributor" icon is updated & showing correctly
Check that the updated menu icon color matches other admin menu icons including on hover & when it's active while visiting a Distributor setting sub-page (should auto-update to white when active)
Check Posts/Pages list page & verify the Distributor column icon is updated & showing correctly
Open a Post/Page block editor and verify the icon in the Distributor tab in the sidebar page settings is updated & showing correctly
Changelog Entry
Fixed - Admin icon has been updated so it has the same width/height
Description of the Change
Closes #1119
Updates the admin SVG icon to have roughly the same width & height so it no long appears squished in the admin menus or in the block editor plugin. The main benefit realized is that it will no longer mildly annoy me whenever I notice it's squished 😉
The SVG has been reworked & simplified to smooth out several issues that appeared when the original was enlarged. It's down to just 2 path elements which reduces file size greatly (8KB to 1.5KB) and it should make it somewhat easier to update in the future.
Applies to:
Examples of how it looked before vs with the updated icon:
How to test the Change
Changelog Entry
Credits
Props @zach-adams
Checklist: