UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

20 lines (16 loc) 642 B
/** * @license lucide-react v1.21.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 __iconNode = [ ["path", { d: "M12 6v6l2 1", key: "19cm8n" }], ["path", { d: "M13.5 21.885A10 10 0 1 1 22 12", key: "xgp8as" }], ["path", { d: "M14 18h8", key: "1le3fr" }], ["path", { d: "m18 22 4-4-4-4", key: "mordo3" }] ]; const ClockArrowRight = createLucideIcon("clock-arrow-right", __iconNode); export { __iconNode, ClockArrowRight as default }; //# sourceMappingURL=clock-arrow-right.mjs.map