It may be useful for some people to have the ability to offset when stacking icons. ```jsx <Stack> <Icon x={2} y={2} path={mdiAccount}/> </Stack> ``` I don't have a use for this, but we've told users to use the stack to solve combining icons in the past.
It may be useful for some people to have the ability to offset when stacking icons.
I don't have a use for this, but we've told users to use the stack to solve combining icons in the past.