UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

34 lines (30 loc) 1.26 kB
/** * @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-cog", size: 24, node: [ ["path", { d: "m15.228 16.852-.923-.383", key: "npixar" }], ["path", { d: "m15.228 19.148-.923.383", key: "51cr3n" }], ["path", { d: "M16 2v3", key: "otl347" }], ["path", { d: "m16.47 14.305.382.923", key: "obybxd" }], ["path", { d: "m16.852 20.772-.383.924", key: "dpfhf9" }], ["path", { d: "m19.148 15.228.383-.923", key: "1reyyz" }], ["path", { d: "m19.53 21.696-.382-.924", key: "1goivc" }], ["path", { d: "m20.773 16.852.924-.383", key: "ybmb4k" }], ["path", { d: "m20.773 19.148.924.383", key: "1c2d3p" }], ["path", { d: "M21 10.5V5a2 2 0 00-2-2H5a2 2 0 00-2 2v14a2 2 0 002 2h5.5", key: "1e6z1y" }], ["path", { d: "M3 9h18", key: "1pudct" }], ["path", { d: "M8 2v3", key: "1ioesn" }], ["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }] ] }; __iconData.node; const CalendarCog = createLucideIcon(__iconData); export { __iconData, CalendarCog as default }; //# sourceMappingURL=calendar-cog.mjs.map