persona-community-5/.pnpm-store/v3/files/5f/35482d24c6c8f144775233b8fb3f3ae1bf4170e99f608e6a88ee619563252975ba22f4cabbe6b809cc9078f1bea3f27a4a5681449ae7481718617731330513
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
574 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 MessageCircleReply = createLucideIcon("MessageCircleReply", [
["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z", key: "vv11sd" }],
["path", { d: "m10 15-3-3 3-3", key: "1pgupc" }],
["path", { d: "M7 12h7a2 2 0 0 1 2 2v1", key: "1gheu4" }]
]);
export { MessageCircleReply as default };
//# sourceMappingURL=message-circle-reply.js.map