svg.vd_icon {
    display: inline-block;
    width: 1em !important;
    height: 1em !important;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    vertical-align: sub;
}

svg.vd_icon + * {
    margin-left: 0.5rem;
}

/* ==========================================
Single-colored icons can be modified like so:
.vd_icon-name {
font-size: 32px;
color: red;
}
========================================== */

svg.vd_icon-arrow-up {
    width: 1.15234375em;
}

svg.vd_icon-tri-left {
    width: 0.873046875em;
}

svg.vd_icon-tri-right {
    width: 0.873046875em;
}

svg.vd_icon-touch {
    width: 0.7998046875em;
}