.hoo-icon{
	display: flex;
	justify-content: center;

	width: 100%;
	height: 100%;

	align-items: center;
	flex-grow: 0;
}

.hoo-icon-svg{
	width: 1rem;
	height: 1rem;
	padding: 4px;

	pointer-events: none;

	fill: currentColor;
    &:hover{
        fill: currentColor;
    }
}