.🟃r {
	display: none;
}
/* Lucide */
.🟃l {
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}
/* Heroicons */
.🟃h {
	fill: none;
	stroke-width: 1.5;
	stroke: currentColor;
}

/* Common */
.🟃c {
	fill: currentColor;
}

.🟃i {
	width: var(--🟃s, 24px);
	height: var(--🟃s, 24px);
}
