feat: added ability to override icon via theme
This change allows one to add custom icons into their theme file:
//...
icons: {
Circle: MyCustomCircle
}
Edited by erezmus
This change allows one to add custom icons into their theme file:
//...
icons: {
Circle: MyCustomCircle
}