.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  flex-shrink: 0;
}

.icon--fill {
  fill: currentColor;
  stroke: none;
}

.feature-icon .icon {
  width: 2rem;
  height: 2rem;
  color: white;
}

.store-button .icon {
  width: 2rem;
  height: 2rem;
}

.app-icon-large .icon {
  width: 3rem;
  height: 3rem;
  color: white;
}
