Files
Aislo/node_modules/lucide-react/dist/esm/icons/clock-arrow-right.mjs
T
2026-07-05 14:05:22 +09:00

20 lines
642 B
JavaScript

/**
* @license lucide-react v1.23.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