i[class^="iconoir-"],
i[class*=" iconoir-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  vertical-align: -0.12em;
  flex-shrink: 0;
}

i[class^="iconoir-"]::before,
i[class*=" iconoir-"]::before {
  display: block;
  line-height: 1;
}

.iconoir-airplane::before { content: ">";
  transform: rotate(-35deg); }
.iconoir-arrow-right {
  position: relative;
  width: 1.15em;
  height: 1.15em;
}
.iconoir-arrow-right::before {
  content: "";
  position: absolute;
  right: 0.14em;
  top: 50%;
  width: 0.58em;
  height: 0.58em;
  border-top: 0.13em solid currentColor;
  border-right: 0.13em solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.iconoir-arrow-right::after {
  content: "";
  position: absolute;
  left: 0.12em;
  top: 50%;
  width: 0.82em;
  height: 0.13em;
  border-radius: 999px;
  background: currentColor;
  transform: translateY(-50%);
}
.iconoir-birthday-cake::before { content: "^"; }
.iconoir-bubble-star::before { content: "*"; }
.iconoir-chat-bubble {
  position: relative;
  width: 1.15em;
  height: 1.15em;
}
.iconoir-chat-bubble::before {
  content: "";
  position: absolute;
  left: 0.1em;
  top: 0.14em;
  width: 0.92em;
  height: 0.68em;
  border: 0.12em solid currentColor;
  border-radius: 0.22em;
  box-sizing: border-box;
}
.iconoir-chat-bubble::after {
  content: "";
  position: absolute;
  left: 0.3em;
  bottom: 0.14em;
  width: 0.28em;
  height: 0.28em;
  border-left: 0.12em solid currentColor;
  border-bottom: 0.12em solid currentColor;
  transform: rotate(-22deg);
}
.iconoir-check::before { content: "✓"; }
.iconoir-clock::before { content: "◷"; }
.iconoir-cookie::before { content: "◌"; }
.iconoir-cycling::before { content: "○"; }
.iconoir-dashboard::before { content: "◧"; }
.iconoir-donate::before { content: "$"; }
.iconoir-download::before { content: "↓"; }
.iconoir-edit-pencil::before { content: "✎"; }
.iconoir-emoji::before { content: "☺"; }
.iconoir-flower::before { content: "✿"; }
.iconoir-gift {
  position: relative;
  width: 1.15em;
  height: 1.15em;
}
.iconoir-gift::before {
  content: "";
  position: absolute;
  left: 0.16em;
  right: 0.16em;
  bottom: 0.12em;
  height: 0.64em;
  border: 0.12em solid currentColor;
  border-radius: 0.08em;
  box-sizing: border-box;
  background:
    linear-gradient(currentColor, currentColor) center / 0.12em 100% no-repeat;
}
.iconoir-gift::after {
  content: "";
  position: absolute;
  left: 0.12em;
  right: 0.12em;
  top: 0.1em;
  height: 0.34em;
  border-bottom: 0.12em solid currentColor;
  background:
    radial-gradient(circle at 36% 50%, transparent 0 0.13em, currentColor 0.14em 0.2em, transparent 0.21em),
    radial-gradient(circle at 64% 50%, transparent 0 0.13em, currentColor 0.14em 0.2em, transparent 0.21em),
    linear-gradient(currentColor, currentColor) center bottom / 0.12em 0.34em no-repeat;
}
.iconoir-heart::before { content: "♡"; }
.iconoir-lock::before { content: "⌕"; }
.iconoir-menu-scale::before { content: "☰"; }
.iconoir-music-double-note::before { content: "♫"; }
.iconoir-pause::before { content: "Ⅱ"; }
.iconoir-play::before { content: "▶"; }
.iconoir-plus::before { content: "+"; }
.iconoir-shield::before { content: "◇"; }
.iconoir-star::before { content: "☆"; }
.iconoir-user::before { content: "◯"; }
.iconoir-user-love::before { content: "♡"; }
.iconoir-wolf::before { content: "◆"; }
.iconoir-xmark::before { content: "×"; }
