.svg-icon {
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	font-size: 32px;
}

/* ==========================================
Single-colored icons can be modified like so:
.svg-icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
