UNPKG

lucide-react-native

Version:

A Lucide icon library package for React Native applications.

21 lines (17 loc) 730 B
/** * @license lucide-react-native v1.31.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 CalendarClock = createLucideIcon("CalendarClock", [ ["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" }] ]); export { CalendarClock as default }; //# sourceMappingURL=calendar-clock.mjs.map