I am in need of creating a circular button using sveltemateriaui. After checking the examples at , I couldn't find a similar one. However, my attempt to create it using plain CSS resulted in an elliptical shape as shown here: .
The only workaround I found was to increase the width and height of the button to more than 50px, but that made the button too large.
Does anyone know how to achieve a circular button with a centered icon both vertically and horizontally?