lucide-react
Version:
A Lucide icon library package for React applications.
26 lines (22 loc) • 777 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-clock",
size: 24,
node: [
["path", { d: "M16 14v2.2l1.6 1", key: "fo4ql5" }],
["path", { d: "m22 7-.759.484", key: "12ll7o" }],
["path", { d: "M6.835 20H4a2 2 0 01-2-2V6a2 2 0 012-2h16a2 2 0 012 2v2", key: "1wt3ht" }],
["path", { d: "M7.605 10.567 2 7", key: "1ducps" }],
["circle", { cx: "16", cy: "16", r: "6", key: "qoo3c4" }]
]
};
__iconData.node;
const MailClock = createLucideIcon(__iconData);
export { __iconData, MailClock as default };
//# sourceMappingURL=mail-clock.mjs.map