const config = {
"sex": "woman",
"faceColor": "#F9C9B6",
"earSize": "small",
"eyeStyle": "oval",
"noseStyle": "round",
"mouthStyle": "peace",
"shirtStyle": "hoody",
"glassesStyle": "none",
"hairColor": "#506AF4",
"hairStyle": "normal",
"hatStyle": "none",
"hatColor": "#F48150",
"eyeBrowStyle": "up",
"shirtColor": "#9287FF",
"bgColor": "linear-gradient(45deg, #178bff 0%, #ff6868 100%)"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />