lucide-preact
Version:
A Lucide icon library package for Preact applications.
19 lines (15 loc) • 600 B
JavaScript
/**
* @license lucide-preact v1.25.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 ClockArrowRight = createLucideIcon("clock-arrow-right", [
["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" }]
]);
export { ClockArrowRight as default };
//# sourceMappingURL=clock-arrow-right.mjs.map