Icons Block
Icons Block is a WordPress plugin designed to import and manage libraries of SVG icon files, allowing you to use and customize icons in your WordPress site. It supports different icon styles (such as outline, solid, etc.) and provides a user-friendly block for the WordPress Block Editor (Gutenberg).
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/tibiii/icons-block/archive/refs/heads/main.zipDeclares an update source (false), so updates arrive through the plugin's own updater.
From the readme
Icons Block WordPress Plugin
Description
Icons Block is a WordPress plugin designed to import and manage libraries of SVG icon files, allowing you to use and customize icons in your WordPress site. It supports different icon styles (such as outline, solid, etc.) and provides a user-friendly block for the WordPress Block Editor (Gutenberg).
- SVG Library Support: Import collections of SVG icons organized by type (e.g., outline, solid).
- Customizable: Icons can inherit text color, font size, and other styles from your theme or the WordPress Site Editor.
- Block Editor Integration: Easily select, preview, and insert icons into your content using a custom block.
- Type Switching: Seamlessly switch between icon styles (outline, solid, etc.) if the same icon exists in multiple styles.
- GPL Licensed: Distributed under the GNU General Public License v2 or later.
Installation
1. Copy the plugin folder to your wp-content/plugins/ directory.
2. Run npm install in the plugin directory to install dependencies.
3. Add the icons/ directory with your SVG files, organized by type (e.g., outline/, solid/).
- Ensure your SVG files are named consistently (e.g., icon-name.svg).
4. Run the fol