import React from 'react'; import createSvgIcon from './utils/createSvgIcon'; export default createSvgIcon(React.createElement("path", { d: "M22 2H2v20l4-4h16V2z" }), 'ChatBubbleSharp');