const config = {
  "sex": "man",
  "faceColor": "#F9C9B6",
  "earSize": "small",
  "eyeStyle": "oval",
  "noseStyle": "round",
  "mouthStyle": "laugh",
  "shirtStyle": "short",
  "glassesStyle": "none",
  "hairColor": "#506AF4",
  "hairStyle": "thick",
  "hatStyle": "none",
  "hatColor": "#D2EFF3",
  "eyeBrowStyle": "up",
  "shirtColor": "#6BD9E9",
  "bgColor": "#FFEBA4"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />