/* eslint-disable jsx-a11y/accessible-emoji */ import React from 'react'; const Envelope = () => ( ✉️ ); export default Envelope;