persona-community-5/.pnpm-store/v3/files/4d/b602bc07a0fa87becf36e2f94d455521b864b747811e06d5c031703ee4afddb0c27d30c22b118f267fef10748993a1e5475b10dda1ba455a974e7acbf823d0
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

17 lines
560 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 MessagesSquare = createLucideIcon("MessagesSquare", [
["path", { d: "M14 9a2 2 0 0 1-2 2H6l-4 4V4c0-1.1.9-2 2-2h8a2 2 0 0 1 2 2z", key: "jj09z8" }],
["path", { d: "M18 9h2a2 2 0 0 1 2 2v11l-4-4h-6a2 2 0 0 1-2-2v-1", key: "1cx29u" }]
]);
export { MessagesSquare as default };
//# sourceMappingURL=messages-square.js.map