UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

29 lines (25 loc) 1.19 kB
/** * @license lucide-react v0.511.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.js'; const __iconNode = [ ["path", { d: "m15.228 16.852-.923-.383", key: "npixar" }], ["path", { d: "m15.228 19.148-.923.383", key: "51cr3n" }], ["path", { d: "M16 2v4", key: "4m81vk" }], ["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.772 16.852.924-.383", key: "htqkph" }], ["path", { d: "m20.772 19.148.924.383", key: "9w9pjp" }], ["path", { d: "M21 11V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6", key: "1dju0s" }], ["path", { d: "M3 10h18", key: "8toen8" }], ["path", { d: "M8 2v4", key: "1cmpym" }], ["circle", { cx: "18", cy: "18", r: "3", key: "1xkwt0" }] ]; const CalendarCog = createLucideIcon("calendar-cog", __iconNode); export { __iconNode, CalendarCog as default }; //# sourceMappingURL=calendar-cog.js.map