Skip to content

Dashicons, the WordPress admin icon font. For the official resource, please see the WordPress Developer Hub.

Notifications You must be signed in to change notification settings

jbinda/dashicons

 
 

Repository files navigation

Dashicons

Dashicons, the WordPress admin icon font. For the official documentation, please refer to the WordPress Developer Resource.

Icon requests

For new icon requests, please post a request on the WordPress trac ticket pertaining to new Dashicons for the next version of WordPress. If you'd like to work an an icon request, check out our WIP Dashicons style guide.

You can join Dashicons discussion and get help on the official WordPress Slack chat. Just register and join the #design-dashicons channel.

WordPress Bugs

For any bugs that appear within WordPress Core, please create a new ticket on WordPress Trac. Use the "Administration" component and the "ui" focus when creating the new ticket, and be sure to include "Dashicons" somewhere in the text of the ticket.

Setup

To build Dashicons, make sure you have Node JS installed. Then type npm run build on the commandline to generate the minified SVG files and sprite.

Adding an icon

Once you're installed, to add an icon, save an SVG in the sources/svg folder, then run the npm run build command on the commandline.

If you want to add your icon to the Dashicons library, open a new Pull Request here with the new SVG icon, and wait a review.

If you're adding an icon for Gutenberg specifically, add it inside the sources/svg/gutenberg folder. It will be processed for everything but the font files.

License

Dashicons is licensed under GPLv2, or any later version with font exception.

About

Dashicons, the WordPress admin icon font. For the official resource, please see the WordPress Developer Hub.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.2%
  • HTML 31.9%
  • CSS 18.9%