persona-community-5/.pnpm-store/v3/files/c8/d99bc2025b009518793a349867576f7088ff23227815cf6d307ead7811504c4b889e7a6e0f30de5a6522d80237a3e55f5eb2036c06cdb9900e23c00c6a9043
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

18 lines
578 B
Plaintext

/**
* @license lucide-react v0.395.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const MessageSquarePlus = createLucideIcon("MessageSquarePlus", [
["path", { d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z", key: "1lielz" }],
["path", { d: "M12 7v6", key: "lw1j43" }],
["path", { d: "M9 10h6", key: "9gxzsh" }]
]);
export { MessageSquarePlus as default };
//# sourceMappingURL=message-square-plus.js.map