How to flip easily an SVG with CSS

.u-flip {
	transform: scale(-1, 1);
}