import React from 'react'; export const MessagingIcon2= ({ color = '#8F8F91', height = 24, width =24 }) => { return ( ); };