https://github.com/WordPress/dashicons
Dashicons, the WordPress admin icon font. For the official resource, please see the WordPress Developer Hub.
https://github.com/WordPress/dashicons
Last synced: over 1 year ago
JSON representation
Dashicons, the WordPress admin icon font. For the official resource, please see the WordPress Developer Hub.
- Host: GitHub
- URL: https://github.com/WordPress/dashicons
- Owner: WordPress
- License: gpl-3.0
- Archived: true
- Created: 2013-04-12T20:23:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T14:50:08.000Z (over 3 years ago)
- Last Synced: 2024-09-26T14:24:20.092Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://developer.wordpress.org/resource/dashicons/
- Size: 9.98 MB
- Stars: 562
- Watchers: 45
- Forks: 182
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashicons
Dashicons, the WordPress admin icon font. For the official documentation, please refer to the [WordPress Developer Resource](https://developer.wordpress.org/resource/dashicons/).
### Icon requests
The Dashicons project is no longer accepting icon requests. Here's why: [Next steps for Dashicons](https://make.wordpress.org/design/2020/04/20/next-steps-for-dashicons/).
### WordPress Bugs
For any bugs that appear within WordPress Core, please [create a new ticket on WordPress Trac](https://core.trac.wordpress.org/newticket). 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](https://github.com/WordPress/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](http://www.gnu.org/licenses/gpl-2.0.html), or any later version with [font exception](http://www.gnu.org/licenses/gpl-faq.html#FontException).