import React from 'react'; const EmojiIcon = ({ width = 24, height = 24, color = '#000' }) => ( ); export default EmojiIcon;