.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-books {
	width: 1.125em;
}

.icon-dollar {
	width: 1.1875em;
}

.icon-print {
	width: 0.9287109375em;
}

.icon-instagram {
	width: 0.857421875em;
}

.icon-google-plus {
	width: 0.9287109375em;
}

.icon-facebook {
	width: 0.5712890625em;
}
