README
⚛
Returns the unassuming atom-symbol emoji.
Usage
const emoji = require('emoji-atom-symbol');
console.log(emoji) // ⚛
Tests
emoji-atom-symbol proudly has 100% test coverage. Run tests with npm test.
returns the atom-symbol emoji
<script type="module">
import emojiAtomSymbol from 'https://cdn.skypack.dev/emoji-atom-symbol';
</script>
Returns the unassuming atom-symbol emoji.
const emoji = require('emoji-atom-symbol');
console.log(emoji) // ⚛
emoji-atom-symbol proudly has 100% test coverage. Run tests with npm test.