- Display Block (Removes extra bottom space that comes from default inline-block on SVGs)
- Width 100% & Height 100% (Makes the SVG will the space of any slot it’s dropped into)
- Overflow Visible !important (Removes the default overflow hidden attached to SVGs that often crop them when an outlined SVG’s stroke overflows the bounding box. Important when using vector-effect: non-scaling-stroke)
