const config = {
  "sex": "woman",
  "faceColor": "#F9C9B6",
  "earSize": "small",
  "eyeStyle": "oval",
  "noseStyle": "round",
  "mouthStyle": "smile",
  "shirtStyle": "short",
  "glassesStyle": "none",
  "hairColor": "#FC909F",
  "hairStyle": "normal",
  "hatStyle": "none",
  "hatColor": "#F48150",
  "eyeBrowStyle": "upWoman",
  "shirtColor": "#77311D",
  "bgColor": "linear-gradient(45deg, #ff1717 0%, #ffd368 100%)"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />