UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

24 lines (20 loc) 633 B
/** * @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: "clock-check", size: 24, node: [ ["path", { d: "M21.95 13a10 10 0 1 0-8.685 8.92", key: "1ujumx" }], ["path", { d: "M12 6v6l4 2", key: "mmk7yg" }], ["path", { d: "m16 19 2 2 4-4", key: "1b14m6" }] ] }; __iconData.node; const ClockCheck = createLucideIcon(__iconData); export { __iconData, ClockCheck as default }; //# sourceMappingURL=clock-check.mjs.map