const config = {
  "sex": "man",
  "faceColor": "#AC6651",
  "earSize": "big",
  "eyeStyle": "oval",
  "noseStyle": "long",
  "mouthStyle": "smile",
  "shirtStyle": "hoody",
  "glassesStyle": "none",
  "hairColor": "#000",
  "hairStyle": "thick",
  "hatStyle": "turban",
  "hatColor": "#000",
  "eyeBrowStyle": "up",
  "shirtColor": "#6BD9E9",
  "bgColor": "linear-gradient(45deg, #56b5f0 0%, #45ccb5 100%)"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />