How to stretch an icon to fill parent?

Viewed 14354

I need an icon that will dynamically stretch to fill the parent container.

I don't think this is possible directly on the Icon (since it only has a size property), but is there another solution I'm overlooking?

1 Answers
Related