const config = {
  "sex": "man",
  "faceColor": "#AC6651",
  "earSize": "small",
  "eyeStyle": "circle",
  "noseStyle": "long",
  "mouthStyle": "laugh",
  "shirtStyle": "hoody",
  "glassesStyle": "none",
  "hairColor": "#000",
  "hairStyle": "normal",
  "hatStyle": "none",
  "hatColor": "#F48150",
  "eyeBrowStyle": "up",
  "shirtColor": "#F4D150",
  "bgColor": "#74D153"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />