# ✔️

![Tests passing](https://img.shields.io/badge/tests-passing-green.svg) ![Tests passing](https://img.shields.io/badge/coverage-100%-green.svg)

Returns the creative heavy-check-mark emoji.

## Usage

```javascript
const emoji = require('emoji-heavy-check-mark');
console.log(emoji) // ✔️
```

## Tests

`emoji-heavy-check-mark` proudly has 100% test coverage. Run tests with `npm test`.
