.plm-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 1em;
  height: 1em;
  color: currentColor;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  overflow: visible;
  vertical-align: -0.125em;
}

.plm-icon--xs {
  width: 12px;
  height: 12px;
}

.plm-icon--sm {
  width: 14px;
  height: 14px;
}

.plm-icon--md {
  width: 16px;
  height: 16px;
}

.plm-icon--lg {
  width: 20px;
  height: 20px;
}
