.fas {
  display: inline-block;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.fas::before {
  display: inline-block;
  min-width: 1em;
}

.fa-sitemap::before { content: "\25A6"; }
.fa-chart-column::before { content: "\25A5"; }
.fa-layer-group::before { content: "\25A3"; }
.fa-location-dot::before { content: "\25CF"; }
.fa-chevron-down::before { content: "\2304"; }
.fa-user::before { content: "\25CE"; }
.fa-lock::before { content: "\25A0"; }
.fa-id-card::before { content: "\25A4"; }
.fa-eye::before { content: "\25C9"; }
.fa-eye-slash::before { content: "\25CC"; }
