.tribe-common {
	/* -------------------------------------------------------------------------
	 * SVG Icons
	 * ------------------------------------------------------------------------- */

	.tribe-common-svgicon {
		background-size: contain;
		background-repeat: no-repeat;
	}

	.tribe-common-svgicon--featured {
		background-image: svg-inline(featured);
		height: 10px;
		width: 8px;
	}

	.tribe-common-svgicon--recurring {
		background-image: svg-inline(recurring);
		height: 10px;
		width: 10px;
	}
}
