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