.pasx-i {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pasx-i--normal {
  height: 24px;
  width: 24px;
}
.pasx-i--small {
  height: 16px;
  width: 16px;
}
.pasx-i--medium {
  height: 32px;
  width: 32px;
}
.pasx-i--large {
  width: 40px;
  height: 40px;
}
.pasx-i--xlarge {
  width: 48px;
  height: 48px;
}
.pasx-i--disabled {
  pointer-events: none;
  cursor: default;
  fill: #9d968d;
}
.pasx-i--disabled path {
  fill: #9d968d !important;
}
.pasx-i--flip-90 {
  transform: rotate(90deg);
}
.pasx-i--flip-180 {
  transform: rotate(180deg);
}
.pasx-i--flip-270 {
  transform: rotate(270deg);
}
