16 lines
446 B
JavaScript
16 lines
446 B
JavaScript
/**
|
|
* @license lucide-react v0.294.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: "m3 21 1.9-5.7a8.5 8.5 0 1 1 3.8 3.8z", key: "v2veuj" }]
|
|
]);
|
|
|
|
export { MessageCircle as default };
|
|
//# sourceMappingURL=message-circle.js.map
|