.Icon {
  width: 14px;
  height: 14px;
  stroke: white;
  fill: white;
}

.MaleIcon {
  composes: Icon;
}

.FemaleIcon {
  composes: Icon;
  position: relative;
  top: 2px;
}
