/**
 * Recoup admin menu icon.
 *
 * Loaded on every admin screen so the icon appears wherever WP renders the
 * admin menu. Kept in its own tiny file to avoid pulling in the full admin
 * stylesheet outside Recoup pages.
 */
#adminmenu a[href="admin.php?page=recoup"]::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	vertical-align: text-bottom;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a7aaad' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='1 4 1 10 7 10'/%3E%3Cpath d='M3.51 15a9 9 0 1 0 2.13-9.36L1 10'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}
