.svg-icons-provider-lucide,
.elementor-lucide-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: none;
	stroke: currentColor;
	stroke-width: var(--svg-icons-lucide-stroke-width, var(--lucide-stroke-width, 2));
	stroke-linecap: round;
	stroke-linejoin: round;
	vertical-align: -0.125em;
}

.svg-icons-provider-lucide *,
.elementor-lucide-icon * {
	fill: none;
	stroke: currentColor;
	stroke-width: inherit;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.svg-icons-provider-heroicons-outline,
.svg-icons-provider-heroicons-solid {
	display: inline-block;
	width: 1em;
	height: 1em;
	vertical-align: -0.125em;
}
