.device-icon-group {
  display: flex;
  gap: 16px;
  align-items: center;

  &__icon-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;

    .status-indicator {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 14px;
      line-height: 14px;
    }

    > span {
      font-size: 40px;
    }
    > img {
      width: 40px;
      height: 40px;
    }
  }
}
