﻿.vds-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

	.vds-icon > svg {
		height: var(--height);
		width: var(--width);
	}


	.vds-icon.vds-icon--colored svg > *[stroke] {
		stroke: var(--stroke-color);
	}

	.vds-icon.vds-icon--colored svg > *[fill] {
		fill: var(--fill-color);
	}
