.icon {
  fill: var(--color-neutral-06);
  transition: fill 0.2s;
}
.icon:hover {
  fill: var(--color-neutral-10);
}
