.cip-svg-icon {
	display: block;
	width: 1em;
	height: 1em;
	flex: 0 0 auto;
	overflow: visible;
}

.cip-svg-icon--line {
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cip-svg-icon--solid {
	fill: currentColor;
	stroke: none;
}

