.i {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1em;
  justify-content: center;
  position: relative;
  width: 1em;
}

.i::before,
.i::after {
  box-sizing: border-box;
  content: "";
  position: absolute;
}

.i-core {
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.45);
}

.i-core::before {
  border: 1px solid currentColor;
  border-radius: 3px;
  height: 45%;
  transform: rotate(45deg);
  width: 45%;
}

.i-dashboard::before {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  height: 60%;
  top: 20%;
  width: 90%;
}

.i-dashboard::after {
  background: currentColor;
  height: 2px;
  left: 50%;
  top: 58%;
  transform: rotate(-28deg);
  transform-origin: left center;
  width: 38%;
}

.i-users::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  height: 44%;
  top: 6%;
  width: 44%;
}

.i-users::after {
  border: 2px solid currentColor;
  border-radius: 9px 9px 2px 2px;
  bottom: 6%;
  height: 42%;
  width: 78%;
}

.i-provider::before {
  border: 2px solid currentColor;
  border-radius: 3px;
  height: 34%;
  top: 8%;
  width: 62%;
}

.i-provider::after {
  border: 2px solid currentColor;
  border-radius: 3px;
  bottom: 8%;
  height: 34%;
  width: 82%;
}

.i-game::before {
  border: 2px solid currentColor;
  border-radius: 8px;
  height: 58%;
  top: 22%;
  width: 92%;
}

.i-game::after {
  background: currentColor;
  box-shadow: 0.38em 0 currentColor;
  height: 2px;
  left: 22%;
  top: 50%;
  width: 2px;
}

.i-list::before {
  background: currentColor;
  box-shadow: 0 0.32em currentColor, 0 0.64em currentColor;
  height: 2px;
  left: 16%;
  top: 20%;
  width: 68%;
}

.i-edit::before {
  background: currentColor;
  border-radius: 2px;
  height: 70%;
  transform: rotate(42deg);
  width: 18%;
}

.i-edit::after {
  border-bottom: 4px solid currentColor;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: 8%;
  height: 0;
  transform: rotate(42deg);
  width: 0;
}

.i-exit::before {
  border: 2px solid currentColor;
  border-right: 0;
  height: 70%;
  left: 12%;
  width: 46%;
}

.i-exit::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 42%;
  right: 12%;
  top: 29%;
  transform: rotate(45deg);
  width: 42%;
}

.i-trash::before {
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  bottom: 9%;
  height: 62%;
  width: 58%;
}

.i-trash::after {
  background: currentColor;
  border-radius: 2px;
  height: 2px;
  top: 15%;
  width: 76%;
}

.i-eye::before {
  border: 2px solid currentColor;
  border-radius: 70% 10%;
  height: 64%;
  transform: rotate(45deg);
  width: 64%;
}

.i-eye::after {
  background: currentColor;
  border-radius: 50%;
  height: 22%;
  width: 22%;
}

.i-lock::before {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  height: 45%;
  top: 4%;
  width: 52%;
}

.i-lock::after {
  border: 2px solid currentColor;
  border-radius: 3px;
  bottom: 8%;
  height: 52%;
  width: 76%;
}
