// ============================================================================
// :: Icon
// ============================================================================
/**
 * Scope defined especially for the visual representation of an icon
 */

// ============================================================================
// :: Root
// ============================================================================
.s-icon {
  display: flex;
  justify-content: center;
  align-items: center;

  .a-icon {
    margin-right: 3rem;

    &:last-child {
      margin-right: 0;
    }
  }
}
