@charset "UTF-8";

i[class^="icon-"],
i[class*=" icon-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

i[class^="icon-"]::before,
i[class*=" icon-"]::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-menu::before { background-image: url("menu.svg"); }
.icon-close::before { background-image: url("close.svg"); }
.icon-search::before { background-image: url("search.svg"); }
.icon-star::before { background-image: url("star.svg"); }
.icon-star-filled::before { background-image: url("star-filled.svg"); }
.icon-arrow-down::before { background-image: url("arrow-down.svg"); }
.icon-check::before { background-image: url("check.svg"); }
.icon-email::before { background-image: url("email.svg"); }
.icon-chat::before { background-image: url("chat.svg"); }
.icon-phone::before { background-image: url("phone.svg"); }
.icon-book::before { background-image: url("book.svg"); }
.icon-offline::before { background-image: url("offline.svg"); }
.icon-brush::before { background-image: url("brush.svg"); }
.icon-bookmark::before { background-image: url("bookmark.svg"); }
.icon-no-ads::before { background-image: url("no-ads.svg"); }
.icon-community::before { background-image: url("community.svg"); }
.icon-download::before { background-image: url("download.svg"); }
.icon-download2::before { background-image: url("download2.svg"); }
