const config = {
  "sex": "man",
  "faceColor": "#F9C9B6",
  "earSize": "small",
  "eyeStyle": "oval",
  "noseStyle": "long",
  "mouthStyle": "peace",
  "shirtStyle": "short",
  "glassesStyle": "none",
  "hairColor": "#000",
  "hairStyle": "thick",
  "hatStyle": "none",
  "hatColor": "#F48150",
  "eyeBrowStyle": "up",
  "shirtColor": "#77311D",
  "bgColor": "#F48150"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />