const config = {
"sex": "woman",
"faceColor": "#F9C9B6",
"earSize": "big",
"eyeStyle": "smile",
"noseStyle": "long",
"mouthStyle": "smile",
"shirtStyle": "polo",
"glassesStyle": "none",
"hairColor": "#FC909F",
"hairStyle": "womanLong",
"hatStyle": "none",
"hatColor": "#506AF4",
"eyeBrowStyle": "upWoman",
"shirtColor": "#9287FF",
"bgColor": "linear-gradient(45deg, #176fff 0%, #68ffef 100%)"
}
const myConfig = genConfig(config)
<NiceAvatar style={{ width: '5rem', height: '5rem' }} {...myConfig} />