﻿/* ===========================================
   BA.UI Icons
   =========================================== */

.ba-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    flex-shrink: 0;
    color: inherit;
    pointer-events: none;
}

    .ba-icon svg,
    .ba-icon use {
        pointer-events: none;
    }

.ba-icon--sm {
    width: 16px;
    height: 16px;
}

.ba-icon--lg {
    width: 24px;
    height: 24px;
}
