Templarian / MaterialDesign-React

Dist for Material Design Icons React Component for JS/TypeScript
https://materialdesignicons.com
MIT License
142 stars 20 forks source link

Support Offsetting in Stack #17

Open Templarian opened 5 years ago

Templarian commented 5 years ago

It may be useful for some people to have the ability to offset when stacking icons.

<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.

oliverkx commented 4 years ago

Thank you @Templarian! I will give his a try.

Templarian commented 4 years ago

@oliverkx This isn't an implement feature yet. No one actually has asked for it to be implemented.

Often we try and add icons with overlays so it might be better to request the icon in the main repo.