/* ============================================================
   COLE — SVG Icon System
   ============================================================ */
.cole-icon {
    display: inline-flex; align-items: center; justify-content: center;
    width: 1em; height: 1em; vertical-align: middle;
    fill: none; stroke: currentColor; stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0;
}
.cole-icon--sm { width: 16px; height: 16px; }
.cole-icon--md { width: 20px; height: 20px; }
.cole-icon--lg { width: 24px; height: 24px; }
.cole-icon--xl { width: 32px; height: 32px; }
.cole-icon--2xl { width: 48px; height: 48px; }
.cole-desktop-icon__graphic .cole-icon { width: 28px; height: 28px; stroke-width: 1.8; }
.cole-icon--filled { fill: currentColor; stroke: none; }
