lucide-react
Version:
A Lucide icon library package for React applications.
27 lines (23 loc) • 830 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: "calendar-clock",
size: 24,
node: [
["path", { d: "M16 14v2.2l1.6 1", key: "fo4ql5" }],
["path", { d: "M16 2v3", key: "otl347" }],
["path", { d: "M21 7.338V5a2 2 0 00-2-2H5a2 2 0 00-2 2v14a2 2 0 002 2h2.338", key: "7hb8p4" }],
["path", { d: "M3 9h5.859", key: "numkqi" }],
["path", { d: "M8 2v3", key: "1ioesn" }],
["circle", { cx: "16", cy: "16", r: "6", key: "qoo3c4" }]
]
};
__iconData.node;
const CalendarClock = createLucideIcon(__iconData);
export { __iconData, CalendarClock as default };
//# sourceMappingURL=calendar-clock.mjs.map