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

16 lines
440 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 MessageCircle = createLucideIcon("MessageCircle", [
["path", { d: "M7.9 20A9 9 0 1 0 4 16.1L2 22Z", key: "vv11sd" }]
]);
export { MessageCircle as default };
//# sourceMappingURL=message-circle.js.map