.glyphicons {
    width: 1.4em;
    height: 1.4em;
    margin: -0.35em -0.4em;
    padding: 0.35em 1em;
    display: inline-block;
    object-fit: contain;

    background-repeat: no-repeat;
    background-position: center;
}

.glyphicons-chevron-left {
    background-image: url('../svg/chevron-left.svg');
}

.glyphicons-chevron-right {
    background-image: url('../svg/chevron-right.svg');
}

.glyphicons-train {
    background-image: url('../svg/train.svg');
}

.glyphicons-plane {
    background-image: url('../svg/plane.svg');
}
.glyphicons-metro {
    background-image: url('../svg/metro.svg');
}
.glyphicons-tram {
    background-image: url('../svg/tram.svg');
}
.glyphicons-bus {
    background-image: url('../svg/bus.svg');
}

.glyphicons-square-edit {
    background-image: url('../svg/square-edit.svg');
}

.glyphicons-share {
    background-image: url('../svg/share.svg');
}

.glyphicons-remove {
    background-image: url('../svg/remove.svg');
}

.glyphicons-tick {
    background-image: url('../svg/tick.svg');
}

.glyphicons-lock {
    background-image: url('../svg/lock.svg');
}

.glyphicons-plus {
    background-image: url('../svg/plus.svg');
}

.glyphicons-bank {
    background-image: url('../svg/bank.svg');
}

.glyphicons-refresh {
    background-image: url('../svg/refresh.svg');
}

.glyphicons-alert {
    background-image: url('../svg/alert.svg');
}

.glyphicons-none {
    background-image: url('../svg/none.svg');
}

.glyphicons-search {
    background-image: url('../svg/search.svg');
}

.glyphicons-news {
    background-image: url('../svg/newspaper.svg');
}

.glyphicons-calculator {
    background-image: url('../svg/calculator.svg');
}

.glyphicons-parents {
    background-image: url('../svg/parents.svg');
}

.glyphicons-podcast {
    background-image: url('../svg/podcast.svg');
}

.glyphicons-commute {
    background-image: url('../svg/commute.svg');
}
.glyphicons-leisure {
    background-image: url('../svg/leisure.svg');
}
.glyphicons-other {
    background-image: url('../svg/other.svg');
}
.glyphicons-staff {
    background-image: url('../svg/staff.svg');
}
.glyphicons-business {
    background-image: url('../svg/business.svg');
}