With the new Icon Manager coming in Bricks 2.0, is there any way to programmatically add icon sets? I’ve inspected the source code, but it seems like all icons / icon sets are currently being loaded from the database. It’d be nice to have a filter / hook to add custom icon sets, so users can, for example, re-use sets across different websites (through a custom plugin) without having to add all the icons manually to the media library.
2 Likes
Have you found a solution? I went down the same rabbit hole as you before finding this.
I need to add a custom icon library (5k icons) and adding them through the media library is not an option ![]()
That’s exactly what I needed some time ago — I ended up coding my own import/export feature for SVG icon sets that also cleans and sanitizes the SVGs.

Okay, but in what way? As items in the media library or in the same way as the native ones?