const config = {
  "sex": "woman",
  "faceColor": "#AC6651",
  "earSize": "big",
  "eyeStyle": "oval",
  "noseStyle": "long",
  "mouthStyle": "peace",
  "shirtStyle": "polo",
  "glassesStyle": "none",
  "hairColor": "#000",
  "hairStyle": "womanShort",
  "hatStyle": "none",
  "hatColor": "#77311D",
  "eyeBrowStyle": "up",
  "shirtColor": "#77311D",
  "bgColor": "linear-gradient(90deg, #36cd1c 0%, #68deff 100%)"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />