/**
* @license lucide-solid v0.562.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/

// src/icons/iteration-cw.tsx
import Icon from "../Icon";
var iconNode = [
  ["path", { d: "M4 10a8 8 0 1 1 8 8H4", key: "svv66n" }],
  ["path", { d: "m8 22-4-4 4-4", key: "6g7gki" }]
];
var IterationCw = (props) => <Icon {...props} iconNode={iconNode} name="iteration-cw" />;
var iteration_cw_default = IterationCw;
export {
  iteration_cw_default as default
};
//# sourceMappingURL=iteration-cw.jsx.map
