/* Fonttan bağımsız kuzeydoğu yön oku. */
.concept-bar i,
.primary i,
.text-link i,
footer > a i,
.mobile-book i,
.next i {
  position: relative;
  width: 16px;
  height: 16px;
  display: inline-block;
  flex: 0 0 16px;
}

.concept-bar i::before,
.primary i::before,
.text-link i::before,
footer > a i::before,
.mobile-book i::before,
.next i::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 8px;
  width: 15px;
  height: 1px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: center;
}

.concept-bar i::after,
.primary i::after,
.text-link i::after,
footer > a i::after,
.mobile-book i::after,
.next i::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
