UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

28 lines (24 loc) 746 B
/** * @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-x", size: 24, node: [ [ "path", { d: "M22 12.532V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8.792", key: "8lpqwp" } ], ["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }], ["path", { d: "m16.5 16.5 5 5", key: "zc9lw7" }], ["path", { d: "m21.5 16.5-5 5", key: "1empo3" }] ] }; __iconData.node; const MailX = createLucideIcon(__iconData); export { __iconData, MailX as default }; //# sourceMappingURL=mail-x.mjs.map