snaha / diete.design

https://diete.design
MIT License
0 stars 0 forks source link

Make icon size change automatically #206

Open agazso opened 3 months ago

agazso commented 3 months ago

When using an SVG icon in a button the size property for the icon needs to be specified manually. The logic is the following:

dimension -> size

default -> 24 compact -> 24 large -> 32 small -> 16

It would be great for at least SVG square icons this would be automatically handled by components that can embed icons (e.g. button etc.).