I see the document mentions that icons should have no white padding, but then what's the recommended way to display the icons in a standardized box while keeping relative sizes from one set to another?
Icons are neither the same width nor height, so using them in a fixed-location seems to require either positioning them in the middle of some fixed size container (which at least requires to know the max width / height of the icon set), or preprocessing the icons to make them the exact same size.
I see the document mentions that icons should have no white padding, but then what's the recommended way to display the icons in a standardized box while keeping relative sizes from one set to another?
Icons are neither the same width nor height, so using them in a fixed-location seems to require either positioning them in the middle of some fixed size container (which at least requires to know the max width / height of the icon set), or preprocessing the icons to make them the exact same size.