react-blobmoji Usage import { MeltingFace } from 'react-blobmoji' const MyComponent = () => ( <div> <MeltingFace size={512} /> </div> )