/** * lucide v0.244.0 - ISC */ import defaultAttributes from '../defaultAttributes.js'; const MessageSquare = [ "svg", defaultAttributes, [ [ "path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z" } ] ] ]; export { MessageSquare as default }; //# sourceMappingURL=message-square.js.map