const config = {
  "sex": "man",
  "faceColor": "#F9C9B6",
  "earSize": "small",
  "eyeStyle": "circle",
  "noseStyle": "short",
  "mouthStyle": "laugh",
  "shirtStyle": "short",
  "glassesStyle": "none",
  "hairColor": "#FC909F",
  "hairStyle": "thick",
  "hatStyle": "none",
  "hatColor": "#000",
  "eyeBrowStyle": "up",
  "shirtColor": "#6BD9E9",
  "bgColor": "linear-gradient(45deg, #178bff 0%, #ff6868 100%)"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />