UNPKG

lucide

Version:

A Lucide icon library package for web and javascript applications.

17 lines (14 loc) 437 B
/** * @license lucide v1.24.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ const ClockArrowRight = [ ["path", { d: "M12 6v6l2 1" }], ["path", { d: "M13.5 21.885A10 10 0 1 1 22 12" }], ["path", { d: "M14 18h8" }], ["path", { d: "m18 22 4-4-4-4" }] ]; export { ClockArrowRight as default }; //# sourceMappingURL=clock-arrow-right.mjs.map