.fa {
    display: inline-block;
    min-width: 1em;
    font-style: normal;
    font-weight: inherit;
    line-height: 1;
    text-align: center;
    speak: never;
}

.fa::before {
    display: inline-block;
}

.fa-bars::before { content: "\2630"; }
.fa-chevron-left::before { content: "\2039"; }
.fa-chevron-right::before { content: "\203A"; }
.fa-arrow-up::before { content: "\2191"; }
.fa-check::before { content: "\2713"; }
.fa-shield::before { content: "\25C8"; }
.fa-yen::before { content: "\00A5"; }
.fa-rocket::before { content: "\25B2"; }
.fa-plane::before { content: "\2708"; }
.fa-industry::before { content: "\25A6"; }
.fa-leaf::before { content: "\273F"; }
.fa-cubes::before { content: "\25A6"; }
.fa-comments-o::before { content: "\201C"; }
.fa-map-marker::before { content: "\25CF"; }
.fa-pencil-square-o::before { content: "\270E"; }
.fa-handshake-o::before { content: "\260D"; }
.fa-cog::before { content: "\2699"; }
.fa-bullseye::before { content: "\25CE"; }
.fa-lightbulb-o::before { content: "\25CC"; }
.fa-bolt::before { content: "\26A1"; }
.fa-location-arrow::before { content: "\2197"; }
.fa-tint::before { content: "\25C6"; }
.fa-line-chart::before { content: "\2197"; }
.fa-share-alt::before { content: "\21C4"; }
