.Icon {
  height: 16px;
  width: 16px;
  fill: hsl(0, 0%, 80%);
}

.Icon:hover {
  fill: var(--clear-icon-color);
}
