```jsx
import { Gravatar } from '@woocommerce/components';
const MyGravatar = () => (
<Gravatar
user="email@example.org"
size={ 48 }
/>
);
```