.icon {
	background-color: transparent;
	border-style: none;
	outline-style: none;
}
button.icon {
	cursor: pointer;
}
.icon > svg {
	pointer-events: none;
}
.icon .stroke { stroke: currentColor; }
.icon .fill { fill: currentColor; }

.burger path {
	stroke-width: 3;
}
