.fas {
    font-family: 'FontAwesome', sans-serif;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.fas.fa-leaf::before {
    content: '🌿';
}

.fas.fa-search::before {
    content: '🔍';
}

.fas.fa-calendar::before {
    content: '📅';
}

.fas.fa-microphone::before {
    content: '🎤';
}

.fas.fa-palette::before {
    content: '🎨';
}

.fas.fa-calendar-check::before {
    content: '✅';
}

.fas.fa-globe::before {
    content: '🌍';
}

.fas.fa-arrow-right::before {
    content: '→';
}

.fas.fa-plus::before {
    content: '+';
}

.fas.fa-times::before {
    content: '×';
}

.fas.fa-edit::before {
    content: '✏️';
}

.fas.fa-trash::before {
    content: '🗑️';
}

.fas.fa-eye::before {
    content: '👁️';
}

.fas.fa-users::before {
    content: '👥';
}

.fas.fa-play::before {
    content: '▶️';
}

.fas.fa-heart::before {
    content: '❤️';
}

.fas.fa-book::before {
    content: '📖';
}

.fas.fa-home::before {
    content: '🏠';
}

.fas.fa-bar-chart::before {
    content: '📊';
}

.fas.fa-cloud-upload-alt::before {
    content: '☁️';
}

.fas.fa-download::before {
    content: '⬇️';
}

.fas.fa-copy::before {
    content: '📋';
}

.fas.fa-check-circle::before {
    content: '✓';
}

.fas.fa-chevron-right::before {
    content: '›';
}

.fas.fa-chevron-down::before {
    content: '▼';
}

.fas.fa-phone::before {
    content: '📞';
}

.fas.fa-envelope::before {
    content: '✉️';
}

.fas.fa-map-marker::before {
    content: '📍';
}

.fas.fa-clock::before {
    content: '🕐';
}

.fas.fa-user::before {
    content: '👤';
}

.fas.fa-lock::before {
    content: '🔒';
}

.fas.fa-unlock::before {
    content: '🔓';
}

.fas.fa-cog::before {
    content: '⚙️';
}

.fas.fa-desktop::before {
    content: '🖥️';
}

.fas.fa-gift::before {
    content: '🎨';
}

.fas.fa-database::before {
    content: '📊';
}

.fas.fa-calendar-alt::before {
    content: '📅';
}

.fas.fa-building::before {
    content: '🏢';
}

.fas.fa-chart-bar::before {
    content: '📈';
}

.fas.fa-sign-out-alt::before {
    content: '🚪';
}

.fas.fa-angle-down::before {
    content: '▼';
}

.fas.fa-image::before {
    content: '🖼️';
}

.fas.fa-link::before {
    content: '🔗';
}

.fas.fa-share-alt::before {
    content: '🔗';
}

.fas.fa-qrcode::before {
    content: '📱';
}

.fas.fa-external-link-alt::before {
    content: '↗';
}

.fas.fa-grip-vertical::before {
    content: '⋮⋮';
}

.fas.fa-save::before {
    content: '💾';
}

.fas.fa-check::before {
    content: '✓';
}

.fas.fa-bars::before {
    content: '☰';
}

.fas.fa-list::before {
    content: '☰';
}

.fas.fa-bell::before {
    content: '🔔';
}

.fas.fa-star::before {
    content: '★';
}

.fas.fa-upload::before {
    content: '⬆️';
}

.fas.fa-sprout::before {
    content: '🌱';
}

.fas.fa-sun::before {
    content: '☀️';
}

.fas.fa-tree::before {
    content: '🌳';
}

.fas.fa-snowflake::before {
    content: '❄️';
}