lucide-react
Version:
A Lucide icon library package for React applications.
30 lines (26 loc) • 822 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: "mail-pen",
size: 24,
node: [
[
"path",
{
d: "M15.506 17.646A2 2 0 0015 18.5l-.837 2.87a.5.5 0 00.62.62l2.87-.837a2 2 0 00.854-.506l3.013-3.009a1 1 0 00-3.004-3.004z",
key: "ktq99v"
}
],
["path", { d: "M22 10.346V6a2 2 0 00-2-2H4a2 2 0 00-2 2v12a2 2 0 002 2h6.396", key: "130og4" }],
["path", { d: "m22 7-8.991 5.727a2 2 0 01-2.009 0L2 7", key: "uoxq3m" }]
]
};
__iconData.node;
const MailPen = createLucideIcon(__iconData);
export { __iconData, MailPen as default };
//# sourceMappingURL=mail-pen.mjs.map