import React from 'react'; function NeutralFaceIcon() { return 😐; } export default NeutralFaceIcon;