.icon {
	@apply inline-block bg-current flex-shrink-0;
	mask-image: var(--url);
	mask-size: cover;
	mask-repeat: no-repeat;
	width: var(--size);
	height: var(--size);
}
