.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

/* =======================================================================================
Example showing how to change the color/size of the icons:
.icon-name {
	font-size: 32px; // works because "width" & "height" were set using em units
	color: red; // works for single-colored icons, because "fill" was set to "currentColor"
}
======================================================================================== */

.icon-history {
	width: 1.0625em;
}

.icon-reply-all {
	width: 1.0625em;
}

.icon-cup2 {
	width: 1.0625em;
}

.icon-glasses-3d {
	width: 1.125em;
}

.icon-glasses-3d2 {
	width: 1.125em;
}

.icon-embed2 {
	width: 1.25em;
}

.icon-bubbles {
	width: 1.125em;
}

.icon-tags {
	width: 1.0625em;
}

.icon-tags2 {
	width: 1.0625em;
}
