const config = {
  "sex": "woman",
  "faceColor": "#AC6651",
  "earSize": "big",
  "eyeStyle": "oval",
  "noseStyle": "short",
  "mouthStyle": "smile",
  "shirtStyle": "short",
  "glassesStyle": "none",
  "hairColor": "#D2EFF3",
  "hairStyle": "womanLong",
  "hatStyle": "none",
  "hatColor": "#F48150",
  "eyeBrowStyle": "up",
  "shirtColor": "#6BD9E9",
  "bgColor": "#FFEDEF"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />