.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon svg {
  color: currentColor;
}

.icon.is-filled svg {
  fill: currentColor;
}
