const config = {
  "sex": "man",
  "faceColor": "#F9C9B6",
  "earSize": "small",
  "eyeStyle": "smile",
  "noseStyle": "long",
  "mouthStyle": "peace",
  "shirtStyle": "short",
  "glassesStyle": "none",
  "hairColor": "#506AF4",
  "hairStyle": "thick",
  "hatStyle": "turban",
  "hatColor": "#F48150",
  "eyeBrowStyle": "up",
  "shirtColor": "#F4D150",
  "bgColor": "linear-gradient(45deg, #ff1717 0%, #ffd368 100%)"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />