/* ------------------------------------------------------------
   19 · ICONS
   ------------------------------------------------------------ */
.dcs-icon {
  display: inline-block;
  width: 16px; height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  vertical-align: middle;
}
.dcs-icon--lg { width: 20px; height: 20px; }
.dcs-icon--sm { width: 12px; height: 12px; }
.dcs-icon--xl { width: 28px; height: 28px; stroke-width: 1; }
