While Blazorise supports the .figure-is-16x16 class, I have noticed that when using it in Material, it does not work by default. I am curious if the Material version of Blazorise supports this class or if there is another related class available. Currently, I am adding the .figure-is-16x16 class manually, but I would prefer for it to be supported by default.
.figure-is-16x16 {
width: 16px;
height: 16px;
}
.figure-is-32x32 {
width: 32px;
height: 32px;
}
.figure-is-48x48 {
width: 48px;
height: 48px;
}