.gg-menu-cake {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 16px;
    height: 18px;

    &::after {
      content: "";
      display: block;
      box-sizing: border-box;
      position: absolute;
      height: 2px;
      background: currentColor;
      border-radius: 22px;
    }

    &::before {
      content: "";
      display: block;
      box-sizing: border-box;
      position: absolute;
      height: 2px;
      background: currentColor;
      border-radius: 22px;
      width: 18px;
      box-shadow: 0 -4px 0,0 -8px 0;
      left: 1px;
      bottom: 2px;
    }

    &::after {
      width: 4px;
      height: 4px;
      left: 8px;
    }
  }