import React from 'react'; const Emoji = (props) => ( {props.symbol} ); export default Emoji;