.icon {
  width: 24px;
  height: 24px;

  &.small {
    width: 16px;
    height: 16px;
  }

  &.large {
    width: 32px;
    height: 32px;
  }
}
