const config = {
"sex": "man",
"faceColor": "#AC6651",
"earSize": "small",
"eyeStyle": "smile",
"noseStyle": "round",
"mouthStyle": "smile",
"shirtStyle": "polo",
"glassesStyle": "none",
"hairColor": "#000",
"hairStyle": "thick",
"hatStyle": "none",
"hatColor": "#506AF4",
"eyeBrowStyle": "up",
"shirtColor": "#6BD9E9",
"bgColor": "#74D153"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />