
	.svgicon.svelte-1ii7uqe {
		--color: var(--on-bg);
		--accent: var(--on-bg-emphasis);

		/* --accent: var(--color); */
		--color: var(--accent);
		width: 18px;
		height: 18px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.svgicon.svelte-1ii7uqe svg {
		width: 100%;
		height: 100%;

		stroke: none;
		fill: none;
	}

	.svgicon.svelte-1ii7uqe [fill]:not([fill="none"]) {
		fill: var(--color);
	}
	.svgicon.svelte-1ii7uqe [stroke]:not([stroke="none"]) {
		stroke: var(--color);
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.svgicon.svelte-1ii7uqe:hover [fill]:not([fill="none"]) {
		fill: var(--accent);
	}
	.svgicon.svelte-1ii7uqe:hover [stroke]:not([stroke="none"]) {
		stroke: var(--accent);
	}
