Currently <Icon /> components are not constrained by the size of their parent component. For this fix update the component to scale to the size of it's bounding box.
Inversion of Control
<Icons /> do not need to know their exact dimensions - that is the responsibility of their parent.
TL/DR
Currently
<Icon />
components are not constrained by the size of their parent component. For this fix update the component to scale to the size of it's bounding box.Inversion of Control
<Icons />
do not need to know their exact dimensions - that is the responsibility of their parent.