[class*="has-list-icon"] {
	--theme-list-indent: 0;
}

[class*="has-list-icon"] li {
	position: relative;

	padding-left: 1.5em;

	list-style: none;
}

[class*="has-list-icon"] li::before {
	position: absolute;
	z-index: 2;
	top: 0.1em;
	left: 0;

	display: inherit;

	width: 1.2em;
	height: 100%;

	content: "";

	background-color: var(--list-icon-color, currentColor);

	filter: none;
	mask-image: var(--list-icon);
	mask-repeat: no-repeat;
	mask-position: center 0.25em;
	mask-size: 80%;
}

.has-list-icon-fleche li:before {
	--list-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M12 11V8l4 4-4 4v-3H8v-2zm0-9c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2m0 18c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8"/></svg>');
}

.has-list-icon-coche li:before {
	--list-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0m8-10C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m5.457 7.457-1.414-1.414L11 13.086l-2.793-2.793-1.414 1.414L11 15.914z"/></svg>');
}
