.#{$n}-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: $iconsize-large;
  height: $iconsize-large;
  line-height: 1;
}

.#{$n}-icon svg {
  width: 100%;
  height: 100%;
}
