lucide
Version:
A Lucide icon library package for web and javascript applications.
17 lines (14 loc) • 444 B
JavaScript
/**
* @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 ClockArrowLeft = [
["path", { d: "M12 6v6l1.5.8" }],
["path", { d: "M12.338 21.994a10 10 0 1 1 9.587-8.767" }],
["path", { d: "M14 18h8" }],
["path", { d: "m18 22-4-4 4-4" }]
];
export { ClockArrowLeft as default };
//# sourceMappingURL=clock-arrow-left.mjs.map