UNPKG

wix-style-react

Version:
12 lines (11 loc) 221 B
import React from 'react'; export default (function () { return React.createElement('div', { style: { height: 120, width: 120, backgroundColor: '#dfe5eb', borderRadius: '50%' } }); });