I want to be able to resize my icons so that I can change the aspect ratio. I have the image of a rectangle and I want to be able to stretch it to any size, but when I resize it, it fills the empty space with padding instead of stretching it.
I used SVGIcon to create the icon but it keeps the aspect ratio when resized. I also have a .png of the rectangle.
How do I resize an icon without keeping the aspect ratio?