I have a frame and a vector arrow pointing up inside it. I flipped the frame vertically (so it points now down) and made a component out of it. Now when I try to swap the component its direction is now switched back to the original and shows up. Why is this happening?
Workaround I found is to flatten the component, and then make a new one. The issue with this is that I lose the frame and padding around the vector, and I have to make a frame again and position the vector in the right place. The bigger issue for me is that there is not one icon, but I have 100+ icons with this problem and it will take me a few days to arrange them again.