/* Memory Booked Icon System */
.cb-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.cb-icon--sm { width: 14px; height: 14px; }
.cb-icon--md { width: 18px; height: 18px; }
.cb-icon--lg { width: 22px; height: 22px; }
.cb-icon--xl { width: 28px; height: 28px; }
