lucide-react
Version:
A Lucide icon library package for React applications.
35 lines (31 loc) • 867 B
JavaScript
/**
* @license lucide-react v1.46.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.mjs';
const __iconData = {
name: "messages-circle",
size: 24,
node: [
[
"path",
{
d: "M19.95 10.05a7 7 0 011.412 7.872 1 1 0 00-.058.787l.675 2.089a1 1 0 01-1.236 1.168l-2.155-.631a1 1 0 00-.745.06 7 7 0 01-7.793-1.445",
key: "10mcl1"
}
],
[
"path",
{
d: "M2.696 12.708a1 1 0 00-.058-.785 7 7 0 113.518 3.473 1 1 0 00-.744-.061l-2.155.63a1 1 0 01-1.236-1.167z",
key: "cpppzk"
}
]
]
};
__iconData.node;
const MessagesCircle = createLucideIcon(__iconData);
export { __iconData, MessagesCircle as default };
//# sourceMappingURL=messages-circle.mjs.map