const config = {
  "sex": "woman",
  "faceColor": "#F9C9B6",
  "earSize": "small",
  "eyeStyle": "oval",
  "noseStyle": "short",
  "mouthStyle": "smile",
  "shirtStyle": "short",
  "glassesStyle": "none",
  "hairColor": "#FC909F",
  "hairStyle": "womanShort",
  "hatStyle": "none",
  "hatColor": "#fff",
  "eyeBrowStyle": "upWoman",
  "shirtColor": "#F4D150",
  "bgColor": "linear-gradient(90deg, #36cd1c 0%, #68deff 100%)"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />