const config = {
  "sex": "man",
  "faceColor": "#AC6651",
  "earSize": "small",
  "eyeStyle": "smile",
  "noseStyle": "round",
  "mouthStyle": "peace",
  "shirtStyle": "hoody",
  "glassesStyle": "none",
  "hairColor": "#F48150",
  "hairStyle": "normal",
  "hatStyle": "none",
  "hatColor": "#506AF4",
  "eyeBrowStyle": "up",
  "shirtColor": "#9287FF",
  "bgColor": "linear-gradient(45deg, #3e1ccd 0%, #ff6871 100%)"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />