UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications.

20 lines (18 loc) 570 B
/** * @license lucide-solid v0.536.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ // src/icons/mail.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }], ["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }] ]; var Mail = (props) => <Icon {...props} iconNode={iconNode} name="mail" />; var mail_default = Mail; export { mail_default as default }; //# sourceMappingURL=mail.jsx.map