Skip to content

feat: added ability to override icon via theme

erezmus requested to merge icon-override into master

This change allows one to add custom icons into their theme file:

//...
icons: {
    Circle: MyCustomCircle
}
Edited by erezmus

Merge request reports